[MacPorts] #21051: lbdb 0.36 fails to build on Snow Leopard (Jam is deprecated and has been removed)
MacPorts
noreply at macports.org
Thu Sep 3 03:20:42 PDT 2009
#21051: lbdb 0.36 fails to build on Snow Leopard (Jam is deprecated and has been
removed)
----------------------------------+-----------------------------------------
Reporter: tobybryans@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: snowleopard | Port: lbdb
----------------------------------+-----------------------------------------
This is from a clean install of macports and seems to be due to a reliance
on depreciated and removed Jam. Also there is a depreciated option passed
to xcodebuild.
{{{
root at cavemactob ~ # port clean lbdb
---> Cleaning lbdb
root at cavemactob ~ # port install lbdb
---> Computing dependencies for lbdb
---> Fetching lbdb
---> Verifying checksum(s) for lbdb
---> Extracting lbdb
---> Configuring lbdb
---> Building lbdb
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_lbdb/work/lbdb-0.36"
&& /usr/bin/make -j2 all " returned error 2
Command output: cat m_yppasswd.sh >m_yppasswd
chmod a+x m_yppasswd
cat m_fido.sh >m_fido
chmod a+x m_fido
cat m_palm.sh >m_palm
chmod a+x m_palm
cat m_ldap.sh >m_ldap
chmod a+x m_ldap
if [ "/usr/bin/xcodebuild" != "no" ]; then \
(cd ABQuery; xcodebuild -buildstyle Deployment; printf
'#!/bin/sh\nmkdir ABQuery/sym\nEXE=ABQuery/build/ABQuery\nif test -x
ABQuery/build/Deployment/ABQuery; then
EXE=ABQuery/build/Deployment/ABQuery; fi\ncp $EXE ABQuery/sym\n' >
pbxbuild.sh; chmod a+x pbxbuild.sh) \
else \
(cd ABQuery; pbxbuild -buildstyle Deployment export) \
fi
deprecated option: -buildstyle is no longer supported in xcodebuild. Use
-configuration instead.
cat tac.awk > tac
chmod a+x tac
/usr/bin/gcc-4.2 -O2 -I/opt/local/include -arch x86_64 -liconv
-L/opt/local/lib fetchaddr.o rfc822.o helpers.o rfc2047.o -o fetchaddr
/usr/bin/gcc-4.2 -O2 -I/opt/local/include -arch x86_64 -liconv
-L/opt/local/lib qpto8bit.o rfc822.o helpers.o rfc2047.o -o qpto8bit
(NOTE: project ABQuery was written by an older Xcode version (38) --
temporarily upgrading it (without modifying project file))
=== BUILD TOOL TARGET ABQuery OF PROJECT ABQuery WITH CONFIGURATION
Deployment ===
Check dependencies
Jam is deprecated and has been removed; targets that use Jam must be
upgraded to native targets. For more information on doing this, consult
the Xcode documentation.
Jam is deprecated and has been removed; targets that use Jam must be
upgraded to native targets. For more information on doing this, consult
the Xcode documentation.
** BUILD FAILED **
ABQuery/pbxbuild.sh
cp: ABQuery/build/ABQuery: No such file or directory
make: *** [ABQuery/sym/ABQuery] Error 1
Error: Status 1 encountered during processing.
}}}
--
Ticket URL: <http://trac.macports.org/ticket/21051>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list