[MacPorts] #35614: port proctools returned: command execution failed
#35614: port proctools returned: command execution failed ---------------------------------+------------------------------------------ Reporter: nunoslvdr@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: proctools | Port: proctools ---------------------------------+------------------------------------------ $ sudo port install clang-3.2 clang_select proctools [[BR]] ---> Computing dependencies for clang-3.2 [[BR]] ---> Cleaning clang-3.2 [[BR]] ---> Cleaning clang_select [[BR]] ---> Computing dependencies for proctools [[BR]] ---> Building proctools [[BR]] Error: org.macports.build for port proctools returned: command execution failed [[BR]] Please see the log file for port proctools for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_proctools/proctools/main.log[[BR]] To report a bug, follow the instructions in the guide:[[BR]] http://guide.macports.org/#project.tickets [[BR]] Error: Processing of port proctools failed[[BR]] [[BR]] $ xcodebuild -version[[BR]] Xcode 4.4.1[[BR]] Build version 4F1003[[BR]] [[BR]] $ /usr/bin/clang -v [[BR]] Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)[[BR]] Target: x86_64-apple-darwin11.4.0 -- Ticket URL: <https://trac.macports.org/ticket/35614> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35614: proctools: tsort: invalid option -- 'q' ---------------------------------+------------------------------------------ Reporter: nunoslvdr@… | Owner: akitada@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: proctools ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * keywords: proctools => * cc: nunoslvdr@… (removed) * owner: macports-tickets@… => akitada@… Old description:
$ sudo port install clang-3.2 clang_select proctools [[BR]] ---> Computing dependencies for clang-3.2 [[BR]] ---> Cleaning clang-3.2 [[BR]] ---> Cleaning clang_select [[BR]] ---> Computing dependencies for proctools [[BR]] ---> Building proctools [[BR]] Error: org.macports.build for port proctools returned: command execution failed [[BR]] Please see the log file for port proctools for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_proctools/proctools/main.log[[BR]] To report a bug, follow the instructions in the guide:[[BR]] http://guide.macports.org/#project.tickets [[BR]] Error: Processing of port proctools failed[[BR]] [[BR]] $ xcodebuild -version[[BR]] Xcode 4.4.1[[BR]] Build version 4F1003[[BR]] [[BR]] $ /usr/bin/clang -v [[BR]] Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)[[BR]] Target: x86_64-apple-darwin11.4.0
New description: {{{ $ sudo port install clang-3.2 clang_select proctools ---> Computing dependencies for clang-3.2 ---> Cleaning clang-3.2 ---> Cleaning clang_select ---> Computing dependencies for proctools ---> Building proctools Error: org.macports.build for port proctools returned: command execution failed Please see the log file for port proctools for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_proctools/proctools/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port proctools faile $ xcodebuild -version Xcode 4.4.1 Build version 4F1003 $ /usr/bin/clang -v Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn) Target: x86_64-apple-darwin11.4.0 }}} -- Comment: The log says: {{{ tsort: invalid option -- 'q' }}} This is curious since the tsort on my OS X box seems to support the -q option. Since this was not a clean attempt, please "sudo port clean proctools" and try again, and attach the new main.log. Also please show the output of "which tsort". -- Ticket URL: <https://trac.macports.org/ticket/35614#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35614: proctools: tsort: invalid option -- 'q' ---------------------------------+------------------------------------------ Reporter: nunoslvdr@… | Owner: akitada@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: proctools ---------------------------------+------------------------------------------ Comment(by nunoslvdr@…): Ive added the new log file after cleaning and installing. [[BR]] $ which tsort [[BR]] /usr/bin/tsort [[BR]] $ /usr/bin/tsort --version [[BR]] tsort (coreutils) 8.9 -- Ticket URL: <https://trac.macports.org/ticket/35614#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35614: proctools: tsort: invalid option -- 'q' ---------------------------------+------------------------------------------ Reporter: nunoslvdr@… | Owner: akitada@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: proctools ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: Is it possible you have replaced Apple's /usr/bin/tsort with someone else's? Your output says "coreutils"; I didn't think OS X included any components that came from coreutils. On my Mountain Lion system, on which /usr/bin/tsort has not been modified, I get: {{{ $ /usr/bin/tsort --version /usr/bin/tsort: illegal option -- - usage: tsort [-lq] [file] }}} So that is what I would expect to see on your system as well. Check your backups and see if you can restore Apple's /usr/bin/tsort. -- Ticket URL: <https://trac.macports.org/ticket/35614#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35614: proctools: tsort: invalid option -- 'q' ---------------------------------+------------------------------------------ Reporter: nunoslvdr@… | Owner: akitada@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: proctools ---------------------------------+------------------------------------------ Comment(by nunoslvdr@…): I got the osx Lion 10.7.4 and to be concrete, after running tsort --version i get this output: [[BR]] $ /usr/bin/tsort --version[[BR]] tsort (coreutils) 8.9[[BR]] Copyright (C) 2011 Free Software Foundation, Inc.[[BR]] License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.[[BR]] This is free software: you are free to change and redistribute it.[[BR]] There is NO WARRANTY, to the extent permitted by law.[[BR]] [[BR]] Written by Mark Kettenis.[[BR]] -- Ticket URL: <https://trac.macports.org/ticket/35614#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35614: proctools: tsort: invalid option -- 'q' ----------------------------------+----------------------------------------- Reporter: nunoslvdr@… | Owner: akitada@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: invalid | Keywords: Port: proctools | ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid Comment: Right, and Lion has been out for over a year, and the proctools port has not been updated in 2.5 years. If there were a general problem building proctools on Lion we would have heard about it by now. I don't have a Lion machine handy, but I checked on Snow Leopard, and its tsort behaves the same as mine on Mountain Lion. So I still believe that the file /usr/bin/tsort on your system is not the file that should be there, and you should replace it from your backups or by reinstalling OS X. -- Ticket URL: <https://trac.macports.org/ticket/35614#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts