http://bugs.winehq.org/show_bug.cgi?id=18965
Summary: Build Wine 1.1.23 from source fails on Red Hat WS 4.6 Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: tom.dalton@eds.com
I tried to build Wine 1.1.23 from the wine-1.1.23.tar.bz source package. 'configure' and 'make depend' seemed to work ok. The regular 'make' then fails when trying to build the dll .so files.
Looks like a bug in winegcc or winebuild, that isn't handling the resource file parameters properly.
See this forum post for original description: http://forum.winehq.org/viewtopic.php?p=26302
http://bugs.winehq.org/show_bug.cgi?id=18965
--- Comment #1 from tom.dalton@eds.com 2009-06-16 07:48:07 --- Created an attachment (id=21826) --> (http://bugs.winehq.org/attachment.cgi?id=21826) Terminal log of build process
http://bugs.winehq.org/show_bug.cgi?id=18965
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2009-06-16 08:03:39 --- Sounds like POSIXLY_CORRECT is set. This is probably not a good idea, though I guess it could be worked around in this case.
http://bugs.winehq.org/show_bug.cgi?id=18965
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2009-06-16 11:07:19 --- Actually, this one's a blocker. Try unsetting POSIXLY_CORRECT before configuring, e.g.: $ export POSIXLY_CORRECT=0 $ ./configure $ make depend && make
http://bugs.winehq.org/show_bug.cgi?id=18965
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source Severity|critical |blocker
--- Comment #4 from Austin English austinenglish@gmail.com 2009-06-16 11:40:07 --- Wine doesn't build => blocker.
http://bugs.winehq.org/show_bug.cgi?id=18965
--- Comment #5 from tom.dalton@eds.com 2009-06-16 12:18:49 --- POSICLY_CORRECT was set to "y", however, setting it to "0" or "" has no effect on the full build process as far as I can tell - its falls over at the same point with the same error.
http://bugs.winehq.org/show_bug.cgi?id=18965
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2009-06-16 13:28:37 --- You have to unset it, not set it to 0.
http://bugs.winehq.org/show_bug.cgi?id=18965
--- Comment #7 from tom.dalton@eds.com 2009-06-17 04:41:38 --- Ok that works, Wine then builds and runs...
http://bugs.winehq.org/show_bug.cgi?id=18965
--- Comment #8 from tom.dalton@eds.com 2009-08-14 07:27:41 --- This seems to be fixed in 1.1.27, Wine builds without needing to change the environment.
http://bugs.winehq.org/show_bug.cgi?id=18965
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #9 from Austin English austinenglish@gmail.com 2009-08-14 10:53:29 --- Fixed then.
http://bugs.winehq.org/show_bug.cgi?id=18965
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2009-08-21 12:53:23 --- Closing bugs fixed in 1.1.28.