Re: building on macOS 14

2023-11-06 Thread Alan Snyder
> On Nov 3, 2023, at 2:51 PM, Philip Race wrote: > > So, yes, it is a bug on the Apple side and will be fixed in (I think) a macOS > 14 update. > > -phil. So, how long do you think the JDK can continue using the macOS 13 SDK? Until macOS 14 is no longer supported? As soon as the JDK start

Re: building on macOS 14

2023-11-03 Thread Alan Snyder
> On Nov 3, 2023, at 11:54 AM, erik.joels...@oracle.com wrote: > > If you change out the toolchain through xcode-select, then you definitely > need to reconfigure after. I would expect the configuration to be quite > messed up if you don’t.. > OK, but I think it is a bug when an error messa

Re: building on macOS 14

2023-11-03 Thread Alan Snyder
> On Nov 3, 2023, at 12:20 PM, Philip Race wrote: > > It seems likely since it comes along with the updated SDK but did you have > any more evidence than that ? Because the (inappropriate) call is coming from JRS. It looks like one of those obsolete API checks that is escalated to a fatal e

Re: building on macOS 14

2023-11-03 Thread Alan Snyder
the directions to use xcode-select. Was I supposed to reconfigure after that? I don’t remember if I did that or just a make clean. > -phil > > On 11/2/23 9:48 AM, Alan Snyder wrote: >> As you may know, a JDK built on macOS 14 using the macOS 14 SDK crashes >> during ini

building on macOS 14

2023-11-02 Thread Alan Snyder
As you may know, a JDK built on macOS 14 using the macOS 14 SDK crashes during initialization of AWT. (The problem appears to be Apple’s bug. It is triggered by a runtime check that is enabled only in programs that were linked against the macOS 14 SDK.) So I tried to build JDK using the macOS 1

Re: Inconsistent revision control

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

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 it in the future

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
ote: > > On 27/06/2023 7:40 am, Alan Snyder wrote: >> No, I meant incremental clone. > > What is an incremental clone? > >> After updating the directory, I tried to do an incremental build and got the >> strange message. > > So you did mean "incremental

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
problem is? > On Jun 26, 2023, at 2:32 PM, David Holmes wrote: > > On 26/06/2023 10:55 pm, Alan Snyder wrote: >> It would be very unlikely for CCC to fail to correctly clone the directory. >> It would be helpful to know what the build tool is complaining about with >>

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
development. The actual message makes no sense to me. What is “17-24-55”? I was not able to find any files named “.src-rev”. > On Jun 26, 2023, at 6:08 AM, Pavel Rappo wrote: > > It appears that the error is coming from make/SourceRevision.gmk > >> On 26 Jun 2023, at

Re: Inconsistent revision control

2023-06-26 Thread Alan Snyder
It would be very unlikely for CCC to fail to correctly clone the directory. It would be helpful to know what the build tool is complaining about with that message. > On Jun 25, 2023, at 10:04 PM, David Holmes wrote: > > On 24/06/2023 12:28 pm, Alan Snyder wrote: >> I have bee

path arguments to make

2023-06-23 Thread Alan Snyder
This command worked: make exploded-test TEST=jdk_awt JTREG="EXTRA_PROBLEM_LISTS=../exclude.txt;OPTIONS=-l” but it was a surprise that I needed the .. because the path was evaluated relative to the make subdirectory. Is this fixable?

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-55