-
Notifications
You must be signed in to change notification settings - Fork 54
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
Some tests failing on pp64el, arm64 and s390x #117
Comments
Is there somewhere we can view the patches made? The tests are pretty intimately tied to the exact version of libsass we link against. This looks similar to what the tests looked like against an older version of libsass |
The build of the package is done using libsass 3.3.2 installed from the system : Also, in the packaging I did 2 patches :
because we must use the libsass coming from the distro instead of using the one downloaded
This second patch is the last one and it shouldn't harm (I generate a separate man page for the command line utility) |
Is there a box I can ssh to that has one of these architectures? I imagine the test failures are because libsass itself is returning different values on those platforms (our code doesn't do much other than make a thin wrapper around sass/libsass) |
I thought of the possibility of libsass being buggy indeed.
from : https://buildd.debian.org/status/fetch.php?pkg=libsass&arch=ppc64el&ver=3.3.2-1&stamp=1448920243 I'm going to check about libsass's test for the time being. |
@frediz any updates on this? I tried spinning up an emulator running arm64 to try and debug this, but it was too slow to even start. |
@asottile Yes, sorry. I've just got the VM yesterday. |
Closing given sass/libsass#1914, this'll make it into their next release and end up here :) |
@frediz we've upgraded to 3.3.4 which contains my fix. Our version for that is 0.11.0 |
@asottile I saw libsass upgraded a few days ago, I asked it to be pulled in debian and I could build libsass-python 0.10.1 without error. For some reason I couldn't pushed it yesterday to Debian, so that's nice, I'll push 0.11.0. Thanks a lot! |
Here is the log and the tests failing :
I think those are all related to the same thing (utf8, Byte-Order Mark) and I'm opening a single bug.
Here are the full logs for those just in case :
https://buildd.debian.org/status/fetch.php?pkg=libsass-python&arch=ppc64el&ver=0.9.3-1&stamp=1452689309
https://buildd.debian.org/status/fetch.php?pkg=libsass-python&arch=s390x&ver=0.9.3-1&stamp=1452693199
https://buildd.debian.org/status/fetch.php?pkg=libsass-python&arch=arm64&ver=0.9.3-1&stamp=1452688793
The text was updated successfully, but these errors were encountered: