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

Naabu fails to build on Amazon Linux (arm architecture tested) #890

Closed
mailler0xa opened this issue Dec 16, 2023 · 2 comments
Closed

Naabu fails to build on Amazon Linux (arm architecture tested) #890

mailler0xa opened this issue Dec 16, 2023 · 2 comments
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@mailler0xa
Copy link

mailler0xa commented Dec 16, 2023

Naabu version:

Current main branch release and the provided archived sources.
(https://github.com/projectdiscovery/naabu.git and the archives in https://github.com/projectdiscovery/naabu/releases/)

Current Behavior:

Trying to install naabu on Amazon Linux results in a failure with the following output when runnign go install: go: downloading aead.dev/minisign v0.2.0 go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/minisign.go:8:2: unrecognized import path "aead.dev/minisign": reading https://aead.dev/minisign?go-get=1: 404 Not Found

When running make on the provided sources, this is the error: go build -v -ldflags '-extldflags "-static"' -o "naabu" cmd/naabu/main.go go: downloading aead.dev/minisign v0.2.0 ../../../../go/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/minisign.go:8:2: unrecognized import path "aead.dev/minisign": reading https://aead.dev/minisign?go-get=1: 404 Not Found make: *** [Makefile:15: build] Error 1

Expected Behavior:

Naabu should build successfully.

Steps To Reproduce:

  1. Run go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest on Amazon Linux (arm architecture) as is when installing naabu directly via go.
  2. For the archives, after extracting the archives, run make while on v2 directory inside naabu.
  3. Both cases will result in failures as described in the current behavior.

Tasks

No tasks being tracked yet.
@mailler0xa mailler0xa added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 16, 2023
@dogancanbakir dogancanbakir self-assigned this Dec 19, 2023
@dogancanbakir
Copy link
Member

@mailler0xa , See projectdiscovery/subfinder#1055. Closing this.

@mailler0xa
Copy link
Author

@dogancanbakir Thanks. I got it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

2 participants