[89660] trunk/base/src/macports1.0/macports.tcl

cal at macports.org cal at macports.org
Sun Feb 5 15:30:07 PST 2012


Revision: 89660
          http://trac.macports.org/changeset/89660
Author:   cal at macports.org
Date:     2012-02-05 15:30:07 -0800 (Sun, 05 Feb 2012)
Log Message:
-----------
rev-upgrade: Debug-print return value of rebuild procedure

Some rebuilds fail, but rev-upgrade doesn't stop. This is to debug this issue.

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2012-02-05 23:27:38 UTC (rev 89659)
+++ trunk/base/src/macports1.0/macports.tcl	2012-02-05 23:30:07 UTC (rev 89660)
@@ -4241,6 +4241,7 @@
                 # call macports::upgrade with ports_revupgrade option to rebuild the port
                 set status [macports::upgrade [$port name] "port:[$port name]" \
                     [array get variations] [array get macports::global_options] depscache]
+                ui_debug "Rebuilding port [$port name] finished with status $status"
                 if {$status != 0} {
                     error "Error rebuilding [$port name]"
                 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120205/7a727fe3/attachment.html>


More information about the macports-changes mailing list