Opened 15 years ago

Closed 15 years ago

#17224 closed defect (invalid)

pkgconfig 4-way universal binary fails

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: pkgconfig

Description

Trying to install pkgconfig as a 4-way (i386 / ppc / x86_64 / ppc64) universal binary, it stops here during configure:

checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for thread implementation... posix
checking for pthread_attr_init in -lpthread... yes
checking necessary linker options... -lpthread
checking necessary compiler options...  -D_REENTRANT
checking for localtime_r... yes
checking for rand_r... yes
checking for getpwuid_r... yes
checking whether getpwuid_r is posix like... yes
checking whether pthread_getspecific is posix like... yes
checking whether pthread_mutex_trylock is posix like... yes

Building just a 2-way (i386 / ppc) universal binary works fine.

This is on Mac OS X 10.4.11 Intel with Xcode 2.5.

Change History (3)

comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

But it works fine on Mac OS X 10.5.6 with Xcode 3.1.2.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:3 Changed 15 years ago by tobypeterson

Resolution: invalid
Status: newclosed

Building 64-bit binaries on Tiger is not supported.

Note: See TracTickets for help on using tickets.