[Bug 18965] New: Build Wine 1.1.23 from source fails on Red Hat WS 4.6
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(a)winehq.org ReportedBy: tom.dalton(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 --- Comment #1 from tom.dalton(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 --- Comment #2 from Alexandre Julliard <julliard(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 --- Comment #3 from Juan Lang <juan_lang(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source Severity|critical |blocker --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-06-16 11:40:07 --- Wine doesn't build => blocker. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 --- Comment #5 from tom.dalton(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2009-06-16 13:28:37 --- You have to unset it, not set it to 0. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 --- Comment #7 from tom.dalton(a)eds.com 2009-06-17 04:41:38 --- Ok that works, Wine then builds and runs... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 --- Comment #8 from tom.dalton(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-08-14 10:53:29 --- Fixed then. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18965 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-21 12:53:23 --- Closing bugs fixed in 1.1.28. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org