Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305117 - x11-libs/cairo-1.8.8 fails to compile against media-libs/libpng-1.4.0
Summary: x11-libs/cairo-1.8.8 fails to compile against media-libs/libpng-1.4.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks: libpng-1.4
  Show dependency tree
 
Reported: 2010-02-14 18:56 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2010-03-08 09:01 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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-02-14 18:56:15 UTC
checking for cairo's Quartz font backend feature...                             
checking whether cairo's Quartz font backend feature could be enabled... no (disabled, use --enable-quartz to enable)                                           
checking for cairo's Microsoft Windows surface backend feature...               
checking whether cairo's Microsoft Windows surface backend feature could be enabled... no (requires a Win32 platform)                                           
checking for cairo's Microsoft Windows font backend feature...                  
checking whether cairo's Microsoft Windows font backend feature could be enabled... no (requires a Win32 platform)                                              
checking for cairo's PNG functions feature...                                   
configure: WARNING: Could not find libpng in the pkg-config search path         
checking whether cairo's PNG functions feature could be enabled... no           
configure: error: recommended PNG functions feature could not be enabled        

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-libs/cairo-1.8.8/work/cairo-1.8.8/config.log
 * ERROR: x11-libs/cairo-1.8.8 failed:
 *   econf failed


Reproducible: Always

Steps to Reproduce:




See URL for a patch.
Comment 1 Hanno Böck gentoo-dev 2010-02-14 22:34:12 UTC
Upstream git has a patch for this:
http://cgit.freedesktop.org/cairo/patch/?id=0a5ec9802a39dee240a1a3476af1ef8a7db9b6b3
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-02-28 10:19:58 UTC
The new released cairo-1.8.10 compiles against >=libpng-1.4.0 without needing a patch.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-03-08 09:01:34 UTC
trivial fix, missing libpng14 before libpng12 in configure.ac