Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944823 - net-libs/grpc-1.66.0 - [ncurses-6.5] cpp_plugin.cc:(<snip>) undefined reference to google::protobuf::compiler::CodeGenerator::~CodeGenerator()
Summary: net-libs/grpc-1.66.0 - [ncurses-6.5] cpp_plugin.cc:(<snip>) undefined referen...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-24 16:42 UTC by Toralf Förster
Modified: 2024-11-24 16:43 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.15 KB, text/plain)
2024-11-24 16:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,23.73 KB, text/plain)
2024-11-24 16:42 UTC, Toralf Förster
Details
environment (environment,140.16 KB, text/plain)
2024-11-24 16:42 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-24 16:42 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,15.64 KB, application/x-xz)
2024-11-24 16:42 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,76.25 KB, application/x-xz)
2024-11-24 16:43 UTC, Toralf Förster
Details
net-libs:grpc-1.66.0:20241124-154541.log.xz (net-libs:grpc-1.66.0:20241124-154541.log.xz,86.16 KB, application/x-xz)
2024-11-24 16:43 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,84.82 KB, text/plain)
2024-11-24 16:43 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,31.79 KB, application/x-xz)
2024-11-24 16:43 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 2024-11-24 16:42:54 UTC
too long lines were shrinked:

[1421/1772] /usr/bin/x86_64-pc-linux-gnu-g++ -Dgrpc_unsecure_EXPORTS -I/var/tmp/portage/net-libs/grpc-1.66.0/work/grpc-1.66.0/include -I/var/tmp/portage/net-libs/grpc-1.66.0/work/grpc-1.66.0 -I/var/tmp/portage/net-libs/grpc-1.66.0/work/grpc-1.66.0/third_party/address_sorting/include -I/var/tmp/porta
[1422/1772] /usr/bin/cmake -E cmake_symlink_library libgrpc++.so.1.66.0  libgrpc++.so.1.66 libgrpc++.so && :
[1423/1772] : && /usr/bin/x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing
FAILED: grpc_cpp_plugin 
: && /usr/bin/x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/grpc_cpp_plugin.dir/src/compiler/cpp_plugin.cc.o: in function `CppGrpcGenerator::~CppGrpcGenerator()':
cpp_plugin.cc:(.text._ZN16CppGrpcGeneratorD2Ev[_ZN16CppGrpcGeneratorD5Ev]+0xf): undefined reference to `google::protobuf::compiler::CodeGenerator::~CodeGenerator()'
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/grpc_cpp_plugin.dir/src/compiler/cpp_plugin.cc.o: in function `CppGrpcGenerator::~CppGrpcGenerator()':
cpp_plugin.cc:(.text._ZN16CppGrpcGeneratorD0Ev[_ZN16CppGrpcGeneratorD5Ev]+0x13): undefined reference to `google::protobuf::compiler::CodeGenerator::~CodeGenerator()'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma-20241123-221003

  UNMASKED:
    Issues involving opaque types / incomplete typedefs should block bug 930805
  >=sys-libs/ncurses-6.5

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang version 18.1.8
llvm-config: 19.1.4
Python 3.12.7
go version go1.23.3 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.82.0 *

  HEAD of ::gentoo
commit 4e66c42f148d4b6ccd9339661078a19ef5d31ca7
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Nov 24 14:33:21 2024 +0000

    2024-11-24 14:33:21 UTC

emerge -qpvO =net-libs/grpc-1.66.0
[ebuild  N    ] net-libs/grpc-1.66.0  USE="-doc -examples -systemd -test"
Comment 1 Toralf Förster gentoo-dev 2024-11-24 16:42:54 UTC
Created attachment 911766 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-24 16:42:55 UTC
Created attachment 911767 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-11-24 16:42:57 UTC
Created attachment 911768 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-11-24 16:42:57 UTC
Created attachment 911769 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-11-24 16:42:58 UTC
Created attachment 911770 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-24 16:43:00 UTC
Created attachment 911771 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-24 16:43:01 UTC
Created attachment 911772 [details]
net-libs:grpc-1.66.0:20241124-154541.log.xz
Comment 8 Toralf Förster gentoo-dev 2024-11-24 16:43:02 UTC
Created attachment 911773 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-11-24 16:43:03 UTC
Created attachment 911774 [details]
temp.tar.xz