On Sunday 16 November 2008 04:50:39 Vincent Danjean wrote: > I'm sorry to tell you that the patch proposed in 500183 in not > applied in hplip 2.8.6.b-3 (whereas the changelog says it has been > applied in 2.8.6.b-2) > Manually patching /usr/bin/hp-makeuri (ie modifying the 3 lines > with "vi") with the patch provided in 500183 solves 500183 and 496660.
Vincent, As far as I can tell the patch has been applied to -3. Can you provide the output of: $ dpkg -l hplip ||/ Name Version ========================================================================================================== ii hplip 2.8.6.b-3 $ tail -n35 /usr/bin/hp-makeuri sys.exit(1) if cups_quiet_mode: print cups_uri elif not quiet_mode: log.info("CUPS URI: %s" % cups_uri) if sane_uri: if sane_quiet_mode: print sane_uri elif not quiet_mode: log.info("SANE URI: %s" % sane_uri) elif not sane_uri and sane_quiet_mode: log.error("Device does not support scan.") if fax_uri: if fax_quiet_mode: print fax_uri elif not quiet_mode: log.info("HP Fax URI: %s" % fax_uri) elif not fax_uri and fax_quiet_mode: log.error("Device does not support fax.") except KeyboardInterrupt: log.error("User exit") if not quiet_mode: log.info("") log.info("Done.") Mark
hp-makeuri-uri-only-output.dpatch
Description: application/shellscript