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

Bug 506248

Summary: dev-util/cppcheck bundles a copy of dev-libs/tinyxml2
Product: Gentoo Linux Reporter: J.Borme <gentoo_bugs.nu_q5v>
Component: [OLD] DevelopmentAssignee: Michael Weber (RETIRED) <xmw>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo_bugs.nu_q5v, jer
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 251464    

Description J.Borme 2014-03-30 14:55:49 UTC
There is a directory external/tinyxml (which actually refers to tinyxml2) in the source, it is referenced in hard in the Makefile.

This is an example of compiling (ebuild tinyxml2-1.63-r1.ebuild compile) it using portage:

x86_64-pc-linux-gnu-g++ -Ilib -Iexternals -Iexternals/tinyxml  -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -mtune=native -c -o cli/threadexecutor.o cli/threadexecutor.cpp
x86_64-pc-linux-gnu-g++ -O2 -pipe -mtune=native   -c -o externals/tinyxml/tinyxml2.o externals/tinyxml/tinyxml2.cpp


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-03-30 16:53:55 UTC
Fixed in 1.64. Thanks for the report!