Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upCentOS template build fails for module app-linux-input-proxy #3921
Comments
marmarek
assigned
fepitre
May 23, 2018
fepitre
referenced this issue
in QubesOS/qubes-app-linux-input-proxy
May 23, 2018
Merged
Fix remaining old define version #10
marmarek
closed this
in
marmarek/qubes-app-linux-input-proxy@abe1d76
May 23, 2018
This was referenced May 23, 2018
andrewdavidwong
added
bug
C: builder
labels
May 24, 2018
andrewdavidwong
added this to the Release 4.0 updates milestone
May 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
misterzed88 commentedMay 23, 2018
Qubes OS version:
R4.0
Affected component(s):
qubes-builder-rpm
Steps to reproduce the behavior:
Following the instructions in https://www.qubes-os.org/doc/building-archlinux-template:
make get-sourcesmake qubes-vmmake templateerror: File /home/user/qubes-src/app-linux-input-proxy/qubes-input-proxy-1.0.11.tar.gz: No such file or directoryGeneral notes:
The problem is due to scripts/query-spec failing to determine the version from the spec file, resulting in the wrong name used when calling create-archive:
/home/user/Build/qubes-builder/scripts/create-archive /home/user/Build/qubes-builder/chroot-centos7/home/user/qubes-src/app-linux-input-proxy qubes-input-proxy-.tar.gz qubes-input-proxy-/A workaround is to manually specify the archive name by adding 'GIT_TARBALL_NAME = qubes-input-proxy-1.0.11.tar.gz' in the beginning of app-linux-input-proxy/Makefile.builder.