Changes between Initial Version and Version 3 of Ticket #27665


Ignore:
Timestamp:
Sep 28, 2017, 1:59:12 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27665

    • Property Owner changed from macports-tickets@… to ryandesign
    • Property Status changed from new to assigned
  • Ticket #27665 – Description

    initial v3  
    22
    33the logfile shows this:
     4{{{
    45[2010-12-14T10:41:37.967554 79067] Error writing to manifest file
    56[2010-12-14T10:41:37.967608 79067] Failed to write manifest file
    67[2010-12-14T10:41:37.968484 79067] Failed to add object file hash to .ccache/2/9/b9e3caf6798d2be0573d80e6e74c5f-2770.manifest
    7 
     8}}}
    89these are the files left over after this failure (empty manifest file and temporary manifest file):
     10{{{
    911-rw-r----- 0 Dec 14 10:41 .ccache/2/9/b9e3caf6798d2be0573d80e6e74c5f-2770.manifest
    1012-rw-r----- 9.6K Dec 14 10:41 .ccache/2/9/b9e3caf6798d2be0573d80e6e74c5f-2770.manifest.tmp.hostname.79067
    11 
     13}}}
    1214i should note that a downloaded and self-compiled build of 3.1.3 works without problems. the only differences i see are a minor patch and omitting debugging symbols (-g). i recompiled macpors ccache without the patch and ommitted -g in my private build. so both versions should be the same. still the macports version fails which leaves me puzzled.