[MacPorts] #20994: Mozart fails to build on 10.6 / Snow Leopard (Jam is deprecated and has been removed)
MacPorts
noreply at macports.org
Tue Sep 1 06:34:46 PDT 2009
#20994: Mozart fails to build on 10.6 / Snow Leopard (Jam is deprecated and has
been removed)
-----------------------------------------+----------------------------------
Reporter: gonhidi@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.0
Keywords: 10.6 snowleopard OzWish Jam | Port: mozart
-----------------------------------------+----------------------------------
The available Mozart programming system version (1.3.2) fails to build on
OS X 10.6 (Snow Leopard).
As can be seen below the build exists with a warning about the OzWish
project having been written by an old version of Xcode and an error due to
the use of the deprecated and removed Jam:
{{{
$ sudo port build mozart
Password:
---> Computing dependencies for mozart
---> Building mozart
Error: Target org.macports.build returned: shell command " cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615"
&& /usr/bin/make -j2 " returned error 2
Command output: else exit 1; \
fi; \
done
gmake[3]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615/platform/emulator/libfd'
gmake[3]: Entering directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615/platform/emulator/libfset'
dirs=""; \
for i in $dirs; do \
if (cd $i && gmake bootstrap); \
then true; \
else exit 1; \
fi; \
done
gmake[3]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615/platform/emulator/libfset'
gmake[2]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615/platform/emulator'
gmake[2]: Entering directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615/platform/wish'
cd MacOSX/OzWish.pbxproj && xcodebuild
SYMROOT=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615/platform/wish
(NOTE: project OzWish was written by an older Xcode version (38) --
temporarily upgrading it (without modifying project file))
=== BUILD APPLICATION TARGET OzWish OF PROJECT OzWish 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 **
gmake[2]: *** [OzWish.app/Contents/MacOS/OzWish] Error 1
gmake[2]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615/platform/wish'
gmake[1]: *** [bootstrap] Error 1
gmake[1]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_mozart/work/mozart-1.3.2.20060615/platform'
make: *** [bootstrap] Error 1
Error: Status 1 encountered during processing.
$
}}}
Attatched for further information is the detailed debug log.
--
Ticket URL: <http://trac.macports.org/ticket/20994>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list