mushorg / glutton

Generic Low Interaction Honeypot
MIT License
246 stars 58 forks source link

ARM64 support broken for latest master #146

Closed t3chn0m4g3 closed 1 year ago

t3chn0m4g3 commented 2 years ago

For the latest master ARM64 support is broken due to ...

# github.com/jart/gosip/dsp
../pkg/mod/github.com/jart/gosip@v0.0.0-20200629215808-4e7924e19438/dsp/dsp.go:22:6: missing function body
../pkg/mod/github.com/jart/gosip@v0.0.0-20200629215808-4e7924e19438/dsp/dsp.go:28:6: missing function body
../pkg/mod/github.com/jart/gosip@v0.0.0-20200629215808-4e7924e19438/dsp/dsp.go:31:6: missing function body

... an issue has been opened here, without a solution in sight.

Is there maybe an alternative in using another module with multiarch support?

t3chn0m4g3 commented 2 years ago

The modules in question were introduced with 22dd73a110d457309fd66527ede46e402c3ff226.

glaslos commented 1 year ago

I wonder if I could make that specific code optional with a build flag.

glaslos commented 1 year ago

This has been resolved in the latest master

t3chn0m4g3 commented 1 year ago

Thank you for tracking 🤩