http://bugs.winehq.org/show_bug.cgi?id=17203
Summary: Regression in PowerPC compilation Product: Wine Version: 1.1.13 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineserver AssignedTo: wine-bugs@winehq.org ReportedBy: ovek@arcticnet.no
The commit 9f365e7705e137a9d6058abd6486cdf67e491eb0, by Alexandre Julliard, broke compilation of the wineserver on PowerPC (if you're interested, there's a complete build log at http://experimental.debian.net/fetch.php?&pkg=wine&ver=1.1.13-1&...)
This is because the change introduces a type, client_ptr_t, which is not defined in server/context_powerpc.c, because the necessary #includes are inside a #if 0 section. Presumably, moving the #includes outside the #if 0 section would fix the build failure on PowerPC.
http://bugs.winehq.org/show_bug.cgi?id=17203
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com Severity|normal |blocker Component|wineserver |build-env Keywords| |regression, source
http://bugs.winehq.org/show_bug.cgi?id=17203
--- Comment #1 from Austin English austinenglish@gmail.com 2009-07-30 12:19:54 --- Is this still an issue in current (1.1.26 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=17203
Riccardo Loti contez@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |contez@gmail.com
--- Comment #2 from Riccardo Loti contez@gmail.com 2010-01-12 15:23:35 --- Bug 16695 (http://bugs.winehq.org/show_bug.cgi?id=16695) seems to be referring to the same problem, also seems to have been fixed.
By the way as I have some PPC Macs left around I will convert one as a linux / Mac OS X test machine for wine compiling as soon as I have time. All those compiling bugs seems quite trivial, yet they are even tested, maybe I can cull out some of them. ;)
http://bugs.winehq.org/show_bug.cgi?id=17203
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2010-01-12 15:38:28 --- (In reply to comment #2)
Bug 16695 (http://bugs.winehq.org/show_bug.cgi?id=16695) seems to be referring to the same problem, also seems to have been fixed.
Marking fixed then.
By the way as I have some PPC Macs left around I will convert one as a linux / Mac OS X test machine for wine compiling as soon as I have time. All those compiling bugs seems quite trivial, yet they are even tested, maybe I can cull out some of them. ;)
Excellent! I've got a build script on winezeug (http://winezeug.googlecode.com/svn/trunk/build_script/daily.sh) that would save you a lot of trouble. It's mostly suitable for a cron job, though it runs the test suite, which won't work to well on PPC. With a few minor tweaks (outputting the build log somewhere, grep for warnings/errors), it should be suitable for a cron build job setup.
E-mail me for help if you want to use it/need something put into it.
http://bugs.winehq.org/show_bug.cgi?id=17203
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2010-01-22 11:02:08 --- Closing bugs fixed in 1.1.37.