Comment 5 for bug 59542

Revision history for this message
Ante Karamatić (ivoks) wrote :

I have only i386 arch, so if you have i386 arch as well, add:

deb http://www.grad.hr/~ivoks/ubuntu/cups2/ ./

to /etc/apt/sources.list, do an update/upgrade and report if bug still exist.

If you have amd64/ppc arch, add:

deb-src http://www.grad.hr/~ivoks/ubuntu/cups2/ ./

to /etc/apt/sources.list, do an apt-get update, followed by 'apt-get build-dep cupsys ; apt-get -b source cupsys. This will build cups for you platform, but it will not install it. You need to manually install it (dpkg -i *cups*ivoks*deb; note that this could install packages you didn't have before like cupsys-bsd and/or libcupsys2-dev, so don't forget to remove them or not install them at all :)