[MacPorts] #20971: alpine-2.00 Build Failure
MacPorts
noreply at macports.org
Tue Sep 1 17:39:00 PDT 2009
#20971: alpine-2.00 Build Failure
----------------------------------+-----------------------------------------
Reporter: macports@… | Owner: todmorrison@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.0
Keywords: | Port: alpine
----------------------------------+-----------------------------------------
Comment(by macports@…):
Replying to [comment:4 todmorrison@…]:
> Could someone test the new Portfile (attached above) under Snow Leopard
to see if it fixes the problem? If it does, we'll need to get it committed
to the repository.
Went into the following directory, backed up the Portfile and placed the
new Portfile in its place:
/opt/local/var/macports/sources/rsync.macports.org/release/ports/mail/alpine
Issued port clean alpine and port install alpine:
{{{
b:~ root# port clean alpine
---> Cleaning alpine
b:~ root# port install alpine
---> Computing dependencies for alpine
---> Fetching alpine
---> Verifying checksum(s) for alpine
---> Extracting alpine
---> Configuring alpine
---> Building alpine
Error: Target org.macports.build returned: shell command " cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_alpine/work/alpine-2.00"
&& /usr/bin/make -j2 all C_CLIENT_SPECIALS="GSSLIB=//opt/local/lib
SSLDIR=/opt/local" " returned error 2
Command output: echo > LDFLAGS
Building with SSL
ln -s ssl_unix.c osdepssl.c
echo -I/usr/include/openssl -I/usr/include/openssl/openssl
-DSSL_CERT_DIRECTORY=\"/System/Library/OpenSSL/certs\"
-DSSL_KEY_DIRECTORY=\"/System/Library/OpenSSL/private\" >> OSCFLAGS
echo "ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o
utf8aux.o siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o
rfc822.o nntp.o smtp.o imap4r1.o pop3.o unix.o mbx.o mmdf.o tenex.o mtx.o
news.o phile.o mh.o mx.o mix.o;ranlib c-client.a" > ARCHIVE
echo " ssl_onceonlyinit ();" >> linkage.c
echo osx > OSTYPE
echo -L/usr/lib -lssl -lcrypto >> LDFLAGS
./drivers mbox imap nntp pop3 mix mx mbx tenex mtx mh mmdf unix news phile
dummy
Building with SSL and plaintext passwords disabled unless SSL/TLS
echo " mail_parameters (NIL,SET_DISABLEPLAINTEXT,(void *) 2);" >>
linkage.c
osdepbas.c not found...try make clean and new make
make[4]: *** [osdepbas.c] Error 1
make[4]: *** Waiting for unfinished jobs....
./mkauths gss ext md5 pla log
echo -I/usr/include -DGSS_C_NT_HOSTBASED_SERVICE=gss_nt_service_name
-DKRB5_DEPRECATED=1 >> OSCFLAGS
sh -c '(test -f //opt/local/lib/libk5crypto.a) && echo -L//opt/local/lib
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err || echo -L//opt/local/lib
-lgssapi_krb5 -lkrb5 -lcrypto -lcom_err' >> LDFLAGS
echo "#include \"kerb_mit.c\"" >> auths.c
echo " mail_versioncheck (CCLIENTVERSION);" >> linkage.c
ln -s os_osx.h osdep.h
ln -s os_osx.c osdepbas.c
ln -s log_std.c osdeplog.c
ln -s sig_bsd.c siglocal.c
ln -s crx_nfs.c crexcl.c
ln -s ip6_unix.c ip_unix.c
sh -c '(test osx = sc5 -o osx = sco -o ! -f /usr/include/sys/statvfs.h) &&
echo -DNOFSTATVFS >> OSCFLAGS || fgrep statvfs64
/usr/include/sys/statvfs.h > /dev/null || echo -DNOFSTATVFS64 >> OSCFLAGS'
make[3]: *** [osx] Error 2
make[2]: *** [OSTYPE] Error 2
make[1]: *** [oxp] Error 2
make: *** [c-client] Error 2
Error: Status 1 encountered during processing.
}}}
Am I missing something here?
{{{
b:alpine root# diff Portfile Portfile.bad
1c1
< # $Id$
---
> # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore at macports.org $
7d6
< revision 1
47d45
< --with-c-client-target=oxp \
}}}
--
Ticket URL: <http://trac.macports.org/ticket/20971#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list