[MacPorts] #14057: BUG: io language port doesn't build
#14057: BUG: io language port doesn't build -------------------------------------+-------------------------------------- Reporter: trio@jpbonn.eiomail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: Io language | -------------------------------------+-------------------------------------- bash-3.2$ sudo port install io ---> Fetching Io ---> Attempting to fetch Io-2007-03-21.tar.gz from http://io.urbanape.com/release/ ---> Verifying checksum(s) for Io ---> Extracting Io ---> Configuring Io ---> Building Io with target -project osxvm.xcodeproj -target osxvm 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_Io/work/Io-2007-03-21 && make" returned error 2 Command output: cc -dynamiclib -flat_namespace -L../basekit/_build/dll _build/objs/*.o -o _build/dll/libgarbagecollector.dylib -lbasekit cp source/Collector.h source/CollectorMarker.h source/CollectorMarker_inline.h source/Collector_inline.h _build/headers make -f Makefile.local all_begin cc tools/io2c.c -o tools/io2c ./tools/io2c VMCode IoState_doString_ io/A0_List.io io/A1_OperatorTable.io io/A2_Object.io io/A3_List.io io/A3_List_schwartzian.io io/A4_Exception.io io/Actor.io io/AddonLoader.io io/B_Sequence.io io/Block.io io/CFunction.io io/Date.io io/Debugger.io io/Directory.io io/DynLib.io io/File.io io/Map.io io/Message.io io/Number.io io/Sandbox.io io/Serialize.io io/System.io io/UnitTest.io io/Y_Path.io io/Z_CLI.io io/Z_Importer.io > source/IoVMInit.c mkdir -p _build mkdir -p _build/objs mkdir -p _build/headers mkdir -p _build/lib mkdir -p _build/dll make _build/lib/libiovm.a cc -DINSTALL_PREFIX=\"/usr/local\" -O3 -g -Wstrict-prototypes -I. -I/source -I../basekit/_build/headers -I../coroutine/_build/headers -I../garbagecollector/_build/headers -falign-loops=16 -fPIC -DBUILDING_IOVM_DLL -c source/IoBlock.c -o _build/objs/IoBlock.o In file included from source/IoState.h:19, from source/IoObject_inline.h:13, from source/IoObject.h:231, from source/IoBlock.h:11, from source/IoBlock.c:9: source/IoCoroutine.h:13:18: error: Coro.h: No such file or directory In file included from source/IoState.h:19, from source/IoObject_inline.h:13, from source/IoObject.h:231, from source/IoBlock.h:11, from source/IoBlock.c:9: source/IoCoroutine.h:25: error: syntax error before 'Coro' source/IoCoroutine.h:25: warning: no semicolon at end of struct or union source/IoCoroutine.h:28: error: syntax error before '}' token source/IoCoroutine.h:28: warning: data definition has no type or storage class make[2]: *** [_build/objs/IoBlock.o] Error 1 make[1]: *** [all] Error 2 make: *** [vm] Error 2 Error: Status 1 encountered during processing. bash-3.2$ -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14057> MacPorts </projects/macports> Ports system for Mac OS
#14057: BUG: io language port doesn't build --------------------------------------+------------------------------------- Reporter: trio@jpbonn.eiomail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Io language --------------------------------------+------------------------------------- Changes (by jmpp@macports.org): * milestone: => Port Bugs Old description:
bash-3.2$ sudo port install io ---> Fetching Io ---> Attempting to fetch Io-2007-03-21.tar.gz from http://io.urbanape.com/release/ ---> Verifying checksum(s) for Io ---> Extracting Io ---> Configuring Io ---> Building Io with target -project osxvm.xcodeproj -target osxvm 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_Io/work/Io-2007-03-21 && make" returned error 2 Command output: cc -dynamiclib -flat_namespace -L../basekit/_build/dll _build/objs/*.o -o _build/dll/libgarbagecollector.dylib -lbasekit cp source/Collector.h source/CollectorMarker.h source/CollectorMarker_inline.h source/Collector_inline.h _build/headers make -f Makefile.local all_begin cc tools/io2c.c -o tools/io2c ./tools/io2c VMCode IoState_doString_ io/A0_List.io io/A1_OperatorTable.io io/A2_Object.io io/A3_List.io io/A3_List_schwartzian.io io/A4_Exception.io io/Actor.io io/AddonLoader.io io/B_Sequence.io io/Block.io io/CFunction.io io/Date.io io/Debugger.io io/Directory.io io/DynLib.io io/File.io io/Map.io io/Message.io io/Number.io io/Sandbox.io io/Serialize.io io/System.io io/UnitTest.io io/Y_Path.io io/Z_CLI.io io/Z_Importer.io > source/IoVMInit.c mkdir -p _build mkdir -p _build/objs mkdir -p _build/headers mkdir -p _build/lib mkdir -p _build/dll make _build/lib/libiovm.a cc -DINSTALL_PREFIX=\"/usr/local\" -O3 -g -Wstrict-prototypes -I. -I/source -I../basekit/_build/headers -I../coroutine/_build/headers -I../garbagecollector/_build/headers -falign-loops=16 -fPIC -DBUILDING_IOVM_DLL -c source/IoBlock.c -o _build/objs/IoBlock.o In file included from source/IoState.h:19, from source/IoObject_inline.h:13, from source/IoObject.h:231, from source/IoBlock.h:11, from source/IoBlock.c:9: source/IoCoroutine.h:13:18: error: Coro.h: No such file or directory In file included from source/IoState.h:19, from source/IoObject_inline.h:13, from source/IoObject.h:231, from source/IoBlock.h:11, from source/IoBlock.c:9: source/IoCoroutine.h:25: error: syntax error before 'Coro' source/IoCoroutine.h:25: warning: no semicolon at end of struct or union source/IoCoroutine.h:28: error: syntax error before '}' token source/IoCoroutine.h:28: warning: data definition has no type or storage class make[2]: *** [_build/objs/IoBlock.o] Error 1 make[1]: *** [all] Error 2 make: *** [vm] Error 2
Error: Status 1 encountered during processing. bash-3.2$
New description: {{{ bash-3.2$ sudo port install io ---> Fetching Io ---> Attempting to fetch Io-2007-03-21.tar.gz from http://io.urbanape.com/release/ ---> Verifying checksum(s) for Io ---> Extracting Io ---> Configuring Io ---> Building Io with target -project osxvm.xcodeproj -target osxvm 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_Io/work/Io-2007-03-21 && make" returned error 2 Command output: cc -dynamiclib -flat_namespace -L../basekit/_build/dll _build/objs/*.o -o _build/dll/libgarbagecollector.dylib -lbasekit cp source/Collector.h source/CollectorMarker.h source/CollectorMarker_inline.h source/Collector_inline.h _build/headers make -f Makefile.local all_begin cc tools/io2c.c -o tools/io2c ./tools/io2c VMCode IoState_doString_ io/A0_List.io io/A1_OperatorTable.io io/A2_Object.io io/A3_List.io io/A3_List_schwartzian.io io/A4_Exception.io io/Actor.io io/AddonLoader.io io/B_Sequence.io io/Block.io io/CFunction.io io/Date.io io/Debugger.io io/Directory.io io/DynLib.io io/File.io io/Map.io io/Message.io io/Number.io io/Sandbox.io io/Serialize.io io/System.io io/UnitTest.io io/Y_Path.io io/Z_CLI.io io/Z_Importer.io > source/IoVMInit.c mkdir -p _build mkdir -p _build/objs mkdir -p _build/headers mkdir -p _build/lib mkdir -p _build/dll make _build/lib/libiovm.a cc -DINSTALL_PREFIX=\"/usr/local\" -O3 -g -Wstrict-prototypes -I. -I/source -I../basekit/_build/headers -I../coroutine/_build/headers -I../garbagecollector/_build/headers -falign-loops=16 -fPIC -DBUILDING_IOVM_DLL -c source/IoBlock.c -o _build/objs/IoBlock.o In file included from source/IoState.h:19, from source/IoObject_inline.h:13, from source/IoObject.h:231, from source/IoBlock.h:11, from source/IoBlock.c:9: source/IoCoroutine.h:13:18: error: Coro.h: No such file or directory In file included from source/IoState.h:19, from source/IoObject_inline.h:13, from source/IoObject.h:231, from source/IoBlock.h:11, from source/IoBlock.c:9: source/IoCoroutine.h:25: error: syntax error before 'Coro' source/IoCoroutine.h:25: warning: no semicolon at end of struct or union source/IoCoroutine.h:28: error: syntax error before '}' token source/IoCoroutine.h:28: warning: data definition has no type or storage class make[2]: *** [_build/objs/IoBlock.o] Error 1 make[1]: *** [all] Error 2 make: *** [vm] Error 2 Error: Status 1 encountered during processing. bash-3.2$ }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14057#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#14057: BUG: io language port doesn't build --------------------------------------+------------------------------------- Reporter: trio@jpbonn.eiomail.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Io language --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14057#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#14057: BUG: io language port 2007-03-21 doesn't build --------------------------------------+------------------------------------- Reporter: trio@jpbonn.eiomail.com | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: Io language --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => worksforme * summary: BUG: io language port doesn't build => BUG: io language port 2007-03-21 doesn't build Comment: I'm unable to reproduce this problem. It builds fine for me, on Mac OS X 10.4.11 with Intel Core 2 Duo, Xcode 2.4.1 and MacPorts 1.7.0 from trunk. However, I updated the port to version 2008-01-20 (in r33344). If you still experience the problem with that version, please re-open this ticket and tell us more about your system's configuration. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14057#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#14057: BUG: io language port 2007-03-21 doesn't build --------------------------------------+------------------------------------- Reporter: trio@jpbonn.eiomail.com | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: Io language --------------------------------------+------------------------------------- Comment (by trio@jpbonn.eiomail.com): That fixed the problem. Thanks! -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14057#comment:4> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts