Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] gobuster compiles into something unexpected
@ 2021-02-18 17:03 stnby
  2021-02-18 18:04 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: stnby @ 2021-02-18 17:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1626 bytes --]

New issue by stnby on void-packages repository

https://github.com/void-linux/void-packages/issues/28846

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.10.7_1 x86_64 AuthenticAMD notuptodate rF
* package:  
  gobuster-3.1.0_1

### Expected behavior

The compiled binary using `xbps-src` is nowhere similar to the expected binary just by running go build on the exact source code

```
$ sha256sum v3.1.0.tar.gz
a49e597412a0be68020f2836c4f33276cb653d00543f59d4cff34b053b8d9a10  v3.1.0.tar.gz
$ cd gobuster-3.1.0
$ go build
...
$ ./gobuster
Usage:
  gobuster [command]

Available Commands:
  dir         Uses directory/file enumeration mode
  dns         Uses DNS subdomain enumeration mode
  fuzz        Uses fuzzing mode
  help        Help about any command
  s3          Uses aws bucket enumeration mode
  version     shows the current version
  vhost       Uses VHOST enumeration mode
...
```

### Actual behavior

```
...
[*] Configuring unpacked packages
gobuster-3.1.0_1: configuring ...
gobuster-3.1.0_1: installed successfully.

0 downloaded, 1 installed, 0 updated, 1 configured, 0 removed.
$ gobuster
2021/02/18 17:00:16 [!] 2 errors occurred:
	* WordList (-w): Must be specified (use `-w -` for stdin)
	* Url/Domain (-u): Must be specified
```

### Steps to reproduce the behavior

Compile the application using regular `go build`
and then using `xbps-src` and compare these 2 binaries.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gobuster compiles into something unexpected
  2021-02-18 17:03 [ISSUE] gobuster compiles into something unexpected stnby
@ 2021-02-18 18:04 ` ericonr
  2021-02-18 19:28 ` stnby
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-18 18:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28846#issuecomment-781532679

Comment:
@stnby would you mind testing #28847 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gobuster compiles into something unexpected
  2021-02-18 17:03 [ISSUE] gobuster compiles into something unexpected stnby
  2021-02-18 18:04 ` ericonr
@ 2021-02-18 19:28 ` stnby
  2021-02-18 19:31 ` ericonr
  2021-02-18 19:31 ` [ISSUE] [CLOSED] " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: stnby @ 2021-02-18 19:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by stnby on void-packages repository

https://github.com/void-linux/void-packages/issues/28846#issuecomment-781582093

Comment:
@ericonr Yeah it works as expected.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gobuster compiles into something unexpected
  2021-02-18 17:03 [ISSUE] gobuster compiles into something unexpected stnby
  2021-02-18 18:04 ` ericonr
  2021-02-18 19:28 ` stnby
@ 2021-02-18 19:31 ` ericonr
  2021-02-18 19:31 ` [ISSUE] [CLOSED] " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-18 19:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28846#issuecomment-781583720

Comment:
Thanks for testing!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] gobuster compiles into something unexpected
  2021-02-18 17:03 [ISSUE] gobuster compiles into something unexpected stnby
                   ` (2 preceding siblings ...)
  2021-02-18 19:31 ` ericonr
@ 2021-02-18 19:31 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-18 19:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1629 bytes --]

Closed issue by stnby on void-packages repository

https://github.com/void-linux/void-packages/issues/28846

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.10.7_1 x86_64 AuthenticAMD notuptodate rF
* package:  
  gobuster-3.1.0_1

### Expected behavior

The compiled binary using `xbps-src` is nowhere similar to the expected binary just by running go build on the exact source code

```
$ sha256sum v3.1.0.tar.gz
a49e597412a0be68020f2836c4f33276cb653d00543f59d4cff34b053b8d9a10  v3.1.0.tar.gz
$ cd gobuster-3.1.0
$ go build
...
$ ./gobuster
Usage:
  gobuster [command]

Available Commands:
  dir         Uses directory/file enumeration mode
  dns         Uses DNS subdomain enumeration mode
  fuzz        Uses fuzzing mode
  help        Help about any command
  s3          Uses aws bucket enumeration mode
  version     shows the current version
  vhost       Uses VHOST enumeration mode
...
```

### Actual behavior

```
...
[*] Configuring unpacked packages
gobuster-3.1.0_1: configuring ...
gobuster-3.1.0_1: installed successfully.

0 downloaded, 1 installed, 0 updated, 1 configured, 0 removed.
$ gobuster
2021/02/18 17:00:16 [!] 2 errors occurred:
	* WordList (-w): Must be specified (use `-w -` for stdin)
	* Url/Domain (-u): Must be specified
```

### Steps to reproduce the behavior

Compile the application using regular `go build`
and then using `xbps-src` and compare these 2 binaries.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-18 19:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18 17:03 [ISSUE] gobuster compiles into something unexpected stnby
2021-02-18 18:04 ` ericonr
2021-02-18 19:28 ` stnby
2021-02-18 19:31 ` ericonr
2021-02-18 19:31 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).