Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921943 - dev-libs/protobuf-21.12 fails to compile tests with ABI_X86="32" (repeated_field.h:81:27: error: static assertion failed)
Summary: dev-libs/protobuf-21.12 fails to compile tests with ABI_X86="32" (repeated_fi...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL: https://github.com/protocolbuffers/pr...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-12 16:49 UTC by Paolo Pedroni
Modified: 2024-01-13 02:34 UTC (History)
3 users (show)

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


Attachments
protobuf-21.12:20240112-163033.log.gz (protobuf-21.12:20240112-163033.log.gz,23.12 KB, application/gzip)
2024-01-12 16:49 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2024-01-12 16:49:50 UTC
Created attachment 882117 [details]
protobuf-21.12:20240112-163033.log.gz

It's bug #875584 all over again. It looks like the 21.12 ebuild applies the patch to disable 32-bit tests for 23.3, but it somehow does not work:

[354/401] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DGTEST_LINKE
D_AS_SHARED_LIBRARY=1 -DHAVE_ZLIB -DPROTOBUF_USE_DLLS -I/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12_build-abi_x86_3
2.x86 -I/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src  -O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vecto
rize -flto=8 -std=c++14 -DGOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12_build-abi_
x86_32.x86/test_plugin\" -MD -MT CMakeFiles/tests.dir/src/google/protobuf/extension_set_unittest.cc.o -MF CMakeFiles/tests.dir/src/g
oogle/protobuf/extension_set_unittest.cc.o.d -o CMakeFiles/tests.dir/src/google/protobuf/extension_set_unittest.cc.o -c /var/tmp/por
tage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/extension_set_unittest.cc
FAILED: CMakeFiles/tests.dir/src/google/protobuf/extension_set_unittest.cc.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DGTEST_LINKED_AS_SHARE
D_LIBRARY=1 -DHAVE_ZLIB -DPROTOBUF_USE_DLLS -I/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12_build-abi_x86_32.x86 -I/v
ar/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src  -O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto
=8 -std=c++14 -DGOOGLE_PROTOBUF_TEST_PLUGIN_PATH=\"/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12_build-abi_x86_32.x86
/test_plugin\" -MD -MT CMakeFiles/tests.dir/src/google/protobuf/extension_set_unittest.cc.o -MF CMakeFiles/tests.dir/src/google/prot
obuf/extension_set_unittest.cc.o.d -o CMakeFiles/tests.dir/src/google/protobuf/extension_set_unittest.cc.o -c /var/tmp/portage/dev-l
ibs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/extension_set_unittest.cc
In file included from /var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/implicit_weak_message.h:39,
                 from /var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/generated_message_util.h:54,
                 from /var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/generated_message_bases.h:40,
                 from /var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/unittest.pb.h:26,
                 from /var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/extension_set_unittest.cc:39:
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h: In instantiation of ‘constexpr in
t google::protobuf::internal::RepeatedFieldLowerClampLimit() [with T = long long int; int kRepHeaderSize = 4]’:
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/extension_set_unittest.cc:871:3:   required from he
re
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h:81:27: error: static assertion fai
led
   81 |   static_assert(sizeof(T) <= kRepHeaderSize, "");
      |                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h:81:27: note: the comparison reduce
s to ‘(8 <= 4)’
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h: In instantiation of ‘constexpr in
t google::protobuf::internal::RepeatedFieldLowerClampLimit() [with T = long long unsigned int; int kRepHeaderSize = 4]’:
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/extension_set_unittest.cc:873:3:   required from he
re
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h:81:27: error: static assertion fai
led
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h:81:27: note: the comparison reduce
s to ‘(8 <= 4)’
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h: In instantiation of ‘constexpr in
t google::protobuf::internal::RepeatedFieldLowerClampLimit() [with T = double; int kRepHeaderSize = 4]’:
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/extension_set_unittest.cc:881:3:   required from here
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h:81:27: error: static assertion failed
/var/tmp/portage/dev-libs/protobuf-21.12/work/protobuf-21.12/src/google/protobuf/repeated_field.h:81:27: note: the comparison reduces to ‘(8 <= 4)’
[...]
ninja: build stopped: subcommand failed.
 * ERROR: dev-libs/protobuf-21.12::gentoo failed (compile phase)

# emerge --info =dev-libs/protobuf-21.12
Portage 3.0.59 (python 3.11.7-final-0, default/linux/amd64/17.1/desktop/plasma/systemd/merged-usr, gcc-13, glibc-2.38-r9, 6.1.67-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.1.67-gentoo-x86_64-AMD_Ryzen_7_5700G_with_Radeon_Graphics-with-glibc2.38
KiB Mem:   131179892 total,  38877616 free
KiB Swap:   67108860 total,  67108860 free
Timestamp of repository gentoo: Fri, 12 Jan 2024 09:45:01 +0000
Head commit of repository gentoo: 0a70cd9a4e22c59a9cbe9fac6d6e712b6617af89
sh dash 0.5.12
ld GNU ld (Gentoo 2.41 p4) 2.41.0
distcc 3.4 x86_64-pc-linux-gnu [disabled]
ccache version 4.8.3 [disabled]
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.1_p16-r6::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.38.2-r1::gentoo
dev-lang/python:           3.11.7::gentoo, 3.12.1::gentoo
dev-lang/rust:             1.74.1::gentoo
dev-util/ccache:           4.8.3::gentoo
dev-util/cmake:            3.27.9::gentoo
dev-util/meson:            1.3.0-r2::gentoo
sys-apps/baselayout:       2.14-r1::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-apps/systemd:          254.7::gentoo
sys-devel/autoconf:        2.71-r6::gentoo
sys-devel/automake:        1.16.5-r1::gentoo
sys-devel/binutils:        2.41-r3::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           16.0.6::gentoo, 17.0.6::gentoo
sys-devel/gcc:             13.2.1_p20230826::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/lld:             17.0.6::gentoo
sys-devel/llvm:            16.0.6::gentoo, 17.0.6::gentoo
sys-devel/make:            4.4.1-r1::gentoo
sys-kernel/linux-headers:  6.1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.38-r9::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts: 

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0
    volatile: True

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
AR="/usr/bin/gcc-ar"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=8"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /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"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=8"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE 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 XDG_STATE_HOME"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=8"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live compress-build-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=znver3 -ftree-vectorize -flto=8"
GENTOO_MIRRORS="http://tux.rainside.sk/gentoo/ http://gentoo.mirror.root.lu/ ftp://tux.rainside.sk/gentoo/ http://ftp.vectranet.pl/gentoo/"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -ftree-vectorize -flto=8"
LEX="flex"
LINGUAS="it it_IT"
MAKEOPTS="-j16 -l16"
NM="/usr/bin/gcc-nm"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
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"
RANLIB="/usr/bin/gcc-ranlib"
SHELL="/bin/bash"
USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile avif bash-completion bluetooth branding brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli colord crypt css cups curl dbus declarative dga djvu dri dts dvd dvdr encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gles2 gmp gnutls gphoto2 gpm graphviz gstreamer gtk gui guile handbook heif iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k jpegxl kde kwallet lame lapack lcms libass libnotify libsamplerate libtirpc lm-sensors lto lua lz4 lzma lzo mad magic man mhash mmap mng mp3 mp4 mpeg multilib musicbrainz ncurses nls nptl offensive ogg openal opencl opengl openmp opus pam pango pcre pdf pipewire plasma png policykit postscript ppds pulseaudio qml qt5 qt6 rdesktop readline recode samba screencast sctp sdl seccomp sndfile sockets sound speex spell sqlite ssl startup-notification svg symlink syslog systemd sysvipc taglib telemetry test test-rust theora threads tidy tiff truetype udev udisks unicode upower usb v4l vaapi vala verify-sig vim-syntax vnc vorbis vulkan wavpack wayland webp widgets win32codecs wmf wxwidgets x264 xattr xcb xft xinerama xml xpm xscreensaver xv xvid yahoo zip zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2021" ALSA_CARDS="hda-intel virmidi" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LLVM_TARGETS="AMDGPU" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="amdgpu radeon radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

# emerge -1pqv =dev-libs/protobuf-21.12
[ebuild  r  UD] dev-libs/protobuf-21.12 [23.3-r2] USE="test zlib -emacs -examples" ABI_X86="32 (64) (-x32)" 
[ebuild  rR   ] dev-libs/libphonenumber-8.12.39  USE="-test" 
[ebuild  rR   ] dev-libs/protobuf-c-1.4.1-r1  USE="test -static-libs" ABI_X86="(64) -32 (-x32)" 
[ebuild  r  U ] media-libs/opencv-4.8.0-r3 [4.8.0-r1] USE="contrib contribdnn contribfreetype eigen features2d ffmpeg gphoto2 gstreamer jpeg jpeg2k lapack opencl openmp png qt5 threads tiff v4l vaapi webp (-contribcvv) (-contribhdf) (-contribovis) (-contribsfm) (-contribxfeatures2d) (-cuda) -debug -dnnsamples -download -examples -gdal (-gflags) (-glog) -gtk3 -ieee1394 -java -opencvapps -openexr -opengl -python (-tesseract) -testprograms (-vtk) -xine (-lto%*)" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="avx avx2 f16c fma3 popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 -avx512f" PYTHON_TARGETS="python3_11 -python3_10" 
[ebuild  rR   ] media-libs/tg_owt-0_pre20230921  USE="X screencast" 

The following packages are causing rebuilds:

  (dev-libs/protobuf-21.12:0/3.21.12.0::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (dev-libs/libphonenumber-8.12.39:0/0::gentoo, ebuild scheduled for merge)
    (dev-libs/protobuf-c-1.4.1-r1:0/1.0.0::gentoo, ebuild scheduled for merge)
    (media-libs/tg_owt-0_pre20230921:0/20230921::gentoo, ebuild scheduled for merge)
    (media-libs/opencv-4.8.0-r3:0/4.8.0::gentoo, ebuild scheduled for merge)
Comment 1 Paolo Pedroni 2024-01-12 16:53:18 UTC
Sorry, it's non just tests: it does not compile at all with ABI_X86=32
Comment 2 Paolo Pedroni 2024-01-12 17:20:41 UTC
If you apply the first patch in files/protobuf-21.9-disable-32-bit-tests.patch, then the package compiles successfully but fails Test #3 (on 32-bit).