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

jmr at macports.org jmr at macports.org
Sun Apr 8 23:36:01 PDT 2012


Revision: 91725
          https://trac.macports.org/changeset/91725
Author:   jmr at macports.org
Date:     2012-04-08 23:36:01 -0700 (Sun, 08 Apr 2012)
Log Message:
-----------
make details of problems found by rev-upgrade verbose output rather than warnings, and mention which file missing files were referenced from

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-04-09 06:30:25 UTC (rev 91724)
+++ trunk/base/src/macports1.0/macports.tcl	2012-04-09 06:36:01 UTC (rev 91725)
@@ -4253,7 +4253,7 @@
                             if {![macports::ui_isset ports_debug]} {
                                 ui_msg ""
                             }
-                            ui_warn "Could not open $filepath: [machista::strerror $libreturncode]"
+                            ui_info "Could not open $filepath: [machista::strerror $libreturncode] (referenced from $bpath)"
                             set files_warned_about($filepath) yes
                         }
                         if {$libreturncode == $machista::EFILE} {
@@ -4276,7 +4276,7 @@
                             if {![macports::ui_isset ports_debug]} {
                                 ui_msg ""
                             }
-                            ui_warn "Incompatible library version of file [$loadcommand cget -mlt_install_name]: Expected [$loadcommand cget -mlt_comp_version], but got [$libarchitecture cget -mat_comp_version]"
+                            ui_info "Incompatible library version of file [$loadcommand cget -mlt_install_name]: Expected [$loadcommand cget -mlt_comp_version], but got [$libarchitecture cget -mat_comp_version]"
                             ui_debug "Marking $bpath as broken"
                             lappend broken_files $bpath
                         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120408/8c4573a4/attachment.html>


More information about the macports-changes mailing list