Changes between Initial Version and Version 1 of Ticket #31784


Ignore:
Timestamp:
Oct 26, 2011, 8:53:12 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:
MacBook-Guido-2:~ guidov$ sudo port install libssh01 revision r37351 -v -d

This is not valid syntax. The port command does not accept arguments like "revision r37351". Also, single-letter flags like -v and -d have no effect unless placed immediately after the port command, i.e. sudo port -d install. Also, -d implies -v.

--->  Computing dependencies for libssh01
--->  Building libssh01

The fact that it went straight to Building, skipping the Fetching, Extracting, Patching and Configuring phases, shows it was not a clean build. Clean, selfupdate, and try again.

sudo port clean libssh01
sudo port selfupdate
sudo port install libssh01

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31784

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Resolution changed from to invalid
  • Ticket #31784 – Description

    initial v1  
    22also with new revision doesn't work:
    33
     4{{{
    45MacBook-Guido-2:~ guidov$ sudo port install libssh01 revision r37351 -v -d
    56--->  Computing dependencies for libssh01
     
    102103:info:build Warning: the following items did not execute (for libssh01): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    103104:notice:build Log for libssh01 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libssh01/libssh01/main.log
     105}}}