Your message dated Sat, 21 Aug 2021 03:19:06 +0800
with message-id
<cafyclw9kk5x716dfyuf+ggxr47ehjdir_z5fqpuxgk-nl_z...@mail.gmail.com>
and subject line Re: Bug#984032: delve: ftbfs with GCC-11
has caused the Debian Bug report #984032,
regarding delve: ftbfs with GCC-11
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.)
--
984032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984032
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:delve
Version: 1.6.0-1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/delve_1.6.0-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
variables_test.go:1340: err = cannot use &a2 as argument pa2 in
function main.escapeArg: stack object passed to escaping pointer: pa2
variables_test.go:1337: call "1+2"
variables_test.go:1370: 1+2 = 3
variables_test.go:1337: call "\"de\"+\"mo\""
variables_test.go:1370: "de"+"mo" = "demo"
variables_test.go:1337: call "stringsJoin(stringslice, \",\")"
variables_test.go:1370: ~r2 = "one,two,three"
variables_test.go:1337: call "str = \"a new string\"; str"
variables_test.go:1370: str = "a new string"
variables_test.go:1337: call "strings.Join(nil, \"\")"
variables_test.go:1370: ~r2 = ""
variables_test.go:1337: call "strings.Join(stringslice, comma)"
variables_test.go:1370: ~r2 = "one,two,three"
variables_test.go:1337: call "strings.Join(intslice, comma)"
variables_test.go:1340: err = can not convert value of type []int to
[]string
variables_test.go:1337: call "strings.Join(stringslice, \",\")"
variables_test.go:1370: ~r2 = "one,two,three"
variables_test.go:1337: call "strings.LastIndexByte(stringslice[1], 'w')"
variables_test.go:1370: ~r2 = 1
variables_test.go:1337: call "strings.LastIndexByte(stringslice[1], 'o')"
variables_test.go:1370: ~r2 = 2
variables_test.go:1337: call "d.Base.Method()"
variables_test.go:1370: ~r0 = 4
variables_test.go:1337: call "d.Method()"
variables_test.go:1370: ~r0 = 4
variables_test.go:1337: call "curriedAdd(2)(3)"
variables_test.go:1370: ~r1 = 5
variables_test.go:1337: call "getAStruct(3).VRcvr(1)"
variables_test.go:1370: ~r1 = "1 + 3 = 4"
variables_test.go:1337: call "getAStruct(3).PRcvr(2)"
variables_test.go:1340: err = cannot use getAStruct(3).PRcvr as
argument pa in function main.(*astruct).PRcvr: stack object passed to escaping
pointer: pa
variables_test.go:1337: call "getAStructPtr(6).VRcvr(3)"
variables_test.go:1370: ~r1 = "3 + 6 = 9"
variables_test.go:1337: call "getAStructPtr(6).PRcvr(4)"
variables_test.go:1370: ~r1 = "4 - 6 = -2"
variables_test.go:1337: call "getVRcvrableFromAStruct(3).VRcvr(6)"
variables_test.go:1370: ~r1 = "6 + 3 = 9"
variables_test.go:1337: call "getPRcvrableFromAStructPtr(6).PRcvr(7)"
variables_test.go:1370: ~r1 = "7 - 6 = 1"
variables_test.go:1337: call "getVRcvrableFromAStructPtr(6).VRcvr(5)"
variables_test.go:1370: ~r1 = "5 + 6 = 11"
variables_test.go:1337: call "strings.Join(s1, comma)"
variables_test.go:1340: err = error evaluating "s1" as argument elems
in function strings.Join: could not find symbol value for s1
variables_test.go:1337: call "-unsafe escapeArg(&a2)"
--- PASS: TestCallFunction (0.32s)
=== RUN TestIssue1531
variables_test.go:1425: m = map[string]main.W ["s": {x: 0, y: 0}, "r": {x:
0, y: 0}, "v": {x: 0, y: 0}, ]
variables_test.go:1431: mm = map[string]main.W ["r": {x: 0, y: 0}, "t": {x:
0, y: 0}, "v": {x: 0, y: 0}, ]
--- PASS: TestIssue1531 (0.50s)
=== RUN TestPluginVariables
variables_test.go:1482: bp.Addr = 0x7fe00c2d68fa
variables_test.go:1486: 0x0 /tmp/plugintest2.b1447c47
variables_test.go:1486: 0x7fe035d97000 /lib/x86_64-linux-gnu/libdl.so.2
variables_test.go:1486: 0x7fe035d75000 /lib/x86_64-linux-gnu/libpthread.so.0
variables_test.go:1486: 0x7fe035bb0000 /lib/x86_64-linux-gnu/libc.so.6
variables_test.go:1486: 0x7fe035da2000 /lib64/ld-linux-x86-64.so.2
variables_test.go:1486: 0x7fe00c3d1000 /tmp/plugin1.a2908997
variables_test.go:1486: 0x7fe00c10b000 /tmp/plugin2.c6e240e6
variables_test.go:1460: at 0x7fe00c2d6aa0
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin2/plugin2.go:33
&{github.com/go-delve/delve/_fixtures/plugin2.aIsNotNil 140600253704864
140600253704865 6519 0xc005d67200 []}
--- PASS: TestPluginVariables (1.63s)
=== RUN TestCgoEval
support.go:248: enabling recording for
github.com/go-delve/delve/service/test_test.TestCgoEval
common_test.go:18: failed assertion at variables_test.go:1564:
EvalExpression(s) returned an error - could not find symbol value for s
--- FAIL: TestCgoEval (0.85s)
FAIL
FAIL github.com/go-delve/delve/service/test 64.020s
FAIL
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
github.com/go-delve/delve/cmd/dlv github.com/go-delve/delve/cmd/dlv/cmds
github.com/go-delve/delve/pkg/astutil github.com/go-delve/delve/pkg/config
github.com/go-delve/delve/pkg/dwarf/dwarfbuilder
github.com/go-delve/delve/pkg/dwarf/frame
github.com/go-delve/delve/pkg/dwarf/godwarf
github.com/go-delve/delve/pkg/dwarf/line
github.com/go-delve/delve/pkg/dwarf/loclist
github.com/go-delve/delve/pkg/dwarf/op
github.com/go-delve/delve/pkg/dwarf/reader
github.com/go-delve/delve/pkg/dwarf/util github.com/go-delve/delve/pkg/gobuild
github.com/go-delve/delve/pkg/goversion github.com/go-delve/delve/pkg/locspec
github.com/go-delve/delve/pkg/logflags github.com/go-delve/delve/pkg/proc
github.com/go-delve/delve/pkg/proc/amd64util
github.com/go-delve/delve/pkg/proc/core
github.com/go-delve/delve/pkg/proc/core/minidump
github.com/go-delve/delve/pkg/proc/fbsdutil
github.com/go-delve/delve/pkg/proc/gdbserial github.com/go-delve/d
elve/pkg/proc/linutil github.com/go-delve/delve/pkg/proc/native
github.com/go-delve/delve/pkg/proc/test
github.com/go-delve/delve/pkg/proc/winutil
github.com/go-delve/delve/pkg/terminal
github.com/go-delve/delve/pkg/terminal/colorize
github.com/go-delve/delve/pkg/terminal/starbind
github.com/go-delve/delve/pkg/version github.com/go-delve/delve/service
github.com/go-delve/delve/service/api github.com/go-delve/delve/service/dap
github.com/go-delve/delve/service/dap/daptest
github.com/go-delve/delve/service/debugger
github.com/go-delve/delve/service/rpc1 github.com/go-delve/delve/service/rpc2
github.com/go-delve/delve/service/rpccommon
github.com/go-delve/delve/service/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: delve
Source-Version: 1.7.0-1
On Thu, Mar 4, 2021 at 12:18 AM Matthias Klose <[email protected]> wrote:
>
> Package: src:delve
> Version: 1.6.0-1
> Severity: normal
> Tags: sid bookworm
> User: [email protected]
> Usertags: ftbfs-gcc-11
>
> [This bug is not targeted to the upcoming bullseye release]
>
> Please keep this issue open in the bug tracker for the package it
> was filed for. If a fix in another package is required, please
> file a bug for the other package (or clone), and add a block in this
> package. Please keep the issue open until the package can be built in
> a follow-up test rebuild.
>
> The package fails to build in a test rebuild on at least amd64 with
> gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
> severity of this report will be raised before the bookworm release,
> so nothing has to be done for the bullseye release.
>
Test on amd64 with gcc-11 and delve/1.7.0-1 builds successfully.
--
Shengjing Zhu
--- End Message ---