-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update version to 8.8.3 #4
Conversation
…nda-forge-pinning 2019.11.01
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you Kurt.
This is the sha256sum that I get with: 3fe3c323c942172d454983b53606afff62bb472d9038eceb4b583f5dfd04b812
Hi, thanks! Sorry, why is there version 8.3.3 and version 8.3.3a? and which one should we use here? |
Hello, it says in the comment:
|
Apologies, I took the tarball in a rush and didn't read the comments. |
Hi, With version 8.3.3, I get:
|
Yes, that's the test I removed in 8.8.3a, I think. librsvg changed the way they do coordinate rounding, so all images are displaced by 0.5 pixels. It's enough to break tests that compare against a standard. |
Thanks, that fixes it. However, the Linux build is failing randomly with an error that I don't understand:
|
This error is very suspicious:
Why is there a double slash ( |
It looks to me like a conda error, but didn't find a similar problem/solution out there. I am re-running tests before we ask for help to conda/conda-forge. |
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to re-render for you, but it looks like there was nothing to do. |
@conda-forge/core please help |
It looks like the current conda package has stopped working too, somehow:
It seems to be failing to |
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to re-render for you but ran into some issues, please ping conda-forge/core for further assistance. You can also try re-rendering locally. |
ping @conda-forge/core |
Why? Do you need help with something? |
Yes, please. We cannot re-render this feedstock. Please see the error above:
|
Did you try following the docs on the bot comment regarding re-rendering it locally? |
I will try that, thanks. Are you aware of issues with the conda-forge-webservice ? |
It is a websevice that may be down due to updates in the pinning package or conda-smithy. That is why the local re-render is always an option. |
~ >>> podman run --rm -it centos:6 sh -c 'cd /tmp && curl -sL https://anaconda.org/conda-forge/gstreamer-orc/0.4.31/download/linux-64/gstreamer-orc-0.4.31-h516909a_0.tar.bz2 | tar -xjf- lib/liborc-test-0.4.so.0.31.0 && ldconfig --version | head -n1 && ldconfig -vnN ./lib'
ldconfig (GNU libc) 2.12
./lib:
\ -> liborc-test-0.4.so.0.31.0 (changed)
~ >>> podman run --rm -it fedora:31 sh -c 'dnf -qy install bsdtar && cd /tmp && curl -sL https://anaconda.org/conda-forge/gstreamer-orc/0.4.31/download/linux-64/gstreamer-orc-0.4.31-h516909a_0.tar.bz2 | bsdtar -xf- lib/liborc-test-0.4.so.0.31.0 && ldconfig --version | head -n1 && ldconfig -vnN ./lib'
ldconfig (GNU libc) 2.30
./lib:
\ -> liborc-test-0.4.so.0.31.0 (changed)
~ >>> podman run --rm -it archlinux/base sh -c 'cd /tmp && curl -sL https://anaconda.org/conda-forge/gstreamer-orc/0.4.31/download/linux-64/gstreamer-orc-0.4.31-h516909a_0.tar.bz2 | bsdtar -xf- lib/liborc-test-0.4.so.0.31.0 && ldconfig --version | head -n1 && ldconfig -vnN ./lib'
ldconfig (GNU libc) 2.30
./lib:
liborc-test-0.4.so.0 -> liborc-test-0.4.so.0.31.0 (changed) |
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug. |
Closing in favor of #8 |
Checklist
conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)updated to version 8.8.3
@conda-forge-admin, please rerender