catenacyber commented on PR #2886:
URL: https://github.com/apache/thrift/pull/2886#issuecomment-1831937140
> catenacyber thanks, can you try again with the newest version of this
branch?
Still failing
First `make` is failing with `make[4]: *** No rule to make target
'src/thrift/numeric_cast.h', needed by 'all-am'. Stop.`
Then golang is failing with logs
```
go: finding module for package
github.com/apache/thrift/lib/go/test/fuzz/gen-go/tutorial
go: finding module for package
github.com/apache/thrift/lib/go/test/fuzz/gen-go/shared
go: github.com/apache/thrift/lib/go/test/fuzz imports
github.com/apache/thrift/lib/go/test/fuzz/gen-go/shared: module
github.com/apache/thrift/lib/go/test@latest found
(v0.0.0-20231127082722-8a6bcc76f30b), but does not contain package
github.com/apache/thrift/lib/go/test/fuzz/gen-go/shared
go: github.com/apache/thrift/lib/go/test/fuzz imports
github.com/apache/thrift/lib/go/test/fuzz/gen-go/tutorial: module
github.com/apache/thrift/lib/go/test@latest found
(v0.0.0-20231127082722-8a6bcc76f30b), but does not contain package
github.com/apache/thrift/lib/go/test/fuzz/gen-go/tutorial
github.com/apache/thrift/lib/go/test/fuzz
github.com/apache/thrift/lib/go/test/fuzz
Running go-fuzz -tags gofuzz -func Fuzz -o fuzz_go_tutorial.a .
fuzz.go:30:2: no required module provides package
github.com/apache/thrift/lib/go/test/fuzz/gen-go/shared; to add it:
go get github.com/apache/thrift/lib/go/test/fuzz/gen-go/shared
fuzz.go:31:2: no required module provides package
github.com/apache/thrift/lib/go/test/fuzz/gen-go/tutorial; to add it:
go get github.com/apache/thrift/lib/go/test/fuzz/gen-go/tutorial
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]