Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506248 - dev-util/cppcheck bundles a copy of dev-libs/tinyxml2
Summary: dev-util/cppcheck bundles a copy of dev-libs/tinyxml2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2014-03-30 14:55 UTC by J.Borme
Modified: 2014-03-30 16:53 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!