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

Bug 545900

Summary: x11-apps/mkfontscale-1.1.2 has missing sys-libs/zlib app-arch/bzip2 deps
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: Current packagesAssignee: Matt Turner <mattst88>
Status: RESOLVED FIXED    
Severity: normal CC: x11
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikoli 2015-04-08 03:43:24 UTC
$ check-deps.sh x11-apps/mkfontscale
 * Checking "x11-apps/mkfontscale-1.1.2"
 * Missing in RDEPEND and DEPEND:
        sys-libs/zlib
                X86_64;libz.so.1
                        /usr/bin/mkfontscale
 * Missing in RDEPEND only:
        app-arch/bzip2
                X86_64;libbz2.so.1
                        /usr/bin/mkfontscale
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2015-04-08 09:06:32 UTC
app-arch/bzip2 is in base/packages so I don't see any need to add a dependency on it.

sys-libs/zlib has been removed from there some time in 2011, but the ebuild was not updated back then.
Comment 2 Nikoli 2015-04-08 10:04:25 UTC
app-arch/bzip2 is not part of toolchain and can be removed from @system set like zlib was, so it is safer to add to RDEPEND explicitly. Also a lot packages already have app-arch/bzip2 in RDEPEND, why not add it to x11 packages? It should not break anything.
Comment 3 Matt Turner gentoo-dev 2015-05-24 03:04:19 UTC
Done.