Search Criteria
Package Details: gobuster 3.1.0-2
Git Clone URL: | https://aur.archlinux.org/gobuster.git (read-only, click to copy) |
---|---|
Package Base: | gobuster |
Description: | A directory/file & DNS busting tool. |
Upstream URL: | https://github.com/OJ/gobuster |
Licenses: | |
Submitter: | aaronpb |
Maintainer: | imlonghao |
Last Packager: | imlonghao |
Votes: | 5 |
Popularity: | 0.49 |
First Submitted: | 2018-06-26 14:34 |
Last Updated: | 2020-12-19 03:37 |
Latest Comments
imlonghao commented on 2020-12-24 06:43
@harry that's expected.
harry commented on 2020-12-23 22:32
The installer leaves a directory named go in $HOME.
tamer_arch commented on 2020-11-04 15:42
@inlonghao @JuCa edit the PKGBUILD file 1. delete prepare() 2. replace [cd "${GOPATH}/src/github.com/OJ/gobuster"] with [cd "${srcdir}"/${pkgname}-${pkgver}] 3. reset the permission of the pkg directory and it's including files and dirs make them create and delete say with chmod -R 755
Then run the makepkg again and it should work
imlonghao commented on 2020-08-25 17:03
I have the same issue as @JuCa
JuCa commented on 2020-08-24 18:45
I'm not sure if I'm just an idiot or missing a step but I just get a whole long list of "Permission denied" when I try to build the package. Any clue what I could be doing wrong?
imlonghao commented on 2020-01-07 14:58
Since the repo is using Go Module, there is no necessary to define GOPATH and PATH, golang itself will handle it.
My suggestions: 1. delete prepare() 2. replace [cd "${GOPATH}/src/github.com/OJ/gobuster"] with [cd "${srcdir}"/${pkgname}-${pkgver}] 3. Deps require go>=1.11
aaronpb commented on 2018-06-27 08:10
Hi Cyber_STX,
I'm having a look at this now, and should have it fixed shortly.
Thanks, Aaron
EDIT: The only way I could replicate this is by using
makepkg -sei
. The-e
flag should not be used while installing this package, as it skips the prepare() function, which is required for installation.Cyber_STX commented on 2018-06-27 07:40
Hi,
There's a problem during the install:
line 26: cd: /opt/go/src/github.com/OJ/gobuster: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... Error making: gobuster
Thanks.