Source: fq
Version: 0.0.9-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=fq&ver=0.0.9-1

...
 debian/rules binary-arch
dh binary-arch --builddirectory=_build --buildsystem=golang --with=golang
   dh_update_autotools_config -a -O--builddirectory=_build 
-O--buildsystem=golang
   dh_autoreconf -a -O--builddirectory=_build -O--buildsystem=golang
   dh_auto_configure -a -O--builddirectory=_build -O--buildsystem=golang
   dh_auto_build -a -O--builddirectory=_build -O--buildsystem=golang
        cd _build && go install -trimpath -v -p 4 github.com/wader/fq
src/github.com/wader/fq/format/toml/toml.go:7:2: cannot find package 
"github.com/BurntSushi/toml" in any of:
        /usr/lib/go-1.19/src/github.com/BurntSushi/toml (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/github.com/BurntSushi/toml (from $GOPATH)
src/github.com/wader/fq/format/crypto/hash.go:18:2: cannot find package 
"golang.org/x/crypto/md4" in any of:
        /usr/lib/go-1.19/src/golang.org/x/crypto/md4 (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/golang.org/x/crypto/md4 (from $GOPATH)
src/github.com/wader/fq/format/crypto/hash.go:19:2: cannot find package 
"golang.org/x/crypto/sha3" in any of:
        /usr/lib/go-1.19/src/golang.org/x/crypto/sha3 (from $GOROOT)
        /<<PKGBUILDDIR>>/_build/src/golang.org/x/crypto/sha3 (from $GOPATH)
dh_auto_build: error: cd _build && go install -trimpath -v -p 4 
github.com/wader/fq returned exit code 1
make: *** [debian/rules:60: binary-arch] Error 25

Reply via email to