Re: [go-nuts] gollvm: Issues on Alpine linux. Tentative definition has type 'struct sigstack' that is never completed, in sysinfo.c

2021-01-09 Thread Ivan Serdyuk
A patch could be submitted On Wednesday, November 18, 2020 at 4:27:20 AM UTC+2, Ian Lance Taylor wrote: > > On Tue, Nov 17, 2020 at 6:11 AM Than McIntosh > wrote: > > > > > > /home/oceanfish81/workarea/llvm-project/llvm/tools/gollvm/gofrontend/libgo/sysinfo.c:462:1: > > error: tentative

Re: [go-nuts] gollvm: Issues on Alpine linux. Tentative definition has type 'struct sigstack' that is never completed, in sysinfo.c

2020-11-17 Thread Ian Lance Taylor
On Tue, Nov 17, 2020 at 6:11 AM Than McIntosh wrote: > > > /home/oceanfish81/workarea/llvm-project/llvm/tools/gollvm/gofrontend/libgo/sysinfo.c:462:1: > > error: tentative definition has type 'struct sigstack' that is never > > completed > > SREF(sigstack); > > ^ > > I don't know why sysinfo.c

Re: [go-nuts] gollvm: Issues on Alpine linux. Tentative definition has type 'struct sigstack' that is never completed, in sysinfo.c

2020-11-17 Thread 'Than McIntosh' via golang-nuts
> /home/oceanfish81/workarea/llvm-project/llvm/tools/gollvm/gofrontend/libgo/sysinfo.c:462:1: error: tentative definition has type 'struct sigstack' that is never completed > SREF(sigstack); > ^ I don't know why sysinfo.c has the line "SREF(sigstack)". What happens if you just remove it? I

Re: [go-nuts] gollvm: Issues on Alpine linux. Tentative definition has type 'struct sigstack' that is never completed, in sysinfo.c

2020-11-15 Thread Ian Lance Taylor
On Sun, Nov 15, 2020 at 7:25 AM Ivan Serdyuk wrote: > > I was trying to check what is required to build gollvm on Alpine linux (it > has musl instead of glibc). > > Look like recently revealed set of minimal requirements allowed to build the > configuration file (for Ninja). > > heading to

[go-nuts] gollvm: Issues on Alpine linux. Tentative definition has type 'struct sigstack' that is never completed, in sysinfo.c

2020-11-15 Thread Ivan Serdyuk
Hello. I was trying to check what is required to build gollvm on Alpine linux (it has musl instead of glibc). Look like recently revealed set of minimal requirements allowed to build the configuration file (for Ninja). heading