Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543152 - net-print/cups-filters-1.0.66 has missing dev-libs/glib RDEPEND
Summary: net-print/cups-filters-1.0.66 has missing dev-libs/glib 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-13 13:46 UTC by Nikoli
Modified: 2016-03-23 05:14 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-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!