Package Details: gobuster 3.6.0-1

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: Apache
Submitter: aaronpb
Maintainer: imlonghao
Last Packager: imlonghao
Votes: 10
Popularity: 0.176897
First Submitted: 2018-06-26 14:34 (UTC)
Last Updated: 2023-08-27 02:44 (UTC)

Dependencies (2)

Required by (3)

Sources (1)

Latest Comments

imlonghao commented on 2020-12-24 06:43 (UTC)

@harry that's expected.

harry commented on 2020-12-23 22:32 (UTC)

The installer leaves a directory named go in $HOME.

tamer_arch commented on 2020-11-04 15:42 (UTC)

@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 (UTC)

I have the same issue as @JuCa

JuCa commented on 2020-08-24 18:45 (UTC)

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 (UTC)

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 (UTC) (edited on 2018-07-03 05:30 (UTC) by aaronpb)

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 (UTC)

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.