https://bugs.winehq.org/show_bug.cgi?id=42422
Bug ID: 42422 Summary: wine32 configure fails in LXC with "makedep: error: failed to create output file for 'dlls/virtdisk/Makefile'" Product: Wine Version: 2.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: brewmanz@gmail.com Distribution: ---
(ubuntu 14.04 amd64, lxc 1.0.8) After doing a successful wine64 (native) then wine32-tools (under lxc) builds, the wine32 configure step
~/git/wine/configure --with-wine64=$HOME/wine64 --with-wine-tools=$HOME/wine32-tools
eventually fails with ...
... lots of 'checking for ...' messages checking whether we need to define __i386__... no creating Makefile rules... done configure: creating ./config.status config.status: creating Make.tmp config.status: executing Makefile commands makedep: error: failed to create output file for 'dlls/virtdisk/Makefile' config.status: error: could not create Makefile make: *** [Makefile] Error 1
This configure step *fails* using git refs/remotes/upstream/master 06c5a9a ntdll: Read entry point in LdrInitializeThunk.
This configure step *works* by regressing to git refs/tags/wine2.1 e08ed6c
Don't ask me which one of many winehq wine32/64 build instructions I'm using - I don't know. All I know is that I have created a manual script that works for me for several months - until now.
I *think* it worked a week ago; I'll post more info if I find any.