You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which strangely both outputs 1 if UTF is supported, and the exit code also is 1 if supported. So pcretest both prints the results of these checks and returns them as non-POSIX exit codes.
But fine, this means we just need to
Check for pcretest
Run
if test `pcretest -C utf` -eq 1`; then
...
I'd say if pcretest is absent just don't assume the system lib can be used.
As the Sage-8.8 release milestone is pending, we should delete the sage-8.8 milestone for tickets that are not actively being worked on or that still require significant work to move forward. If you feel that this ticket should be included in the next Sage release at the soonest please set its milestone to the next release milestone (sage-8.9).
one can build an insufficiently powerful pcre, see #27284
So we better check that it has all the goodies needed.
Component: build: configure
Issue created by migration from https://trac.sagemath.org/ticket/27936
The text was updated successfully, but these errors were encountered: