Opened 6 months ago
Closed 6 months ago
#73707 closed defect (duplicate)
poppler fails to build mising __ZN5GpgME4Data8toStringB5cxx11Ev in GpgME
| Reported by: | rmottola (Riccardo) | Owned by: | dbevans (David B. Evans) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | mascguy (Christopher Nielsen) | |
| Port: | poppler |
Description
[ 56%] Linking CXX shared library libpoppler.dylib
/opt/local/bin/cmake -E cmake_link_script CMakeFiles/poppler.dir/link.txt --verbose=ON
Undefined symbols for architecture x86_64:
"__ZN5GpgME4Data8toStringB5cxx11Ev", referenced from:
getCertificateInfoFromKey(GpgME::Key const&, GpgME::Protocol) in GPGMECryptoSignBackend.cc.o
GpgSignatureCreation::signDetached(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in GPGMECryptoSignBackend.cc.o
"__ZNK5GpgME5Error11asStdStringB5cxx11Ev", referenced from:
GpgSignatureCreation::signDetached(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in GPGMECryptoSignBackend.cc.o
This is the failure on Mavericks 10.9 - interesting is that it is a gcc-15 build and not a clang one. I have seen other failures on poppler on other system, will collect details and see if they mach
Change History (2)
comment:1 Changed 6 months ago by jmroot (Joshua Root)
| Cc: | mascguy added |
|---|---|
| Keywords: | dbevans removed |
| Owner: | set to dbevans |
| Status: | new → assigned |
comment:2 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → duplicate |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

Duplicate of #73696.