Opened 15 years ago

Closed 15 years ago

#21051 closed defect (fixed)

lbdb 0.36 fails to build on Snow Leopard (Jam is deprecated and has been removed)

Reported by: tobybryans@… Owned by: reilles@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: snowleopard Cc:
Port: lbdb

Description

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@cavemactob ~ # port clean lbdb
--->  Cleaning lbdb
root@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.

Change History (2)

comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)

Owner: changed from macports-tickets@… to reilles@…

comment:2 Changed 15 years ago by tobypeterson

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.