[MacPorts] #32093: php5-memcached @1.0.2 install fails on mac os x lion with xcode 4.2
#32093: php5-memcached @1.0.2 install fails on mac os x lion with xcode 4.2 ------------------------------------------+--------------------------------- Reporter: jmaclabs@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: php5, memcached, lion, xcode | Port: php5-memcached ------------------------------------------+--------------------------------- Installation failure due to "shell command failed" Mac OS X Lion 10.7.2 (11C74) running XCode 4.2 (4D199) I executed the suggested alternate install commands for those running XCode 4.2 that specify the compiler but I got the same error each time. {{{: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 libmemcached): org.macports.activate org.macports.build org.macports.destroot org.macports.install :error:build Failed to install libmemcached :debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory while executing "open [file join $dir tclIndex]" :notice:build Log for libmemcached is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libmemcached/libmemcached/main.log}}} -- Ticket URL: <https://trac.macports.org/ticket/32093> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32093: php5-memcached @1.0.2 install fails on mac os x lion with xcode 4.2 ------------------------------------------+--------------------------------- Reporter: jmaclabs@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: php5, memcached, lion, xcode | Port: php5-memcached ------------------------------------------+--------------------------------- Comment(by jmaclabs@…): Checked for presence of 'tclIndex' and it's indeed not found. jmac@foo: /System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources ➺ ls BridgeSupport Documentation Info.plist Scripts license.terms tcl8 version.plist Actual location of tclIndex is: /System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/tclIndex -- Ticket URL: <https://trac.macports.org/ticket/32093#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32093: php5-memcached @1.0.2 install fails on mac os x lion with xcode 4.2 --------------------------------+------------------------------------------- Reporter: jmaclabs@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: lion | Port: php5-memcached --------------------------------+------------------------------------------- Changes (by ryandesign@…): * cc: jmaclabs@… (removed) * keywords: php5, memcached, lion, xcode => lion * owner: macports-tickets@… => ryandesign@… Old description:
Installation failure due to "shell command failed"
Mac OS X Lion 10.7.2 (11C74) running XCode 4.2 (4D199)
I executed the suggested alternate install commands for those running XCode 4.2 that specify the compiler but I got the same error each time.
{{{: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 libmemcached): org.macports.activate org.macports.build org.macports.destroot org.macports.install :error:build Failed to install libmemcached :debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory while executing "open [file join $dir tclIndex]" :notice:build Log for libmemcached is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libmemcached/libmemcached/main.log}}}
New description: Installation failure due to "shell command failed" Mac OS X Lion 10.7.2 (11C74) running XCode 4.2 (4D199) I executed the suggested alternate install commands for those running XCode 4.2 that specify the compiler but I got the same error each time. {{{ :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 libmemcached): org.macports.activate org.macports.build org.macports.destroot org.macports.install :error:build Failed to install libmemcached :debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory while executing "open [file join $dir tclIndex]" :notice:build Log for libmemcached is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libmemcached/libmemcached/main.log }}} -- Comment: None of the error you've shown is relevant. Please "sudo port clean php5-memcached" and "sudo port install php5-memcached" and attach the main.log. -- Ticket URL: <https://trac.macports.org/ticket/32093#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32093: php5-memcached @1.0.2 install fails on mac os x lion with xcode 4.2 --------------------------------+------------------------------------------- Reporter: jmaclabs@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: lion | Port: php5-memcached --------------------------------+------------------------------------------- Comment(by jmaclabs@…): The log snippet I included in the original description is taken from the main.log. I have attached that log. The problem appears to be straight forward: {{{:debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory while executing}}} The file 'tclIndex' is not found in the location expected. Upon investigation of my recently upgraded Mac OS X Lion system, the file was found here: {{{/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/tclIndex}}} I don't know why tclIndex is now located in the "Scripts" directory after my Lion OS upgrade, but, there it is. -- Ticket URL: <https://trac.macports.org/ticket/32093#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32093: libmemcached: clang: error: cannot specify -o when generating multiple output files --------------------------------+------------------------------------------- Reporter: jmaclabs@… | Owner: brett@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: lion clang | Port: libmemcached --------------------------------+------------------------------------------- Changes (by ryandesign@…): * keywords: lion => lion clang * cc: ryandesign@… (added) * port: php5-memcached => libmemcached * owner: ryandesign@… => brett@… Comment: The tclIndex errors are spurious and not related to the problem. The real first error in the log seems to be: {{{ clang: error: cannot specify -o when generating multiple output files }}} -- Ticket URL: <https://trac.macports.org/ticket/32093#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32093: libmemcached: clang: error: cannot specify -o when generating multiple output files ---------------------------------+------------------------------------------ Reporter: jmaclabs@… | Owner: brett@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: duplicate | Keywords: lion clang Port: libmemcached | ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * status: new => closed * resolution: => duplicate Comment: Duplicate of #31790. -- Ticket URL: <https://trac.macports.org/ticket/32093#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts