Changes between Initial Version and Version 2 of Ticket #35614


Ignore:
Timestamp:
Aug 10, 2012, 12:01:06 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
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".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35614

    • Property Owner changed from macports-tickets@… to akitada@…
    • Property Keywords proctools removed
    • Property Summary changed from port proctools returned: command execution failed to proctools: tsort: invalid option -- 'q'
  • Ticket #35614 – Description

    initial v2  
    1 $ sudo port install clang-3.2 clang_select proctools [[BR]]
    2 --->  Computing dependencies for clang-3.2 [[BR]]
    3 --->  Cleaning clang-3.2 [[BR]]
    4 --->  Cleaning clang_select [[BR]]
    5 --->  Computing dependencies for proctools [[BR]]
    6 --->  Building proctools [[BR]]
    7 Error: org.macports.build for port proctools returned: command execution failed [[BR]]
     1{{{
     2$ sudo port install clang-3.2 clang_select proctools
     3--->  Computing dependencies for clang-3.2
     4--->  Cleaning clang-3.2
     5--->  Cleaning clang_select
     6--->  Computing dependencies for proctools
     7--->  Building proctools
     8Error: org.macports.build for port proctools returned: command execution failed
    89Please see the log file for port proctools for details:
    9     /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_proctools/proctools/main.log[[BR]]
    10 To report a bug, follow the instructions in the guide:[[BR]]
    11     http://guide.macports.org/#project.tickets [[BR]]
    12 Error: Processing of port proctools failed[[BR]]
    13 [[BR]]
    14 $ xcodebuild -version[[BR]]
    15 Xcode 4.4.1[[BR]]
    16 Build version 4F1003[[BR]]
    17 [[BR]]
    18 $ /usr/bin/clang -v  [[BR]]
    19 Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)[[BR]]
     10    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_proctools/proctools/main.log
     11To report a bug, follow the instructions in the guide:
     12    http://guide.macports.org/#project.tickets
     13Error: Processing of port proctools faile
     14
     15$ xcodebuild -version
     16Xcode 4.4.1
     17Build version 4F1003
     18
     19$ /usr/bin/clang -v
     20Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
    2021Target: x86_64-apple-darwin11.4.0
     22}}}