#28918: libzzip build fails because python is not found -------------------------------+-------------------------------------------- Reporter: fherwig@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: libzzip -------------------------------+-------------------------------------------- Comment(by fherwig@…): Replying to [comment:3 ryandesign@…]:
libzzip just needs any "python" -- that is to say, either /usr/bin/python (which comes with Mac OS X) or /opt/local/bin/python (which is created when you run `python_select`, which is provided by the python_select port). Do either of these work? What do they say?
{{{ /usr/bin/python --version /opt/local/bin/python --version }}}
Here you go, python is there: {{{ vortex$ /usr/bin/python --version Python 2.7.1 -- EPD 7.0-2 (32-bit) vortex$ /opt/local/bin/python --version Python 2.7.1 vortex$ sudo port install libzzip ---> Computing dependencies for libzzip ---> Building libzzip Error: Target org.macports.build returned: shell command failed (see log for details) Log for libzzip is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_libzzip/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> vortex$ tail -n 10 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_libzzip/main.log :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_libzzip/work/zziplib-0.13.59" && /usr/bin/make -j2 all " returned error 2 :error:build Target org.macports.build returned: shell command failed (see log for details) :debug:build Backtrace: shell command failed (see log for details) while executing "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: the following items did not execute (for libzzip): org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Log for libzzip is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_libzzip/main.log }}} -- Ticket URL: <https://trac.macports.org/ticket/28918#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS