msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.28k stars 1.22k forks source link

Add fq #21811

Open Freed-Wu opened 2 months ago

Freed-Wu commented 2 months ago

Package name

fq

Brief description of package

jq for binary formats - tool, language and decoders for working with binary and text formats

URL for package's homepage

https://github.com/wader/fq

Provide a basic test case to validate the package's functionality.

fq --version

MINGW environments where you need the package

Are you willing to submit a PR?

No response

wader commented 2 months ago

Hey! hmm this is a bit suspicious in the CI error log:

  go: downloading github.com/gopacket/gopacket v1.2.0
  # runtime/cgo
  cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%
  ==> ERROR: A failure occurred in build().
      Aborting...

Is this some mingw golang specific thing? the fq releases builds with CGO_ENABLED=0 so it's a bit weird seeing this error