Changes between Initial Version and Version 1 of Ticket #23335


Ignore:
Timestamp:
Jan 19, 2010, 1:25:31 AM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23335 – Description

    initial v1  
    11Following advice on the Problem HotList I was trying to repair a corrupt file_map.db file with repairfilemap.2.tcl.  Followed instructions to the letter; ran script -> file_map created and then renamed existing .db file.  However, when port command invoked in order to get port to convert old style file to db format, port fails like so:
    2 
     2{{{
    33 # sudo port deactivate R
    44
     
    66Converting file map to new format (this may take a while)
    77Error: port deactivate failed: Is a directory
    8 
     8}}}
    99
    1010When port is invoked using the provides option it fails more verbosely like so:
    11 
     11{{{
    1212# sudo port provides /opt/local/etc/lynx.cfg
    1313
     
    3737    set exit_status [process_cmd $remaining..."
    3838    (file "/opt/local/bin/port" line 3676)
    39 
     39}}}
    4040
    4141I also tried the older version of the script to no avail though, interestingly enough, the file_map file created was identical to that created by the newer version.