[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#954515: marked as done (gcc-8-cross: FTBFS: x86_64-linux-gnu-ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__twalk_r@GLIBC_PRIVATE')



Your message dated Tue, 24 Mar 2020 12:07:34 +0000
with message-id <[🔎] E1jGiLG-000EtB-5l@fasolo.debian.org>
and subject line Bug#954831: Removed package(s) from unstable
has caused the Debian Bug report #954515,
regarding gcc-8-cross: FTBFS: x86_64-linux-gnu-ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__twalk_r@GLIBC_PRIVATE'
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 owner@bugs.debian.org
immediately.)


-- 
954515: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954515
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-8-cross
Version: 33
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[5]: Entering directory '/<<PKGBUILDDIR>>/gcc/build/gotools'
> /<<PKGBUILDDIR>>/gcc/build/./gcc/gccgo -B/<<PKGBUILDDIR>>/gcc/build/./gcc/ -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include -isystem /<<PKGBUILDDIR>>/gcc/build/sys-include   -g -O2 -I ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o go ../../src/gotools/../libgo/go/cmd/go/alldocs.go ../../src/gotools/../libgo/go/cmd/go/go11.go ../../src/gotools/../libgo/go/cmd/go/main.go ../x86_64-linux-gnu/libgo/libgotool.a  
> /<<PKGBUILDDIR>>/gcc/build/./gcc/gccgo -B/<<PKGBUILDDIR>>/gcc/build/./gcc/ -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include -isystem /<<PKGBUILDDIR>>/gcc/build/sys-include   -g -O2 -I ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o gofmt ../../src/gotools/../libgo/go/cmd/gofmt/doc.go ../../src/gotools/../libgo/go/cmd/gofmt/gofmt.go ../../src/gotools/../libgo/go/cmd/gofmt/internal.go ../../src/gotools/../libgo/go/cmd/gofmt/rewrite.go ../../src/gotools/../libgo/go/cmd/gofmt/simplify.go  
> echo 'package main' > zdefaultcc.go.tmp
> echo 'func defaultGCCGO(goos, goarch string) string { return "/usr/bin/x86_64-linux-gnu-gccgo-8" }' >> zdefaultcc.go.tmp
> /<<PKGBUILDDIR>>/gcc/build/./gcc/gccgo -B/<<PKGBUILDDIR>>/gcc/build/./gcc/ -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include -isystem /<<PKGBUILDDIR>>/gcc/build/sys-include   -g -O2 -I ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o vet ../../src/gotools/../libgo/go/cmd/vet/asmdecl.go ../../src/gotools/../libgo/go/cmd/vet/assign.go ../../src/gotools/../libgo/go/cmd/vet/atomic.go ../../src/gotools/../libgo/go/cmd/vet/bool.go ../../src/gotools/../libgo/go/cmd/vet/buildtag.go ../../src/gotools/../libgo/go/cmd/vet/cgo.go ../../src/gotools/../libgo/go/cmd/vet/composite.go ../../src/gotools/../libgo/go/cmd/vet/copylock.go ../../src/gotools/../libgo/go/cmd/vet/deadcode.go ../../src/gotools/../libgo/go/cmd/vet/dead.go ../../src/gotools/../libgo/go/cmd/vet/doc.go ../../src/gotools/../libgo/go/cmd/vet/httpresponse.go ../../src/gotools/../libgo/go/cmd/vet/lostcancel.go ../../src/gotools/../libgo/go/cmd/vet/main.go ../../src/gotools/../libgo/go/cmd/vet/method.go ../../src/gotools/../libgo/go/cmd/vet/nilfunc.go ../../src/gotools/../libgo/go/cmd/vet/print.go ../../src/gotools/../libgo/go/cmd/vet/rangeloop.go ../../src/gotools/../libgo/go/cmd/vet/shadow.go ../../src/gotools/../libgo/go/cmd/vet/shift.go ../../src/gotools/../libgo/go/cmd/vet/structtag.go ../../src/gotools/../libgo/go/cmd/vet/tests.go ../../src/gotools/../libgo/go/cmd/vet/types.go ../../src/gotools/../libgo/go/cmd/vet/unsafeptr.go ../../src/gotools/../libgo/go/cmd/vet/unused.go ../x86_64-linux-gnu/libgo/libgotool.a  
> echo 'func defaultCC(goos, goarch string) string { return "x86_64-linux-gnu-gcc-8" }' >> zdefaultcc.go.tmp
> echo 'func defaultCXX(goos, goarch string) string { return "x86_64-linux-gnu-g++-8" }' >> zdefaultcc.go.tmp
> echo 'const defaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp
> /bin/bash ../../src/gotools/../move-if-change zdefaultcc.go.tmp zdefaultcc.go
> echo timestamp > s-zdefaultcc 
> /<<PKGBUILDDIR>>/gcc/build/./gcc/gccgo -B/<<PKGBUILDDIR>>/gcc/build/./gcc/ -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include -isystem /<<PKGBUILDDIR>>/gcc/build/sys-include   -g -O2 -I ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o buildid ../../src/gotools/../libgo/go/cmd/buildid/buildid.go ../../src/gotools/../libgo/go/cmd/buildid/doc.go ../x86_64-linux-gnu/libgo/libgotool.a  
> /usr/bin/x86_64-linux-gnu-ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__twalk_r@GLIBC_PRIVATE'
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/gcc-8-cross_33_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Version: 33+rm

Dear submitter,

as the package gcc-8-cross has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/954831

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: