Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543076 - net-print/cups-2.0.1-r1: missing sys-libs/zlib RDEPEND
Summary: net-print/cups-2.0.1-r1: missing sys-libs/zlib RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-12 17:31 UTC by Nikoli
Modified: 2017-02-13 21:28 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 Nikoli 2015-03-12 17:31:19 UTC
$ check-deps.sh net-print/cups
 * Checking "net-print/cups-2.0.1-r1"
 * Missing in RDEPEND and DEPEND:
        sys-libs/zlib
                X86_64;libz.so.1
                        /usr/lib64/libcups.so.2
 * Nothing links to libraries from these packages:
        dev-libs/libgcrypt
        sys-apps/attr
        x11-misc/xdg-utils
 * Nothing links to libraries from RDEPEND of these virtuals:
        virtual/libusb



$ grep -R zlib.h *
config-scripts/cups-common.m4:AC_CHECK_HEADER(zlib.h,
configure:ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
configure:if test "x$ac_cv_header_zlib_h" = xyes; then :
cups/testfile.c:#  include <zlib.h>
cups/http-private.h:#    include <zlib.h>
cups/file-private.h:#    include <zlib.h>
examples/ppdx.c:#include <zlib.h>                       /* For compression of the data */


dev-libs/libgcryp seems not used anymore, but 1.7.5 used it:
cups-1.7.5/cups/http-private.h:#    include <gcrypt.h>

I did not find any usage of headers or cli tools from sys-apps/attr.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2017-02-13 21:28:21 UTC
commit e325f665da05ff2f4d761098ad945b5bbcb253ef
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Mon Feb 13 22:28:02 2017 +0100

    net-print/cups: Remove libgcrypt dep, it seems not to be used anymore
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1

commit c0d5de1c78d0e97b257e472287c9c6912e20ed38
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Mon Feb 13 22:21:05 2017 +0100

    net-print/cups: Add zlib depend, bug 543076
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1