Changes between Version 47 and Version 48 of ProblemHotlist


Ignore:
Timestamp:
Aug 4, 2009, 1:20:06 AM (15 years ago)
Author:
patrick.suess@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v47 v48  
    167167
    168168When this happens you need to make sure your xorg-xproto port is up to date.  Use {{{sudo port selfupdate}}} then {{{sudo port upgrade outdated}}} (or at least {{{sudo port upgrade xorg-xproto}}}).
     169
     170'''Error message:'''[[BR]]
     171{{{
     172Error: unknown node kind in database (database is corrupted?)
     173}}}
     174
     175'''Workaround:'''[[BR]]
     176
     177Probably something during the installation process of a package went wrong.
     178You can fix the database file(/opt/local/var/macports/receipts/file_map.db)
     179by downloading the following script:
     180{{{
     181http://svn.macports.org/repository/macports/contrib/repairfilemap/repairfilemap.tcl
     182}}}
     183Follow the instructions in the beginning of the script.
     184You can invoke the script by typing:
     185{{{
     186chmod +x repairfilemap.tcl 1/
     187sudo ./repairfilemap.tcl 1/
     188}}}