Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934661 - dev-libs/protobuf-23.3-r4 fails to compile: error: ‘__builtin_clzs’ needs isa option -mlzcnt
Summary: dev-libs/protobuf-23.3-r4 fails to compile: error: ‘__builtin_clzs’ needs is...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 2 votes (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-21 13:59 UTC by Mark Nowiasz
Modified: 2024-07-01 12:29 UTC (History)
6 users (show)

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


Attachments
build.log (build.log,51.16 KB, application/octet-stream)
2024-06-21 14:01 UTC, Mark Nowiasz
Details
abseil-cpp: Use __builtin_ctzg and __builtin_clzg in the implementations (file_934661.txt,1.97 KB, patch)
2024-07-01 12:29 UTC, Florian Albrechtskirchinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Nowiasz 2024-06-21 13:59:51 UTC
When trying to upgrade dev-libs/protobuf to 23.3-r4, protobufs fails with:

In function ‘constexpr int absl::lts_20230802::numeric_internal::CountLeadingZeroes16(uint16_t)’,
    inlined from ‘constexpr int absl::lts_20230802::numeric_internal::CountLeadingZeroes(T) [with T = unsigned char]’ at /usr/include/absl/numeric/internal/bits.h:240:36,
    inlined from ‘constexpr typename std::enable_if<std::is_unsigned<_Tp>::value, int>::type absl::lts_20230802::countl_zero(T) [with T = unsigned char]’ at /usr/include/absl/numeric/bits.h:78:46,
    inlined from ‘constexpr typename std::enable_if<std::is_unsigned<_Tp>::value, int>::type absl::lts_20230802::countl_one(T) [with T = unsigned char]’ at /usr/include/absl/numeric/bits.h:86:21,
    inlined from ‘google::protobuf::json_internal::Utf8Scalar google::protobuf::json_internal::ConsumeUtf8Scalar(absl::lts_20230802::string_view&)’ at /var/tmp/portage/dev-libs/protobuf-23.3-r4/work/protobuf-23.3/src/google/protobuf/json/internal/writer.cc:168:27,
    inlined from ‘void google::protobuf::json_internal::JsonWriter::WriteEscapedUtf8(absl::lts_20230802::string_view)’ at /var/tmp/portage/dev-libs/protobuf-23.3-r4/work/protobuf-23.3/src/google/protobuf/json/internal/writer.cc:294:36:
/usr/include/absl/numeric/internal/bits.h:173:38: error: ‘__builtin_clzs’ needs isa option -mlzcnt
  173 |   return x == 0 ? 16 : __builtin_clzs(x);
      |                        ~~~~~~~~~~~~~~^~~
ninja: build stopped: subcommand failed.

Reproducible: Always

Steps to Reproduce:
1. emerge -uDN @world 
2.
3.
Actual Results:  
n function ‘constexpr int absl::lts_20230802::numeric_internal::CountLeadingZeroes16(uint16_t)’,
    inlined from ‘constexpr int absl::lts_20230802::numeric_internal::CountLeadingZeroes(T) [with T = unsigned char]’ at /usr/include/absl/numeric/internal/bits.h:240:36,
    inlined from ‘constexpr typename std::enable_if<std::is_unsigned<_Tp>::value, int>::type absl::lts_20230802::countl_zero(T) [with T = unsigned char]’ at /usr/include/absl/numeric/bits.h:78:46,
    inlined from ‘constexpr typename std::enable_if<std::is_unsigned<_Tp>::value, int>::type absl::lts_20230802::countl_one(T) [with T = unsigned char]’ at /usr/include/absl/numeric/bits.h:86:21,
    inlined from ‘google::protobuf::json_internal::Utf8Scalar google::protobuf::json_internal::ConsumeUtf8Scalar(absl::lts_20230802::string_view&)’ at /var/tmp/portage/dev-libs/protobuf-23.3-r4/work/protobuf-23.3/src/google/protobuf/json/internal/writer.cc:168:27,
    inlined from ‘void google::protobuf::json_internal::JsonWriter::WriteEscapedUtf8(absl::lts_20230802::string_view)’ at /var/tmp/portage/dev-libs/protobuf-23.3-r4/work/protobuf-23.3/src/google/protobuf/json/internal/writer.cc:294:36:
/usr/include/absl/numeric/internal/bits.h:173:38: error: ‘__builtin_clzs’ needs isa option -mlzcnt
  173 |   return x == 0 ? 16 : __builtin_clzs(x);
      |                        ~~~~~~~~~~~~~~^~~
ninja: build stopped: subcommand failed.

Expected Results:  
Clean update

emerge --info '=dev-libs/protobuf-23.3-r4::gentoo'
Portage 3.0.65 (python 3.12.4-final-0, default/linux/amd64/23.0/systemd, gcc-14, glibc-2.39-r9, 6.9.3-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.9.3-gentoo-x86_64-Intel-R-_Celeron-R-_J4125_CPU_@_2.00GHz-with-glibc2.39
KiB Mem:     7961992 total,    536796 free
KiB Swap:    8388604 total,   4286364 free
Timestamp of repository gentoo: Fri, 21 Jun 2024 08:00:00 +0000
Head commit of repository gentoo: 06495ab54b2acae409d71a2d367c6936568af826
Timestamp of repository guru: Thu, 20 Jun 2024 07:34:05 +0000
Head commit of repository guru: bd4646a0393c6ab31559edbdf78d5f604b70892d

Timestamp of repository slonko: Thu, 20 Jun 2024 07:34:05 +0000
Head commit of repository slonko: 12cd77ad9d17b314184aa45fe73b9ee75377b53c

sh bash 5.2_p26-r5
ld GNU ld (Gentoo 2.42 p3) 2.42.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p26-r5::gentoo
dev-build/autoconf:        2.72-r1::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.29.3::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.4.1::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.40.0::gentoo
dev-lang/python:           3.11.9-r1::gentoo, 3.12.4_p1::gentoo, 3.13.0_beta2_p9::gentoo
dev-lang/rust:             1.78.0::gentoo
sys-apps/baselayout:       2.15::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-apps/systemd:          255.7::gentoo
sys-devel/binutils:        2.42-r1::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           17.0.6::gentoo, 18.1.7::gentoo
sys-devel/gcc:             14.1.1_p20240615::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/llvm:            17.0.6::gentoo, 18.1.7::gentoo
sys-kernel/linux-headers:  6.9::gentoo (virtual/os-headers)
sys-libs/glibc:            2.39-r9::gentoo
Repositories:

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

guru
    location: /var/db/repos/guru
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/guru.git
    masters: gentoo
    volatile: False

local
    location: /var/db/repos/local
    masters: gentoo
    volatile: False

slonko
    location: /var/db/repos/slonko
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/slonko.git
    masters: gentoo
    volatile: False

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.3/ext-active/ /etc/php/cgi-php8.3/ext-active/ /etc/php/cli-php8.3/ext-active/ /etc/php/fpm-php8.3/ext-active/ /etc/php/phpdbg-php8.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going=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="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ rsync://mirror.eu.oneandone.net/gentoo/ http://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.halifax.rwth-aachen.de/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ rsync://ftp.halifax.rwth-aachen.de/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
LINGUAS="de en"
MAKEOPTS="-j4 -l4"
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"
SHELL="/bin/bash"
USE="X acl aes alsa amd64 bash-completion bluetooth branding bzip2 cet crypt cryptsetup curl dbus dvd gdbm git gles gles2 iconv ipv6 jpeg libtirpc matroska mmx mp3 multilib ncurses nls opengl openmp pam pcre python readline samba seccomp smartcard smp sse sse2 sse3 ssl systemd test-rust udev unicode upnp usb vaapi vim-syntax wayland xattr zeroconf zlib" ABI_X86="64" ADA_TARGET="gcc_12" 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 proxy proxy_fcgi remoteip" APACHE2_MPMS="event" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" 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="evdev mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby31 ruby32" VIDEO_CARDS="intel i965 iris" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, 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, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Mark Nowiasz 2024-06-21 14:01:05 UTC
Created attachment 896221 [details]
build.log
Comment 2 Florian Albrechtskirchinger 2024-07-01 12:29:39 UTC
Created attachment 896694 [details, diff]
abseil-cpp: Use __builtin_ctzg and __builtin_clzg in the implementations

Seems to be a GCC 14 issue. Applying the attached patch (taken from https://github.com/abseil/abseil-cpp/commit/c1e1b47d989978cde8c5a2a219df425b785a0c47) to abseil-cpp-20230802.0-r2 fixes the protobuf build error on my machine.