Package: spnavcfg Version: 1.2-1 Followup-For: Bug #1104592 X-Debbugs-Cc: ew...@ewhac.org
Dear Maintainer, I, too, am seeing the same issue. Building the package myself yields the same problem. The problem is that the package's source code is being improperly fetched from the GitHub repo. The repo relies on Git LFS (Large File Support). This feature must be explicitly configured by the fetching client via `git lfs install`, which makes modest changes to `$HOME/.gitconfig`. If this is not done, then the icon files will be "pointer files" containing the metadata to fetch the file (URL + SHA256), not the file data itself. This was clearly not done when building `spnavcfg_1.2.orig.tar.gz`, resulting in invalid icon files. After enabling Git LFS, I was able to build a working copy as follows: ``` $ mkdir work && cd work $ sudo apt build-dep spnavcfg $ apt-get source spnavcfg $ git clone g...@github.com:FreeSpacenav/spnavcfg.git spnavcfg-git $ cp -av spnavcfg-1.2/debian spnavcfg-git $ cd spnavcfg-git $ debuild -b -uc -us ``` The resulting binary then correctly launches and connects with `spacenavd`. Hope this helps. Schwab -- System Information: Debian Release: 13.0 APT prefers testing-security APT policy: (500, 'testing-security'), (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.12.32-amd64 (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages spnavcfg depends on: ii libc6 2.41-9 ii libgcc-s1 14.2.0-19 ii libqt5core5t64 5.15.15+dfsg-5 ii libqt5gui5t64 5.15.15+dfsg-5 ii libqt5widgets5t64 5.15.15+dfsg-5 ii libspnav0 1.2-1 ii libstdc++6 14.2.0-19 ii libx11-6 2:1.8.12-1 ii spacenavd 1.3.1-1 spnavcfg recommends no packages. spnavcfg suggests no packages. -- no debconf information