Bug 1195351

Summary: perl-re-engine-RE2-0.13-1.fc23 FTBFS: blib/arch/auto/re/engine/RE2/RE2.so: undefined symbol: _ZNK3re23RE218PossibleMatchRangeEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_i
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-re-engine-RE2Assignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: emmanuel, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://koji.fedoraproject.org/koji/taskinfo?taskID=8924201
Whiteboard:
Fixed In Version: re2-20131024-4.fc23 perl-re-engine-RE2-0.13-2.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-15 11:17:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Pisar 2015-02-23 16:02:57 UTC
perl-re-engine-RE2-0.13-1.fc23 fails to build in F23 because tests fail:

+ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/ree-pcre/*.t
#   Failed test 'use re::engine::RE2;'
#   at t/00.compile.t line 4.
#     Tried to use 're::engine::RE2'.
#     Error:  Can't load '/builddir/build/BUILD/re-engine-RE2-0.13/blib/arch/auto/re/engine/RE2/RE2.so' for module re::engine::RE2: /builddir/build/BUILD/re-engine-RE2-0.13/blib/arch/auto/re/engine/RE2/RE2.so: undefined symbol: _ZNK3re23RE218PossibleMatchRangeEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_i at /usr/lib64/perl5/DynaLoader.pm line 193.
#  at /builddir/build/BUILD/re-engine-RE2-0.13/blib/lib/re/engine/RE2.pm line 16.
# BEGIN failed--compilation aborted at /builddir/build/BUILD/re-engine-RE2-0.13/blib/lib/re/engine/RE2.pm line 16.
# Compilation failed in require at t/00.compile.t line 4.
# BEGIN failed--compilation aborted at t/00.compile.t line 4.
#   Failed test 'An object of class 're::engine::RE2' isa 'Regexp''
#   at t/00.compile.t line 5.
#     The object of class 're::engine::RE2' isn't a 'Regexp'
# Looks like you failed 2 tests of 2.
t/00.compile.t ........... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 

Difference between working and failing build root:

        perl-Capture-Tiny 	0.27-1.fc22 	> 	0.28-1.fc23
	perl-Socket 	2:2.017-1.fc23 	> 	2:2.018-1.fc23
	libgcc 	5.0.0-0.11.fc22 	> 	5.0.0-0.12.fc23
	libstdc++ 	5.0.0-0.11.fc22 	> 	5.0.0-0.12.fc23
	perl-Pod-Perldoc 	3.24-4.fc22 	> 	3.25-1.fc23
	tzdata 	2014j-1.fc22 	> 	2015a-1.fc23
	kernel-headers 	3.20.0-0.rc0.git3.1.... 	> 	3.20.0-0.rc0.git5.1....
	gcc 	5.0.0-0.11.fc22 	> 	5.0.0-0.12.fc23
	gcc-gdb-plugin 	5.0.0-0.11.fc22 	> 	5.0.0-0.12.fc23
	krb5-libs 	1.13-8.fc22 	> 	1.13.1-1.fc23
	cpp 	5.0.0-0.11.fc22 	> 	5.0.0-0.12.fc23
	libgomp 	5.0.0-0.11.fc22 	> 	5.0.0-0.12.fc23
	gcc-c++ 	5.0.0-0.11.fc22 	> 	5.0.0-0.12.fc23
	libstdc++-devel 	5.0.0-0.11.fc22 	> 	5.0.0-0.12.fc23

This is caused by a C++ ABI change in one of the dependencies or the compiler.

Comment 1 Petr Pisar 2015-04-15 10:33:09 UTC
re2 has to be rebuilt. I'll do it.