Changes between Initial Version and Version 1 of Ticket #35534


Ignore:
Timestamp:
Aug 5, 2012, 11:14:12 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

First, "sudo port clean p5.12-tk" and try again. If it fails again, attach (not paste) the new main.log to this ticket. Remember to use WikiFormatting when writing in Trac.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35534

    • Property Port p5-tk added
  • Ticket #35534 – Description

    initial v1  
    11Trying to build cssh on Mountain Lion, but I get the following error:
    22
    3 ########################################
    4 
     3{{{
    54$ sudo port install cssh
    65--->  Computing dependencies for cssh
     
    1514    http://guide.macports.org/#project.tickets
    1615Error: Processing of port cssh failed
    17 
    18 ########################################
     16}}}
    1917
    2018Digging in a bit, it throws an exit code two. Tracking it down, it appears to be that make all is missing?
    2119
    22 ########################################
    23 
     20{{{
    2421$ cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5-tk/p5.12-tk/main.log
    2522version:1
     
    7269:notice:build Please see the log file for port p5.12-tk for details:
    7370    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5-tk/p5.12-tk/main.log
    74 
    75 ########################################
     71}}}
    7672
    7773And running the actual command itself:
    7874
    79 ########################################
    80 
     75{{{
    8176$  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5-tk/p5.12-tk/work/Tk-804.029" && /usr/bin/make -j4 -w all
    8277make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5-tk/p5.12-tk/work/Tk-804.029'
    8378make: *** No rule to make target `all'.  Stop.
    8479make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5-tk/p5.12-tk/work/Tk-804.029'
    85 
    86 ########################################
     80}}}
    8781
    8882Not sure how to go about fixing it, but would love to get cssh working! Any help is appreciated.