Search Criteria
Package Details: etherlab-ethercat 1.6.9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/etherlab-ethercat.git (read-only, click to copy) |
|---|---|
| Package Base: | etherlab-ethercat |
| Description: | Kernel modules for IgH EtherCAT(R) Master component |
| Upstream URL: | https://etherlab.org |
| Keywords: | ethercat fieldbus |
| Licenses: | GPL-2.0-only |
| Submitter: | entidi |
| Maintainer: | entidi |
| Last Packager: | entidi |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-04-07 21:50 (UTC) |
| Last Updated: | 2026-03-26 17:05 (UTC) |
Dependencies (3)
- etherlab-ethercat-toolsAUR
- linux (linux-galaxyaudioAUR, linux-mnt-reform-binAUR, solara-kernelAUR, linux-galaxyaudio-binAUR)
- linux-headers (linux-mnt-reform-bin-headersAUR, linux-galaxyaudio-headers-binAUR) (make)
Latest Comments
1 2 Next › Last »
entidi commented on 2026-05-07 05:15 (UTC)
Please, report upstream.
UweSauter commented on 2026-05-06 19:24 (UTC) (edited on 2026-05-06 19:32 (UTC) by UweSauter)
Looks like 1.6.9 does not build with GCC 16.1.1:
Should I report upstream or can this be solved here?
micwoj92 commented on 2026-02-09 06:37 (UTC)
Fyi kernel modules fail to build 6.19
https://gitlab.com/etherlab.org/ethercat/-/issues/200
micwoj92 commented on 2025-09-27 01:07 (UTC)
Thanks for fix. On my normal system it also built fine, I only encounted this issue in chroot.
entidi commented on 2025-09-26 09:41 (UTC)
Sorry about that: I'm unable to replicate but I'm not in a clean environment, so I suspect the
linux-headersdependency is not installed before the build.Please, could you try the last PKGBUILD (
etherlab-ethercat-1.6.7-6)? In 133acc3dedda I moved that dependency to the rootmakedepends.micwoj92 commented on 2025-09-25 22:11 (UTC)
When trying to build in clean chroot this fails with
entidi commented on 2025-09-25 06:18 (UTC)
I split the dkms version on its own package (etherlab-ethercat-dkms). This simplifies a lot the PKGBUILD code.
entidi commented on 2025-09-15 10:10 (UTC) (edited on 2025-09-15 10:10 (UTC) by entidi)
That explains it:
linux-zen-headersinstalls the headers under/usr/src/linux-zen, so the if branch fails.For non-standard headers or dynamic module autoupdate, please use
etherlab-ethercat-dkmsinstead. In short:taotieren commented on 2025-09-15 09:50 (UTC)
I am using the
devtoolsenvironment for compilation. I am usinglinux-zen-headers. I attempted to add thelinux-zen-headerscompilation dependency toetherlab-ethercat.entidi commented on 2025-09-12 15:09 (UTC)
No idea what's happening there...
etherlab-ethercatrequireslinux-headersso theif test -d /usr/src/linuxbranch inbuild()must succeed and the configure script should be called with--with-linux-dir=/usr/src/linuxand that should be enough to defineLINUX_SOURCE_DIR(later used by Makefile.kbuild asmake -C ...).Are you using some non-standard
linux-headerspackage that does not create/usr/src/linux?1 2 Next › Last »