[MacPorts] #16592: hmake build failure
#16592: hmake build failure --------------------------------+------------------------------------------- Reporter: rogpeppe@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: hmake --------------------------------+------------------------------------------- {{{ $ port install hmake ---> Fetching hmake ---> Verifying checksum(s) for hmake ---> Extracting hmake ---> Configuring hmake ---> Building hmake with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_hmake/work/hmake-3.13" && make all " returned error 2 Command output: Makefile:10: *** Cannot find compiler type. Stop. Error: Status 1 encountered during processing. $ }}} i have ghc already installed (under macports) if that makes any difference. i'm running under mac os 10.5.3 on a macbook. -- Ticket URL: <http://trac.macports.org/ticket/16592> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16592: hmake build failure ---------------------------------+------------------------------------------ Reporter: rogpeppe@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: Port: hmake | ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * status: new => closed * resolution: => invalid Comment: The hmake port is already at version 3.14, which is necessary to work with ghc 6.8.x. Please update your ports and try again. {{{ sudo port sync sudo port install hmake }}} Please re-open this ticket if that does not resolve the issue. -- Ticket URL: <http://trac.macports.org/ticket/16592#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16592: hmake build failure ---------------------------------+------------------------------------------ Reporter: rogpeppe@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: Port: hmake | ---------------------------------+------------------------------------------ Comment(by joseph.bruce@pnl.gov): I'm getting the same error, even after syncing. -- Ticket URL: <http://trac.macports.org/ticket/16592#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16592: hmake build failure ---------------------------------+------------------------------------------ Reporter: rogpeppe@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: Port: hmake | ---------------------------------+------------------------------------------ Comment(by flatter@gmail.com): Same thing for me. -- Ticket URL: <http://trac.macports.org/ticket/16592#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16592: hmake build failure ---------------------------------+------------------------------------------ Reporter: rogpeppe@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: hmake | ---------------------------------+------------------------------------------ Changes (by blb@macports.org): * status: closed => reopened * resolution: invalid => -- Ticket URL: <http://trac.macports.org/ticket/16592#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16592: hmake build failure ---------------------------------+------------------------------------------ Reporter: rogpeppe@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: hmake | ---------------------------------+------------------------------------------ Comment(by blb@macports.org): Looks like hmake 3.14 isn't the fix for this, I see a failure here as well: {{{ DEBUG: Environment: CFLAGS='-pipe -O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2' MACOSX_DEPLOYMENT_TARGET='10.5' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-pipe -O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-pipe -O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2' FFLAGS='-pipe -O2' CC='/usr/bin/gcc-4.0' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_blb_devel_macports_trunk_dports_devel_hmake/work/hmake-3.14" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man/man1 --buildwith=ghc' The builtin 'echo' command doesn't do '-n' - emulating it. ./configure: line 58: -o: command not found ./configure: line 59: /opt/local/var/macports/build/_Users_blb_devel_macports_trunk_dports_devel_hmake/work/hmake-3.14/script/echo: No such file or directory }}} {{{ -o: command not found }}} is very suspicious. That is preceded by ${CCC}, so perhaps another Tcl env bug edge case? -- Ticket URL: <http://trac.macports.org/ticket/16592#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16592: hmake build failure ---------------------------------+------------------------------------------ Reporter: rogpeppe@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: Port: hmake | ---------------------------------+------------------------------------------ Changes (by blb@macports.org): * status: reopened => closed * resolution: => fixed Comment: Not the Tcl env bug...fixed in r41602 by patching the configure script to define what CCC is prior to actually trying to use it. -- Ticket URL: <http://trac.macports.org/ticket/16592#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts