Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249459 - games-emulation/advancemenu and games-emulation/advancemame have internal copies of expat-1.95.8
Summary: games-emulation/advancemenu and games-emulation/advancemame have internal cop...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-01 09:18 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-12-05 16:20 UTC (History)
1 user (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 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-01 09:18:34 UTC
flame@yamato advancemenu-2.4.13 % find . | grep expat
./advance/expat
./advance/expat/expat-1.95.8.diff
./advance/expat/README
./advance/expat/COPYING
./advance/expat/xmltok_impl.h
./advance/expat/xmltok.h
./advance/expat/xmlrole.h
./advance/expat/utf8tab.h
./advance/expat/nametab.h
./advance/expat/latin1tab.h
./advance/expat/internal.h
./advance/expat/iasciitab.h
./advance/expat/expatcfg.h
./advance/expat/expat_external.h
./advance/expat/expat.h
./advance/expat/asciitab.h
./advance/expat/ascii.h
./advance/expat/xmltok_ns.c
./advance/expat/xmltok_impl.c
./advance/expat/xmltok.c
./advance/expat/xmlrole.c
./advance/expat/xmlparse.c
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-01 09:29:22 UTC
I checked the ebuilds; since --disable-expat uses the _internal_ copy of libexpat, the trick is just to drop the expat USE flag, always depend on it, and always pass --enable-expat.

Both packages seems not to be able to avoid using expat, so we should use the system copy rather than the internal copy in any case.
Comment 2 Tristan Heaven (RETIRED) gentoo-dev 2008-12-05 16:20:45 UTC
Fixed, thanks.