[MacPorts] #24212: alpine fails to build on 10.6 +universal ( c-client/utf8.o, file is not of required architecture )
MacPorts
noreply at macports.org
Tue May 25 10:47:32 PDT 2010
#24212: alpine fails to build on 10.6 +universal ( c-client/utf8.o, file is not of
required architecture )
--------------------------------------------+-------------------------------
Reporter: russell.jones@… | Owner: todmorrison@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: alpine
--------------------------------------------+-------------------------------
Comment(by russell.jones@…):
Looks like libintl isn't being added in the compilation and linking of
rpdump.c
Adding -lintl to the last line gives no errors. Not clear from the
Makefile how this should be caused to happen.
{{{
/usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I../include -I../include
-DLOCALEDIR=\"/opt/local/share/locale\" -I/opt/local/include
-I/opt/local/include -I/opt/local/include -g -D_THREAD_SAFE -Dbsd -O2
-arch x86_64 -arch i386 -c rpdump.c
1475 /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc-4.2
-std=gnu99 -g -D_THREAD_SAFE -Dbsd -O2 -arch x86_64 -arch i386 `cat
../c-client/LDFLAGS` -L/opt/local/lib -L/opt/local/lib -arch x86_64 -arch
i386 -L/opt/local/lib -L/opt/local/lib -o rpdump rpdump.o
../pico/libpico.a ../pico/osdep/libpicoosd.a ../pith/libpith.a
../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a osdep/libpineosd.a
../c-client/c-client.a -lgssapi_krb5 -lssl -lldap -lncurses -llber -lssl
-framework Carbon -framework ApplicationServices -framework Security
1476 /usr/bin/gcc-4.2 -std=gnu99 -g -D_THREAD_SAFE -Dbsd -O2 -arch
x86_64 -arch i386 -arch x86_64 -arch i386 -arch x86_64 -arch i386 -o
rpdump rpdump.o -framework Carbon -framework ApplicationServices
-framework Security -L//opt/local/lib -lkrb5 -lcom_err -lpam -L/usr/lib
-L/opt/local/lib ../pico/libpico.a ../pico/osdep/libpicoosd.a
../pith/libpith.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a
osdep/libpineosd.a ../c-client/c-client.a -lgssapi_krb5
/opt/local/lib/libldap.dylib -L/opt/local/lib/db46
/opt/local/lib/libsasl2.dylib -ldl -lcrypto -lncurses
/opt/local/lib/liblber.dylib -lresolv -lssl
}}}
--
Ticket URL: <http://trac.macports.org/ticket/24212#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list