Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 815358

Summary: net-im/discord-bin-0.0.16 no longer requires CUPS
Product: Gentoo Linux Reporter: Owen Ryan <owen>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WORKSFORME    
Severity: minor CC: ionen, owen
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/22583
Whiteboard:
Package list:
Runtime testing required: ---

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.