Package Details: hplip-plugin 3.25.2-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
Keywords: fax hp printer scanner
Licenses: LicenseRef-HPLIP-LICENSE
Submitter: pyropeter
Maintainer: ZhangHua
Last Packager: ZhangHua
Votes: 403
Popularity: 1.00
First Submitted: 2010-12-21 00:32 (UTC)
Last Updated: 2025-04-05 00:57 (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 2 3 4 5 6 7 .. 38 Next › Last »

ZhangHua commented on 2025-04-02 13:09 (UTC)

@Lone_Wolf Mine is here, include pacman -Qikk devtools: https://gist.github.com/arenekosreal/2acbd0ecbd2887138f27ae09811ddcda

Noticed that cat: /var/lib/archbuild/extra-x86_64/root/.arch-chroot: No such file or directory after entering sudo password. But I think it is not a big problem here.

Lone_Wolf commented on 2025-04-02 12:35 (UTC)

still fails, http://0x0.st/82VY.txt

Please post pacman -Qikk devtools for clarity (below is my output)

$ pacman -Qikk devtools
Name            : devtools
Version         : 1:1.3.2-1
Description     : Tools for Arch Linux package maintainers
Architecture    : any
URL             : https://gitlab.archlinux.org/archlinux/devtools
Licenses        : GPL-3.0-or-later
Groups          : None
Provides        : None
Depends On      : arch-install-scripts  awk  bash  binutils  coreutils  curl  diffutils  expac  fakeroot  findutils  glow  grep
                  gum  jq  openssh  parallel  rsync  sed  util-linux  breezy  git  mercurial  subversion
Optional Deps   : btrfs-progs: btrfs support
                  bat: pretty printing for pkgctl search
                  nvchecker: pkgctl version subcommand
Required By     : clean-chroot-manager
Optional For    : None
Conflicts With  : None
Replaces        : devtools-git-poc
Installed Size  : 440.80 KiB
Packager        : Christian Heusel <gromit@archlinux.org>
Build Date      : di 25 feb 2025 22:15:49 CET
Install Date    : wo 05 mrt 2025 22:47:35 CET
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

devtools: 229 total files, 0 altered files
$ 

ZhangHua commented on 2025-04-02 10:43 (UTC)

@Lone_Wolf You can find another Retrieving sources, that one should be the one when source is actually downloaded. The one you found appeared when the actual build process was launching.

Lone_Wolf commented on 2025-04-02 10:36 (UTC)

==> Retrieving sources...
  -> Found hplip-plugin-3.25.2.zip

It's not trying to download the zip-file . Delete it and try again .

ZhangHua commented on 2025-04-02 04:59 (UTC) (edited on 2025-04-02 05:05 (UTC) by ZhangHua)

Interesting... Actually my situation is on the opposite and I have no idea about why. I tested those commands:

  • extra-x86_64-build -r /var/lib/aurbuild/x86_64/
  • paru --build ./hplip-plugin after cloning the repository or using paru ---getpkgbuild, or simply update this package automatically from AUR
  • makepkg
  • makechrootpkg -c -r /var/lib/aurbuild/x86_64 -u
  • pkgctl build

All commands above are run successfully. Those commands are all run in the repository except when using paru. extra-x86_64-build and pkgctl build will say unable to check package, but building is fine.

Here is the build output when running pkgctl: https://gist.github.com/arenekosreal/5e5ea77c6ffbbe2fdfe923dc9a9d4ec2

Lone_Wolf commented on 2025-04-01 09:49 (UTC)

Same with pkgctl build , it fails finding the ua.curlrc file .

Looks like there are 2 alternatives left : - remove the zip file from source arrary and run the download command in prepare() - let users download the file themselves

ZhangHua commented on 2025-04-01 09:18 (UTC) (edited on 2025-04-01 09:19 (UTC) by ZhangHua)

@Toolybird I tested with running extra-x86_64-build -r /var/lib/aurbuild/x86_64/ and I actually get the opposite. Just ensure your working directory is cloned git repository.

Toolybird commented on 2025-04-01 06:06 (UTC)

@ZhangHua, Have double checked. It still fails for me with a plain extra-x86_64-build.

ZhangHua commented on 2025-04-01 01:23 (UTC)

@Toolybird Would you mind to check if the repository is updated completely? I do not update .SRCINFO so some aur helper may not update the repository. I tested by running makechrootpkg -c -r /var/lib/aurbuild/x86_64 -u in this repository manually and it seems fine.

Toolybird commented on 2025-03-31 20:03 (UTC)

Not working here in a clean chroot with aurutils:

curl: cannot read config from 'ua.curlrc'
curl: option --config: error encountered when reading a file
curl: try 'curl --help' for more information