$ sudo dpkg -i epson-inkjet-printer-201106w_1.0.1-1lsb3.2_amd64.deb Selecting previously unselected package epson-inkjet-printer-201106w. (Reading database ... 21762 files and directories currently installed.) Preparing to unpack epson-inkjet-printer-201106w_1.0.1-1lsb3.2_amd64.deb ... Unpacking epson-inkjet-printer-201106w (1.0.1-1lsb3.2) ... dpkg: dependency problems prevent configuration of epson-inkjet-printer-201106w: epson-inkjet-printer-201106w depends on lsb (>= 3.2); however: Package lsb is not installed.
dpkg: error processing package epson-inkjet-printer-201106w (--install): dependency problems - leaving unconfigured Errors were encountered while processing: epson-inkjet-printer-201106w $ sudo apt -f install [...] The following packages will be REMOVED: epson-inkjet-printer-201106w 0 upgraded, 0 newly installed, 1 to remove and 54 not upgraded. 1 not fully installed or removed. After this operation, 3928 kB disk space will be freed. Do you want to continue? [Y/n] (Reading database ... 21809 files and directories currently installed.) Removing epson-inkjet-printer-201106w (1.0.1-1lsb3.2) ... Processing triggers for libc-bin (2.23-0ubuntu3) ... $ <enable xenial-proposed> $ sudo dpkg -i epson-inkjet-printer-201106w_1.0.1-1lsb3.2_amd64.deb Selecting previously unselected package epson-inkjet-printer-201106w. (Reading database ... 21762 files and directories currently installed.) Preparing to unpack epson-inkjet-printer-201106w_1.0.1-1lsb3.2_amd64.deb ... Unpacking epson-inkjet-printer-201106w (1.0.1-1lsb3.2) ... dpkg: dependency problems prevent configuration of epson-inkjet-printer-201106w: epson-inkjet-printer-201106w depends on lsb (>= 3.2); however: Package lsb is not installed. dpkg: error processing package epson-inkjet-printer-201106w (--install): dependency problems - leaving unconfigured Errors were encountered while processing: epson-inkjet-printer-201106w $ sudo apt -f install [...] The following packages will be upgraded: lsb-base lsb-release 2 upgraded, 102 newly installed, 0 to remove and 58 not upgraded. 1 not fully installed or removed. Need to get 5619 kB/30.2 MB of archives. After this operation, 118 MB of additional disk space will be used. Do you want to continue? [Y/n] [...] Setting up epson-inkjet-printer-201106w (1.0.1-1lsb3.2) ... /var/lib/dpkg/info/epson-inkjet-printer-201106w.postinst: 23: cd: can't cd to /etc/cups/ppd Processing triggers for systemd (229-4ubuntu4) ... Running in chroot, ignoring request. Processing triggers for libc-bin (2.23-0ubuntu3) ... $ /opt/epson-inkjet-printer-201106w/cups/lib/filter/epson_inkjet_printer_filter Insufficient options. SRU verified. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lsb in Ubuntu. https://bugs.launchpad.net/bugs/1536353 Title: [regression] Printer drivers install is broken as lsb package is not available anymore Status in cups-filters package in Ubuntu: Fix Released Status in epson-inkjet-printer-escpr package in Ubuntu: Fix Released Status in lsb package in Ubuntu: Fix Released Status in cups-filters source package in Xenial: Fix Released Status in epson-inkjet-printer-escpr source package in Xenial: Fix Released Status in lsb source package in Xenial: Fix Committed Bug description: [SRU justification] Previous releases were compatible with third-party printer drivers provided in LSB package format (and also as .deb packages depending on the lsb package). As of 16.04, because the LSB specifies ABIs for various libraries that are no longer supported in Ubuntu as obsolete, the packages for the lsb modules have been dropped in both Debian and Ubuntu. This includes dropping of lsb-core, which is the component which provides the LSB-mandated ELF loader path - without which no lsb executable will work. This SRU will restore the bare minimum of LSB compatibility necessary to support known third-party LSB printer driver packages on Ubuntu 16.04. [Regression potential] The reintroduced 'lsb' binary package is known to not fully satisfy the requirements for a complete LSB-compliant system. This is a regression vs. Ubuntu 14.04; so anyone using LSB packages on Ubuntu 14.04 who upgrades to Ubuntu 16.04 may have the upgrade succeed without any warning from the package manager. As there are very few lsb packages in use in the wild, this is considered an acceptable regression, especially as this will land before the first 16.04 point release. [Test case] 1. Download the epsion 201106w printer driver package from http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/main/binary-amd64/epson-inkjet-printer-201106w_1.0.1-1lsb3.2_amd64.deb 2. Install the package and confirm that its dependencies are not satisfiable. 3. Enable xenial-proposed. 4. Install the package again and confirm that the dependencies are satisfied. 5. Verify that /opt/epson-inkjet-printer-201106w/cups/lib/filter/epson_inkjet_printer_filter can be run without errors about missing lsb ld.so or missing libraries. Starting with Xenial, lsb compatibility packages were dropped (besides lsb-release and lsb-base): lsb (9.20150826) unstable; urgency=low * Drop all the LSB compatibility packages besides lsb-release and lsb-base - Drop packages-availability checking in lsb-release - Truncate README.Debian to a minimum - Document this in lsb-base.NEWS.Debian * Change the versioning number to avoid any ambiguity; use joeyh's version.date, with version being Debian next stable's -- Didier Raboud <o...@debian.org> Wed, 26 Aug 2015 12:00:00 +0200 The problem is that downloadable printer drivers (like the ones from Openprinting, but also from other available providers) that are suggested when installing a printer on Ubuntu depends on lsb, which is not available anymore: epson-inkjet-printer-201106w: Dépend: lsb (>=3.2) but it is not installable This triggers a regression where it is not possible to setup a printer this way (downloading a driver where no local driver is available) anymore. I see two possible solutions: - Add a proper replaces field to one of the remaining lsb-* packages, to hopefully fix missing lsb package (maybe it would be useful to also replace other compability packages that are not built anymore). - Re-introduce LSB compatibility packages, but that might be an overkill. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1536353/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp