[MacPorts] #29331: PyPy 1.4.1 won't compile
#29331: PyPy 1.4.1 won't compile ---------------------------------+------------------------------------------ Reporter: zelegolas@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: pypy ---------------------------------+------------------------------------------ I try to install PyPy 1.4.1 like this: {{{ sudo port install pypy }}} It generate this output: {{{ ---> Computing dependencies for pypy ---> Building pypy Error: Target org.macports.build returned: shell command failed (see log for details) Log for pypy is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_pypy/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}} I put the log in attach -- Ticket URL: <https://trac.macports.org/ticket/29331> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29331: PyPy 1.4.1 won't compile ----------------------------------+----------------------------------------- Reporter: zelegolas@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: worksforme | Keywords: Port: pypy | ----------------------------------+----------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => worksforme Comment: {{{ OSError: /usr/bin/gcc-4.0: [Errno 2] No such file or directory }}} This version of PyPy simply won't build with anything but gcc-4.0, so you need to have it. -- Ticket URL: <https://trac.macports.org/ticket/29331#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29331: PyPy 1.4.1 won't compile ----------------------------------+----------------------------------------- Reporter: zelegolas@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: Port: pypy | ----------------------------------+----------------------------------------- Changes (by zelegolas@…): * status: closed => reopened * resolution: worksforme => Comment: Since Xcode 4.0 the latest version of gcc it's gcc-4.2. {{{ $ ll /usr/bin/gcc* lrwxr-xr-x 1 root wheel 7B 15 Apr 18:29 /usr/bin/gcc -> gcc-4.2 -rwxr-xr-x 1 root wheel 162K 11 Feb 17:00 /usr/bin/gcc-4.2 }}} You have to replace gcc-4.0 by "gcc" or "gcc-4.2" -- Ticket URL: <https://trac.macports.org/ticket/29331#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29331: PyPy 1.4.1 won't compile without gcc-4.0 ----------------------------------+----------------------------------------- Reporter: zelegolas@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: wontfix | Keywords: Port: pypy | ----------------------------------+----------------------------------------- Changes (by jmr@…): * status: reopened => closed * resolution: => wontfix Comment: I meant what I said in my previous comment. You'll have to complain to upstream about it. -- Ticket URL: <https://trac.macports.org/ticket/29331#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts