Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93553 - cups-1.1.23-r3 ebuild b0rked
Summary: cups-1.1.23-r3 ebuild b0rked
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-22 07:41 UTC by Chris Smith
Modified: 2005-05-23 16:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix b0rked mime.[types,convs] files (cups.patch,574 bytes, patch)
2005-05-22 16:02 UTC, Chris Smith
Details | Diff
replacement patch (cups.patch,608 bytes, patch)
2005-05-22 16:06 UTC, Chris Smith
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Smith 2005-05-22 07:41:06 UTC
Printing breaks, mime.types is empty, unpacking error as well:
>>> Unpacking pdftops.pl to /var/tmp/portage/cups-1.1.23-r3/work
unpack pdftops.pl: file format not recognized. Ignoring.

And the RDEPEND of xpdf is all wrong - prevents CUPS from being installed
without X which is not desired for a server.

Reproducible: Always
Steps to Reproduce:
1.emerge cups-1.1.23-r3
2.
3.

Actual Results:  
printing broken

I refused to install it on servers as it wanted to install X as well.
Comment 1 Jacoby Yves 2005-05-22 11:31:44 UTC
Same problem here. emerged cups, no printing possible anymore.
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-22 12:58:30 UTC
please set loglevel to deub and post the output of /var/log/cups/error_log 
Comment 3 Chris Smith 2005-05-22 16:02:58 UTC
Created attachment 59593 [details, diff]
patch to fix b0rked mime.[types,convs] files

This patch fixes the problem with the cups mime.types and mime.convs files.
I'm not sure it's such a great idea to allow raw printing by default. Many
users will not need this exposure and this area is well doumented.

However, non-optional default use of an alternate pdftops filter doesn't seem
like a great idea. Especially since it wants to install X.
If the filter is that much better make it optional and handle it without the X
install.
Comment 4 Chris Smith 2005-05-22 16:06:14 UTC
Created attachment 59594 [details, diff]
replacement patch
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-23 09:02:14 UTC
thx, patch applied, X is no longer needed 
Comment 6 Chris Smith 2005-05-23 13:50:42 UTC
Still b0rked.
Patch not wholly applied.
Comment 7 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-23 16:28:10 UTC
sorry, fixed