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

gawk should be listed as a prerequisite for deb installation #493

Closed
nrktkt opened this issue Jun 27, 2019 · 3 comments
Closed

gawk should be listed as a prerequisite for deb installation #493

nrktkt opened this issue Jun 27, 2019 · 3 comments
Labels
bug build test release improvements to buid, test or release

Comments

@nrktkt
Copy link

nrktkt commented Jun 27, 2019

What are the steps to reproduce this issue?

  1. Install git-secret on Ubuntu linux
  2. git secret init

What happens?

/usr/bin/git-secret: line 144: gawk: command not found
'/tmp/secrettest/.gitsecret/' created.
/usr/bin/git-secret: line 275: gawk: command not found

What were you expecting to happen?

git secret initialized with no errors

What versions of software are you using?

Operating system: (uname -a) …
4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

git-secret version: (git secret --version) …
GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu)

Shell type and version: ($SHELL --version) …
GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu)

@joshrabinowitz
Copy link
Collaborator

joshrabinowitz commented Jul 9, 2019

I think the fix for this is to move gawk in
/~https://github.com/sobolevn/git-secret/blob/79a1c45aeb3585a132c6fe3e9eb3974614ec4573/.ci/integration/vars/Debian.yml

to the build_tools section.

Can anyone confirm/deny?
Edit: the fix involved the invocation of fpm in utils/build_utils.sh

@joshrabinowitz
Copy link
Collaborator

I have confirmed this issue using Ubuntu 18.04 and the deb package of 0.2.6 at https://dl.bintray.com/sobolevn/deb/

@joshrabinowitz joshrabinowitz added bug build test release improvements to buid, test or release labels Aug 20, 2019
@joshrabinowitz
Copy link
Collaborator

Believed fixed but not confirmed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build test release improvements to buid, test or release
Projects
None yet
Development

No branches or pull requests

2 participants