Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320019 - Bad depend for texlive-core: libpng:0
Summary: Bad depend for texlive-core: libpng:0
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-16 18:05 UTC by Maxim Koltsov (RETIRED)
Modified: 2010-05-16 18:07 UTC (History)
0 users

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 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.