Ticket #20994 (closed defect: duplicate)
Mozart fails to build on 10.6 / Snow Leopard (Jam is deprecated and has been removed)
| Reported by: | gonhidi@… | Owned by: | bfulgham@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | snowleopard | Cc: | arcadiorubiogarcia@… |
| Port: | mozart |
Description
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.
Attachments
Change History
Changed 4 years ago by gonhidi@…
- Attachment mozart-1.3.2-errlog.txt.gz added
Note: See
TracTickets for help on using
tickets.


sudo port clean mozart && sudo port -d build mozart OS X 10.6, MacBook1,1