Closed d-torrance closed 2 years ago
Never mind -- this is actually a Singular issue:
SINGULAR / Development
A Computer Algebra System for Polynomial Computations / version 4.2.1
0<
by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann \ May 2021
FB Mathematik der Universitaet, D-67653 Kaiserslautern \ Debian 1:4.2.1-p2+ds-5
> ring r=32003,(x,y,z),dp;
> poly f=x3+y5+z2;
> f;
? `f` is undefined
? error occurred in or before STDIN line 3: `f;`
This is currently preventing the Ubuntu singular package from migrating from "proposed" to "release" to be part of the next LTS release. From https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/s390x/q/qepcad/20211216_201020_bda39@/log.gz:
I've confirmed that this is also an issue in Debian unstable on an s390x porterbox. Note that s390x is big endian, so that may be related.