Github messages for voidlinux
 help / color / mirror / Atom feed
From: stnby <stnby@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] gobuster compiles into something unexpected
Date: Thu, 18 Feb 2021 18:03:16 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28846@inbox.vuxu.org> (raw)

[-- 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.

             reply	other threads:[~2021-02-18 17:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-18 17:03 stnby [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28846@inbox.vuxu.org \
    --to=stnby@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).