biarch wine from code, 32-bit dependencies do not install

Questions about Wine on Linux
Locked
susancragin
Level 2
Level 2
Posts: 16
Joined: Tue Jul 17, 2012 10:58 am

biarch wine from code, 32-bit dependencies do not install

Post by susancragin »

http://wiki.winehq.org/BuildingBiarchWineOnUbuntu

When compiling according to the above instructions, I get to the following:

@my32bitbox:~$ sudo apt-get build-dep wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list

I know this is because my sources list points only to 64-bit code. How do I change this?
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: biarch wine from code, 32-bit dependencies do not instal

Post by spoon0042 »

See here: https://help.ubuntu.com/community/Repositories/Ubuntu

I think all you need to do is make sure "Source code" is checked, update, and try again.

Or if you're editing sources.list manually, duplicate the appropriate lines and change "deb" to "deb-src" at the start of the line.
susancragin
Level 2
Level 2
Posts: 16
Joined: Tue Jul 17, 2012 10:58 am

Re: biarch wine from code, 32-bit dependencies do not instal

Post by susancragin »

I did see that, and tried it, and it did not work on my machine.
I eventually did a work-around, doing sudo apt-get install and then a huge list of dependencies. So the files were there. What it couldn't see was the wine source code.
Locked