Opened 15 years ago
Closed 14 years ago
#22622 closed defect (fixed)
radlib universal variant fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mbrooksclark@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | radlib |
Description
On Snow Leopard at least, I can't compile radlib with the universal variant:
libtool: compile: /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I../h -I/opt/local/include -DHOST_IS_BIGENDIAN= -D_GNU_SOURCE -I/opt/local/include -I/usr/include -I/opt/local/include -O2 -arch x86_64 -arch i386 -c ../src/radsha.c -fno-common -DPIC -o .libs/radsha.o ../src/radsha.c:81:23: error: operator '!' has no right operand ../src/radsha.c:194:23: error: operator '!' has no right operand ../src/radsha.c:307:23: error: operator '!' has no right operand ../src/radsha.c:312:23: error: operator '!' has no right operand ../src/radsha.c:326:23: error: operator '!' has no right operand ../src/radsha.c:473:23: error: operator '!' has no right operand ../src/radsha.c:520:23: error: operator '!' has no right operand ../src/radsha.c:676:23: error: operator '!' has no right operand ../src/radsha.c:718:23: error: operator '!' has no right operand ../src/radsha.c:81:23: error: operator '!' has no right operand ../src/radsha.c:194:23: error: operator '!' has no right operand ../src/radsha.c:307:23: error: operator '!' has no right operand ../src/radsha.c:312:23: error: operator '!' has no right operand ../src/radsha.c:326:23: error: operator '!' has no right operand ../src/radsha.c:473:23: error: operator '!' has no right operand ../src/radsha.c:520:23: error: operator '!' has no right operand ../src/radsha.c:676:23: error: operator '!' has no right operand ../src/radsha.c:718:23: error: operator '!' has no right operand lipo: can't figure out the architecture type of: /var/tmp//cc6tnMeZ.out make[3]: *** [radsha.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Full log attached.
Attachments (1)
Change History (6)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | radlib.txt added |
---|
comment:1 Changed 15 years ago by mbrooksclark@…
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
If you disable radlib's universal variant, you should also disable the universal variant of every port that depends on radlib. Currently that would just be wview.
comment:4 Changed 15 years ago by mbrooksclark@…
OK. I will disable the universal variant the for radlib and wview the next time I update the portfiles.
comment:5 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Is it absolutely required to support the universal variant? If not, how can I disable it?