Search Criteria
Package Details: spnavcfg 1.3-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/spnavcfg.git (read-only, click to copy) |
|---|---|
| Package Base: | spnavcfg |
| Description: | The spacenav project provides a free, compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 3D input devices (called 'space navigator', 'space pilot', 'space traveller', etc). |
| Upstream URL: | https://github.com/FreeSpacenav/spnavcfg |
| Licenses: | GPL |
| Provides: | spnavcfg |
| Submitter: | jaham |
| Maintainer: | jaham |
| Last Packager: | jaham |
| Votes: | 7 |
| Popularity: | 0.000928 |
| First Submitted: | 2010-04-27 21:42 (UTC) |
| Last Updated: | 2026-04-14 19:43 (UTC) |
Dependencies (5)
- libspnav (libspnav-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- spacenavdAUR
- gcc (gcc-gitAUR, gcc-fast-optimizedAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
1 2 Next › Last »
jaham commented on 2026-04-14 19:45 (UTC)
@soxhi8 you are completely right. I had LTO disabled in my makepkg.conf file so did not trigger the issue. Changed the PKGBUILD as you suggested and it fixed the problem. Much appreciated!
soxhi8 commented on 2026-04-14 01:13 (UTC) (edited on 2026-04-14 01:15 (UTC) by soxhi8)
Probably having the same issue on my machine. It occurs for QT6-compiles when LTO is enabled, like p.e. like this in makepkg.conf:
LTOFLAGS="-flto=auto"To mitigate this, you can disable it in the PKGBUILD:
options=('!lto')void-spark commented on 2026-04-13 22:28 (UTC) (edited on 2026-04-13 22:29 (UTC) by void-spark)
Hi! Thank you for your attention :) That would be: qt6-base 6.10.2-1
All packages starting with qt6, for completeness:
jaham commented on 2026-04-13 21:38 (UTC)
That's strange. @void-spark which version of qt6-base do you have installed?
void-spark commented on 2026-04-13 16:58 (UTC)
Any suggestions what's going wrong here on Manjaro stable (all packages updated today)? :)
Thank you!
SR-G commented on 2023-01-07 22:59 (UTC)
Yep i can confirm that it's working now with 1.1-1, thanks for the quick correction.
jaham commented on 2023-01-07 22:39 (UTC) (edited on 2023-01-07 22:39 (UTC) by jaham)
When creating the package it worked, but when installing it again with yay i got the same error. This was due to a duplicate object file within the linker command. Should be fixed now.
SR-G commented on 2023-01-07 19:16 (UTC) (edited on 2023-01-07 19:22 (UTC) by SR-G)
Trying to upgrade from 1.0.0 to 1.1.0 through
yaygives me the following error... any idea ?("first defined here" is probably just a warning (there are other ones like that just before) / Makefile:31 does not give any clue (it's just the "$(CXX) -o $@ $(obj) $(LDFLAGS)" compilation line)
edit : if i go in the "spnavcfg-1.1" (yay cache) folder, type "make clean" then "make" => i have the exact same error (this is expected), but if i launch "make" a second time (without changing anything anywhere !), then it works and the binary is generated (and working when manually launched).
remspoor commented on 2022-07-25 16:35 (UTC) (edited on 2022-07-25 16:35 (UTC) by remspoor)
Thanks for the response! libspnav is installed.
Anything i can investigate to fix this?
jaham commented on 2022-07-22 23:45 (UTC)
@remspoor: It looks like libspnav is not found. Have you installed it? It should be a dependency of spnavcgf.
1 2 Next › Last »