Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320001 - [gnome-overlay] Bug in seahorse-2.30.1 ebuild: fail without libpng12 installed.
Summary: [gnome-overlay] Bug in seahorse-2.30.1 ebuild: fail without libpng12 installed.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-16 16:03 UTC by Maxim Koltsov (RETIRED)
Modified: 2010-05-16 16:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (plain,10.32 KB, text/plain)
2010-05-16 16:08 UTC, Maxim Koltsov (RETIRED)
Details

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 16:03:14 UTC
Seahorse-2.30.1.ebuild (from 'gnome' overlay) fails with error at src_configure stage: "Package libpng12 was not found in the pkg-config search path". There is no libpng dependency in seahorse ebild, so i think problem is related to all gnome-2.30 packages

Reproducible: Always

Steps to Reproduce:
1.Unmask and emerge media-libs/libpng-1.4.2 and make sure libpng-1.2.43-r2 or libpng-1.2.43-r3 are not istalled
2.Emerge app-crypt/seahorse-2.30.1 from gnome overelay
3.

Actual Results:  
Compilation error while calling configure script

Expected Results:  
Normal compilation of seahorse
Comment 1 Maxim Koltsov (RETIRED) gentoo-dev 2010-05-16 16:08:38 UTC
Created attachment 231691 [details]
Build log
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-05-16 16:10:40 UTC
Most likely lower level libs are broken and need to be rebuilt first.

Try "emerge -1 cairo pango libglade gtk+"

Note that this will be mentioned in the libpng14 upgrade news item when it
(libpng14) goes stable.

Closing as invalid since it's a local upgrade problem...