Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 228413

Summary: [PATCH] media-libs/taglib doesn't pass test w/ gcc-4.3.1
Product: Gentoo Linux Reporter: Olivier Huber <oli.huber>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: patch to make the testsuite compile
patch for the ebuild

Description Olivier Huber 2008-06-19 19:04:14 UTC
In test phase :
test_string.cpp: In member function ‘void TestString::testString()’:
test_string.cpp:50: erreur: ‘strcmp’ was not declared in this scope
test_string.cpp:78: erreur: ‘memcmp’ was not declared in this scope
Comment 1 Olivier Huber 2008-06-19 19:05:09 UTC
Created attachment 157665 [details, diff]
patch to make the testsuite compile
Comment 2 Olivier Huber 2008-06-19 19:12:25 UTC
Created attachment 157667 [details, diff]
patch for the ebuild
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2008-06-20 15:09:24 UTC
Next time, please tell us which version it is that fails. I discovered another bug with taglib-1.5 not building tests unless dev-util/cppunit is installed, so initially I wasn't able to reproduce your findings.

+  20 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/taglib-1.5-gcc43-tests.patch, taglib-1.5.ebuild:
+  Add fix to get tests for taglib-1.5 to compile with gcc-4.3. Bug 228413.
+  Thanks to Olivier Huber <oli.huber@gmail.com>.