I had a look at the failures and most of them are fairly easy to fix -
all but the go recipes like influxdb.
I'm not sure how to deal with that, so there aren't that many options here.
Either
- inject all the needed with a fixed revision, but that would prevent
devtool from catching updates to them properly
- create recipes for all of them and pray that there won't be a circular
dependency in any of them
- allow go to work with network (the least favorable option IMO)
in the case of influxdb for instance we are talking about
github.com/peterh/liner
golang.org/x/crypto
github.com/influxdata/influxql
github.com/influxdata/flux
github.com/BurntSushi/toml
github.com/influxdata/usage-client
golang.org/x/text
go.uber.org/zap
github.com/klauspost/pgzip
github.com/prometheus/client_golang
github.com/jsternberg/zap-logfmt
github.com/mattn/go-isatty
collectd.org
github.com/bmizerany/pat
github.com/dgrijalva/jwt-go/v4
github.com/gogo/protobuf
github.com/golang/snappy
github.com/tinylib/msgp
github.com/opentracing/opentracing-go
golang.org/x/sync
github.com/apache/arrow/go/arrow
github.com/pkg/errors
google.golang.org/grpc
github.com/kraj/xxhash
github.com/influxdata/roaring
github.com/xlab/treeprint
golang.org/x/time
golang.org/x/sys
github.com/jwilder/encoding
github.com/dgryski/go-bitstream
where especially the golang.org/x modules are known to have circular
dependencies like x/a relies on x/b, while x/b requires x/c and x/c
needs x/a for building.
Not sure how to tackle this - any thoughts?
On 24.12.21 09:30, Richard Purdie wrote:
On Thu, 2021-12-23 at 22:00 -0800, Khem Raj wrote:
is this list of failures due to this patch ?
https://errors.yoctoproject.org/Errors/Build/137579/
Looks likely, yes. Recipes shouldn't be attempting downloads in do_compile :(
Cheers,
Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#159999):
https://lists.openembedded.org/g/openembedded-core/message/159999
Mute This Topic: https://lists.openembedded.org/mt/87909311/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-