Changes between Version 124 and Version 125 of ProblemHotlist


Ignore:
Timestamp:
Dec 4, 2015, 5:05:00 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

add "no destroot found" entry

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v124 v125  
    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== Port installation fails with "no destroot found" == #nodestrootfound
     32
     33Installing a port fails with the error message "no destroot found", for example:
     34
     35{{{
     36: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
     37}}}
     38
     39We 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:
     40
     41{{{
     42sudo port clean libpixman
     43}}}
     44
    3145== Error message from "port upgrade outdated": uninstall failure: "an invalid entry was passed" == #interrupteduninstall
    3246