Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815358 - net-im/discord-bin-0.0.16 no longer requires CUPS
Summary: net-im/discord-bin-0.0.16 no longer requires CUPS
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-09-29 13:44 UTC by Owen Ryan
Modified: 2021-10-18 22:56 UTC (History)
2 users (show)

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 Owen Ryan 2021-09-29 13:44:05 UTC
Earlier versions of discord-bin (tested on 0.0.14) require CUPS to open, but v0.0.16 is completely functional without CUPS installed without any warnings when launched from the command line.
Comment 1 Ionen Wolkens gentoo-dev 2021-10-18 22:56:04 UTC
Had a look but libcups.so.2 is still needed with 0.0.16

$ objdump -p /opt/discord/Discord | grep libcups
  NEEDED               libcups.so.2
$ discord
discord: error while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directory

If you were able to start it without then I assume either portage's preserve-libs mechanism kept the library or you have libcups available somewhere else.