Changes between Version 141 and Version 142 of ProblemHotlist


Ignore:
Timestamp:
Apr 6, 2018, 12:11:22 PM (6 years ago)
Author:
raimue (Rainer Müller)
Comment:

Restore "no destroot found" problem

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v141 v142  
    2929Note you might have an older version of the `xcode-select` tool in case you installed Xcode 4.2 after installing the Mac OS X 10.7.3 update. If the command `xcode-select -version` returns `version 2003`, this is from Xcode 4.2 and we recommend to install the update once again with the [http://support.apple.com/kb/DL1484 Mac OS X 10.7.3 combo updater]. The current `xcode-select` version that comes with Mac OS X 10.7.3 identifies itself as `version 2307`.
    3030
     31
     32== Port installation fails with "no destroot found" == #nodestrootfound
     33
     34Installing a port fails with the error message "no destroot found", for example:
     35
     36{{{
     37:error:install org.macports.install for port libpixman returned: no destroot found at: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_libpixman/libpixman/work/destroot
     38}}}
     39
     40We do not know what causes this occasional problem, but the solution is to clean the affected port and try again. For example the above error shows libpixman is the port that failed, so to clean it you would run:
     41
     42{{{
     43sudo port clean libpixman
     44}}}
     45
     46
    3147== install_name_tool or strip reports "malformed object (unknown load command)" == #malformed-object
    3248
     
    186202
    187203
    188 == Port installation fails with "no destroot found" == #nodestrootfound
    189 
    190 Installing a port fails with the error message "no destroot found", for example:
    191 
    192 {{{
    193 :error:install org.macports.install for port libpixman returned: no destroot found at: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_libpixman/libpixman/work/destroot
    194 }}}
    195 
    196 We do not know what causes this occasional problem, but the solution is to clean the affected port and try again. For example the above error shows libpixman is the port that failed, so to clean it you would run:
    197 
    198 {{{
    199 sudo port clean libpixman
    200 }}}
    201 
    202 
    203 
    204204== Error message from "port upgrade outdated": uninstall failure: "an invalid entry was passed" == #interrupteduninstall
    205205