Inconsistent revision control

Alan Snyder javalists at cbfiddle.com
Tue Jun 27 01:39:01 UTC 2023


Thanks for the information. That indeed was the problem. Carbon Copy Cloner squirrels some files away to allow undo, a feature that I don’t usually pay attention to. Removing the extra CCC directory did the trick.

  Alan





> On Jun 26, 2023, at 6:24 PM, Sriram Narayanan <sriramnrn at gmail.com> wrote:
> 
> 
> 
> On Tue, 27 Jun 2023 at 8:34 AM, Alan Snyder <javalists at cbfiddle.com <mailto:javalists at cbfiddle.com>> wrote:
>> Can we start over?
>> 
>> I am trying to do a JDK build using make.
>> 
>> It reports an error like this: Inconsistent revision control: 17-24-55/ is missing .git directory
>> 
>> at which point the build is aborted.
>> 
>> I’d like to know what this message means, so that I can fix the problem or avoid it in the future.
>> 
>> What is 17-24-55?
> 
> 
> It is a directory. Please check which files are within. Try removing it ( move it outside the entire source tree) and stay the build.
> 
> 
>> 
>> 
>> If there is a missing .git directory, where would it be?
>> 
>> The top level .git directory is present.
>> 
>> If I do “git status” it tells me things that I expect, listing untracked files and changes not staged for commit.
>> 
>> It does not complain about the repo being broken in any way.
>> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20230626/c1d61285/attachment.htm>


More information about the build-dev mailing list