Skip Menu |

This queue is for tickets about the Google-ProtocolBuffers-Dynamic CPAN distribution.

Report information
The Basics
Id: 128703
Status: new
Priority: 0/
Queue: Google-ProtocolBuffers-Dynamic

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.24
  • 0.25
  • 0.26
Fixed in: (no value)



Subject: Undefined symbol "_ZN6google8protobuf5Arena11AddListNodeEPvPFvS2_E"
On some of my smokers (mostly freebsd 10 & 11) the test suite fails: ... # Failed test 'use Google::ProtocolBuffers::Dynamic;' # at t/001_load.t line 8. # Tried to use 'Google::ProtocolBuffers::Dynamic'. # Error: Can't load '/home/cpansand/.cpan/build/2019022719/Google-ProtocolBuffers-Dynamic-0.24-1/blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.so' for module Google::ProtocolBuffers::Dynamic: /home/cpansand/.cpan/build/2019022719/Google-ProtocolBuffers-Dynamic-0.24-1/blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.so: Undefined symbol "_ZN6google8protobuf5Arena11AddListNodeEPvPFvS2_E" at /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/DynaLoader.pm line 190. # at t/001_load.t line 8. # Compilation failed in require at t/001_load.t line 8. # BEGIN failed--compilation aborted at t/001_load.t line 8. # Looks like you failed 1 test of 1. t/001_load.t .................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... (etc) ...
On 2019-03-04 15:23:00, SREZIC wrote: Show quoted text
> On some of my smokers (mostly freebsd 10 & 11) the test suite fails: > > ... > # Failed test 'use Google::ProtocolBuffers::Dynamic;' > # at t/001_load.t line 8. > # Tried to use 'Google::ProtocolBuffers::Dynamic'. > # Error: Can't load > '/home/cpansand/.cpan/build/2019022719/Google-ProtocolBuffers-Dynamic- > 0.24-1/blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.so' for > module Google::ProtocolBuffers::Dynamic: > /home/cpansand/.cpan/build/2019022719/Google-ProtocolBuffers-Dynamic- > 0.24-1/blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.so: > Undefined symbol "_ZN6google8protobuf5Arena11AddListNodeEPvPFvS2_E" at > /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/DynaLoader.pm line 190. > # at t/001_load.t line 8. > # Compilation failed in require at t/001_load.t line 8. > # BEGIN failed--compilation aborted at t/001_load.t line 8. > # Looks like you failed 1 test of 1. > t/001_load.t .................... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > ... (etc) ...
With 0.25 it's a different symbol: # Error: Can't load '/home/cpansand/.cpan/build/2019031307/Google-ProtocolBuffers-Dynamic-0.25-0/blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.so' for module Google::ProtocolBuffers::Dynamic: /home/cpansand/.cpan/build/2019031307/Google-ProtocolBuffers-Dynamic-0.25-0/blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.so: Undefined symbol "_ZN6google8protobuf18GoogleOnceInitImplEPlPNS0_7ClosureE" at /usr/perl5.26.0p/lib/5.26.0/amd64-freebsd/DynaLoader.pm line 193.