usbarmory / tamago

TamaGo - ARM/RISC-V bare metal Go
BSD 3-Clause "New" or "Revised" License
1.35k stars 52 forks source link

error typechecking package os/signal: /home/saper/src/tamago-go/src/os/signal/signal.go:32:9: undeclared name: numSig (tamago-arm) #18

Closed saper closed 3 years ago

saper commented 3 years ago

Tried building tamago-go (c117e5d62adf00b99dc5cb9e7e0d3105d87fb09d - current latest) on FreeBSD 11.4 and got this test failure in the end:

##### API check
Error running API checker: exit status 1
Go version is "go1.13.4", ignoring -next /home/saper/src/tamago-go/api/next.txt
2020/11/08 18:32:44 error typechecking package os/signal: /home/saper/src/tamago-go/src/os/signal/signal.go:32:9: undeclared name: numSig (tamago-arm)
exit status 1
2020/11/08 18:36:14 Failed: exit status 1
2020/11/08 18:36:14 FAILED

go-1.15.2,1 from FreeBSD standard packages has been used to bootstrap it.

Full build log: https://gist.github.com/be54c7dfd7a45b7c611a9999f240c528

abarisani commented 3 years ago

There is a problem with the latest tag, for now please checkout tamago1.15.3.

saper commented 3 years ago

It works with tamago1.15.3, thanks.

abarisani commented 3 years ago

The latest tag has now been fixed, thanks for spotting this.