Your message dated Wed, 28 Sep 2022 22:12:19 +0800
with message-id
<CAFyCLW9=fe9jylx07zq8z8+ehcm4nym5mytojatqbxibc9n...@mail.gmail.com>
and subject line Re: Bug#1019748: error: package "encoding/binary" without
types was imported
has caused the Debian Bug report #1019748,
regarding error: package "encoding/binary" without types was imported
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1019748: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019748
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-klauspost-compress
Version: 1.15.4+ds1-1
Severity: normal
Tags: ftbfs
X-Debbugs-Cc: [email protected]
Dear Maintainer,
When building golang-github-klauspost-compress with golang-1.18 the below error
is seen,
src/github.com/klauspost/compress/zstd/blockdec.go
stringer: internal error: package "encoding/binary" without types was imported
from "github.com/klauspost/compress/zstd"
Please could you look into this. Thanks.
Regards,
Vignesh
-- System Information:
Debian Release: 11.1
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (500,
'stable-updates'), (500, 'stable-security')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-9-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
On Wed, Sep 28, 2022 at 8:39 PM Vignesh Raman
<[email protected]> wrote:
>
> On Fri, 16 Sep 2022 01:12:39 +0800 Shengjing Zhu <[email protected]> wrote:
> >
> > Please attach the full log, instead of some snippets...
> >
> > Anyway, I think it's because you used an older version of
> > golang-golang-x-tools which is not compatible with golang-1.18.
> >
>
> Yes you are correct. With golang-golang-x-tools from bookworm, this
> issue is not seen.
> Do we need to add golang-golang-x-tools in Build-Depends ?
>
It's there. It just doesn't have versioned build-depend. But I think
it's more complicated. It's because you use golang/1.18, so you need a
newer golang-golang-x-tools.
For golang-github-klauspost-compress, it works fine with any
compatible golang(the compiler) & golang-golang-x-tools.
--
Shengjing Zhu
--- End Message ---