Package Details: hplip-plugin 3.24.4-1

Git Clone URL: https://aur.archlinux.org/hplip-plugin.git (read-only, click to copy)
Package Base: hplip-plugin
Description: Binary plugin for HPs hplip printer driver library
Upstream URL: https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html
Licenses: LicenseRef-HPLIP-LICENSE
Submitter: pyropeter
Maintainer: carsme
Last Packager: carsme
Votes: 406
Popularity: 0.32
First Submitted: 2010-12-21 00:32 (UTC)
Last Updated: 2024-06-23 05:00 (UTC)

Pinned Comments

carsme commented on 2024-01-15 16:53 (UTC) (edited on 2024-02-04 14:15 (UTC) by carsme)

Hey, I've adopted this package and applied some of the suggestions:

  • Add missing dependencies, notably libusb-compat and sane (cred @ZhandHua).
  • Depend on exact version of hplip (cred @jsn42).

In addition, the PGP-signature of the artifact is now checked, which means you need to fetch upstream's key:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 4ABA2F66DBD5A95894910E0673D770CDA59047B9

Unfortunately, I have no HP printer at home so my testing ability is limited to running hp-diagnose_plugin. If someone has better opportunity to test and is interested in maintaining, let me know and I'll handover the package or add you as a co-maintainer. Cheers!

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 34 Next › Last »

bgta commented on 2015-05-20 05:23 (UTC)

sudo pacman-key -r 73D770CDA59047B9 /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en) gpg: connecting dirmngr at '/root/.gnupg/S.dirmngr' failed: IPC connect call failed gpg: keyserver receive failed: No dirmngr ==> ERROR: Remote key not fetched correctly from keyserver.

bowhuntr commented on 2015-05-19 08:27 (UTC)

Running this: gpg --recv-keys 73D770CDA59047B9 Gives me this: gpg: keyserver receive failed: No keyserver available

Hermit commented on 2015-05-18 20:33 (UTC)

Alternatively, https://wiki.archlinux.org/index.php/Pacman-key#Adding_unofficial_keys pacman-key -r 73D770CDA59047B9 pacman-key -f 73D770CDA59047B9 pacman-key --lsign-key 73D770CDA59047B9

adril commented on 2015-05-18 15:54 (UTC)

If you get the following: ==> Verifying source file signatures with gpg... hplip-3.15.4-plugin.run ... FAILED (unknown public key 73D770CDA59047B9) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build hplip-plugin. Run: gpg --recv-keys 73D770CDA59047B9 to import the key

gadicc commented on 2015-05-18 07:29 (UTC)

I was getting this error on install: ``` ==> Starting prepare()... hplip-3.15.4-plugin.run: line 314: exec: -t: invalid option exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...] ==> ERROR: A failure occurred in prepare(). Aborting... ``` From looking at hplip*run, it requires xterm. `pacman -S xterm` fixes the problem. (Or just make sure your xterm alternative can handle `-title`; i.e. with single dash).

ZeroBit commented on 2015-05-16 20:48 (UTC)

I turned off checking. I changed this: source=("http://hplipopensource.com/hplip-web/plugin/hplip-$pkgver-plugin.run" "http://hplipopensource.com/hplip-web/plugin/hplip-$pkgver-plugin.run.asc") sha1sums=('874d668f98fba49919f8904e8d844d0ec69d3e96' 'SKIP') validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # hplip@hp.com to this: source=("http://hplipopensource.com/hplip-web/plugin/hplip-$pkgver-plugin.run") sha1sums=('874d668f98fba49919f8904e8d844d0ec69d3e96') # validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # hplip@hp.com

Watney commented on 2015-05-16 18:11 (UTC)

@PostBlue It looks as if you successfully installed the package. Can you please elaborate and explain. Thanks!

postblue commented on 2015-05-16 16:30 (UTC)

@jackpot The message seems to be clear : gpg have no keyserver available where to search for the key. Try "gpg --keyserver pgp.mit.edu --recv-keys 73D770CDA59047B9", it should be better.