Search Criteria
Package Details: glpi-agent 1.16-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/glpi-agent.git (read-only, click to copy) |
|---|---|
| Package Base: | glpi-agent |
| Description: | GLPI Agent |
| Upstream URL: | https://www.glpi-project.org |
| Licenses: | GPL2 |
| Submitter: | khvalera |
| Maintainer: | khvalera |
| Last Packager: | khvalera |
| Votes: | 5 |
| Popularity: | 0.024670 |
| First Submitted: | 2022-07-03 10:29 (UTC) |
| Last Updated: | 2026-03-09 12:22 (UTC) |
Dependencies (31)
- perl-cpanel-json-xs
- perl-data-uuid
- perl-datetime
- perl-edidAUR
- perl-file-copy-recursive
- perl-file-which
- perl-http-proxyAUR
- perl-http-server-simple
- perl-http-server-simple-authenAUR
- perl-io-captureAUR
- perl-io-socket-ssl
- perl-ipc-run
- perl-lwp-protocol-https
- perl-net-ip
- perl-net-snmp
- perl-parallel-forkmanager
- perl-text-template
- perl-universal-requireAUR
- perl-xml-libxml
- perl-xml-treeppAUR
- Show 11 more dependencies...
Latest Comments
willimei commented on 2026-03-09 08:32 (UTC)
I have tried it again today and after installing 'unzip' it worked on my system without 'perl-archive-zip'. So at least unzip should be added to the make dependency list. The following packages from your list are not installed on my system: 'zip', 'python-isal', 'python-zlib-ng', 'quazip-qt5', 'quazip-qt6'. The other packages are also installed on my system.
khvalera commented on 2026-03-05 18:37 (UTC)
@willimei It compiles fine for me without erl-archive-zip. I guess I need some other package, check with me: pacman -Qsq zip 7zip bzip2 gzip libdeflate libzip minizip perl python-isal python-zlib-ng quazip-qt5 quazip-qt6 unzip zlib
willimei commented on 2025-02-13 10:27 (UTC)
Interesting. Without the module installed I always get this message during the tests:
An at the end the whole build process fails:
With
perl-archive-zipinstalled everything works fine. Maybe you have already installed the package for other reasons?khvalera commented on 2025-02-11 15:46 (UTC)
@willimei I don't see an error when building the package. Can someone else confirm the need for perl-archive-zip?
willimei commented on 2025-02-11 12:23 (UTC)
I had to add
perl-archive-zipto the makedepends of the package, because otherwise two subtests oft/agent/tools/archive.twill fail.lesteve commented on 2024-03-07 12:38 (UTC) (edited on 2024-03-07 12:39 (UTC) by lesteve)
I seem to have the same issue as @spinnau, when can not install glpi-agent 1.7.1, because 32 tests fail. @spinnau suggested that fix-serial-number.patch needs to be removed.
Here is the end of the yay output:
Here are the tests that fail:
spinnau commented on 2024-03-06 09:24 (UTC)
Thanks for updating the package. For the current version 1.7.1 the fix-serial-number.patch for Screen.pm needs to be removed. Otherwise there are 32 tests of 125 failing in t/tasks/inventory/generic/screen.t
gerdesj commented on 2023-09-08 12:56 (UTC)
I had to manually install perl-xml-libxml to get the agent to actually gather and send data. I ran glpi-inventory manually and got Perl errors. Now it is working.