http://bugs.winehq.org/show_bug.cgi?id=3483
Summary: Fails to build from source Product: Wine Version: 20050930 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: alexey@feldgendler.ru
tools/wineinstall produces the following output:
WINE Installer v0.75
Warning !! wine binary (still) found, which may indicate a (conflicting) previous installation. You might want to abort and uninstall Wine first. (If you previously tried to install from source manually, run 'make uninstall' from the wine root directory) Running configure...
configure: creating cache config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu
[lots of configure output skipped]
config.status: executing dlls/gdi/enhmfdrv commands config.status: executing dlls/gdi/mfdrv commands config.status: executing dlls/kernel/messages commands config.status: executing dlls/user/resources commands config.status: executing dlls/wineps/data commands config.status: executing include/wine commands
Configure finished. Do 'make depend && make' to compile Wine.
We need to install wine as root user, do you want us to build wine, 'su root' and install Wine? Enter 'no' to continue without installing (yes/no) yes
/usr/local/lib doesn't exist in your /etc/ld.so.conf, it will be added when we perform the install...
Compiling WINE. Grab a lunch or two, rent a video, or whatever, in the meantime...
Makefile is older than , please rerun ./configure make: *** [Makefile] Error 1 Makefile is older than , please rerun ./configure make: *** [Makefile] Error 1
Compilation failed, aborting install.