Changes between Version 137 and Version 138 of ProblemHotlist


Ignore:
Timestamp:
Apr 6, 2018, 1:54:52 AM (6 years ago)
Author:
raimue (Rainer Müller)
Comment:

No longer hot, have not even heard of this problem

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v137 v138  
    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 
    33 Installing 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 
    39 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:
    40 
    41 {{{
    42 sudo port clean libpixman
    43 }}}
    44 
    4531== install_name_tool or strip reports "malformed object (unknown load command)" == #malformed-object
    4632