Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30550 - media-libs/freetype2 and media-libs/t1lib-5.0.0 overlap?
Summary: media-libs/freetype2 and media-libs/t1lib-5.0.0 overlap?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 25326
  Show dependency tree
 
Reported: 2003-10-07 04:01 UTC by Stuart Herbert (RETIRED)
Modified: 2003-10-07 14:29 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 Stuart Herbert (RETIRED) gentoo-dev 2003-10-07 04:01:38 UTC
Looks like both media-libs/freetype2 and media-libs/t1lib-5 both install libraries called 'libt1' and 'libt1x' into /usr/lib.  Bit of a problem for PHP5, which would really like to use both.

I didn't spot a blocker on either ebuild for the other.

Stu
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-10-07 05:02:31 UTC
What does `qpkg -l media-libs/freetype-2.1.4 |grep lib` say?

My system says:

rico% qpkg -I -l media-libs/freetype-2.1.4 |grep lib 
media-libs/freetype-2.1.4 *
/usr/lib
/usr/lib/libfreetype.la
/usr/lib/libfreetype.so.6.3.3
/usr/lib/libfreetype.so.6 -> libfreetype.so.6.3.3
/usr/lib/libfreetype.a
/usr/include/freetype2/freetype/config/ftstdlib.h
/usr/lib/libfreetype.so -> libfreetype.so.6.3.3

no libt1{,x} here. I build freetype-2.1.4 with
USE="-bindist -doc +zlib"
Comment 2 Stuart Herbert (RETIRED) gentoo-dev 2003-10-07 14:29:46 UTC
Sorry, I was using etcat rather than qpkg to find out what owned /usr/lib/libt1*.
 I've just tried re-emerging freetype2, and it definitely does not install
/usr/lib/libt1*.

Apologies for my mistake ;-)
Stu