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

Cannot build/install on ubuntu 20.04 #15

Open
mattvonrocketstein opened this issue Jul 6, 2023 · 2 comments
Open

Cannot build/install on ubuntu 20.04 #15

mattvonrocketstein opened this issue Jul 6, 2023 · 2 comments

Comments

@mattvonrocketstein
Copy link

$ make deps
Using default tag: latest
latest: Pulling from skandyla/fpm
9811207f4eba: Pull complete 
aaee8a25dd44: Pull complete 
Digest: sha256:23b12f00e06774e4e5b0775ef2ac0e8d8b50565b6369b93caa62e9684089180e
Status: Downloaded newer image for skandyla/fpm:latest
docker.io/skandyla/fpm:latest

$ make deb
make: *** [Makefile:45: deb] Error 1

$ make
cp: cannot create directory 'build/pkg/etc/ansible-bundler': No such file or directory
make: *** [Makefile:33: package] Error 1
@mattvonrocketstein
Copy link
Author

Also fwiw the .deb installation doesn't seem to work either, am I doing this right?

$ sudo dpkg -i ansible-bundler_1.10.2_amd64.deb 
(Reading database ... 211681 files and directories currently installed.)
Preparing to unpack ansible-bundler_1.10.2_amd64.deb ...
Unpacking ansible-bundler (1.10.2) over (1.10.2) ...
Setting up ansible-bundler (1.10.2) ...

$ which ansible-bundler

$ ansible-bundler
ansible-bundler: command not found

@mattvonrocketstein mattvonrocketstein changed the title Cannot build on ubuntu 20.04 Cannot build/install on ubuntu 20.04 Jul 6, 2023
@kriansa
Copy link
Owner

kriansa commented Jul 6, 2023

It seems the docs lacks one other step. make package deb should work, can you try it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants