On Dec 23, 2009, at 10:04, Peter Hindrichs wrote: > I was trying to install GNUMail-Aqua and ran into this issue, and am not sure > how to proceed. > > > Freedom:~ peterhin$ sudo port install GNUMail-Aqua > Password: > ---> Computing dependencies for GNUMail-Aqua > ---> Fetching GNUMail-Aqua > ---> Attempting to fetch GNUMail-1.2.0pre1.tar.gz from > http://www.collaboration-world.com/gnumail.data/releases/Stable/ > ---> Attempting to fetch Pantomime-1.2.0pre1.tar.gz from > http://www.collaboration-world.com/pantomime.data/releases/Stable/ > ---> Verifying checksum(s) for GNUMail-Aqua > ---> Extracting GNUMail-Aqua > ---> Applying patches to GNUMail-Aqua > ---> Configuring GNUMail-Aqua > ---> Building GNUMail-Aqua > 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_GNUMail-Aqua/work/Pantomime > && /usr/bin/xcodebuild -project Pantomime.xcode" returned error 1 > Command output: (NOTE: project Pantomime was written by an older Xcode > version (39) -- temporarily upgrading it (without modifying project file)) > > > === BUILD FRAMEWORK TARGET Pantomime OF PROJECT Pantomime WITH THE DEFAULT > CONFIGURATION (Default) === > 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 ** > > > Error: Status 1 encountered during processing. > Freedom:~ peterhin$ > > > Not sure where in the Xcode documentation I will find this info, and or how > to proceed.
Jam is no longer available on Snow Leopard (which I assume you're running), so you cannot build software that was built using Jam (e.g. GNUMail-Aqua) on Snow Leopard. I recently fixed the osxutils port to work around this error; my notes there may help someone update GNUMail-Aqua in a similar way. http://trac.macports.org/changeset/61231 You may wish to file a ticket in the issue tracker for your bug report. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
