[Bug 16694] New: Build broken on PowerPC
http://bugs.winehq.org/show_bug.cgi?id=16694 Summary: Build broken on PowerPC Product: Wine Version: 1.1.11 Platform: Macintosh OS/Version: Linux Status: NEW Keywords: source, testcase Severity: major Priority: P2 Component: build-env AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com I had an old G4 given to me, so I installed a copy of Intrepid on there and tried compiling wine. After enabling the extra repositories, it's got all dependencies settled (Dan's install-wine-deps script worked well). Cool! First bug, I already sent a path for: http://www.winehq.org/pipermail/wine-patches/2008-December/066885.html though a skip or something else may be more appropriate. Second bug: austin(a)ubuntu-ppc:~/wine/dlls/rpcrt4/tests$ make ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole cstub.o generated.o ndr_marshall.o rpc.o rpc_async.o server.o server_c.o server_s.o testlist.o -o rpcrt4_test.exe.so ../../../libs/port/libwine_port.a -lole32 -lrpcrt4 -lkernel32 server_c.o: In function `__wine_pop_frame': /home/austin/wine/dlls/rpcrt4/tests/../../../include/wine/exception.h:207: undefined reference to `NtCurrentTeb' server_c.o: In function `__wine_push_frame': /home/austin/wine/dlls/rpcrt4/tests/../../../include/wine/exception.h:192: undefined reference to `NtCurrentTeb' Pretty low level stuff...Alexandre? :-) Seems to continue on fine after that, but this is a crappy 400mhz, so it'll be a bit before I know the results. -- 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=16694 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-12-31 13:30:56 --- Created an attachment (id=18353) --> (http://bugs.winehq.org/attachment.cgi?id=18353) make log Redundant, but the rest of the log... -- 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=16694 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Build broken on PowerPC |undefined reference to | |`NtCurrentTeb' on PowerPC -- 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=16694 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-08-30 15:12:34 --- Still present, and breaks the build. -- 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=16694 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |enhancement --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-30 16:12:33 --- Breaking the build is critical only for builds that have an actual use. Porting to exotic platforms is an enhancement. -- 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=16694 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-08-30 16:20:40 --- (In reply to comment #3)
Breaking the build is critical only for builds that have an actual use. Porting to exotic platforms is an enhancement.
PPC/Linux works for the most part, actually. Bug 16695 was the only real blocker last I tried. Notepad/other winelib apps worked fine. I'm building on QEMU now though, so the build is *REALLY* slow (80 minutes for configure alone). -- 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=16694 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |ppc32 -- 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=16694 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #5 from André H. <nerv(a)dawncrow.de> 2009-12-23 12:31:07 --- with my arm-work i stepped into the same problem, today i found the reason: its commit 49643745704842b1efd68e1e34dc9590e379eda4 specially the changes on the ntdll.spec removed support for sparc,alpha and powerpc. if you remove the -arch=win32 before NtCurrentTeb it should work -- 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=16694 --- Comment #6 from André H. <nerv(a)dawncrow.de> 2010-11-09 15:56:28 CST --- ok, my last comment was not fully correct... but for me the whole problem is gone on ARM so i guess this bug can be marked fixed. -- 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=16694 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2010-12-01 08:51:29 CST --- Works now on: Linux gcc40 2.6.26-2-powerpc64 #1 SMP Thu May 13 07:29:31 UTC 2010 ppc64 GNU/Linux / wine-1.3.8-89-gfa12dd9, marking fixed. -- 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=16694 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2010-12-10 13:45:44 CST --- Closing bugs fixed in 1.3.9. -- 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