Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770376 - dev-java/openjdk-11.0.10_p9 fails tests: - hotspot/os/linux/osContainer_linux.cpp:490:22: error: deprecated conversion from string constant to 'char*' [-Werror=write-strings]
Summary: dev-java/openjdk-11.0.10_p9 fails tests: - hotspot/os/linux/osContainer_linux...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-13 13:01 UTC by tka
Modified: 2024-04-12 18:42 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,392.89 KB, application/x-xz)
2021-02-13 13:02 UTC, tka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tka 2021-02-13 13:01:15 UTC
>>> Source compiled.
>>> Test phase: dev-java/openjdk-11.0.10_p9
make -j1   test
Building target 'test' in configuration 'linux-x86_64-normal-server-release'
Warning: No SCM configuration present and no .src-rev
Updating hotspot/variant-server/tools/adlc/adlc due to makefile changes
Updating support/modules_libs/java.base/server/libjvm.so due to 9 file(s)
Updating hotspot/variant-server/libjvm/gtest/libjvm.so due to makefile changes
Updating hotspot/variant-server/libjvm/gtest/gtestLauncher due to makefile changes
/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/src/hotspot/os/linux/osContainer_linux.cpp: In static member function 'static jlong OSContainer::read_memory_limit_in_bytes()':
/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/src/hotspot/os/linux/osContainer_linux.cpp:490:22: error: deprecated conversion from string constant to 'char*' [-Werror=write-strings]
  490 |       char* format = "%s " JULONG_FORMAT;
/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/src/hotspot/os/linux/osContainer_linux.cpp: In static member function 'static jlong OSContainer::memory_and_swap_limit_in_bytes()':
/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/src/hotspot/os/linux/osContainer_linux.cpp:513:22: error: deprecated conversion from string constant to 'char*' [-Werror=write-strings]
  513 |       char* format = "%s " JULONG_FORMAT;
cc1plus: all warnings being treated as errors
gmake[3]: *** [lib/CompileJvm.gmk:153: /var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/build/linux-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/osContainer_linux.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[2]: *** [make/Main.gmk:272: hotspot-server-libs] Error 2

ERROR: Build failed for target 'test' in configuration 'linux-x86_64-normal-server-release' (exit code 2) 

=== Output from failing command(s) repeated here ===
* For target hotspot_variant-server_libjvm_objs_osContainer_linux.o:
/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/src/hotspot/os/linux/osContainer_linux.cpp: In static member function 'static jlong OSContainer::read_memory_limit_in_bytes()':
/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/src/hotspot/os/linux/osContainer_linux.cpp:490:22: error: deprecated conversion from string constant to 'char*' [-Werror=write-strings]
  490 |       char* format = "%s " JULONG_FORMAT;
/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/src/hotspot/os/linux/osContainer_linux.cpp: In static member function 'static jlong OSContainer::memory_and_swap_limit_in_bytes()':
/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/src/hotspot/os/linux/osContainer_linux.cpp:513:22: error: deprecated conversion from string constant to 'char*' [-Werror=write-strings]
  513 |       char* format = "%s " JULONG_FORMAT;
cc1plus: all warnings being treated as errors

* All command lines available in /var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/build/linux-x86_64-normal-server-release/make-support/failure-logs.
=== End of repeated output ===

No indication of failed target found.
Hint: Try searching the build log for '] Error'.
Hint: See doc/building.html#troubleshooting for assistance.

make[1]: *** [/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/make/Init.gmk:305: main] Error 2
make: *** [/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga/make/Init.gmk:186: test] Error 2
 * ERROR: dev-java/openjdk-11.0.10_p9::gentoo failed (test phase):
 *   Make test failed. See above for details.
 * 
 * Call stack:
 *            ebuild.sh, line  125:  Called src_test
 *          environment, line 5238:  Called default
 *   phase-functions.sh, line  855:  Called default_src_test
 *   phase-functions.sh, line  884:  Called __eapi0_src_test
 *     phase-helpers.sh, line  782:  Called die
 * The specific snippet of code:
 *   		$emake_cmd ${internal_opts} test || \
 *   			die "Make test failed. See above for details."
 * 
 * If you need support, post the output of `emerge --info '=dev-java/openjdk-11.0.10_p9::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-java/openjdk-11.0.10_p9::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =openjdk-11.0.10_p9
 * The complete build log is located at '/var/tmp/portage/dev-java/openjdk-11.0.10_p9/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-java/openjdk-11.0.10_p9/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga'
 * S: '/var/tmp/portage/dev-java/openjdk-11.0.10_p9/work/jdk11u-jdk-11.0.10-ga'


Reproducible: Always
Comment 1 tka 2021-02-13 13:02:20 UTC
Created attachment 686553 [details]
build.log.xz

# emerge -pqv '=dev-java/openjdk-11.0.10_p9::gentoo'
[ebuild     U ] dev-java/openjdk-11.0.10_p9 [11.0.9_p11] USE="alsa cups jbootstrap source -debug -doc -examples (-gentoo-vm) -headless-awt -javafx (-pch) (-selinux) -systemtap" 


# emerge --info '=dev-java/openjdk-11.0.10_p9::gentoo'
Portage 3.0.14 (python 3.8.7-final-0, default/linux/amd64/17.1/no-multilib/hardened, gcc-10.2.0, glibc-2.32-r7, 5.10.15 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.10.15-x86_64-Intel-R-_Core-TM-_i7-4810MQ_CPU_@_2.80GHz-with-glibc2.2.5
KiB Mem:    16290132 total,   3601436 free
KiB Swap:   20971516 total,  20971260 free
Timestamp of repository gentoo: Sat, 13 Feb 2021 10:30:01 +0000
Head commit of repository gentoo: 6c9d623b817d83875351c916cca8121454e249b6
sh bash 5.1_p4
ld GNU ld (Gentoo 2.35.2 p1) 2.35.2
app-shells/bash:          5.1_p4::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.32.1::gentoo
dev-lang/python:          3.7.9-r2::gentoo, 3.8.7-r1::gentoo, 3.9.1-r1::gentoo
dev-util/cmake:           3.19.4::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.7-r1::gentoo
sys-apps/openrc:          0.42.1-r1::gentoo
sys-apps/sandbox:         2.20::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.3-r1::gentoo
sys-devel/binutils:       2.35.2::gentoo
sys-devel/gcc:            10.2.0-r5::gentoo
sys-devel/gcc-config:     2.3.3::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.32-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: --new-compress
    sync-rsync-verify-metamanifest: yes

local
    location: /var/lib/portage-local/local
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -mtune=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LINGUAS=""
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--new-compress"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 acl acpi alsa amd64 avx bzip2 cairo caps cdda cddb cdparanoia crypt cups dbus dri dts dvd elogind fam ffmpeg fftw flac fontconfig gif gimp gmp gnutls gtk hardened iconv icu idn ipv6 jpeg lame lcms libglvnd libnotify libtirpc lzma mad matroska mmap mmx mmxext mp3 mpeg ncurses networkmanager nptl ogg opengl openmp pam pcre pie png policykit ppds readline sasl sdl seccomp split-usr sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssp ssse3 startup-notification svg test theora threads tiff truetype udev udisks unicode upower vaapi verify-sig vorbis wayland x264 xattr xcb xinerama xml xtpax xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_8" PYTHON_TARGETS="python3_8" RUBY_TARGETS="ruby26" USERLAND="GNU" VIDEO_CARDS="i965 intel nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-13 10:04:05 UTC
Update summary. [something] is used when something refers to an overlay
Comment 3 Volkmar W. Pogatzki 2024-04-12 18:42:58 UTC
No such error with presently stable version 11.0.22_p7.  Old 11.0.3_p7-r4 is gone.