[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [pkg-wine-party] Compile WoW64 Setup (Wine 32 and 64Bits)



Ok, i found a solution to compile without problem.
In fact, in my 32bits chroot, i must to mount "/usr/lib/x86_64-linux-gnu" + "/lib64" + "/lib/x86_64-linux-gnu" from my 64bits chroot.

Exemple :
mkdir chroot32/lib64 && mount -B chroot64/lib64 chroot32/lib64
mkdir chroot32//usr/lib/x86_64-linux-gnu && mount -B chroot64//usr/lib/x86_64-linux-gnu chroot32//usr/lib/x86_64-linux-gnu
etc...

But with this solution, i don't know how to create package with the debian folder (rules files & Co)

Reply to: