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

Bug 320019

Summary: Bad depend for texlive-core: libpng:0
Product: Gentoo Linux Reporter: Maxim Koltsov (RETIRED) <maksbotan>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maxim Koltsov (RETIRED) gentoo-dev 2010-05-16 18:05:40 UTC
texlive-core-2008 has this dependency: ">=media-libs/libpng-1.2.43-r2:0". It can cause problems if user want to install libpng-1.2.43-r3:1.2.


Reproducible: Always

Steps to Reproduce:
1.emerge texlive-core
2.unmask libpng:1.2 (but not libpng-1.4)
3.emerge -uDN texlive-core

Actual Results:  
Block between media-libs/libpng-1.2.43-r2:0 pulled by texlive-core and libpng-1.2.43-r3:1.2 installed by user.

Expected Results:  
Normal working with choosed libpng
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-05-16 18:07:41 UTC
slot :1.2 only installs libpng12.so.0 for binary-only packages.
therefore the depend on slot :0 is correct.