Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
ote: > > > > On Tue, 27 Jun 2023 at 8:34 AM, Alan Snyder <mailto:javali...@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 >

Re: Inconsistent revision control

2023-06-26 Thread Sriram Narayanan
On Tue, 27 Jun 2023 at 8:34 AM, Alan Snyder 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. &

Re: Inconsistent revision control

2023-06-26 Thread Joseph D. Darcy
Thread archived at https://mail.openjdk.org/pipermail/build-dev/2023-June/039957.html -Joe On 6/26/2023 6:03 PM, Alan Snyder wrote: I’m deducing the existence of a message from Erik that I did not receive. Perhaps someone can repost it?

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
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

Re: Inconsistent revision control

2023-06-26 Thread Joseph D. Darcy
have been trying to use Carbon Copy Cloner to make a copy of an active jdk repo on another macOS machine for the purpose of running tests. The initial clone is fine. After an incremental clone of the directory tree, I get mysterious messages like this: Inconsistent revision control: 17-24-55/

Re: Inconsistent revision control

2023-06-26 Thread David Holmes
emental clone of the directory tree, I get mysterious messages like this: Inconsistent revision control: 17-24-55/ is missing .git directory What is this about? Is there an easy way to fix this problem? This isn't really a build issue. I can only suggest that you check that the copy you made act

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
>>> I presume you actually meant "incremental build". >>> >>> David >>> >>>>> On Jun 25, 2023, at 10:04 PM, David Holmes >>>>> wrote: >>>>> >>>>> On 24/06/2023 12:28 pm, Alan Snyder wrote: &g

Re: Inconsistent revision control

2023-06-26 Thread David Holmes
g tests. The initial clone is fine. After an incremental clone of the directory tree, I get mysterious messages like this: Inconsistent revision control: 17-24-55/ is missing .git directory What is this about? Is there an easy way to fix this problem? This isn't really a build issue. I can only su

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
>>>> The initial clone is fine. >>>> After an incremental clone of the directory tree, I get mysterious >>>> messages like this: >>>> Inconsistent revision control: 17-24-55/ is missing .git directory >>>> What is this about? >>>

Re: Inconsistent revision control

2023-06-26 Thread David Holmes
an active jdk repo on another macOS machine for the purpose of running tests. The initial clone is fine. After an incremental clone of the directory tree, I get mysterious messages like this: Inconsistent revision control: 17-24-55/ is missing .git directory What is this about? Is there an ea

Re: Inconsistent revision control

2023-06-26 Thread erik . joelsson
to originate from this line: "$(error Inconsistent revision control: $(repo) is missing $(SCM_DIR) directory))" This implies that the string "17-24-55" is a directory name that the makefile thinks is a repository. If you could locate this directory in your workspace, it m

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
. >>>> After an incremental clone of the directory tree, I get mysterious >>>> messages like this: >>>> Inconsistent revision control: 17-24-55/ is missing .git directory >>>> What is this about? >>>> Is there an easy way to fix this proble

Re: Inconsistent revision control

2023-06-26 Thread Pavel Rappo
f running tests. >>> The initial clone is fine. >>> After an incremental clone of the directory tree, I get mysterious messages >>> like this: >>> Inconsistent revision control: 17-24-55/ is missing .git directory >>> What is this about? >>> Is t

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
n trying to use Carbon Copy Cloner to make a copy of an active jdk >> repo on another macOS machine for the purpose of running tests. >> The initial clone is fine. >> After an incremental clone of the directory tree, I get mysterious messages >> like this: >> Incons

Re: Inconsistent revision control

2023-06-25 Thread David Holmes
this: Inconsistent revision control: 17-24-55/ is missing .git directory What is this about? Is there an easy way to fix this problem? This isn't really a build issue. I can only suggest that you check that the copy you made actually copied across all hidden directories, e.g. .git, as well

Inconsistent revision control

2023-06-23 Thread Alan Snyder
I have been trying to use Carbon Copy Cloner to make a copy of an active jdk repo on another macOS machine for the purpose of running tests. The initial clone is fine. After an incremental clone of the directory tree, I get mysterious messages like this: Inconsistent revision control: 17-24