Opened 14 years ago

Closed 14 years ago

#24457 closed defect (wontfix)

xorg-server-devel 1.8.0 Tiger build error

Reported by: doh123@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: xorg-server-devel

Description

xorg server devel 1.8 is failing for me on a build on Tiger.

basically I'm guessing that the compiler doesn't understand some things...

i686-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _Xalloc
../../../os/.libs/libos.a(utils.o) definition of _Xalloc in section (__TEXT,__text)
/Applications/.Wineskin2/lib/libXdmcp.dylib(single module) definition of _Xalloc
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _Xfree
../../../os/.libs/libos.a(utils.o) definition of _Xfree in section (__TEXT,__text)
/Applications/.Wineskin2/lib/libXdmcp.dylib(single module) definition of _Xfree
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _Xrealloc
../../../os/.libs/libos.a(utils.o) definition of _Xrealloc in section (__TEXT,__text)
/Applications/.Wineskin2/lib/libXdmcp.dylib(single module) definition of _Xrealloc
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
___crashreporter_info__
collect2: ld returned 1 exit status
make[4]: *** [X11.bin] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

is the last part of the log.... where it looks like the problem lies. I'll attach a full log as well. Its standard Macports but I'm using a non standard Macports prefix.

Attachments (1)

xorgserverdevel1.8log.txt (710.5 KB) - added by doh123@… 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by doh123@…

Attachment: xorgserverdevel1.8log.txt added

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to jeremyhu@…

comment:2 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: wontfix
Status: newclosed

Tiger is not a supported platform, but 1.8.0_0 built fine for me on Tiger with the latest xcode for Tiger.

___crashreporter_info__ is clearly defined where it is used.

If you have a patch to fix this, please submit it, but I will not be looking into this issue as I cannot reproduce it and it is on an outdated OS version.

Note: See TracTickets for help on using tickets.