#17692 closed defect (fixed)
bind9 doesn't build universal
Reported by: | jeremyhu (Jeremy Huddleston Sequoia) | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | universal | Cc: | danielluke (Daniel J. Luke) |
Port: | bind9 |
Description
/usr/bin/gcc-4.0 -I/opt/local/var/macports/build/_Users_jeremy_src_macports-trunk_dports_net_bind9/work/bind-9.5.0-P2 -I./unix/include -I./pthreads/include -I./x86_32/include -I./include -I./include -D_REENTRANT -O2 -isysroot /Developer/SDKs/MacOSX10.5.Internal.sdk -arch ppc -arch i386 -mmacosx-version-min=10.5 -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing -c hash.c hash.c: In function 'isc_hash_destroy': ./x86_32/include/isc/atomic.h:34: error: can't find a register in class 'MQ_REGS' while reloading 'asm' lipo: can't figure out the architecture type of: /var/tmp//ccyw1AVG.out make[2]: *** [hash.o] Error 1 make[1]: *** [subdirs] Error 1 make: *** [subdirs] Error 1
Change History (3)
comment:1 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:2 Changed 16 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | new → closed |
turned off universal variant in r43968
Thanks!
Note: See
TracTickets for help on using
tickets.
builds fine using 'universal_variant no', btw...