[Bug 575544] New: cups-1.4 installs 32 bit libraries on 64 bit platform and breaks printing
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c0 Summary: cups-1.4 installs 32 bit libraries on 64 bit platform and breaks printing Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Printing AssignedTo: jsmeix@novell.com ReportedBy: rodneyp@pcug.org.au QAContact: jsmeix@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; Konqueror/4.3; Linux) KHTML/4.3.5 (like Gecko) SUSE package cups-1.4.2-38.1 in repository http://download.opensuse.org/repositories/Printing/openSUSE_11.2 apparently contains a payload which installs to (32 bit) /usr/lib. This breaks printing on a system originally installed with x86_64 architecture. initially I installed via "ymp" but also manually downloaded the cups-1.4.2-38.1-x86_64 package and used rpm --force to reinstall. Same outcome error message from cups, whether for existing or newly installed printers is: "Filter "/usr/lib/cups/filter/foomatic-rip" for printer "bjc4310SP" not available: No such file or directory" similarly for printers using other filters making links from /usr/bin & /usr/lib/cups/filters to /usr/lib64/cups/filers gets rid of the error messages. I did not uninstall cups 1.3 prior to installing cups 1.4. Investigated it, but it would have required dozens of other packages uninstalled, to comply with dependencies, then reinstalled. Reproducible: Always Steps to Reproduce: 1.install cups-libs, cups-client, cups all version 1.4.2-38.1. 2. 3. Actual Results: components in /usr/lib/cups are updated to files having date 28 jan 10 components in /usr/lib64/cups are not printers do actually work, after links are made manually, to the filters which cups expects. This is an improvement because I could not get any printers relying on foomatic-rip to work from openSUSE 11.2 with cups 1.3. Expected Results: components in /usr/lib64/cups are updated to files having date 28 jan 10 components in /usr/lib64/cups might not be updated or if it was intended that links between the lib & lib64 directories be used then those links be in the package. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c1 Mindaugas Baranauskas <embar@super.lt> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |embar@super.lt --- Comment #1 from Mindaugas Baranauskas <embar@super.lt> 2010-02-01 09:25:31 UTC --- I could confirm that CUPS 1.3.11 was broken: https://bugzilla.novell.com/show_bug.cgi?id=558981 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c Mindaugas Baranauskas <embar@super.lt> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.novell.com | |/show_bug.cgi?id=558981 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c2 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|cups-1.4 installs 32 bit |upstream compliant cups-1.4 |libraries on 64 bit |does no longer work with |platform and breaks |other printing packages on |printing |64 bit platform --- Comment #2 from Johannes Meixner <jsmeix@novell.com> 2010-02-02 09:39:37 UTC --- Regarding comment #0: Many Thanks for testing CUPS 1.4.2 and for your bug report! CUPS 1.4.2 in the openSUSE build servise Printing project is a reset to full compliance with upstream. Note that the Printing project is a development project and not at all an official repository for production use. Up to now CUPS 1.4.2 isn't even submitted to openSUSE:Factory. What you corrently have is a "work-in-progress-development version". Upstream CUPS installs executables (in particular backends and filters) into /usr/lib/ in any case which is the right place. Compare /usr/bin/ there is nothing like /usr/bin64/ because for executables special ...64 directories do not make sense. In contrast libraries like libcups.so and libcupsimage.so must be installed into /usr/lib/ and /usr/lib64/ which cups-libs-1.4.2 does so that the subject of the bug "installs 32 bit libraries" is wrong. A consequence of the full compliance with upstream CUPS is that other packages like foomatic-filters must be adapted to work also in compliance with upstream CUPS. Currently on x86_64 foomatic-filters.rpm contains this link /usr/lib64/cups/filter/foomatic-rip -> ../../../bin/foomatic-rip which cannot work with upstream CUPS 1.4.2 on x86_64. Therefore foomatic-filters must also be simplified to have on any architecture the same link /usr/lib/cups/filter/foomatic-rip -> ../../../bin/foomatic-rip For openSUSE 11.3 our old Suse specific mess in the printing system with executables in /usr/lib64/ will be cleaned up everywhere to be everywhere in compliance with upstream! A positive side effect of this clean-up is that then it works much better to install third-party printer drivers (which usually install only into /usr/lib/cups/) and/or with self-compiled packages from upstream (e.g. if you like to test or use a self-compiled upstram CUPS in our openSUSE 11.3 printing system). Regarding comment #1: CUPS has nothing to do with bug#558981. This bug is about the non-official CUPS 1.4.2 from the Printing project. In contrast bug #558981 is about whatever issue regarding whatever printer driver. Please read more carefully what the issues are about before causing confusion like in comment #1. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED Version|Final |unspecified Component|Printing |Printing Summary|upstream compliant cups-1.4 |adapt other printing |does no longer work with |packages to work with |other printing packages on |upstream compliant cups-1.4 |64 bit platform |on 64 bit platform Product|openSUSE 11.2 |openSUSE 11.3 Severity|Normal |Major OS/Version|openSUSE 11.2 |openSUSE 11.3 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c3 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dieter.jurzitza@t-online.de --- Comment #3 from Johannes Meixner <jsmeix@novell.com> 2010-02-26 15:21:21 UTC --- *** Bug 579513 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=579513 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c4 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Joachim.Reichelt@helmholtz- | |hzi.de --- Comment #4 from Johannes Meixner <jsmeix@novell.com> 2010-03-30 07:42:49 UTC --- *** Bug 591708 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=591708 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c5 Thomas Taylor <linxt@comcast.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linxt@comcast.net --- Comment #5 from Thomas Taylor <linxt@comcast.net> 2010-04-01 05:43:47 UTC --- This is still broken in 11.3-MS4 as shown in logs below: access_log: localhost - - [01/Apr/2010:08:55:33 +0400] "POST /printers/brotherhl1440series HTTP/1.1" 200 195 Create-Job successful-ok localhost - - [01/Apr/2010:08:55:33 +0400] "POST /printers/brotherhl1440series HTTP/1.1" 200 42077 Send-Document successful-ok error_log: E [01/Apr/2010:01:55:02 +0400] Unable to bind socket for address ::1:631 - Cannot assign requested address. E [01/Apr/2010:08:55:35 +0400] [Job 21] Job stopped due to filter errors; please consult the error_log file for details. D [01/Apr/2010:08:55:35 +0400] [Job 21] The following messages were recorded from 08:55:33 to 08:55:35 D [01/Apr/2010:08:55:35 +0400] [Job 21] Adding start banner page "none". D [01/Apr/2010:08:55:35 +0400] [Job 21] Queued on "brotherhl1440series" by "tom". D [01/Apr/2010:08:55:35 +0400] [Job 21] Auto-typing file... D [01/Apr/2010:08:55:35 +0400] [Job 21] Request file type is application/pdf. D [01/Apr/2010:08:55:35 +0400] [Job 21] File of type application/pdf queued by "tom". D [01/Apr/2010:08:55:35 +0400] [Job 21] Adding end banner page "none". D [01/Apr/2010:08:55:35 +0400] [Job 21] job-sheets=none,none D [01/Apr/2010:08:55:35 +0400] [Job 21] argv[0]="brotherhl1440series" D [01/Apr/2010:08:55:35 +0400] [Job 21] argv[1]="21" D [01/Apr/2010:08:55:35 +0400] [Job 21] argv[2]="tom" D [01/Apr/2010:08:55:35 +0400] [Job 21] argv[3]="show-colors2.sh" D [01/Apr/2010:08:55:35 +0400] [Job 21] argv[4]="1" D [01/Apr/2010:08:55:35 +0400] [Job 21] argv[5]="job-uuid=urn:uuid:c270ba08-eb06-32bb-75d0-659e35c4b02f job-originating-host-name=localhost" D [01/Apr/2010:08:55:35 +0400] [Job 21] argv[6]="/var/spool/cups/d00021-001" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[0]="CUPS_CACHEDIR=/var/cache/cups" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[1]="CUPS_DATADIR=/usr/share/cups" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[2]="CUPS_DOCROOT=/usr/share/doc/packages/cups" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[4]="CUPS_REQUESTROOT=/var/spool/cups" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[5]="CUPS_SERVERBIN=/usr/lib/cups" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[6]="CUPS_SERVERROOT=/etc/cups" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[7]="CUPS_STATEDIR=/var/run/cups" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[8]="HOME=/var/spool/cups/tmp" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[10]="SERVER_ADMIN=root@laptop" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[11]="SOFTWARE=CUPS/1.4.2" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[12]="TMPDIR=/var/spool/cups/tmp" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[13]="USER=root" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[14]="CUPS_SERVER=/var/run/cups/cups.sock" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[15]="CUPS_ENCRYPTION=IfRequested" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[16]="IPP_PORT=631" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[17]="CHARSET=utf-8" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[18]="LANG=en_US.UTF-8" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[19]="PPD=/etc/cups/ppd/brotherhl1440series.ppd" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[20]="RIP_MAX_CACHE=8m" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[21]="CONTENT_TYPE=application/pdf" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[22]="DEVICE_URI=usb://Brother/HL-1440%20series" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[23]="PRINTER_INFO=Brother HL-1440 series with driver Brother HL-1440 Foomatic/hl1250 (recommended)" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[24]="PRINTER_LOCATION=" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[25]="PRINTER=brotherhl1440series" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[26]="CUPS_FILETYPE=document" D [01/Apr/2010:08:55:35 +0400] [Job 21] envp[27]="FINAL_CONTENT_TYPE=printer/brotherhl1440series" D [01/Apr/2010:08:55:35 +0400] [Job 21] Started filter /usr/lib/cups/filter/pdftops (PID 5539) D [01/Apr/2010:08:55:35 +0400] [Job 21] Started filter /usr/lib/cups/filter/foomatic-rip (PID 5540) D [01/Apr/2010:08:55:35 +0400] [Job 21] Started backend /usr/lib/cups/backend/usb (PID 5541) D [01/Apr/2010:08:55:35 +0400] [Job 21] Started filter pdftops (PID 5542) D [01/Apr/2010:08:55:35 +0400] [Job 21] Started filter pstops (PID 5543) D [01/Apr/2010:08:55:35 +0400] [Job 21] brotherhl1440series: error while loading shared libraries: libgimpprint.so.1: cannot open shared object file: No such file or directory D [01/Apr/2010:08:55:35 +0400] [Job 21] STATE: +connecting-to-device D [01/Apr/2010:08:55:35 +0400] [Job 21] Printer using device file "/dev/usblp0"... D [01/Apr/2010:08:55:35 +0400] [Job 21] STATE: -connecting-to-device D [01/Apr/2010:08:55:35 +0400] [Job 21] backendRunLoop(print_fd=0, device_fd=5, snmp_fd=-1, addr=(nil), use_bc=0, side_cb=0xb7754c30) D [01/Apr/2010:08:55:35 +0400] [Job 21] Page = 612x792; 18,36 to 594,756 D [01/Apr/2010:08:55:35 +0400] [Job 21] slow_collate=0, slow_duplex=0, slow_order=0 D [01/Apr/2010:08:55:35 +0400] [Job 21] Before copy_comments - %!PS-Adobe-3.0 D [01/Apr/2010:08:55:35 +0400] [Job 21] %!PS-Adobe-3.0 D [01/Apr/2010:08:55:35 +0400] [Job 21] %%Creator: D [01/Apr/2010:08:55:35 +0400] [Job 21] %%LanguageLevel: 3 D [01/Apr/2010:08:55:35 +0400] [Job 21] %%DocumentSuppliedResources: (atend) D [01/Apr/2010:08:55:35 +0400] [Job 21] %%DocumentMedia: plain 595 842 0 () () D [01/Apr/2010:08:55:35 +0400] [Job 21] %%BoundingBox: 0 0 595 842 D [01/Apr/2010:08:55:35 +0400] [Job 21] %%Pages: 1 D [01/Apr/2010:08:55:35 +0400] [Job 21] %%EndComments D [01/Apr/2010:08:55:35 +0400] [Job 21] Before copy_prolog - %%BeginDefaults D [01/Apr/2010:08:55:35 +0400] [Job 21] Before copy_setup - %%BeginSetup D [01/Apr/2010:08:55:35 +0400] [Job 21] Before page loop - %%Page: 1 1 D [01/Apr/2010:08:55:35 +0400] [Job 21] Copying page 1... D [01/Apr/2010:08:55:35 +0400] [Job 21] pagew = 576.0, pagel = 720.0 D [01/Apr/2010:08:55:35 +0400] [Job 21] bboxx = 0, bboxy = 0, bboxw = 612, bboxl = 792 D [01/Apr/2010:08:55:35 +0400] [Job 21] PageLeft = 18.0, PageRight = 594.0 D [01/Apr/2010:08:55:35 +0400] [Job 21] PageTop = 756.0, PageBottom = 36.0 D [01/Apr/2010:08:55:35 +0400] [Job 21] PageWidth = 612.0, PageLength = 792.0 D [01/Apr/2010:08:55:35 +0400] [Job 21] Wrote 1 pages... D [01/Apr/2010:08:55:35 +0400] [Job 21] PID 5542 (pdftops) exited with no errors. D [01/Apr/2010:08:55:35 +0400] [Job 21] PID 5543 (pstops) exited with no errors. D [01/Apr/2010:08:55:35 +0400] [Job 21] End of messages D [01/Apr/2010:08:55:35 +0400] [Job 21] printer-state=3(idle) D [01/Apr/2010:08:55:35 +0400] [Job 21] printer-state-message="/usr/lib/cups/filter/foomatic-rip failed" D [01/Apr/2010:08:55:35 +0400] [Job 21] printer-state-reasons=none Install media was openSuSE-DVD-Build0515.iso on a Dell Studio 1745. Printer is a Brother HL-1440 laser connecting through a USB > parallel cable to the usb port. This was working under MS3 and still works under windows7 and Knnopix LiveCD. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c6 --- Comment #6 from Johannes Meixner <jsmeix@novell.com> 2010-04-01 07:59:48 UTC --- As far as I see comment #5 has nothing to do with this bug. This bug is about upstream compliant cups-1.4 on 64 bit platform. Is a "Dell Studio 1745" a 64 bit x86-64 system? Comment #5 seems to be about whatever issue regarding the "Brother HL-1440 Foomatic/hl1250" driver: "error while loading shared libraries: libgimpprint.so.1: cannot open shared object file: No such file or directory" /usr/lib[64]/libgimpprint.so.1 belongs to the package libgimpprint Is this package installed? As long as this bug is not set to "fixed" it needs of course still to be fixed. http://news.opensuse.org/2010/03/25/opensuse-11-3-milestone-4-release/ reads: "11.3 milestone 4 does contain bugs that we know about" and accordingly this bug is listed at http://en.opensuse.org/Bugs:Most_Annoying_Bugs_11.3_dev where also a workaround is described. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |linxt@comcast.net -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c7 --- Comment #7 from Johannes Meixner <jsmeix@novell.com> 2010-04-01 15:27:34 UTC --- Hopefully fixed for HPLIP 3.10.2 in openSUSE:Factory via submitrequest 36622: Printing/hplip -> openSUSE:Factory HPLIP 3.10.2 in the Printing project and hopefully also soon in openSUSE:Factory has in its RPM spec file: --------------------------------------------------------------- /configure ... --with-cupsbackenddir=/usr/lib/cups/backend \ --with-cupsfilterdir=/usr/lib/cups/filter \ --with-drvdir=/usr/lib/cups/driver \ . . . %files .. %dir /usr/lib/cups %dir /usr/lib/cups/backend /usr/lib/cups/backend/hpfax %dir /usr/lib/cups/filter /usr/lib/cups/filter/hpcupsfax .. %files hpijs .. %dir /usr/lib/cups %dir /usr/lib/cups/backend /usr/lib/cups/backend/hp %dir /usr/lib/cups/filter /usr/lib/cups/filter/foomatic-rip-hplip /usr/lib/cups/filter/hpcac /usr/lib/cups/filter/hpcups /usr/lib/cups/filter/hplipjs /usr/lib/cups/filter/pstotiff --------------------------------------------------------------- so that HPLIP 3.10.2 should work with upstream compliant CUPS 1.4 on all platforms. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c8 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vodicka.petr@email.cz --- Comment #8 from Johannes Meixner <jsmeix@novell.com> 2010-04-06 07:18:47 UTC --- *** Bug 593630 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=593630 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c9 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sboyce@blueyonder.co.uk --- Comment #9 from Johannes Meixner <jsmeix@novell.com> 2010-04-08 07:39:47 UTC --- *** Bug 594137 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=594137 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c10 --- Comment #10 from Sid Boyce <sboyce@blueyonder.co.uk> 2010-04-08 09:44:40 UTC --- # lpq Photosmart_D7400 is not ready libpng14-14-1.4.1-1.1.x86_64 cups-libs-1.4.3-1.3.x86_64 cups-devel-1.4.3-1.3.x86_64 cups-client-1.4.3-1.3.x86_64 cups-1.4.3-1.3.x86_64 hplip-3.10.2-1.1.x86_64 hplip-hpijs-3.10.2-1.1.x86_64 This is after zypper installed the above packages a few moments ago and "rccups restart" done. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c11 --- Comment #11 from Johannes Meixner <jsmeix@novell.com> 2010-04-08 15:24:14 UTC --- Fixed for foomatic-filters in openSUSE:Factory via submitrequest 37392: Printing/foomatic-filters -> openSUSE:Factory -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c12 --- Comment #12 from Johannes Meixner <jsmeix@novell.com> 2010-04-08 17:17:26 UTC --- Fixed for cups-backends in openSUSE:Factory via submitrequest 37419: Printing/cups-backends -> openSUSE:Factory -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c13 --- Comment #13 from Johannes Meixner <jsmeix@novell.com> 2010-04-13 14:23:23 UTC --- Fixed for cups-drivers in openSUSE:Factory via submitrequest 37865: Printing/cups-drivers -> openSUSE:Factory -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c14 --- Comment #14 from Sid Boyce <sboyce@blueyonder.co.uk> 2010-04-13 16:06:31 UTC --- Still a problem. Installed cups-backends-1.0-266.1.x86_64.rpm cups-drivers-1.3.9-20.1.x86_64.rpm foomatic-filters-4.0.1-6.1.x86_64.rpm hplip-3.10.2-13.2.x86_64.rpm hplip-hpijs-3.10.2-13.2.x86_64.rpm # rccups restart #lpq Photosmart_D7400 is not ready no entries -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c15 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seife@novell.slipkontur.de --- Comment #15 from Johannes Meixner <jsmeix@novell.com> 2010-04-14 14:37:21 UTC --- Adapted bluez-cups currently only for its development project via submitrequest 37938: home:jsmeix:branches:Base:System/bluez -> Base:System -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c16 Stefan Seyfried <seife@novell.slipkontur.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vbotka@novell.com --- Comment #16 from Stefan Seyfried <seife@novell.slipkontur.de> 2010-04-14 16:45:56 CEST --- I accepted the bluez package into Base:System and will be forwarding it to FACTORY once I have seen it successfully building. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c17 --- Comment #17 from Stefan Seyfried <seife@novell.slipkontur.de> 2010-04-16 08:07:18 CEST --- (In reply to comment #16)
I accepted the bluez package into Base:System and will be forwarding it to FACTORY once I have seen it successfully building.
The package is accepted into FACTORY, so the bug should be fixed there, soon. Relevant changelog entry: +Wed Apr 14 15:32:51 CEST 2010 - jsmeix@suse.de + +- In openSUSE 11.3 there is upstream compliant CUPS 1.4 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c18 --- Comment #18 from Sid Boyce <sboyce@blueyonder.co.uk> 2010-04-18 03:01:38 UTC --- I still have printing not working. slipstream:/home/lancelot/ftp/Apr10/linux-2.6.34-rc4-git4 # lpq Photosmart_D7400 is not ready no entries slipstream:/home/lancelot/ftp/Apr10/linux-2.6.34-rc4-git4 # lpc status Photosmart-C4100-series: printer is on device 'usb' speed -1 queuing is enabled printing is enabled 1 entries daemon present Photosmart_D7400: printer is on device 'hp' speed -1 queuing is enabled printing is disabled no entries daemon present slipstream:/home/lancelot/ftp/Apr10/linux-2.6.34-rc4-git4 # lpq -PPhotosmart-C4100-series Photosmart-C4100-series is ready Rank Owner Job File(s) Total Size 1st root 1 hosts 2048 bytes -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c19 --- Comment #19 from Sid Boyce <sboyce@blueyonder.co.uk> 2010-04-18 03:05:02 UTC --- slipstream:/home/lancelot/ftp/Apr10/linux-2.6.34-rc4-git4 # lprm 1 -PPhotosmart-C4100-series slipstream:/home/lancelot/ftp/Apr10/linux-2.6.34-rc4-git4 # lpq -PPhotosmart-C4100-series Photosmart-C4100-series is ready no entries -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c20 --- Comment #20 from Johannes Meixner <jsmeix@novell.com> 2010-04-20 07:59:25 UTC --- In the cups package source file "cups.xinetd" there is @LIB@/cups/daemon/cups-lpd which evaluates on x86_64 platform to a wrong /usr/lib64/cups/daemon/cups-lpd in /etc/xinetd.d/cups-lpd in the cups binary RPM. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c21 --- Comment #21 from Sid Boyce <sboyce@blueyonder.co.uk> 2010-04-20 11:23:48 UTC --- I was able to configure the network printer on to all my boxes. On this one that has a USB attached printer I installed the packages in /repositories/Printing/openSUSE_Factory/x86_64, used "yast2 printer" and everything is working including IPP broadcasts being received by the other boxes. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c22 --- Comment #22 from Johannes Meixner <jsmeix@novell.com> 2010-04-20 15:17:13 UTC --- Regarding comment #20: Fixed cups.xinetd in the cups package for openSUSE:Factory via submitrequest 38365: Printing/cups -> openSUSE:Factory -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c23 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samba-maintainers@SuSE.de --- Comment #23 from Johannes Meixner <jsmeix@novell.com> 2010-04-21 09:33:01 UTC --- FYI: Currently I am working on the samba package so that its sub-packages samba-client and samba-krb-printing use the fixed "/usr/lib/cups/" directory for openSUSE 11.3... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c24 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|linxt@comcast.net |samba-maintainers@SuSE.de --- Comment #24 from Johannes Meixner <jsmeix@novell.com> 2010-04-21 10:48:04 UTC --- Filed submitrequest 38418 for samba to network:samba:STABLE samba-maintainers@SuSE.de please have a look if it is o.k. for you and if yes, please submit it from network:samba:STABLE to openSUSE:Factory -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c25 Lars Müller <lmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|samba-maintainers@SuSE.de | --- Comment #25 from Lars Müller <lmuelle@novell.com> 2010-04-21 17:31:26 UTC --- Slightly changed package sources got merged to our package source repository and passed into the openSUSE Build Service. openSUSE Factory will get it after submit request 38463 got accepted. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c26 --- Comment #26 from Johannes Meixner <jsmeix@novell.com> 2010-04-23 13:15:15 UTC --- The package ncpfs which contains the CUPS backend "novell" should be the last package which must be adapted. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c27 --- Comment #27 from Johannes Meixner <jsmeix@novell.com> 2010-04-27 09:03:48 UTC --- Regarding comment #22: submitrequest 38365 was rejected because there was the leftover cups-krb5-config source file which is no longer used. I re-submitted cups to Factory via submitrequest 38923: "cups-krb5-config removed because no longer needed (bnc#378270)" -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c28 --- Comment #28 from Johannes Meixner <jsmeix@novell.com> 2010-04-27 10:52:38 UTC --- Regarding comment #26: I submitted ncpfs to its development project "network" via submitrequest 38931: "Use /usr/lib/cups/backend/ on all platforms to work with upstream compliant CUPS 1.4 (bnc#575544)" Whoever may accept submitrequest 38931, please forward it afterwards to openSUSE:Factory to have ncpfs fixed for CUPS 1.4 in openSUSE 11.3 - many thanks in advance! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c29 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com, | |prusnak@novell.com --- Comment #29 from Johannes Meixner <jsmeix@novell.com> 2010-04-28 08:10:05 UTC --- "osc maintainer openSUSE:Factory ncpfs" shows "maintainer: msmeissn" so that I added you to Cc to have you informed, see https://bugzilla.novell.com/show_bug.cgi?id=575544#c28 My submitrequest 38931 was accepted by prusnak and he filed submitrequest 38952 network/ncpfs -> openSUSE:Factory Many thanks for it! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c30 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Milestone 7 --- Comment #30 from Johannes Meixner <jsmeix@novell.com> 2010-04-28 11:25:45 UTC --- All packages which install files in /usr/lib/cups/ should be adapted now so that the issue should be fixed in the next openSUSE 11.3 milestone. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c31 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |taych@pacific.net.sg --- Comment #31 from Johannes Meixner <jsmeix@novell.com> 2010-08-03 07:56:34 UTC --- *** Bug 625317 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=625317 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=575544 https://bugzilla.novell.com/show_bug.cgi?id=575544#c32 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jengelh@medozas.de --- Comment #32 from Jan Engelhardt <jengelh@medozas.de> 2010-08-17 14:31:01 UTC ---
Upstream CUPS installs executables (in particular backends and filters) into /usr/lib/ [...] so that the subject of the bug "installs 32 bit libraries" is wrong.
Well, I think the bug report was filed in good faith, because %_libdir and %_libexecdir (executables go in the latter) are the same on SUSE and can produce confusion. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=575544 https://bugzilla.novell.com/show_bug.cgi?id=575544#c33 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Curt.Blank@curtronics.com --- Comment #33 from Johannes Meixner <jsmeix@novell.com> 2011-03-09 08:32:59 UTC --- *** Bug 676897 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=676897 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=575544 https://bugzilla.novell.com/show_bug.cgi?id=575544#c34 --- Comment #34 from Johannes Meixner <jsmeix@novell.com> 2011-03-11 11:22:43 UTC --- *** Bug 676897 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=676897 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=575544 https://bugzilla.novell.com/show_bug.cgi?id=575544#c35 --- Comment #35 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-06-15 23:17:54 CEST --- This is an autogenerated message for OBS integration: This bug (575544) was mentioned in https://build.opensuse.org/request/show/73631 Factory / bluez -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=575544 http://bugzilla.novell.com/show_bug.cgi?id=575544#c36 --- Comment #36 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (575544) was mentioned in https://build.opensuse.org/request/show/37419 Factory / cups-backends https://build.opensuse.org/request/show/37865 Factory / cups-drivers https://build.opensuse.org/request/show/37966 Factory / bluez https://build.opensuse.org/request/show/38952 Factory / ncpfs -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com