time schedule for the next release version
Opened this issue · 0 comments
Hi maintainers,
Compiling the pat failed for loong64 in the Debian Package Auto-Building environment.
The error log is as follows,
internal/poll
# github.com/creack/goselect
src/github.com/creack/goselect/fdset.go:14:14: undefined: NFDBITS
src/github.com/creack/goselect/fdset.go:19:14: undefined: NFDBITS
src/github.com/creack/goselect/fdset.go:24:21: undefined: NFDBITS
The full build log can be found at
https://buildd.debian.org/status/logs.php?pkg=pat&ver=0.16.0-1&arch=loong64.
-
For Debian pat 0.16.0-1
Debian pat 0.16.0-1 depends github.com/creack/goselect project (https://github.com/creack/goselect/tree/v0.1.2).
But loong64 wasn't supported in v0.1.2 release version. -
For github.com/creack/goselect upstream
loong64 was supported in master branch.
loong64 wasn't supported in v0.1.2 release version.
please check https://github.com/creack/goselect/blob/v0.1.2/fdset_64.go
and https://github.com/creack/goselect/blob/master/fdset_64.go.
I checked the release date of history version. E.g.
pat v0.1.2 was released in Feb 18, 2021.
pat v0.1.1 was released in Nov 25, 2019.
I would like to ask when the next release version wil be released.
Thanks,
Dandan Zhang