Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309309 - media-libs/ming fails to build with libpng-1.4
Summary: media-libs/ming fails to build with libpng-1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL: http://cvs.pld-linux.org/cgi-bin/cvsw...
Whiteboard:
Keywords:
Depends on:
Blocks: libpng-1.4
  Show dependency tree
 
Reported: 2010-03-13 21:49 UTC by Peter Alfredsen (RETIRED)
Modified: 2010-03-14 14:45 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 Peter Alfredsen (RETIRED) gentoo-dev 2010-03-13 21:49:59 UTC
../src/.libs/libming.so: undefined reference to `png_check_sig'
collect2: ld returned 1 exit status
make[1]: *** [listswf] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/ming-0.4.0_rc2/work/ming-0.4.2/util'
make: *** [all-recursive] Error 1

The patch at URL should fix this
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-03-14 14:40:36 UTC
http://bugs.libming.org/show_bug.cgi?id=93
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-03-14 14:45:21 UTC
0.4.3 (0.4.0_rc3???) is out too, should still fail so I've named the patch as -0.4.x-libpng14.patch

+  14 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +files/ming-0.4.x-libpng14.patch, ming-0.4.0_rc2.ebuild:
+  Fix building with libpng14 wrt #309309 by Peter Alfredsen.