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 fails on i386, armv7 architectures #15

Open
yurivict opened this issue Jan 17, 2021 · 1 comment · May be fixed by #16
Open

Build fails on i386, armv7 architectures #15

yurivict opened this issue Jan 17, 2021 · 1 comment · May be fixed by #16

Comments

@yurivict
Copy link

Log: http://beefy17.nyi.freebsd.org/data/main-i386-default/p561775_sb7ab6832cd/logs/py37-qdldl-0.1.5.p0.log (IPv6 URL)

cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -Ic -Ic/qdldl/include -I/usr/local/lib/python3.7/site-packages/pybind11/include -I/usr/local/lib/python3.7/site-packages/pybind11/include -I/usr/local/include/python3.7m -c cpp/wrapper.cpp -o build/temp.freebsd-13.0-ALPHA1-i386-3.7/cpp/wrapper.o -O3 -std=c++11
cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -Ic -Ic/qdldl/include -I/usr/local/lib/python3.7/site-packages/pybind11/include -I/usr/local/lib/python3.7/site-packages/pybind11/include -I/usr/local/include/python3.7m -c cpp/qdldl.cpp -o build/temp.freebsd-13.0-ALPHA1-i386-3.7/cpp/qdldl.o -O3 -std=c++11
cpp/qdldl.cpp:34:25: error: no matching function for call to 'amd_l_order'
        QDLDL_int amd_status = amd_l_order(nx, Ap, Ai, P, NULL, NULL);
                               ^~~~~~~~~~~
c/amd/include/amd.h:60:18: note: candidate function not viable: no known conversion from 'QDLDL_int *' (aka 'int *') to 'const long long *' for 2nd argument
SuiteSparse_long amd_l_order    /* see above for description of arguments */
                 ^
1 error generated.
error: command 'cc' failed with exit status 1
*** Error code 1

OS: FreeBSD 12.2

@imciner2 imciner2 linked a pull request Feb 3, 2021 that will close this issue
@yurivict yurivict changed the title Build fails on i386 architecture Build fails on i386, armv7 architectures Jul 23, 2022
@yurivict
Copy link
Author

Same on the armv7 architecture.

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

Successfully merging a pull request may close this issue.

1 participant