Package Details: linux-gpib-dkms 4.3.6-2

Git Clone URL: https://aur.archlinux.org/linux-gpib-dkms.git (read-only, click to copy)
Package Base: linux-gpib-dkms
Description: A support package for GPIB (IEEE 488) hardware (DKMS version).
Upstream URL: http://linux-gpib.sourceforge.net/
Keywords: science
Licenses: GPL
Conflicts: linux-gpib
Provides: linux-gpib
Submitter: Foucault
Maintainer: Foucault
Last Packager: Foucault
Votes: 3
Popularity: 0.000028
First Submitted: 2016-03-14 13:31 (UTC)
Last Updated: 2023-10-17 17:59 (UTC)

Dependencies (5)

Required by (7)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

greyltc commented on 2019-01-11 17:52 (UTC) (edited on 2019-01-11 17:53 (UTC) by greyltc)

Hey, could you please enable the python3 bindings here? See my PKGBUILD, linux-gpib-svn for an example of how you might do that.

trincer commented on 2018-11-07 22:32 (UTC) (edited on 2018-11-07 22:38 (UTC) by trincer)

Thanks for the really quick update. (edited for style) -- This appeared.

In order to use the new version, reload all gpib modules manually.

:: Running post-transaction hooks...

(1/2) Install DKMS modules

/usr/src/linux-gpib-4.2.0/dkms.conf: line 65: unexpected EOF while looking for matching `"'

/usr/src/linux-gpib-4.2.0/dkms.conf: line 66: syntax error: unexpected end of file

/usr/src/linux-gpib-4.2.0/dkms.conf: line 65: unexpected EOF while looking for matching `"'

/usr/src/linux-gpib-4.2.0/dkms.conf: line 66: syntax error: unexpected end of file

==> dkms install linux-gpib/4.2.0 -k 4.18.16-arch1-1-ARCH

/usr/src/linux-gpib-4.2.0/dkms.conf: line 65: unexpected EOF while looking for matching `"'

/usr/src/linux-gpib-4.2.0/dkms.conf: line 66: syntax error: unexpected end of file

dkms.conf: Error! No 'DEST_MODULE_LOCATION' directive specified.

Error! Bad conf file.

File: /usr/src/linux-gpib-4.2.0/dkms.conf

does not represent a valid dkms.conf file.

(2/2) Arming ConditionNeedsUpdate...

Foucault commented on 2018-04-29 14:48 (UTC)

Unfortunately it is not compatible with >= 4.15. The SVN version works but there is no stable version update yet.

albron commented on 2018-04-29 14:09 (UTC)

Build fails with errors such as:

implicit declaration of function 'init_timer'; did you mean 'init_timers'?

As far as I can tell, this is due to the reorganization of the kernel timers API for kernel versions >= 4.15

suridaj commented on 2018-01-12 21:50 (UTC)

@Foucault, you are right. On a clean machine everything works smoothly. On my work machine however for some reason this package conflicts with filesystem and the problematic "file" is /lib. Super weird. Time to get my hands dirty.

suridaj commented on 2018-01-10 16:21 (UTC)

Good point. I will try it inside a clean VM and report back.

Foucault commented on 2018-01-07 12:12 (UTC)

This should not happen, because there are no files in the package itself under /lib. Are you sure there are no leftover files from a previous package?

suridaj commented on 2018-01-04 17:45 (UTC) (edited on 2018-01-04 17:47 (UTC) by suridaj)

I am unable to install linux-gpib-dkms 4.1.0-1 built on current Arch Linux. pacman -U complains with the following error message:

error: failed to commit transaction (conflicting files)
linux-gpib-dkms: /lib exists in filesystem
Errors occurred, no packages were upgraded.

It seems these files should go to /usr/lib instead to /lib which is a symlink to /usr/lib (at least in the current filesystem package). I "solved" this by adding the following lines to the end of package():

     cp -r "${pkgdir}/lib" "${pkgdir}/usr"
     rm -rf "${pkgdir}/lib"

Foucault commented on 2017-05-27 10:10 (UTC)

It seems the problematic line is the patch line #include <linux/sched/signal.h> signal.h seems to be missing from 4.9 but seems to be required for the module to be build correctly on 4.11. Because at the moment I'm a little busy can you please try the following on LTS? * Remove linux-gpib-dkms * Download the source tarball [0] * Unpack (tar xvfz) * Edit the PKGBUILD removing line 38 (patch -Np1 -i "../linux-4.11.patch") * Make the package again (makepkg -sf) If that works then we will need a conditional define guard on the header. 0: https://aur.archlinux.org/cgit/aur.git/snapshot/linux-gpib-dkms.tar.gz

tedd commented on 2017-05-27 05:46 (UTC)

Just curious Neros, was this the latest version (4.0.4rc2-3) which includes linux-4.11.patch?