There has been something strange in my system. Hplip-plugin could not update due to hplip not being hplip>=3.15.7 and hplip could not update due to hplip-plugin's dependency error.
I suppose it was due to an outdated system. The solution was to remove hplip-plugin, upgrade hplip and install hplip-plugin.
Search Criteria
Package Details: hplip-plugin 3.25.2-1
Package Actions
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 |
Keywords: | fax hp printer scanner |
Licenses: | LicenseRef-HPLIP-LICENSE |
Submitter: | pyropeter |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 403 |
Popularity: | 0.75 |
First Submitted: | 2010-12-21 00:32 (UTC) |
Last Updated: | 2025-04-05 00:57 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hplip (hplip-minimalAUR, hplip-liteAUR)
- libusb-compat (libusb0AUR)
- sane (sane-gitAUR)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 38 Next › Last »
txomon commented on 2015-08-10 08:15 (UTC)
thomas001le commented on 2015-06-01 07:12 (UTC)
Okay i figured out the problem, the installer tries to run some commands within an xterm, this fails if no xterm program is installed (other terminals work too, but gnome-terminal or xfce-terminal is none of them).
Could you maybe just add an dependency on xterm? This introduces dependencies on some X11 stuff, so maybe a better solution would be to fix HP's installer script...
thomas001le commented on 2015-05-28 09:29 (UTC)
I have the following problem building the package on my system:
==> 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().
No idea what -t is supposed to do in exec..by bash obviously does not support it.
<deleted-account> commented on 2015-05-20 14:33 (UTC)
Since there are so many people having issues with the digital signature verification method I decided to reverse it. Now the old method should be working again. Sorry for any inconvenience you might have had.
<deleted-account> commented on 2015-05-20 14:30 (UTC)
since there are so many people having issues with the digital signature verification method I decided to reverse it. Now the old method should be working again.
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
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:
libusb-compat
andsane
(cred @ZhandHua).Depend on exact version ofhplip
(cred @jsn42).In addition, the PGP-signature of the artifact is now checked, which means you need to fetch upstream's key:
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!