Opened 13 years ago

Closed 13 years ago

#27867 closed defect (fixed)

cclient doesn't support changing build_arch

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: tianseng@…
Port: cclient

Description

The cclient build fails when build_arch is changed in macports.conf:

[snip]
Building bundled tools...
cd mtest;make
/usr/bin/gcc-4.2 -I../c-client `cat ../c-client/CFLAGS`   -c -o mtest.o mtest.c
/usr/bin/gcc-4.2 -I../c-client `cat ../c-client/CFLAGS` -o mtest mtest.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`
ld: warning: in /i386-10.6-mp/lib/libcrypto.dylib, file was built for i386 which is not the architecture being linked (x86_64)
ld: warning: in /i386-10.6-mp/lib/libssl.dylib, file was built for i386 which is not the architecture being linked (x86_64)
[snip]

This prevents dependents of cclient (e.g. php5-imap) from building with a non-standard build_arch (see #27859)

Change History (2)

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

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: tianseng@… added
Resolution: fixed
Status: assignedclosed

Fixed in r74864.

Note: See TracTickets for help on using tickets.