You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ./gen_pkg.sh on Manjaro, results in the following error ...
==> Making package: scan_finger 0.1-6 (Thu 04 Jun 2020 04:46:07 AM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found scan_finger_src.tgz
==> Validating source files with md5sums...
scan_finger_src.tgz ... Skipped
==> Extracting sources...
-> Extracting scan_finger_src.tgz with bsdtar
==> Starting prepare()...
==> Starting pkgver()...
==> Starting build()...
==> Starting check()...
==> Entering fakeroot environment...
==> Starting package()...
make: Nothing to be donefor'all'.
make: Nothing to be donefor'all'.
./install.sh: line 19: cd: src: No such file or directory
./install.sh: line 22: ./configure: No such file or directory
make: Nothing to be donefor'all'.
install: cannot stat 'xtrlock-pam/src/xtrlock-pam': No such file or directory
install: cannot stat 'xtrlock-pam/src/40-libfprint-vfs0090-custom.rules': No such file or directory
==> ERROR: A failure occurred inpackage().
Aborting...
This does somehow not seem like a clean build, since make outputs "make: Nothing to be done for 'all'.". Could you paste the output of tree run from the repo directory?
Edit: Probably add the line "set -x" to "scan_finger_src/install.sh" (in the second line) and rerun ./gen_pkg.sh
(Thanks for sharing your work on this BTW...)
Running
./gen_pkg.sh
on Manjaro, results in the following error ...The text was updated successfully, but these errors were encountered: