Debian :: Compiling Wine In Squeeze On AMD64?
Jul 18, 2010
I am trying to compile wine (1.1.28) in squeeze (AMD64). After I run the configuration scripts, I receive this error:
"configure: libhal/libdbus 32-bit development files not found, no dynamic device support."
I installed the ia32-libs package and libhal.so, libhal.so.,1libhal.so.1.0.0, libdbus-1.so exist in /usr/lib32.
I am compiling wine with the USB support patches, so I believe I will need libhal.
View 8 Replies
ADVERTISEMENT
May 23, 2010
I tried to compile an x86 linux kernel from amd64 machine. It is giving errors even after installing "gcc-multilib" But I wonder, it should be simply doable becuase "gcc -m32" creates 32 bit binary . I would prefer to compile it natively on x86_64 rather than creating an exclusive x86 chroot for that. Has anyone tried this on native x86_64?
View 4 Replies
View Related
Jun 29, 2010
i have game LFS and i cant run it.
[code]....
And answer from wine forums: [*]Migi wrote: but OpenGL is working, i have Debian Sid AMD64, Wine needs 32 bit OpenGL.[*] How can i (can I??) run 3D on wine on to amd64?
View 2 Replies
View Related
Feb 7, 2011
The way I usually boot Linux distros, and this has worked for every distro I have tried up to Kubuntu 10.10, was to install Grub2 on an extended partition, run "dd if=/dev/sda5 of=linux.bin bs=512 count=1", and then adding that bin file to my Windows boot.ini. What usually happens after is that I get the Grub2 menu after selecting it from the Windows Bootloader.
The problem is, with the latest Squeeze AMD64, all I get when I do this is a static cursor and the computer is frozen and I have to hit the reset button.I mounted the Linux partition with Ext2IFS (mkfs.ext3 -I128 /dev/sda5 to get 128KB inodes), and I can see that the Squeeze installer did indeed install Grub2, because I can see the files in their respective directories.
View 10 Replies
View Related
Aug 22, 2010
I want to install Adobe's Flash, as opposed to one of the free options (they don't handle some content well). I have Googled around to try to find out how Flash is installed, but there doesn't seem to be one recognized way.
I found the following:
[URL]
Is anyone using Adobe's Flash on amd64 and is happy with the install?
View 3 Replies
View Related
Apr 25, 2011
I think about editing and compressing some avi files and want to install cinelerra-cv. However there are some dependency problems it seems...
aptitude install cinelerra-cv cinelerra-doc cinelerra-cv-data
The following NEW packages will be installed:
cinelerra-cv cinelerra-cv-data cinelerra-doc libavcore0{a} libavutil50{a} libfaac0{a} libmjpegtools-1.9{a} libmp3lame0{a} libmpeg3-1{a} libmpeg3hv-1.5.0-1{a} libquicktime1{a} libquicktimehv-1.6.0-1{a} libva-x11-1{a} libva1{a} libx264-112{a} libxvidcore4{a} mpeg3-utils{a} ttf-bitstream-vera{a}
The following packages will be upgraded: libavcodec52 libpostproc51 libswscale0 3 packages upgraded, 18 newly installed, 0 to remove and 5 not upgraded. Need to get 16.5 MB of archives. After unpacking 31.5 MB will be used. The following packages have unmet dependencies: libavformat52: Depends: libavcodec52 (< 4:0.5.2-99) but 5:0.6.1+svn20101128-0.2 is to be installed. or libavcodec-extra-52 (< 4:0.5.2-99) which is a virtual package. The following actions will resolve these dependencies:
[code]....
Normally I say yes and hope for good, but this time... I do not use adobe flash player, but I would still like to watch ..... videos. Would be hard without gnash, right? I use iron portable and iceweasel. Also I use totem a lot, but aptitude seems not being able to resolve this inconsistency automatically. My question is: what would happen, if I just say "y"? gnash is completly away? And is there any way to install newer version of gnash or do whatever to have everything working?
View 2 Replies
View Related
Feb 5, 2011
I'm using Debian Squeeze AMD64 gngeo version 0.7
After i ran ./configure
I got these error messages when I ran make
Code:
View 9 Replies
View Related
Feb 27, 2011
I wanted to know which is the best firewall application for my debian squeeze amd64 home desktop. I prefer a simple interface yet powerful enough. After googling I found two options - gufw & firestarter. I am not sure which one to choose between these two.
View 6 Replies
View Related
May 18, 2010
Using the howto at http://wiki.debian.org/skype I installed Skype 2.1 beta 2. It launches OK using either skype or linux32 skype and brings up the login screen. It already has my username but when I enter my password skype crashes before logging me in. I get the error:
Inconsistency detected by ld.so: dl-open.c: 643: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
I know this is a long shot since skype isn't open source, but does anyone have a workaround?
View 1 Replies
View Related
Jul 1, 2010
I want to set the login to the old default of having to enter a username,password. I've tried to use the configuration editor to achieve this and have ticked the "disable-user-list" option under /apps/gdm/simple-greeter but it makes no difference, the greeter still starts with a user list. It appears that the default valuef TRUE for this function is overriding my choice, but I'm notre why. My next step appears to be to edit /etc/gdm3/greeter.gconf-defaults to change the default value. I haven't actually tried that yet so not sure if it would work but, even if it does, it doesn't seem a very elegant way of setting this up. Is there some simple way of changing the behaviour back to asking for username first?
I seem to remember the whole login process as being more configurable than it is now, with options to choose backgrounds, allow root accest finystem->administration->login_screen only gives a choice between selecting a user or automatic login of a particular user, with no further options available.On a general note, would the old method not be a more secure default than presenting an unauthorised user with a list of login id's to be tried?
View 3 Replies
View Related
Apr 20, 2011
Having trouble installing 'Squeeze' 6.0.1a-amd64-netinst on a new AMD64 system.The installer boots and runs fine until it gets to hard disk detection. Then it hangs for about 20 minutes showing a blue screen, during which time the HDD-activity light flickers every 5 seconds. Eventually it says it can't detect a hard disk, and displays a (longish) list of possible drivers; no idea which, if any, would suit.Anyone else installed (successfully or otherwise) on this combo?
View 3 Replies
View Related
Aug 18, 2011
Below is the recipe I've used to compile dwm from source on Squeeze
su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit
It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!
View 6 Replies
View Related
Apr 21, 2011
I'm trying to build a package from wine 1.3.18 following Soul Singin's post here but it gives me this error.
wine: configuration in '/home/user/.wine' has been updated.
wine: cannot find L"unix\tmp\wine-1.3.18\dlls\advapi32\tests\advapi32_test.exe.so"
make[2]: *** [cred.ok] Error 2
make[2]: Leaving directory `/tmp/wine-1.3.18/dlls/advapi32/tests'
[Code].....
This error only appear when I use dpkg-buildpackage not when I compile the source it with make.
View 1 Replies
View Related
Feb 13, 2011
After finally figuring out how exactly how to compile something from source, I did it with Wine. However, there's a problem, when I'm trying to play a game on Steam (Half-Life) on a TNT2 graphics card (With NVIDIA drivers 71.86 installed as well as all of the packages needed to compile Wine from source), everything either lags or has an error.
One of these errors is that OpenGL32 isn't being initialized after attempting to start the game in that mode. Another error (or I should say problem) is that in Direct3D mode, it just.. crashes lol. Also, in Software mode, it LAGS horribly and I don't think it has to do with the hardware limitations I have on this machine. I did however install the glx and gl drivers AFTER I compiled Wine, do I have to do yet another install?
Debian Lenny 5.0.8
667MHz Celeron Coppermine
NVIDIA TNT2 32mb VRAM card
View 3 Replies
View Related
Jul 30, 2010
I just wanted to know if i download Debian Squeeze linux-source-2.6.32 from packages.debian.org and try and compile it in debian lenny using lenny's packages will the build succeed ?
View 6 Replies
View Related
Feb 3, 2010
Compiling latest compat-wireless on up to date squeeze install I get this:
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
Building modules, stage 2.
MODPOST 84 modules
Can't open file
make[4]: *** [__modpost] Error 1
[code].....
View 3 Replies
View Related
Feb 19, 2011
I want to build Taucs library [URL] , to use its sparse solver in some number crunching apps, [URL] Since i plan to build these apps with the intel development suite, i better build Taucs with the same set of compilers... but AFAIK Taucs doesnt exist in <testing> or <unstable> ( I could apt-get source, and set appropriate flags for compilers it it did ) and i do not quite understand its build system ..It is not a ./configure system...it relies on external libs like blas, lapack and metis... which regardless of existing in Debian repo are built with gcc-4.5... so.. no way of using this to link with an Intel built library...
View 10 Replies
View Related
Jun 13, 2010
I have been asked to install Windows 7 on a computer that groans to even run Windows xp properly. As I know, this is like asking for the impossible, I am posting here to have some opinions about the use of Wine in Debian. In particular, I would like to know whether wine makes Debian less secure and more vulnerable to viral, malware, adware, etc infections.
View 1 Replies
View Related
Jan 1, 2011
I'm trying to install Wine on Debian Squeeze x86_64 but I cannot seem to get it to work. I added the repository to my sources.list but I was faced with this when I tried to install:
Code:
ashton@hubble:~$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information..
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
[Code]...
View 14 Replies
View Related
Mar 30, 2011
Building Wine-1.3.16 for Squeeze from Source: Since there isn't a good version of Wine in the repositories, I decided to build my own from source. Here it is. read everything. I DID NOT have Wine previously installed. If you do, you'll have to remove it FIRST.
[code]...
With all the dependencies installed you can begin building Wine. From the terminal:
[code]...
View 13 Replies
View Related
Jun 27, 2011
It's worth noting that this compiled and ran without a single hitch on an old P4 laptop I have. This system is a Core 2 Duo, and gives the following upon make:
Code:
I get that Dyngen helps interpret PowerPC instructions...? What I don't get is why my Google-fu fails me here.
View 13 Replies
View Related
May 7, 2011
i screwed up a good debian install with wine. before i do it again i want to know what the best way to get and install wine . AMD 64, toshiba L645D laptop with 3G ram. ATI radon openGL . I read several pages and seems they suggest to compile from source (which i can do i think). others say to use aptitude .
View 7 Replies
View Related
Aug 10, 2011
since lamaresh is not being updated anymore and the wine packages from the official Debian repository are quite old there isn't really much choice for getting a recent version of wine anymore. Since I don't want to use the carbon project or the Mempis repository, as stated here, (at least yet) I have decided to build the package myself. Unfortunately I would like to have a 32bit version but am running a 64bit version of Debian Squeeze. When I run ./configure I get the following message at the end.
[Code]...
View 1 Replies
View Related
Mar 6, 2011
I am currently using Squeeze 32 bit with both gnome and KDE desktops. I have a legitimate office disk, and wanted to use MS word for work due to formatting glitches in Open Office. However squeeze says the disk is corrupt and refuses to progress. This is not so as the same disk works fine in aptosid and Kubuntu. So wine is not very useful in Squeeze whilst it behaves like this. After all it is I suspect it at least should be able to install MS word, though of course no updates are given by MS as it hates wine. Both Gnome and KDE gave the same results, as user or root. I wonder if anything else can be done to Wine to make it work. Perhaps it is something to do with the "free" kernel, I only speculate. Otherwise Squeeze is going very well.
View 11 Replies
View Related
Dec 21, 2010
Are the 1.3 Wine packages availible at [url] compatible with the Squeeze kernel? What about future updates to the packages there?
View 3 Replies
View Related
Apr 4, 2011
My university is checking LAN access through F5 Firepass server. Using amd 64 proc with squeeze and iceweasel 3.5.16 browser with F5 Network access plugin and F5 sam inspection host plugin, I cannot access university servers through the F5 firepass server.
From my svpn.log when trying access:
View 3 Replies
View Related
May 27, 2010
I used sudo apt-get build-dep wine1.2 to get the dependencies for the lastest Wine, but when compiling it, I get:
configure: WARNING: No OpenGL library found on this system. OpenGL and Direct3D won't be supported.
I thought it gave me all the dependencies I needed.
View 1 Replies
View Related
Jul 8, 2010
I'm trying to compile wine from source, with a patch to make it work for Worms Armageddon. I've applied the patch and go to run
Code:
$ ./configure
It then pumps out rows of text and at the end reads:
Code:
configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported. I went ahead and finished compiling it but it doesn't run worms, so I've come back to this opengl issue.
View 1 Replies
View Related
Sep 29, 2010
compiling wine i got error Xlib/Xfree86 how can the package of it for RHEL 5.3
View 1 Replies
View Related
Feb 16, 2011
while trying to get a game to work on wine I was surprised to find out that the wine version that ships with sid is 1.0.1 released in October 2005. So I installed the latest release I found at [URL] like this :
dpkg -i wine_1.1.42~winehq1-1_amd64.deb
The install failed, I think because I hadn't remove the old wine version, and that's when the joy-ride started. Impossible to remove wine to restart properly. (apt-get remove libwine wine and apt-get -f install didn't) After some googling I tried this :
dpkg -i --force-depends wine_1.1.42~winehq1-1_amd64.deb
This did install the wine version I wanted, and the game ran fine after that. However the result was a borked apt-get. Tried to remove wine again with the above commands, resulting in apt-get failing to do so because it tried installing wine-unstable and reported errors similar to these : E: Could not perform immediate configuration on 'wine-unstable'. see man 5 apt.conf under APT::Immediate-Configure for details. (2)
View 2 Replies
View Related