There is an error when installing this package. Could you look into it? Here is what I received in stdout:
==> Starting build()...
using /usr/bin/gcc
using /usr/bin/ar
using /usr/bin/install
using /usr/bin/strip
using /usr/bin/ld
using /usr/bin/ranlib
using /usr/bin/gcc -M
could not find: help2man help2man; proceeding anyway...
using /usr/bin/make
configured for GNU make
BaseZ
Version 1.6.2
Copyright (C) 2013, 2015, 2016 Milan Kupcevic
/usr/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o basez.o basez.c
/usr/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o base32.o base32.c
/usr/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o base16.o base16.c
/usr/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o base64.o base64.c
/usr/bin/gcc -o basez -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now basez.o base32.o base16.o base64.o
==> Entering fakeroot environment...
==> Starting package()...
install: cannot create regular file '/home/myself/AUR/basez/pkg/basez/usr/share/doc/basez/': No such file or directory
make: *** [Makefile:300: install-docs] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in package().
Aborting...
After installing help2man
as a make dependency, the latter error still doesn't go away:
using /usr/bin/gcc -M
using /usr/bin/help2man
using /usr/bin/make
configured for GNU make
BaseZ
Version 1.6.2
Copyright (C) 2013, 2015, 2016 Milan Kupcevic
/usr/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o basez.o basez.c
/usr/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o base32.o base32.c
/usr/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o base16.o base16.c
/usr/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o base64.o base64.c
/usr/bin/gcc -o basez -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now basez.o base32.o base16.o base64.o
==> Entering fakeroot environment...
==> Starting package()...
install: cannot create regular file '/home/myself/AUR/basez/pkg/basez/usr/share/doc/basez/': No such file or directory
make: *** [Makefile:300: install-docs] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in package().
Aborting...
Pinned Comments
ethanrakoff commented on 2025-02-27 09:52 (UTC)
Adopted and added new upstream source.