Skip to content
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

Build failures on aarch64 #392

Closed
hmaarrfk opened this issue Apr 10, 2022 · 3 comments
Closed

Build failures on aarch64 #392

hmaarrfk opened this issue Apr 10, 2022 · 3 comments

Comments

@hmaarrfk
Copy link
Contributor

Describe the bug
We tried to build for aarch64 and ppc64le on conda-forge

conda-forge/c-blosc2-feedstock#18

And we are geting many failures.

To Reproduce
I also retried it outside of conda-forge on a local machine I had.

Ubuntu 21.10 64 bit (RaspberryPi 3)

sudo apt install cmake build-essential
sudo reboot
# git clone .....
# cd ....
mkdir build
cd build
cmake ..
make
ctest

Expected behavior
Tests to pass

Logs
CTestCostData.txt
LastTest.log
LastTestsFailed.log

System information:

  • OS: Ubuntu 21.10
  • Compiler
$ gcc --version
gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE

Additional context
Add any other context about the problem here.

@hmaarrfk
Copy link
Contributor Author

Kind ping on this issue. Happy to make my raspberrypi available for testing if you want.

Otherwise, let me know what I should do to help test.

@FrancescAlted
Copy link
Member

Yes, I can reporduce that on my M1 Mac. It is funny because that used to work, so this should have broke recently (another point for thinking in adding an arm64 architecture to our CI). Will try to look into this.

@FrancescAlted
Copy link
Member

This has been fixed (at least on my M1 box). We will definitely need to add an ARM platform to our CI :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants