Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 337825 - net-libs/xulrunner-1.9.2.9 & www-client/firefox-3.6.9 incorrectly require cups[gnutls]
Summary: net-libs/xulrunner-1.9.2.9 & www-client/firefox-3.6.9 incorrectly require cup...
Status: RESOLVED DUPLICATE of bug 325469
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-18 07:36 UTC by SpanKY
Modified: 2010-09-18 11:19 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 SpanKY gentoo-dev 2010-09-18 07:36:10 UTC
recent updates to xulrunner/firefox have been causing me grief.  both now require net-print/cups[gnutls] and i cant find any info as to why.  my gut reaction is that it should be [ssl], but i cant find any justification for even that requirement.

first off, both packages list cups in DEPEND.  this is incorrect as reading the source tree shows:
/* Various CUPS data types. We don't #include cups headers to avoid
 * requiring CUPS to be installed on the build host (and to avoid having
 * to test for CUPS in configure).

and that statement is reflected in reality:
$ qlist -e xulrunner firefox | xargs scanelf -qn | grep cups | wc -l
0

further, if we read the one file that accesses cups (gfx/src/psshared/nsCUPSShim.cpp), we find that it refers to symbols that cups always provides.
static const char gSymName[][sizeof("cupsPrintFile")] = {
    { "cupsAddOption" },
    { "cupsFreeDests" },
    { "cupsGetDest" },
    { "cupsGetDests" },
    { "cupsPrintFile" },
    { "cupsTempFd" },
};

so the question is, why is there this USE flag requirement ?
Comment 1 Jory A. Pratt gentoo-dev 2010-09-18 11:19:36 UTC

*** This bug has been marked as a duplicate of bug 325469 ***