Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 354997 - media-libs/libass: compilation fails with media-libs/libpng-1.5.x
Summary: media-libs/libass: compilation fails with media-libs/libpng-1.5.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libpng-1.5
  Show dependency tree
 
Reported: 2011-02-15 10:49 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2011-02-15 18: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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-02-15 10:49:39 UTC
make[2]: Entering directory `/var/tmp/portage/media-libs/libass-0.9.11/work/libass-0.9.11/test'
  CC     test-test.o
test.c: In function ‘write_png’:
test.c:37:9: error: dereferencing pointer to incomplete type
make[2]: *** [test-test.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/libass-0.9.11/work/libass-0.9.11/test'
make[1]: *** [all-recursive] Error 1
Comment 1 Alexis Ballier gentoo-dev 2011-02-15 18:45:27 UTC
  15 Feb 2011; Alexis Ballier <aballier@gentoo.org> libass-0.9.11.ebuild:
  drop png useflag: it is only needed for the test program that we do not
  install and causes libass.so to be linked needlessly to libpng... moreover,
  it doesnt build against libpng15, bug #354997

-> fixed

see $URL for the proposed fix upstream.