While working on the rekor package, I noticed a couple of missing dependencies, 
see log below.

Any suggestions for in-archive alternatives or assistance with packaging them?
-- I'm also considering disabling code, as I'm mostly interested in rekor as a
dependency of containers/image...


   dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
_build/src/github.com/sigstore/rekor/cmd/backfill-redis/main.go:39:2: cannot 
find package "github.com/mediocregopher/radix/v4" in any of:
        /usr/lib/go-1.21/src/github.com/mediocregopher/radix/v4 (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/mediocregopher/radix/v4 (from 
$GOPATH)
_build/src/github.com/sigstore/rekor/pkg/util/checkpoint.go:28:2: cannot find 
package "github.com/google/trillian/types" in any of:
        /usr/lib/go-1.21/src/github.com/google/trillian/types (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/google/trillian/types (from 
$GOPATH)
_build/src/github.com/sigstore/rekor/pkg/types/entries.go:26:2: cannot find 
package 
"github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer"
 in any of:
        
/usr/lib/go-1.21/src/github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer
 (from $GOROOT)
        
/<<PKGBUILDDIR>>/_build/src/github.com/cyberphone/json-canonicalization/go/src/webpki.org/jsoncanonicalizer
 (from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/pki/pkcs7/pkcs7.go:30:2: cannot find 
package "github.com/sassoftware/relic/lib/pkcs7" in any of:
        /usr/lib/go-1.21/src/github.com/sassoftware/relic/lib/pkcs7 (from 
$GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/sassoftware/relic/lib/pkcs7 
(from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/pki/tuf/tuf.go:25:2: cannot find 
package "github.com/tent/canonical-json-go" in any of:
        /usr/lib/go-1.21/src/github.com/tent/canonical-json-go (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/tent/canonical-json-go (from 
$GOPATH)
_build/src/github.com/sigstore/rekor/pkg/types/cose/v0.0.1/entry.go:35:2: 
cannot find package "github.com/in-toto/in-toto-golang/in_toto" in any of:
        /usr/lib/go-1.21/src/github.com/in-toto/in-toto-golang/in_toto (from 
$GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/in-toto/in-toto-golang/in_toto 
(from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/types/cose/v0.0.1/entry.go:37:2: 
cannot find package "github.com/veraison/go-cose" in any of:
        /usr/lib/go-1.21/src/github.com/veraison/go-cose (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/veraison/go-cose (from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/types/jar/v0.0.1/entry.go:46:2: cannot 
find package "github.com/sassoftware/relic/lib/signjar" in any of:
        /usr/lib/go-1.21/src/github.com/sassoftware/relic/lib/signjar (from 
$GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/sassoftware/relic/lib/signjar 
(from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/types/rfc3161/v0.0.1/entry.go:35:2: 
cannot find package "github.com/sassoftware/relic/lib/pkcs9" in any of:
        /usr/lib/go-1.21/src/github.com/sassoftware/relic/lib/pkcs9 (from 
$GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/sassoftware/relic/lib/pkcs9 
(from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/types/rpm/v0.0.1/entry.go:33:2: cannot 
find package "github.com/cavaliercoder/go-rpm" in any of:
        /usr/lib/go-1.21/src/github.com/cavaliercoder/go-rpm (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/cavaliercoder/go-rpm (from 
$GOPATH)
_build/src/github.com/sigstore/rekor/cmd/backfill-redis/main.go:40:2: cannot 
find package "sigs.k8s.io/release-utils/version" in any of:
        /usr/lib/go-1.21/src/sigs.k8s.io/release-utils/version (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/sigs.k8s.io/release-utils/version (from 
$GOPATH)
_build/src/github.com/sigstore/rekor/pkg/sharding/ranges.go:29:2: cannot find 
package "github.com/google/trillian" in any of:
        /usr/lib/go-1.21/src/github.com/google/trillian (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/google/trillian (from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/verify/verify.go:34:2: cannot find 
package "github.com/transparency-dev/merkle/proof" in any of:
        /usr/lib/go-1.21/src/github.com/transparency-dev/merkle/proof (from 
$GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/transparency-dev/merkle/proof 
(from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/verify/verify.go:35:2: cannot find 
package "github.com/transparency-dev/merkle/rfc6962" in any of:
        /usr/lib/go-1.21/src/github.com/transparency-dev/merkle/rfc6962 (from 
$GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/transparency-dev/merkle/rfc6962 
(from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/api/trillian_client.go:34:2: cannot 
find package "github.com/google/trillian/client" in any of:
        /usr/lib/go-1.21/src/github.com/google/trillian/client (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/google/trillian/client (from 
$GOPATH)
_build/src/github.com/sigstore/rekor/pkg/signer/signer.go:24:2: cannot find 
package "github.com/sigstore/sigstore/pkg/signature/kms/gcp" in any of:
        /usr/lib/go-1.21/src/github.com/sigstore/sigstore/pkg/signature/kms/gcp 
(from $GOROOT)
        
/<<PKGBUILDDIR>>/_build/src/github.com/sigstore/sigstore/pkg/signature/kms/gcp 
(from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/signer/file.go:24:2: cannot find 
package "go.step.sm/crypto/pemutil" in any of:
        /usr/lib/go-1.21/src/go.step.sm/crypto/pemutil (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/go.step.sm/crypto/pemutil (from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/api/api.go:31:2: cannot find package 
"google.golang.org/grpc/credentials/insecure" in any of:
        /usr/lib/go-1.21/src/google.golang.org/grpc/credentials/insecure (from 
$GOROOT)
        /<<PKGBUILDDIR>>/_build/src/google.golang.org/grpc/credentials/insecure 
(from $GOPATH)
_build/src/github.com/sigstore/rekor/pkg/fuzz/alpine_utils.go:26:2: cannot find 
package "github.com/AdaLogics/go-fuzz-headers" in any of:
        /usr/lib/go-1.21/src/github.com/AdaLogics/go-fuzz-headers (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/AdaLogics/go-fuzz-headers (from 
$GOPATH)

[...]
src/github.com/sigstore/rekor/pkg/generated/restapi/configure_rekor_server.go:54:
 running "swagger": exec: "swagger": executable file not found in $PATH

Reply via email to