Search Criteria
Package Details: openafs-modules-dkms 1.8.7-1
Git Clone URL: | https://aur.archlinux.org/openafs-modules-dkms.git (read-only, click to copy) |
---|---|
Package Base: | openafs-modules-dkms |
Description: | Kernel module for OpenAFS (dkms) |
Upstream URL: | http://www.openafs.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Bevan |
Maintainer: | Bevan |
Last Packager: | Bevan |
Votes: | 17 |
Popularity: | 0.009166 |
First Submitted: | 2014-03-23 13:24 |
Last Updated: | 2021-01-15 08:34 |
Dependencies (3)
Sources (7)
- 0001-Avoid-duplicate-definitions-of-globals.patch
- 0002-LINUX-5.8-Replace-kernel_setsockopt-with-new-funcs.patch
- 0003-LINUX-5.8-do-not-set-name-field-in-backing_dev_info.patch
- 0004-LINUX-5.8-use-lru_cache_add.patch
- 0005-LINUX-5.9-Remove-HAVE_UNLOCKED_IOCTL-COMPAT_IOCTL.patch
- dkms.conf
- http://openafs.org/dl/openafs/1.8.7/openafs-1.8.7-src.tar.bz2
Latest Comments
1 2 3 4 5 6 ... Next › Last »
drslmr commented on 2020-06-22 12:42
The known issue installing dkms packages seams to has been fixed: https://aur.archlinux.org/packages/aura-bin/#comment-750621
Bevan commented on 2020-06-09 09:51
There is a known issue when installing any dkms package via Aura. See https://github.com/fosskers/aura/issues/584. Please build and install this package manually or use a different AUR helper.
Bevan commented on 2020-06-09 09:46
@drslmr: I just notice that you are still running kernel 5.6.11-arch1. That one was still built with GCC 9. This package expects that GCC 10 is used and that may only work when your kernel was also built with GCC 10 (i.e., at least 5.6.11-arch3).
Edit: This is probably not the issue. It's aura. See the pinned comment.
drslmr commented on 2020-06-09 09:46
@Bevan unfortunately my log file is gone now. But from what I remember it was like that, yes. And I have it on two different computers, but similar archlinux update.
Bevan commented on 2020-06-09 09:38
@drslmr: So the /var/lib/dkms/openafs/1.8.6pre2/build/make.log for you also stops with
configure: error: C compiler cannot create executables
?drslmr commented on 2020-06-09 09:36
I get the same error:
I had the same issue as reported by kgizdov before.I'm using aura.
But using:
works.
kgizdov commented on 2020-06-02 14:15
@Bevan, not sure what the problem was, since I can build and install the dkms module by manually building it as root. Meaning the configure and build step succeed with root account and GCC 10. However, it was not working until today's update - which did not have anything to do with GCC, dkms or kernal at all. Anyway, it works now for no apparent reason.
Bevan commented on 2020-05-29 14:55
kgizdov: Interesting. It looks like your GCC cannot find its own cc1 binary when called by dkms. Kind of similar to what has been described by another person at https://bbs.archlinux.org/viewtopic.php?id=255784
Is your system fully up-to-date? Are you using packages from testing? For me it works with dkms 2.8.1-3, in testing there is a different version.
kgizdov commented on 2020-05-29 13:31
fails to build the modules with following error:
however, if I run the configure step in the DKMS config manually, it succeeds.
Bevan commented on 2019-03-04 18:25
@fepf: linux-headers is only the correct choice if you use the linux package from the repositories. But there are also the LTS and the ZEN kernels + several others here in AUR. The dkms package already has all of the linux-*-headers packages as optional dependencies which is why I did not include them as optional dependency here.