[MacPorts] #16203: When make fails, so does port with "unknown command ::ui_int"
#16203: When make fails, so does port with "unknown command ::ui_int" --------------------------------+------------------------------------------- Reporter: stephen@xemacs.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- MacPorts 1.700 (SVN updated 2008-08-01)[[BR]] Mac OS X 10.4.11[[BR]] iBook G4[[BR]] In port -d upgrade ghc, as below. (ghc bus error reported elsewhere). Shouldn't the catch in macports::ui_init catch this? {{{ ------------------------------------------------------------------------ == make all -r; in /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_ghc/ work/ghc-6.8.3/rts ------------------------------------------------------------------------ ../compiler/ghc-inplace -optc-O -optc-I/opt/local/include -optc-Wall -optc-W -opt c-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc- Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc- Iparallel -optc -Ism -optc-DCOMPILING_RTS -optc-fomit-frame-pointer -optc-I/opt/local/include -op tc-I../gmp/gmpbuild -optc-fno-strict-aliasing -H16m -O -I/opt/local/include -L/op t/local/lib -optc-O2 -package-name rts -static -I/opt/local/include -I../gmp/gmpb uild -I. -#include HCIncludes.h -dcmm-lint -c Adjustor.c -o Adjustor.o make[1]: *** [Adjustor.o] Bus error make: *** [stage1] Error 1 Warning: the following items did not execute (for ghc): org.macports.archive org. macports.build org.macports.destroot DEBUG: invalid command name "::ui_init" while executing "::ui_init $priority $prefix $channels $message" ("uplevel" body line 2) invoked from within "uplevel 1 $body" Error: Unable to upgrade port: 1 }}} -- Ticket URL: <http://trac.macports.org/ticket/16203> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16203: When make fails, so does port with "unknown command ::ui_int" ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by blb@macports.org): * component: ports => base * milestone: => MacPorts base bugs Comment: Yup, it should. Looks like the {{{catch}}} in {{{proc try}}} in [http://trac.macports.org/browser/trunk/base/src/macports1.0/macports_util.tc... base/src/macports1.0/macports_util.tcl] is failing to catch... -- Ticket URL: <http://trac.macports.org/ticket/16203#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16203: When make fails, so does port with "unknown command ::ui_init" --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.6.0 Keywords: | Port: --------------------------------+------------------------------------------- -- Ticket URL: <http://trac.macports.org/ticket/16203#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16203: When make fails, so does port with "unknown command ::ui_init" ---------------------------------+------------------------------------------ Reporter: stephen@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: MacPorts 1.8.0 Component: base | Version: 1.6.0 Resolution: fixed | Keywords: Port: | ---------------------------------+------------------------------------------ Changes (by jmr@…): * status: new => closed * resolution: => fixed * milestone: MacPorts Future => MacPorts 1.8.0 Comment: Fixed in r53706. Apparently it's the try procedure volunteering information about the errors it catches. -- Ticket URL: <http://trac.macports.org/ticket/16203#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts