Mac OS X 10.6.2, XCode 3.2.1.  Fink 0.29.10, tracking unstable source
(64bit).

I just upgraded to Snow Leopard and did an erase-and-install, so I'm
setting up Fink from a blank slate.  The lbdb package (0.36-1) fails to
compile; maintainer CC'd.  The tail end of the output follows; I can
provide additional output if necessary.

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.
(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
### execution of /var/tmp/tmp.1.YA46fW failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-lbdb-0.36-1
(Reading database ... 131492 files and directories currently installed.)
Removing fink-buildlock-lbdb-0.36-1 ...
Failed: phase compiling: lbdb-0.36-1 failed

Richard

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to