Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612386 - net-p2p/amule-2.3.1[stats] depends on >=media-libs/gd-2.0.26:=[jpeg,png]
Summary: net-p2p/amule-2.3.1[stats] depends on >=media-libs/gd-2.0.26:=[jpeg,png]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-12 03:28 UTC by Zorzo Luca
Modified: 2017-03-27 02:20 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 Zorzo Luca 2017-03-12 03:28:21 UTC
The actual ebuild only depends on gd[jpeg] if stats use is enabled, but without gd[png] the result is:

Linking cas
cas-graphics.o: In function `createimage':
graphics.c:(.text+0x70): undefined reference to `gdImageCreateFromPng'
graphics.c:(.text+0x130): undefined reference to `gdImagePng'
collect2: error: ld returned 1 exit status
Comment 1 Michael Orlitzky gentoo-dev 2017-03-27 02:20:59 UTC
Thanks for the report!

commit 3360cea4a297c59e3983f29ee2f370300cfcb2d0
Author: Michael Orlitzky <mjo@gentoo.org>
Date:   Sun Mar 26 22:18:52 2017 -0400

    net-p2p/amule: new revision to fix media-libs/gd USE dependency.

    With USE=stats, amule needs gd to be built with PNG support. There was
    already a USE dependency for JPEG support, and this revision adds it
    for PNG, too.

    Gentoo-Bug: 612386