5 | | - without `DLPATH_ADD=` in `spkg-check` I end up with the same error during `make test` |
6 | | - with `DLPATH_ADD=` |
7 | | {{{ |
8 | | [flint-2.5.2.p2] Copying package files from temporary location /opt/sage/local/var/tmp/sage/build/flint-2.5.2.p2/inst to /opt/sage/local |
9 | | [flint-2.5.2.p2] Running the test suite for flint-2.5.2.p2... |
10 | | [flint-2.5.2.p2] make[2]: Entering directory '/opt/sage/local/var/tmp/sage/build/flint-2.5.2.p2' |
11 | | [flint-2.5.2.p2] make[2]: *** No rule to make target 'check'. Stop. |
12 | | [flint-2.5.2.p2] make[2]: Leaving directory '/opt/sage/local/var/tmp/sage/build/flint-2.5.2.p2' |
13 | | [flint-2.5.2.p2] Error: FLINT failed to pass its test suite. |
14 | | [flint-2.5.2.p2] |
15 | | }}} |
| 5 | - without anything new in `spkg-check` I end up with the same libguile buisness |
| 6 | - with `DLPATH_ADD=` it ends with the tests failing to load `libflint`/`libarb`/`libdeformation` (as I guess they are not installed at the time the tests are run). |