Search Criteria
Package Details: gpib-utils 1.5-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpib-utils.git (read-only, click to copy) |
---|---|
Package Base: | gpib-utils |
Description: | GPIB instrument support utilities |
Upstream URL: | https://github.com/garlick/gpib-utils |
Licenses: | GPLv2 |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-04-20 12:45 (UTC) |
Last Updated: | 2019-01-12 12:26 (UTC) |
Dependencies (1)
- linux-gpibAUR (linux-gpib-svnAUR, linux-gpib-dkmsAUR, linux-gpib-gitAUR)
Required by (1)
- linux-gpib-dkms-git (optional)
Latest Comments
dreieck commented on 2025-04-29 11:48 (UTC)
A working and fixed package now is
gpib-utils-git
.You can draw inspirations from there on how to fix this one.
Regards!
dreieck commented on 2025-04-29 11:39 (UTC)
Please add
backup=("etc/gpib-utils.conf")
so that user made configuration changes do not get overwritten.dreieck commented on 2025-04-29 11:37 (UTC)
LDFLAGS+=" -ltirpc"; export LDFLAGS
is needed to work around this linking issue.dreieck commented on 2025-04-29 11:11 (UTC)
You also need to add
libtirpc
to thedepends
array: That one provides/usr/include/tirpc/
andrpc/rpc.h
.dreieck commented on 2025-04-29 11:05 (UTC) (edited on 2025-04-29 11:18 (UTC) by dreieck)
After applying this fixes, build fails while linking due to missing symbols -- also happens if I add
options+=('!lto')
to thePKGBUILD
. Compiling withmake -j1
to avoid parallel builds:Here I have no further clue how to solve that.
Created an issue report upstream ↗ here.
Regards!
dreieck commented on 2025-04-29 10:57 (UTC)
Ahoj,
you need to add
-Wno-error=parentheses -Wno-error=pointer-compare -Wno-error=stringop-truncation
to$CFLAGS
/$CXXFLAGS
to work around warnings trated as errors with GCC 14:Here is a patch to the
PKGBUILD
which addresses this and the previous issue:Regards and thanks for maintaining!
dreieck commented on 2025-04-29 10:45 (UTC)
You need to add
makedepends=("rpcsvc-proto")
because therpcgen
executable is needed:Regards and thanks for this package!
mox commented on 2018-06-07 22:31 (UTC)
Does not build anymore, because rpc/rpc.h is missing.