I think that lxc package is not necessary to building Wine

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

I think that lxc package is not necessary to building Wine

Post by hibi »

"Building 32-bit Wine on a 64-bit (x86-64) system" page in Wine Wiki.
lates change to
http://wiki.winehq.org/WineOn64bit?acti ... 0&rev1=219
add write to "install lxc-templates".
but I well building Wine do not install lxc-templates on my environment.
(latest Ubuntu 14.04, Ubuntu12.04 and Ubuntu 13.10 of 2014/01.)

1. I want contact to Fabian Dittmann but I do not know they email and nothing they persional wiki page.(because to "2:" )
2. I want to know the reason why lxc-templates was necessary for.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: I think that lxc package is not necessary to building Wi

Post by oiaohm »

hibi the instructions are written for 12.04 at time of its release version of lxc.
lxc-create -t ubuntu -n my32bitbox -- --bindhome $LOGNAME -a i386
The -t ubuntu bit would only work lxc-templates was installed. But one of the updates since the release of 12.04 moved the lxc-templates into the lxc package. Lxc without templates is a pain.

hibi so its a case of package reshuffling and instructions not rewritten since.
hibi
Level 2
Level 2
Posts: 20
Joined: Sun Dec 01, 2013 8:08 am

Re: I think that lxc package is not necessary to building Wi

Post by hibi »

I agreed to it.
Thank you for the reply.
Locked