Your message dated Wed, 13 Jul 2022 12:49:30 +0200
with message-id <[email protected]>
and subject line Re: Bug#1014761: gopls: Use specific version for gopls package
has caused the Debian Bug report #1014761,
regarding gopls: Use specific version for gopls package
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.)
--
1014761: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014761
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gopls
Version: 1:0.1.11+ds-2
Severity: normal
Dear Maintainer,
I'm using gopls package version 0.1.11+ds-2 as Go Language Server for my Go
projects. This package is built from sources of golang-golang-x-tools package.
The gopls version for Debian package (here 0.1.11) came from these sources but
on the original GitHub repository, these both packages have different versions :
- one for golang/tools (used as version for golang-golang-x-tools Debian
package)
- one for gopls
See https://github.com/golang/tools/tags => currently, gopls version is 0.9.0.
$ go list -m golang.org/x/tools@latest
golang.org/x/tools v0.1.11
$ go list -m golang.org/x/tools/gopls@latest
golang.org/x/tools/gopls v0.9.0
I built a local gopls version from Git sources for tag 0.9.0 :
$ ./gopls version
golang.org/x/tools/gopls v0.9.0
golang.org/x/tools/gopls@(devel)
Please, could you modify the Debian build scripts to use the correct version for
gopls package ? => build of package gopls_0.9.0
Thanks for your work for Debian Go packaging, Laurent
-- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.18.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages gopls depends on:
ii libc6 2.33-7
gopls recommends no packages.
gopls suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Le 2022-07-11 19:23, Shengjing Zhu a écrit :
Unfortunately, no.
We build gopls and other tools from one source, so they have the same
version.
Upstream's multi tag system on one source repository model really
doesn't fit for the Debian package.
OK => bug closed.
--- End Message ---