Commit Graph

12 Commits

Author SHA1 Message Date
Jiri Vanek 21dec0ead1 Added patch file 2018-06-22 11:50:40 +02:00
Jiri Vanek 62f2a3fce7 added patch systemLcmsAndJpgFixFor-f0aeede1b855.patch, added changelog 2018-06-22 11:50:09 +02:00
Jiri Vanek 0185deb0a5 Udpated to jdk11+19
- adapted RHBZ-1565658-system-nss-SunEC.patch; hopefully correct
- broken system lcms - probably caused by http://hg.openjdk.java.net/jdk/jdk/rev/f0aeede1b855

=== Output from failing command(s) repeated here ===
make/Init.gmk:342: Building on-failure
/usr/bin/printf "* For target support_native_java.desktop_libjavajpeg_imageioJPEG.o:\n"
+ /usr/bin/printf '* For target support_native_java.desktop_libjavajpeg_imageioJPEG.o:\n'
* For target support_native_java.desktop_libjavajpeg_imageioJPEG.o:
make/Init.gmk:342: Building on-failure
(/usr/bin/grep -v -e "^Note: including file:" <  /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs/support_native_java.desktop_libjavajpeg_imageioJPEG.o.log || true) | /usr/bin/head -n 12
+ /usr/bin/grep -v -e '^Note: including file:'
+ /usr/bin/head -n 12
cc1: warning: command line option '-std=gnu++98' is valid for C++/ObjC++ but not for C
/home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/src/java.desktop/share/native/libjavajpeg/imageioJPEG.c:49:10: fatal error: com_sun_imageio_plugins_jpeg_JPEGImageReader.h: No such file or directory
 #include "com_sun_imageio_plugins_jpeg_JPEGImageReader.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make/Init.gmk:342: Building on-failure
if test `/usr/bin/wc -l < /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs/support_native_java.desktop_libjavajpeg_imageioJPEG.o.log` -gt 12; then /usr/bin/echo "   ... (rest of output omitted)" ; fi
++ /usr/bin/wc -l
+ test 5 -gt 12
make/Init.gmk:342: Building on-failure
/usr/bin/printf "* For target support_native_java.desktop_liblcms_LCMS.o:\n"
+ /usr/bin/printf '* For target support_native_java.desktop_liblcms_LCMS.o:\n'
* For target support_native_java.desktop_liblcms_LCMS.o:
make/Init.gmk:342: Building on-failure
(/usr/bin/grep -v -e "^Note: including file:" <  /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs/support_native_java.desktop_liblcms_LCMS.o.log || true) | /usr/bin/head -n 12
+ /usr/bin/grep -v -e '^Note: including file:'
+ /usr/bin/head -n 12
cc1: warning: command line option '-std=gnu++98' is valid for C++/ObjC++ but not for C
/home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/src/java.desktop/share/native/liblcms/LCMS.c:29:10: fatal error: sun_java2d_cmm_lcms_LCMS.h: No such file or directory
 #include "sun_java2d_cmm_lcms_LCMS.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make/Init.gmk:342: Building on-failure
if test `/usr/bin/wc -l < /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs/support_native_java.desktop_liblcms_LCMS.o.log` -gt 12; then /usr/bin/echo "   ... (rest of output omitted)" ; fi
++ /usr/bin/wc -l
+ test 5 -gt 12
make/Init.gmk:342: Building on-failure
/usr/bin/printf "\n* All command lines available in /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs.\n"
+ /usr/bin/printf '\n* All command lines available in /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs.\n'

* All command lines available in /home/jvanek/rpmbuild/BUILD/java-11-openjdk-11.0.ea.19-5.fc27.x86_64/openjdk/build/make-support/failure-logs.
make/Init.gmk:342: Building on-failure
/usr/bin/printf "=== End of repeated output ===\n"
+ /usr/bin/printf '=== End of repeated
2018-06-22 10:45:30 +02:00
Severin Gehwolf 7542164d45 Revert rename: java-11-openjdk => java-openjdk. 2018-06-14 10:26:21 +02:00
Severin Gehwolf ef772db3c4 Fixed changelog dates. 2018-06-13 18:24:15 +02:00
Severin Gehwolf d15f8672d8 Add aarch64 to AOT arches. 2018-06-13 18:23:59 +02:00
Severin Gehwolf 7700a1d3b9 Renamed to java-11-openjdk. 2018-06-13 18:23:36 +02:00
Severin Gehwolf bc90ba687e Fix builds on s390x and aarch64.
- s390x doesn't build the SA.
- aarch64: disable slowdebug build.
2018-06-13 18:23:26 +02:00
Severin Gehwolf 759059a6c7 Package early access release, JDK 11 b16.
No longer explicitly invoke autogen.sh
2018-06-13 18:23:19 +02:00
Severin Gehwolf 9d3d932930 Initial import from f28 branch.
Corresponds to revision 9909674fe9.
2018-06-13 18:02:58 +02:00
Severin Gehwolf 223bfbdd62 Update readme. 2018-06-13 16:20:20 +02:00
Gwyn Ciesla e30d39b24e Added the README 2018-04-09 13:07:47 +00:00