conda-forge-macos-standard: sagelib build fails with linbox-related error
conda-forge-macos-standard (https://github.com/sagemath/sage/runs/1078909711):
[sagelib-9.2.beta12] /Users/runner/work/sage/sage/.tox/local-conda-forge-macos-standard/local/include/linbox/algorithms/det-rational.h:96:39: error: no viable overloaded '='
[sagelib-9.2.beta12] void detMul (const Integer& m) {mul = m;}
[sagelib-9.2.beta12] ~~~ ^ ~
[sagelib-9.2.beta12] /Users/runner/work/sage/sage/.tox/local-conda-forge-macos-standard/conda/include/gmp++/gmp++_int.h:236:34: note: candidate function not viable: 'this' argument has type 'const LinBox::Integer' (aka 'const Givaro::Integer'), but method is not marked const
[sagelib-9.2.beta12] giv_all_inlined Integer& operator = (const Integer& n);
[sagelib-9.2.beta12] ^
[sagelib-9.2.beta12] build/cythonized/sage/matrix/matrix_integer_sparse.cpp:12289:35: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'long' [-Wsign-compare]
[sagelib-9.2.beta12] for (__pyx_t_12 = 0; __pyx_t_12 < __pyx_t_11; __pyx_t_12+=1) {
[sagelib-9.2.beta12] ~~~~~~~~~~ ^ ~~~~~~~~~~
[sagelib-9.2.beta12] 1 warning and 2 errors generated.
[sagelib-9.2.beta12] error: command 'x86_64-apple-darwin13.4.0-clang' failed with exit status 1
Regression from 9.1, which supported conda-forge-macos-standard
.
Change History (8)
Cc: |
cpernet dimpase added
|
Report Upstream: |
N/A →
Fixed upstream, but not in a stable release.
|
Branch: |
→ u/mkoeppe/conda_forge_macos_standard__sagelib_build_fails_with_linbox_related_error
|
Authors: |
→ Matthias Koeppe
|
Commit: |
→ a7b30f0da9590a19a66753b2445b16f20d00021f
|
Status: |
new →
needs_review
|
Reviewers: |
→ Isuru Fernando
|
Status: |
needs_review →
positive_review
|
Branch: |
u/mkoeppe/conda_forge_macos_standard__sagelib_build_fails_with_linbox_related_error →
a7b30f0da9590a19a66753b2445b16f20d00021f
|
Resolution: |
→ fixed
|
Status: |
positive_review →
closed
|
Same as reported in https://github.com/linbox-team/givaro/pull/161 and solved in https://github.com/linbox-team/linbox/pull/256