Install error building Wine on Ubuntu 64bit

Questions about Wine on Linux
Locked
hibi
Level 2
Level 2
Posts: 20
Joined: Sun Dec 01, 2013 8:08 am

Install error building Wine on Ubuntu 64bit

Post by hibi »

I use Ubuntu13.10 amd64 and Ubuntu12.04 amd64(on VirtualBox).
(This topic error is Ubuntu12.04.)
Building and install wine 32bit.

But install fail.
Getting error from "sudo make install" process, architecture incompatible error.

I reference read.
http://wiki.winehq.org/BuildingBiarchWineOnUbuntu
and
http://wiki.winehq.org/WineOn64bit
(and more. winewiki have meny 64 bit build reference pages!)

Wiki references, does it become old?
Want install other i386 librarys?

Please help.
hibi
Level 2
Level 2
Posts: 20
Joined: Sun Dec 01, 2013 8:08 am

Re: Install error building Wine on Ubuntu 64bit

Post by hibi »

Success build Git source WINE 32bit on Ubuntu12.04 i386.
(Congratulations version up to 1.7.8. )
hibi
Level 2
Level 2
Posts: 20
Joined: Sun Dec 01, 2013 8:08 am

Re: Install error building Wine on Ubuntu 64bit

Post by hibi »

I succeeded in build Wine 32bit. (In Ubuntu 12.04 amd64)
orsisam
Newbie
Newbie
Posts: 2
Joined: Sat Mar 29, 2014 10:31 am

Re: Install error building Wine on Ubuntu 64bit

Post by orsisam »

hibi wrote:I succeeded in build Wine 32bit. (In Ubuntu 12.04 amd64)
so do I, succes build wine 32bit on Ubuntu 12.04 64bit.
At the of this instruction he said "Note: You don't need LXC, you can simply use a chroot. ". can you tell how to use this chroot?
orsisam
Newbie
Newbie
Posts: 2
Joined: Sat Mar 29, 2014 10:31 am

Re: Install error building Wine on Ubuntu 64bit

Post by orsisam »

I use that reference too "http://wiki.winehq.org/BuildingBiarchWineOnUbuntu"
on the last line:
Note: You don't need LXC, you can simply use a chroot.

can you tell me how to use a chroot? cause I failed install dotnet20sp2 using winetricks
hibi
Level 2
Level 2
Posts: 20
Joined: Sun Dec 01, 2013 8:08 am

Re: Install error building Wine on Ubuntu 64bit

Post by hibi »

I use LXC build method. I does not use chroot.
A description of LXC of Wiki seems to become old. I revise it later.

Do you fail in build of Wine?
hibi
Level 2
Level 2
Posts: 20
Joined: Sun Dec 01, 2013 8:08 am

Re: Install error building Wine on Ubuntu 64bit

Post by hibi »

I do not know it about the method using chroot.

When you build wine in LXC, you should change it.
sudo apt-get build-dep wine
->sudo apt-get build-dep wine1.7
And rewrite to /etc/apt/sources.list.d/ubuntu-wine-ppa-saucy.list

I build in a procedure written on this page.
Further information can be found in here. (but japanese)
Building wine 32bit in Ubuntu 12.04 amd64.
http://blog.michinari-nukazawa.com/2014 ... amd64.html
Locked