Re: RFR: 8313274: Failure building java.base-jmod target

2023-08-01 Thread David Holmes
On Tue, 1 Aug 2023 10:31:13 GMT, Jaikiran Pai wrote: >> Can I please get a review of this change which proposes to address the build >> failure noted in https://bugs.openjdk.org/browse/JDK-8313274? >> >> The build failure is consistently reproducible with `--with-jobs=1`. Martin, >> in that

RFR: 8313576: GCC 7 reports compiler warning in bundled freetype 2.13.0

2023-08-01 Thread Sergey Bylokhov
One warning is disabled for the freetype. - Commit messages: - 8313576: GCC 7 reports some compiler warnings in bundled freetype 2.13.0 Changes: https://git.openjdk.org/jdk/pull/15116/files Webrev: https://webrevs.openjdk.org/?repo=jdk=15116=00 Issue:

Re: RFR: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Christoph Langer
On Tue, 1 Aug 2023 16:01:44 GMT, Aleksey Shipilev wrote: > All right then. (Puts on his own "I am actually in build group too" hat.) Matthias is in it, too.  - PR Comment: https://git.openjdk.org/jdk/pull/15093#issuecomment-1661178053

Re: RFR: 8313274: Failure building java.base-jmod target

2023-08-01 Thread phuchau1989
On Tue, 1 Aug 2023 09:01:49 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to address the build > failure noted in https://bugs.openjdk.org/browse/JDK-8313274? > > The build failure is consistently reproducible with `--with-jobs=1`. Martin, > in that JBS

Integrated: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Aleksey Shipilev
On Mon, 31 Jul 2023 18:17:03 GMT, Aleksey Shipilev wrote: > Some GHA runs are now running into configuration problems after runner > update. We need to bump the GCC versions to unbreak them. > > Additional testing: > - [x] GHA This pull request has now been integrated. Changeset: ec2f38fd

Re: RFR: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Aleksey Shipilev
On Mon, 31 Jul 2023 18:17:03 GMT, Aleksey Shipilev wrote: > Some GHA runs are now running into configuration problems after runner > update. We need to bump the GCC versions to unbreak them. > > Additional testing: > - [x] GHA All right then. (Puts on his own "I am actually in build group

Re: RFR: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Christoph Langer
On Mon, 31 Jul 2023 18:17:03 GMT, Aleksey Shipilev wrote: > Some GHA runs are now running into configuration problems after runner > update. We need to bump the GCC versions to unbreak them. > > Additional testing: > - [x] GHA Oracle build folks seem ooo atm. But I think this one should go

jdk-11.0.20+8 :: MacOS :: compilation errors :: libharfbuzz

2023-08-01 Thread Dmitri Volotsajev
Hi, Maybe someone from this list can help me. I have errors during build of jdk-11.0.20+8. Same Mac that I used to build other JDK11 versions. Latest successful build: jdk-11.0.19+7 Build log attached. About build setup: Mac10.13 build system type - x86_64-apple-darwin17.7.0 JAVA_HOME =

Re: RFR: 8312522: Implementation of Foreign Function & Memory API

2023-08-01 Thread Jorn Vernee
On Tue, 1 Aug 2023 11:17:57 GMT, ExE Boss wrote: >> This patch contains the implementation of the foreign linker & memory API >> JEP for Java 22. The initial patch is composed of commits brought over >> directly from the [panama-foreign >> repo](https://github.com/openjdk/panama-foreign). The

Re: RFR: 8312522: Implementation of Foreign Function & Memory API

2023-08-01 Thread ExE Boss
On Tue, 1 Aug 2023 10:29:06 GMT, Jorn Vernee wrote: > This patch contains the implementation of the foreign linker & memory API JEP > for Java 22. The initial patch is composed of commits brought over directly > from the [panama-foreign repo](https://github.com/openjdk/panama-foreign). > The

Re: RFR: 8312522: Implementation of Foreign Function & Memory API

2023-08-01 Thread Jorn Vernee
On Tue, 1 Aug 2023 10:29:06 GMT, Jorn Vernee wrote: > This patch contains the implementation of the foreign linker & memory API JEP > for Java 22. The initial patch is composed of commits brought over directly > from the [panama-foreign repo](https://github.com/openjdk/panama-foreign). > The

RFR: 8312522: Implementation of Foreign Function & Memory API

2023-08-01 Thread Jorn Vernee
This patch contains the implementation of the foreign linker & memory API JEP for Java 22. The initial patch is composed of commits brought over directly from the [panama-foreign repo](https://github.com/openjdk/panama-foreign). The main changes found in this patch come from the following PRs:

Re: RFR: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Thomas Stuefe
On Mon, 31 Jul 2023 18:17:03 GMT, Aleksey Shipilev wrote: > Some GHA runs are now running into configuration problems after runner > update. We need to bump the GCC versions to unbreak them. > > Additional testing: > - [x] GHA Im not a build folk but looks good. Thanks for fixing.

Re: RFR: JDK-8311938: Add default cups include location for configure on AIX [v2]

2023-08-01 Thread Christoph Langer
On Tue, 1 Aug 2023 12:50:47 GMT, Andreas Steiner wrote: >> Add the default include location(/opt/freeware/include/) for cups on AIX. >> With this set the additional configure parameter --with-cups-include can be >> removed, which was needed on AIX. > > Andreas Steiner has updated the pull

Re: RFR: JDK-8312467: relax the builddir check in make/autoconf/basic.m4 [v2]

2023-08-01 Thread Matthias Baesken
On Wed, 26 Jul 2023 07:21:13 GMT, Matthias Baesken wrote: >> In case of issues in the configure step, we run into error messages like >> this : >> >> configure: Current directory is /openjdk/jdk_4/build_mymachine. >> configure: Since this is not the source root, configure will output the >>

Re: RFR: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Matthias Baesken
On Mon, 31 Jul 2023 18:17:03 GMT, Aleksey Shipilev wrote: > Some GHA runs are now running into configuration problems after runner > update. We need to bump the GCC versions to unbreak them. > > Additional testing: > - [x] GHA Marked as reviewed by mbaesken (Reviewer). - PR

Re: RFR: JDK-8311938: Add default cups include location for configure on AIX

2023-08-01 Thread Andreas Steiner
On Tue, 1 Aug 2023 07:51:58 GMT, Matthias Baesken wrote: >> Add the default include location(/opt/freeware/include/) for cups on AIX. >> With this set the additional configure parameter --with-cups-include can be >> removed, which was needed on AIX. > > Looks reasonable, but you would

Re: RFR: JDK-8311938: Add default cups include location for configure on AIX [v2]

2023-08-01 Thread Andreas Steiner
> Add the default include location(/opt/freeware/include/) for cups on AIX. > With this set the additional configure parameter --with-cups-include can be > removed, which was needed on AIX. Andreas Steiner has updated the pull request incrementally with one additional commit since the last

Re: RFR: JDK-8311938: Add default cups include location for configure on AIX [v2]

2023-08-01 Thread Matthias Baesken
On Tue, 1 Aug 2023 12:46:17 GMT, Andreas Steiner wrote: >> Add the default include location(/opt/freeware/include/) for cups on AIX. >> With this set the additional configure parameter --with-cups-include can be >> removed, which was needed on AIX. > > Andreas Steiner has updated the pull

Re: RFR: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Aleksey Shipilev
On Mon, 31 Jul 2023 18:17:03 GMT, Aleksey Shipilev wrote: > Some GHA runs are now running into configuration problems after runner > update. We need to bump the GCC versions to unbreak them. > > Additional testing: > - [x] GHA Thanks! Any more reviews, especially from build folks (@magicus,

Re: RFR: 8313274: Failure building java.base-jmod target

2023-08-01 Thread Jaikiran Pai
On Tue, 1 Aug 2023 10:30:18 GMT, Alan Bateman wrote: > It also opens the door to accidental mix 'n match of modules from different > JDK modules. So I don't think this the right change for this issue. - PR Comment: https://git.openjdk.org/jdk/pull/15102#issuecomment-1660035694

Withdrawn: 8313274: Failure building java.base-jmod target

2023-08-01 Thread Jaikiran Pai
On Tue, 1 Aug 2023 09:01:49 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to address the build > failure noted in https://bugs.openjdk.org/browse/JDK-8313274? > > The build failure is consistently reproducible with `--with-jobs=1`. Martin, > in that JBS

Re: RFR: 8313274: Failure building java.base-jmod target

2023-08-01 Thread Alan Bateman
On Tue, 1 Aug 2023 09:01:49 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to address the build > failure noted in https://bugs.openjdk.org/browse/JDK-8313274? > > The build failure is consistently reproducible with `--with-jobs=1`. Martin, > in that JBS

Re: RFR: 8313274: Failure building java.base-jmod target

2023-08-01 Thread Jaikiran Pai
On Tue, 1 Aug 2023 09:01:49 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to address the build > failure noted in https://bugs.openjdk.org/browse/JDK-8313274? > > The build failure is consistently reproducible with `--with-jobs=1`. Martin, > in that JBS

RFR: 8313274: Failure building java.base-jmod target

2023-08-01 Thread Jaikiran Pai
Can I please get a review of this change which proposes to address the build failure noted in https://bugs.openjdk.org/browse/JDK-8313274? The build failure is consistently reproducible with `--with-jobs=1`. Martin, in that JBS issue, has narrowed down the commit to the change in

Re: RFR: JDK-8311938: Add default cups include location for configure on AIX

2023-08-01 Thread Matthias Baesken
On Tue, 1 Aug 2023 07:28:02 GMT, Andreas Steiner wrote: > Add the default include location(/opt/freeware/include/) for cups on AIX. > With this set the additional configure parameter --with-cups-include can be > removed, which was needed on AIX. Looks reasonable, but you would overwrite the

Re: RFR: JDK-8311938: Add default cups include location for configure on AIX

2023-08-01 Thread Christoph Langer
On Tue, 1 Aug 2023 07:28:02 GMT, Andreas Steiner wrote: > Add the default include location(/opt/freeware/include/) for cups on AIX. > With this set the additional configure parameter --with-cups-include can be > removed, which was needed on AIX. I think the check for the cups default location

Re: RFR: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Aleksey Shipilev
On Mon, 31 Jul 2023 18:17:03 GMT, Aleksey Shipilev wrote: > Some GHA runs are now running into configuration problems after runner > update. We need to bump the GCC versions to unbreak them. > > Additional testing: > - [x] GHA Note that RISC-V cross-build still fails due to bootstrapping

RFR: JDK-8311938: Add default cups include location for configure on AIX

2023-08-01 Thread Andreas Steiner
Add the default include location(/opt/freeware/include/) for cups on AIX. With this set the additional configure parameter --with-cups-include can be removed, which was needed on AIX. - Commit messages: - JDK-8311938: Add default cups include location for configure on AIX

Re: RFR: 8313428: GHA: Bump GCC versions for July 2023 updates

2023-08-01 Thread Christoph Langer
On Mon, 31 Jul 2023 18:17:03 GMT, Aleksey Shipilev wrote: > Some GHA runs are now running into configuration problems after runner > update. We need to bump the GCC versions to unbreak them. > > Additional testing: > - [x] GHA Marked as reviewed by clanger (Reviewer). - PR