#21515: gforth will not install on 10.6.1 ---------------------------------+------------------------------------------ Reporter: n.o.bouvin@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: lang/gforth | Port: ---------------------------------+------------------------------------------ A clean install of 1.8.0 on 10.6.1. Xcode 3.2 (1610). First install (TeXLive) went flawlessly, second install (gforth) not so much. {{{ $ sudo port install gforth Password: ---> Computing dependencies for gforth ---> Fetching gforth ---> Attempting to fetch gforth-0.7.0.tar.gz from ftp://ftp.funet.fi/pub/gnu/prep/gforth ---> Verifying checksum(s) for gforth ---> Extracting gforth ---> Configuring gforth ---> Building gforth 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_gforth/work/gforth-0.7.0" && /usr/bin/make -j2 all " returned error 2 Command output: if test -z "-noll"; then \ for i in -ll-reg -noll-reg -ll -noll; do /usr/bin/make optgforth OPT=$i && cp -p gforth${i} gforth-noll && break; done; \ else \ ( cd engine && /usr/bin/make gforth-noll ) && \ cp -p engine/gforth-noll gforth-noll && \ true gforth-noll; \ true; \ /usr/bin/make checkone check-nofast ENGINE=./engine /gforth-noll; \ fi /usr/bin/gcc-4.2 -I./../arch/386 -I. -Wall -O2 -arch x86_64 -fomit-frame- pointer -fforce-addr -no-cpp-precomp -DHAVE_CONFIG_H -DDEFAULTPATH='".:/opt/local/lib/gforth/site-forth:/opt/local/share/gforth /site-forth:/opt/local/lib/gforth/0.7.0:/opt/local/share/gforth/0.7.0"' -I/opt/local/include -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -fno- defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine-noll.o -c ./engine.c /usr/bin/gcc-4.2 -I./../arch/386 -I. -Wall -O2 -arch x86_64 -fomit-frame- pointer -fforce-addr -no-cpp-precomp -DHAVE_CONFIG_H -DDEFAULTPATH='".:/opt/local/lib/gforth/site-forth:/opt/local/share/gforth /site-forth:/opt/local/lib/gforth/0.7.0:/opt/local/share/gforth/0.7.0"' -I/opt/local/include -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -fno- defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-noll.o -c ./engine.c /var/tmp//ccJmEF3L.s:1347:Incorrect register `%r13' used with `l' suffix /var/tmp//ccJmEF3L.s:1388:Incorrect register `%rbx' used with `l' suffix /var/tmp//ccJmEF3L.s:1444:Incorrect register `%rbx' used with `l' suffix /var/tmp//cca5l88h.s:1482:Incorrect register `%r13' used with `l' suffix /var/tmp//cca5l88h.s:1525:Incorrect register `%rbx' used with `l' suffix /var/tmp//cca5l88h.s:1587:Incorrect register `%rbx' used with `l' suffix make[3]: *** [engine-noll.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [engine2-noll.o] Error 1 ./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross kernl16b.fi- /opt/local/bin/gforth-0.7.0 bye" ./preforth -p ".:~+:." -e 's" mach16l.fs"' ./kernel/main.fs -e "save-cross kernl16l.fi- /opt/local/bin/gforth-0.7.0 bye" You need to configure with a gforth in $PATH to build this part You need to configure with a gforth in $PATH to build this part make[3]: *** [kernl16l.fi-] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [kernl16b.fi-] Error 1 make[2]: *** [gforth-noll] Error 2 make[1]: *** [optgforth] Error 2 make: *** [gforth] Error 2 Error: Status 1 encountered during processing. }}} -- Ticket URL: <http://trac.macports.org/ticket/21515> MacPorts <http://www.macports.org/> Ports system for Mac OS