Hello *,
grozin@bilbo /home/gentoo/sci-mathematics/maxima $ pkgcheck scan
gentoo -- updating git cache: commit date: 2023-07-23
sci-mathematics/maxima
UnstableOnly: for arches: [ ppc, x86 ], all versions are unstable: [
5.46.0-r1, 5.47.0 ]
PotentialStable: version 5.46.0-r1: slot(0), stabled arch: [ amd64 ],
potentials: [ ~ppc, ~x86 ]
RequiredUseDefaults: version 5.46.0-r1: profile:
'default/linux/amd64/17.0/musl' (4 total) failed REQUIRED_USE: ( clisp ||
clozurecl || clozurecl64 || cmucl || ecls || gcl || sbcl )
RequiredUseDefaults: version 5.47.0: profile:
'default/linux/amd64/17.0/musl' (3 total) failed REQUIRED_USE: ( clisp ||
clozurecl || clozurecl64 || cmucl || ecls || gcl || sbcl )
It seems that there are no lisps in this profile. This may be correct. But
where are all lisps masked? I see only
grozin@bilbo /home/gentoo/profiles $ find -name package.mask | xargs fgrep
lisp
./arch/powerpc/ppc64/package.mask:dev-lisp/sbcl
./arch/powerpc/ppc64/32ul/package.mask:-dev-lisp/sbcl
./arch/powerpc/ppc64/64le/package.mask:-dev-lisp/sbcl
./arch/sparc/64ul/package.mask:dev-lisp/sbcl
sbcl is masked on arches to which it is not ported. Fine. But I don't see
where lisps are masked specifically for musl.
This may be correct. As far as I know, sbcl cannot work on musl systems;
don't know about other lisps. If this is so, maxima should also be masked
on musl.
Andrey