Changes between Initial Version and Version 3 of Ticket #29297


Ignore:
Timestamp:
Apr 28, 2011, 2:35:54 PM (13 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

Good find in the log.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29297

    • Property Port python_select removed
    • Property Component changed from ports to base
    • Property Summary changed from python_select fails pkg phase to archivefetch doesn't fail properly
  • Ticket #29297 – Description

    initial v3  
    11While doing an mpkg for a dependent, python_select failed during its pkg phase.
    2 {{{
    3 :msg:pkg --->  Creating pkg for python_select-0.3
    4 :debug:pkg Calling /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker for python_select pkg
    5 :info:pkg Warning: Unknown argument: -AppleLanguages
    6 :info:pkg Warning: Unknown argument: (English)
    7 :info:pkg ERROR: The specified root is invalid: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_python_select/work/destroot
    8 :info:pkg shell command "PMResourceLocale=English /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -AppleLanguages "(English)" --root /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_python_select/work/destroot --out /opt/local/var/macports/build/_Users_aeetes_dports_math_pspp-devel/work/pspp-devel-0.7.7.mpkg/Contents/Packages/python_select-0.3.pkg  --resources /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_python_select/work/pkg_resources --title "python_select-0.3" --info /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_python_select/work/Info.plist --target 10.3 --domain system --id org.macports.python_select" returned error 1
    9 :error:pkg Target org.macports.pkg returned: shell command failed (see log for details)
    10 :debug:pkg Backtrace: shell command failed (see log for details)
    11     while executing
    12 "system "PMResourceLocale=${language} $packagemaker -AppleLanguages \"(${language})\" --root ${destpath} --out ${pkgpath} ${pkgresources} --info $infof..."
    13     invoked from within
    14 "if ([file exists "$packagemaker"]) {
    152
    16         ui_debug "Calling $packagemaker for $portname pkg"
    17         if {${os.major} >= 9} {
    18             if {${pac..."
    19     (procedure "package_pkg" line 43)
    20     invoked from within
    21 "package_pkg $name $version $revision"
    22     (procedure "portpkg::pkg_main" line 6)
    23     invoked from within
    24 "$procedure $targetname"
    25 :info:pkg Warning: the following items did not execute (for python_select): org.macports.pkg
    26 :notice:pkg Log for python_select is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_python_select/main.log
    27 }}}
     3The log revealed that archivefetch failed verification but didn't stop the packing process.