Hi Ian, > On Thu, May 14, 2020 at 12:43 PM Rainer Orth > <r...@cebitec.uni-bielefeld.de> wrote: >> >> > This libgo patch builds the syscall test with -static. This avoids >> > problems finding libgo.so when running the test as root, which invokes >> > the test as a child process in various limited environments. This >> > fixes GCC PR 95061. Bootstrapped and ran Go tests on >> > x86_64-pc-linux-gnu. Committed to mainline. >> >> this patch broke the syscall test on Solaris: >> >> ld: fatal: library -lpthread: not found >> ld: fatal: library -lm: not found >> ld: fatal: library -lc: not found >> ld: fatal: library -lc: not found >> collect2: error: ld returned 1 exit status >> FAIL: syscall >> >> There are no static versions of system libraries. > > Sorry about that. The issue only arises on GNU/Linux, so committed > this patch after testing to at least fix the problem on Solaris.
thanks. However, during today's Linux/x86_64 bootstrap I see that the test fails there and indeed glibc-static isn't installed. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University