Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608 - cups 1.1.13 ebuild file
Summary: cups 1.1.13 ebuild file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-08 08:26 UTC by Oliver Sarmiento
Modified: 2003-02-04 19:42 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 Oliver Sarmiento 2002-02-08 08:26:54 UTC
i've just upgraded cups to 1.1.13 only to find out that it's not working 
right. i've used 1.1.12 and it was working fine. so i tried doing some 
troubleshooting. i umerged cups and reinstalled it. but same problem. i 
cannot install my hp deskjet 810c printer right. then i tried tinkering with 
the ebuild files and found out that the 1.1.13 ebuild file lack something 
that was in the 1.1.12:

src_unpack() {

     unpack ${A} ; cd ${S}
     # make sure libcupsimage gets linked with libjpeg
     patch -p0 < ${FILESDIR}/configure-jpeg-buildfix.diff
     assert "bad patchfile"
     autoconf || die
}

now, i don't know if it was really left out of the ebuild file, but when i 
copied these lines into the 1.1.13 ebuild file, cups worked fine at last. 
could anyone check out on this one? i suppose i'm not the only one having 
problems with this especially after trying the -r15.iso.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-02-08 10:50:03 UTC
fixed on cvs in cups-1.1.13-r1. Thanks!