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

Bug 543152

Summary: net-print/cups-filters-1.0.66 has missing dev-libs/glib RDEPEND
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: [OLD] PrintingAssignee: Printing Team <printing>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikoli 2015-03-13 13:46:01 UTC
$ check-deps.sh net-print/cups-filters
 * Checking "net-print/cups-filters-1.0.66"
 * Missing in RDEPEND and DEPEND:
        dev-libs/glib
                X86_64;libgio-2.0.so.0
                        /usr/sbin/cups-browsed
                X86_64;libglib-2.0.so.0
                        /usr/sbin/cups-browsed
                X86_64;libgobject-2.0.so.0
                        /usr/sbin/cups-browsed
        net-libs/gnutls
                X86_64;libgnutls.so.28
                        /usr/lib64/libcupsfilters.so.1.0.0
 * Nothing links to libraries from these packages:
        media-libs/freetype
        sys-devel/bc


cups-filters-1.0.66 $ grep -R gio.h *
utils/cups-browsed.c:#include <gio/gio.h>

$ grep gio configure.ac -a1 -i

GIO_CFLAGS=""
GIO_LIBS=""
if test "x$PKGCONFIG" != x; then
        PKG_CHECK_MODULES(GIO, [gio-2.0])
fi
AC_SUBST(GIO_CFLAGS)
AC_SUBST(GIO_LIBS)
Comment 1 SpanKY gentoo-dev 2016-03-23 05:14:38 UTC
should be fixed here:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eb6827a539afc026efa0c68847c711479c6a37

thanks for the report!