[MacPorts] #21853: mzscheme doesn't build under Snow Leopard
#21853: mzscheme doesn't build under Snow Leopard ------------------------------+--------------------------------------------- Reporter: jabial@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mzscheme ------------------------------+--------------------------------------------- It won't build. The mzscheme mailing list says the source version available from their svn now does build for SL by forcing 32-bit in the autoconf script, but I didn't test it. {{{ ---> Verifying checksum(s) for mzscheme ---> Extracting mzscheme ---> Applying patches to mzscheme ---> Configuring mzscheme ---> Building mzscheme 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_mzscheme/work/mz-4.1.5/src" && /usr/bin/make -j2 all " returned error 2 Command output: /usr/bin/make 3m cd mzscheme; /usr/bin/make 3m /usr/bin/make cgc /usr/bin/make common /usr/bin/make g-c cd gc; /usr/bin/make ../libmzgc.a /usr/bin/gcc-4.2 -iquote ./include -DNO_SIGNALS -O2 -arch x86_64 -I/opt/local/include -DOS_X -D_DARWIN_UNLIMITED_SELECT -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./alloc.c /usr/bin/gcc-4.2 -iquote ./include -DNO_SIGNALS -O2 -arch x86_64 -I/opt/local/include -DOS_X -D_DARWIN_UNLIMITED_SELECT -fno-common -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192 -c ./reclaim.c In file included from ./include/private/gc_priv.h:66, from ./alloc.c:19: ./include/private/gcconfig.h:476: error: expected identifier or '(' before '--' token In file included from ./include/private/gc_priv.h:66, from ./reclaim.c:18: ./include/private/gcconfig.h:476: error: expected identifier or '(' before '--' token make[6]: *** [reclaim.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[6]: *** [alloc.o] Error 1 make[5]: *** [g-c] Error 2 make[4]: *** [common] Error 2 make[3]: *** [cgc] Error 2 make[2]: *** [3m] Error 2 make[1]: *** [3m] Error 2 make: *** [all] Error 2 Error: Status 1 encountered during processing. }}} -- Ticket URL: <http://trac.macports.org/ticket/21853> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21853: mzscheme doesn't build under Snow Leopard ------------------------------+--------------------------------------------- Reporter: jabial@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mzscheme ------------------------------+--------------------------------------------- Comment(by dylan@…): Tried to install this on an older MBP with 32-bit CPU; still didn't build. -- Ticket URL: <http://trac.macports.org/ticket/21853#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21853: mzscheme doesn't build under Snow Leopard ------------------------------+--------------------------------------------- Reporter: jabial@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mzscheme ------------------------------+--------------------------------------------- Comment(by iamwil@…): +1 on not working on snow leopard. Attached is my build log as well. -- Ticket URL: <http://trac.macports.org/ticket/21853#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21853: mzscheme doesn't build under Snow Leopard ------------------------------+--------------------------------------------- Reporter: jabial@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mzscheme ------------------------------+--------------------------------------------- Comment(by jeff.pitman@…): I just checked out 4.2.4 from Subversion and compiled *without* Mac 64-bit enabled. It works, but takes forever to load up. Even MrEd works. Again, takes >30 seconds to load. To fix this port, it just needs to be upgraded and then "configure" tweaked to fit the macports environment. -- Ticket URL: <http://trac.macports.org/ticket/21853#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21853: mzscheme doesn't build under Snow Leopard ------------------------------+--------------------------------------------- Reporter: jabial@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mzscheme ------------------------------+--------------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned Comment: I am putting together an update to 4.2.5. -- Ticket URL: <http://trac.macports.org/ticket/21853#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21853: mzscheme doesn't build under Snow Leopard ------------------------------+--------------------------------------------- Reporter: jabial@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mzscheme ------------------------------+--------------------------------------------- Comment(by mekazu@…): Any progress on this? I get the same error when trying to install the latest port (4.1.5). -- Ticket URL: <http://trac.macports.org/ticket/21853#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21853: mzscheme doesn't build under Snow Leopard ------------------------------+--------------------------------------------- Reporter: jabial@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mzscheme ------------------------------+--------------------------------------------- Comment(by kato23@…): [http://www.plt-scheme.org/software/mzscheme/ PLT Scheme] is now [http ://racket-lang.org Racket]. [http://racket-lang.org/download/ racket 5.2.1] is available as: {{{ - Mac OS X (Intel 32-bit) - Mac OS X (Intel 64-bit) - Mac OS X (PPC) - Mac OS X source - Unix source - ... }}} {{{racket 5.2.1}}} can be built on Mac OS X 10.6.8 from {{{Mac OS X source}}} as follows: {{{ # compile & install racket 5.2.1 on Mac OS X 10.6.8 in /usr/local/racket # first download & extract "Mac OS X source" from: # http://download.racket-lang.org/racket-5-2-1-src-mac-dmg.html sudo -H -i export PATH='/usr/bin:/bin:/usr/sbin:/sbin' cd 'Racket v5.2.1 Source/src' #less -p 'Compiling for Mac OS X' README ./configure --enable-macprefix --prefix=/usr/local/racket make ( mkdir -p /usr/local/racket/lib cd /usr/local/racket/lib || exit 1 curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/PSMTabBarControl.tgz tar -xf PSMTabBarControl.tgz curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libcairo.2.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libgio-2.0.0.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libglib-2.0.0.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libgmodule-2.0.0.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libgobject-2.0.0.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libgthread-2.0.0.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libintl.8.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libjpeg.62.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libpango-1.0.0.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libpangocairo-1.0.0.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libpixman-1.0.dylib curl -L -O http://download.racket- lang.org/libs/4/x86_64-macosx/libpng14.14.dylib ) make install open -a Finder /usr/local/racket /usr/local/racket/bin/racket # Welcome to Racket v5.2.1. # > (printf "Hello, world!\n") # Hello, world! # > (exit) }}} -- Ticket URL: <https://trac.macports.org/ticket/21853#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21853: mzscheme doesn't build under Snow Leopard ------------------------------+--------------------------------------------- Reporter: jabial@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mzscheme ------------------------------+--------------------------------------------- Changes (by ryandesign@…): * cc: jeff.pitman@…, iamwil@…, mekazu@…, kato23@…, waltaskew@… (added) Comment: Replying to [comment:9 kato23@…]:
[http://www.plt-scheme.org/software/mzscheme/ PLT Scheme] is now [http ://racket-lang.org Racket].
{{{racket 5.2.1}}} can be built on Mac OS X 10.6.8 from {{{Mac OS X source}}} as follows:
Thanks! That's very informative and helpful. I'll see if I can make any progress on updating the port -- or rather, making a new racket port. Has duplicate #33841. -- Ticket URL: <https://trac.macports.org/ticket/21853#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts