Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fails with error on Manjaro #1

Open
efosao opened this issue Jun 4, 2020 · 1 comment
Open

Install fails with error on Manjaro #1

efosao opened this issue Jun 4, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@efosao
Copy link

efosao commented Jun 4, 2020

(Thanks for sharing your work on this BTW...)

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 done for 'all'.
make: Nothing to be done for '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 done for '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 in package().
    Aborting...
██████████████████  ████████   xxxxxxxxxx 
██████████████████  ████████   ------------ 
██████████████████  ████████   OS: Manjaro Linux x86_64 
██████████████████  ████████   Host: 20HH000TUS ThinkPad P51 
████████            ████████   Kernel: 5.6.15-1-MANJARO 
████████  ████████  ████████   Uptime: 5 hours, 49 mins 
████████  ████████  ████████   Packages: 1451 (pacman), 8 (flatpak), 6 (snap) 
████████  ████████  ████████   Shell: zsh 5.8 
████████  ████████  ████████   Resolution: 1920x1080, 3840x2160 
████████  ████████  ████████   DE: GNOME 
████████  ████████  ████████   WM: Mutter 
████████  ████████  ████████   WM Theme: Canta-dark-compact 
████████  ████████  ████████   Theme: Canta-dark-compact [GTK2/3] 
████████  ████████  ████████   Icons: Tela-yellow [GTK2/3] 
                               Terminal: terminator 
                               CPU: Intel i7-7700HQ (8) @ 3.800GHz 
                               GPU: NVIDIA Quadro M1200 Mobile 
                               Memory: 2073MiB / 31921MiB 
@alcubierre-drive
Copy link
Owner

alcubierre-drive commented Jun 4, 2020

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

@alcubierre-drive alcubierre-drive self-assigned this Jun 8, 2020
@alcubierre-drive alcubierre-drive added the bug Something isn't working label Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants