Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915103 - net-dns/unbound-1.18.0 - /.../protoc-c: symbol lookup error: .../protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_1
Summary: net-dns/unbound-1.18.0 - /.../protoc-c: symbol lookup error: .../protoc-c: un...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-03 08:04 UTC by Toralf Förster
Modified: 2023-10-03 08:04 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.41 KB, text/plain)
2023-10-03 08:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,248.73 KB, text/plain)
2023-10-03 08:04 UTC, Toralf Förster
Details
environment (environment,158.79 KB, text/plain)
2023-10-03 08:04 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.07 KB, application/x-xz)
2023-10-03 08:04 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,33.33 KB, application/x-xz)
2023-10-03 08:04 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,19.97 KB, application/x-xz)
2023-10-03 08:04 UTC, Toralf Förster
Details
net-dns:unbound-1.18.0:20231002-220501.log (net-dns:unbound-1.18.0:20231002-220501.log,44.70 KB, text/plain)
2023-10-03 08:04 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,41.35 KB, application/x-xz)
2023-10-03 08:04 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-10-03 08:04:43 UTC
too long lines were shrinked:

libtool: compile:  x86_64-pc-linux-gnu-gcc -I. -DSRCDIR=. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/google -c edns-subnet/subnetmod.c  -fPIC -DPIC -o .libs/subnetmod.o
./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -I.  -DSRCDIR=. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/google  -o addrtree.lo -c edns-subnet/addrtree.c
./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -I.  -DSRCDIR=. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/google  -o subnet-whitelist.lo -c edns-subnet/subnet-whitelist.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -I. -DSRCDIR=. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/google -c edns-subnet/addrtree.c  -fPIC -DPIC -o .libs/addrtree.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -I. -DSRCDIR=. -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/google -c edns-subnet/subnet-whitelist.c  -fPIC -DPIC -o .libs/subnet-whitelist.o
/usr/bin/protoc-c --c_out=. --proto_path=. ./dnstap/dnstap.proto
/usr/bin/protoc-c: symbol lookup error: /usr/bin/protoc-c: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202308029once_flagERKNS0_8MetadataE
make: *** [Makefile:446: dnstap/dnstap.pb-c.c] Error 127
make: *** Waiting for unfinished jobs....

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-20230929-064004

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.1
Python 3.11.6
Available Rust versions:
  [1]   rust-bin-1.72.0
  [2]   rust-1.72.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.21.1 linux/amd64

  HEAD of ::gentoo
commit a32d4413d0390e9947de544957c89f90973f94e1
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 2 19:31:40 2023 +0000

    2023-10-02 19:31:40 UTC

emerge -qpvO net-dns/unbound
[ebuild  N    ] net-dns/unbound-1.18.0  USE="dnscrypt dnstap ecdsa ecs gost http2 redis tfo -debug -python (-selinux) -static-libs -systemd -test -threads -verify-sig" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2023-10-03 08:04:44 UTC
Created attachment 872074 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-10-03 08:04:45 UTC
Created attachment 872075 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-10-03 08:04:47 UTC
Created attachment 872076 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-10-03 08:04:48 UTC
Created attachment 872077 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-10-03 08:04:49 UTC
Created attachment 872078 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-10-03 08:04:49 UTC
Created attachment 872079 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-10-03 08:04:50 UTC
Created attachment 872080 [details]
net-dns:unbound-1.18.0:20231002-220501.log
Comment 8 Toralf Förster gentoo-dev 2023-10-03 08:04:51 UTC
Created attachment 872081 [details]
temp.tar.xz