Search Criteria
Package Details: amass 4.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/amass.git (read-only, click to copy) |
---|---|
Package Base: | amass |
Description: | In-depth Attack Surface Mapping and Asset Discovery |
Upstream URL: | https://github.com/OWASP/Amass |
Licenses: | Apache |
Submitter: | architekton |
Maintainer: | f2404 |
Last Packager: | f2404 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-09-10 11:30 (UTC) |
Last Updated: | 2023-09-13 23:17 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
lawnmower_man commented on 2020-03-05 12:59 (UTC)
Thanks for your fast reply
architekton commented on 2020-03-05 10:27 (UTC)
@lawnmower_man The %w verb isn't allowed in format strings that don't wrap errors anymore such as Printf or Sprintf in go 1.13+. It simply doesn't make sense anymore see: https://play.golang.org/p/-kQ6HtIIMG7 which runs go1.13.7 to see why. This is an upstream problem, they should replace %w with %v. If they don't soon I'll patch it and submit a PR. As a workaround you could downgrade to go1.12.
lawnmower_man commented on 2020-03-04 21:26 (UTC) (edited on 2020-03-04 21:32 (UTC) by lawnmower_man)
I get this error when trying to install on artix arch - any ideas? TY.
wknapik commented on 2019-12-26 16:30 (UTC)
@architekton thanks, now we can install amass without removing go.
The problem was not about the dependency being compile-time, or run-time. The problem was that the go and go-pie packages cannot co-exist on the same system. So anyone with go installed was forced to remove it in favor of go-pie, to build amass. Now, with the dependency on go-pie removed, that's no longer the case.
architekton commented on 2019-12-22 00:04 (UTC)
@wknapik Go or go-pie are only make dependencies and can be removed after building, however I changed it back to go for non-conflict convenience.
wknapik commented on 2019-12-20 15:42 (UTC)
Please remove the dependency on go-pie.
wknapik commented on 2019-12-10 17:34 (UTC) (edited on 2019-12-10 17:35 (UTC) by wknapik)
architekton commented on 2019-12-05 00:43 (UTC)
@wknapik - It isn't a hard dependency, just used during the build process, see: https://wiki.archlinux.org/index.php/Go_package_guidelines#Building
wknapik commented on 2019-12-03 10:53 (UTC)
Please revert the hard dependency on go-pie, it conflicts with the regular go package, not to mention that go-pie is not actually required by amass.
« First ‹ Previous 1 2 3 Next › Last »