On 2025-01-16 16:10:51, Antoine Beaupré wrote: > I started looking into this, published my work in: > > https://salsa.debian.org/go-team/packages/rdap > > Right now the build is failing with: > > src/github.com/openrdap/rdap/cli.go:26:2: cannot find package > "github.com/alecthomas/kingpin/v2" in any of: > /usr/lib/go-1.23/src/github.com/alecthomas/kingpin/v2 (from $GOROOT) > > /build/reproducible-path/rdap-0.9.1/_build/src/github.com/alecthomas/kingpin/v2 > (from $GOPATH)
I fixed that by reusing a patch from the prometheus-pushgateway package, it seems to be a problem with the kingpin package... I am not going to audit the entire source code, unfortunately, will upload shortly. -- The price of reliability is the pursuit of the utmost simplicity. - C.A.R. Hoare