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

Bug 30550

Summary: media-libs/freetype2 and media-libs/t1lib-5.0.0 overlap?
Product: Gentoo Linux Reporter: Stuart Herbert (RETIRED) <stuart>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: major CC: php-bugs, usata
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 25326    

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