Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 735116 - x11-plugins/pidgin-telegram: missing dependency on media-libs/libpng
Summary: x11-plugins/pidgin-telegram: missing dependency on media-libs/libpng
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-01 20:07 UTC by Stijn Tintel
Modified: 2020-08-03 22:29 UTC (History)
1 user (show)

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


Attachments
emerge --info pidgin-telegram (pidgin-telegram_emerge--info.txt,7.60 KB, text/plain)
2020-08-01 20:08 UTC, Stijn Tintel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stijn Tintel 2020-08-01 20:07:48 UTC
It seems pidgin-telegram links libpng when it is available, but this is not a dependency of the ebuild. The best solution is probably to add a USE flag; libpng can be disabled with --disable-libpng.

musltoo ~ # ldd /usr/lib/purple-2/telegram-purple.so
        ldd (0x7fe892059000)
        libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x7fe88d0e6000)
        libpurple.so.0 => /usr/lib/libpurple.so.0 (0x7fe88d016000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x7fe88cef2000)
        libpng16.so.16 => /usr/lib/libpng16.so.16 (0x7fe88cebd000)
        libz.so.1 => /lib/libz.so.1 (0x7fe88cea3000)
        libc.so => ldd (0x7fe892059000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x7fe88ce48000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x7fe88ce42000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x7fe88ccdc000)
        libpcre.so.1 => /lib/libpcre.so.1 (0x7fe88cc96000)
        libffi.so.7 => /usr/lib/libffi.so.7 (0x7fe88cc8a000)
Comment 1 Stijn Tintel 2020-08-01 20:08:57 UTC
Created attachment 652162 [details]
emerge --info pidgin-telegram
Comment 2 Conrad Kostecki gentoo-dev 2020-08-03 22:22:10 UTC
Yep, thanks for the report. Will update!
Comment 3 Larry the Git Cow gentoo-dev 2020-08-03 22:29:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a875d63b47cb68ceea0915be3e3807b8b515ed66

commit a875d63b47cb68ceea0915be3e3807b8b515ed66
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-08-03 22:28:42 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-08-03 22:28:58 +0000

    x11-plugins/pidgin-telegram: add png use flag
    
    Closes: https://bugs.gentoo.org/735116
    Package-Manager: Portage-3.0.1, Repoman-2.3.23
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 x11-plugins/pidgin-telegram/pidgin-telegram-1.4.2.ebuild | 6 ++++--
 x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)