Opened 10 months ago

Closed 4 months ago

#67804 closed update (duplicate)

Update openjdk8 to 8u382

Reported by: breun (Nils Breunese) Owned by: usersxx
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cooljeanius (Eric Gallager)
Port: openjdk8

Description

Several vulnerabilities were fixed in OpenJDK 8u382 GA (b05): https://openjdk.org/groups/vulnerability/advisories/2023-07-18

Tag: https://github.com/openjdk/jdk8u/releases/tag/jdk8u382-ga

I tried bumping the version and build number, but that fails on my macOS 13.4.1 (arm64) machine:

:debug:build SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk'
:info:build Executing:  cd "/opt/local/var/macports/build/_Users_breun_Projects_macports-ports-test_java_openjdk8/openjdk8/work/jdk8u-jdk8u382-ga" && /usr/bin/gnumake -j1 COMPILER_WARNINGS_FATAL=false -w all 
:debug:build system:  cd "/opt/local/var/macports/build/_Users_breun_Projects_macports-ports-test_java_openjdk8/openjdk8/work/jdk8u-jdk8u382-ga" && /usr/bin/gnumake -j1 COMPILER_WARNINGS_FATAL=false -w all 
:info:build No configurations found for /opt/local/var/macports/build/_Users_breun_Projects_macports-ports-test_java_openjdk8/openjdk8/work/jdk8u-jdk8u382-ga/! Please run configure to create a configuration.
:info:build gnumake: Entering directory `/opt/local/var/macports/build/_Users_breun_Projects_macports-ports-test_java_openjdk8/openjdk8/work/jdk8u-jdk8u382-ga'
:info:build Makefile:55: *** Cannot continue.  Stop.
:info:build gnumake: Leaving directory `/opt/local/var/macports/build/_Users_breun_Projects_macports-ports-test_java_openjdk8/openjdk8/work/jdk8u-jdk8u382-ga'
:info:build Command failed:  cd "/opt/local/var/macports/build/_Users_breun_Projects_macports-ports-test_java_openjdk8/openjdk8/work/jdk8u-jdk8u382-ga" && /usr/bin/gnumake -j1 COMPILER_WARNINGS_FATAL=false -w all 
:info:build Exit code: 2
:error:build Failed to build openjdk8: command execution failed
:debug:build Error code: CHILDSTATUS 2399 2
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$callback {*}$nice $fullcmdstring"
:debug:build     invoked from within
:debug:build "command_exec -callback portprogress::target_progress_callback build"
:debug:build     (procedure "portbuild::build_main" line 8)
:debug:build     invoked from within
:debug:build "$procedure $targetname"
:error:build See /opt/local/var/macports/logs/_Users_breun_Projects_macports-ports-test_java_openjdk8/openjdk8/main.log for details.

Change History (4)

comment:1 Changed 10 months ago by breun (Nils Breunese)

Owner: set to usersxx
Status: newassigned

comment:2 Changed 9 months ago by breun (Nils Breunese)

This error occurs during the configure stage on my arm64 machine:

:info:configure configure: error: It is not possible to use --with-target-bits=64 on a 32 bit system. Use proper cross-compilation instead.

I suspect the arm64 patch needs to be modified to work with OpenJDK 8u382.

comment:3 Changed 5 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:4 Changed 4 months ago by jmroot (Joshua Root)

Resolution: duplicate
Status: assignedclosed

Superseded by #69120.

Note: See TracTickets for help on using tickets.