Closed rouilj closed 2 years ago
I haven't seen any activity on this, do you need more info or is there somewhere else I should report this problem?
They changed python internals again. I'll lookup for that.
Well, I tested build with python3.11~a7 from deadsnakes
ppa.
And there is no errors.
And via python3.10 too.
Pythons was not nightly ones, stable.
It should build with:
Thanks for looking into this.
I did some more investigation and it looks like they updated the nightly build to 3.10.4 from the woefully old 3.10.0a5 build that they were using for nightly. So zstd now builds properly. Sorry I missed that they were using a very old alpha release for nightly. If I had realized that I would have brought it up with them first.
-- rouilj
zstd is used by Roundup for web compression.
When building against the python from: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/20.04/x86_64/python-nightly.tar.bz2
the build fails with the error:
The full log can be seen at: https://app.travis-ci.com/github/roundup-tracker/roundup/jobs/557152008 It has been broken for a while. Any ideas on why it's failing and how it can be fixed?
It builds on 2.7, 3.10 and others just fine.
Thanks.
-- rouilj