-
Bug
-
Resolution: Unresolved
-
P3
-
None
-
23, 24, 25
I got a build error on a freshly installed macOS Sequoia 15.4 with Xcode 16.3 and brew-installed autoconf:
Compiling up to 94 files for jdk.xml.dom
sed: RE error: illegal byte sequence
make[3]: *** [/mrserb/jdk/build/macosx-aarch64-server-release/jdk/modules/java.xml.crypto/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties] Error 1
make[3]: *** Deleting file `/mrserb/jdk/build/macosx-aarch64-server-release/jdk/modules/java.xml.crypto/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties'
make[2]: *** [java.xml.crypto-java] Error 2
make[2]: *** Waiting for unfinished jobs...
This looks similar to the previously reported issue:JDK-8065365, but the suggested workaround (LC_ALL=C) does not work in this case. (tested on zsh and bash)
Compiling up to 94 files for jdk.xml.dom
sed: RE error: illegal byte sequence
make[3]: *** [/mrserb/jdk/build/macosx-aarch64-server-release/jdk/modules/java.xml.crypto/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties] Error 1
make[3]: *** Deleting file `/mrserb/jdk/build/macosx-aarch64-server-release/jdk/modules/java.xml.crypto/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties'
make[2]: *** [java.xml.crypto-java] Error 2
make[2]: *** Waiting for unfinished jobs...
This looks similar to the previously reported issue:
- caused by
-
JDK-8321373 Build should use LC_ALL=C.UTF-8
-
- Resolved
-
-
JDK-8345415 Rollback JDK-8301991 change on xmlsecurity_de.properties
-
- Resolved
-
- relates to
-
JDK-8354449 Remove com/sun/org/apache/xml/internal/security/resource/xmlsecurity_de.properties
-
- Resolved
-
-
JDK-8301971 Make JDK source code UTF-8
-
- Open
-