evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.96k stars 511 forks source link

Build error: verifying module: missing GOSUMDB (rpmbuild, GOPROXY) #1156

Open SergeyDjam opened 4 months ago

SergeyDjam commented 4 months ago

ROSA Linux r11 KDE4 Kernel 5.13 golang 1.22.5

opensnitch 1.6.6 tar.gz

+ export GOPROXY=https://proxy.golang.org/cached-only
+ GOPROXY=https://proxy.golang.org/cached-only
+ pushd daemon
~/rpmbuild/BUILD/opensnitch-1.6.6/daemon ~/rpmbuild/BUILD/opensnitch-1.6.6
+ /usr/bin/make -j8
go: downloading github.com/evilsocket/opensnitch v1.6.6
go: github.com/evilsocket/opensnitch@v1.6.6: verifying module: missing GOSUMDB
make: *** [Makefile:20: opensnitchd] Error 1

Please, check the FAQ and Known Problems pages before creating the bug report:

https://github.com/evilsocket/opensnitch/wiki/FAQs

GUI related issues: https://github.com/evilsocket/opensnitch/wiki/GUI-known-problems

Daemon related issues:

Describe the bug A clear and concise description of what the bug is.

Include the following information:

To Reproduce Describe in detail as much as you can what happened.

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Post error logs: If it's a crash of the GUI:

If the daemon doesn't start or doesn't intercept connections:

If the deb or rpm packages fail to install:

Expected behavior (optional) A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots or videos to help explain your problem. It may help to understand the issue much better.

Additional context Add any other context about the problem here.