Bug#1023007: tex-common: configuration fails due to "Illegal instruction" on i386

2022-12-10 Thread Bernhard Übelacker

Am 10.12.22 um 22:58 schrieb Hilmar Preuße:

Am 10.12.2022 um 18:16 teilte Bernhard Übelacker mit:

Hi,


I have seen other packages that added a dependency
to package sse2-support in such cases.

That would not solve the issue, but would make it
visible at installation time for the user,
if I understand it right.



Thanks for the hint. My "git diff" below. As far as I understood I need
to declare a Pre-Depwait: the sse2-support fails already in preinst
if SSE2 support is missing, so a Dep should be OK. Do you agree?

Hilmar

hille@sid-amd64:~/devel/TeXLive/github/texlive-bin$ git diff
diff --git a/debian/control b/debian/control
index 6286e991..21349a62 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,7 @@ Depends: libptexenc1 (>= ${source:Version}),
    libtexlua53-5 (<< ${source:Version}.1~),
    libtexluajit2 (>= ${source:Version}) [amd64 armel armhf hurd-i386
i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
    libtexluajit2 (<< ${source:Version}.1~) [amd64 armel armhf hurd-i386
i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
+  sse2-support [ i386 ],
    t1utils, tex-common, perl:any,
    ${shlibs:Depends}, ${misc:Depends}

Hlimar
--
sigfault



Hello Hilmar,
yes, I tried to find a few other examples below,
there it was also added to the Depends section.
Some added it also to the Build-Depends, looks like
it should stop the build early if tests are known
to need sse2 too?
I don't know, but maybe the build infrastructure is expected
to support sse2, so I think the import one is the Depends,
as far as I understand.
Thanks for your work.

Kind regards,
Bernhard

https://salsa.debian.org/qt-kde-team/qt/qtwebengine/-/commit/c1bec552565587e3537da60d66ef3c6f5c1be36e
https://salsa.debian.org/debian/rr/-/commit/d948829b8125a016df4d0f249350a8f7e330f48d
https://salsa.debian.org/js-team/nodejs/-/commit/4778765225e86a1337f38c49ef19c4f22a81e279



Bug#1023007: tex-common: configuration fails due to "Illegal instruction" on i386

2022-12-10 Thread Hilmar Preuße

Am 10.12.2022 um 18:16 teilte Bernhard Übelacker mit:

Hi,


I have seen other packages that added a dependency
to package sse2-support in such cases.

That would not solve the issue, but would make it
visible at installation time for the user,
if I understand it right.



Thanks for the hint. My "git diff" below. As far as I understood I need
to declare a Pre-Depwait: the sse2-support fails already in preinst
if SSE2 support is missing, so a Dep should be OK. Do you agree?

Hilmar

hille@sid-amd64:~/devel/TeXLive/github/texlive-bin$ git diff
diff --git a/debian/control b/debian/control
index 6286e991..21349a62 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,7 @@ Depends: libptexenc1 (>= ${source:Version}),
   libtexlua53-5 (<< ${source:Version}.1~),
   libtexluajit2 (>= ${source:Version}) [amd64 armel armhf hurd-i386
i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
   libtexluajit2 (<< ${source:Version}.1~) [amd64 armel armhf hurd-i386
i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
+  sse2-support [ i386 ],
   t1utils, tex-common, perl:any,
   ${shlibs:Depends}, ${misc:Depends}

Hlimar
--
sigfault



Bug#1023007: tex-common: configuration fails due to "Illegal instruction" on i386

2022-12-10 Thread Bernhard Übelacker

Hello Hilmar,
I have seen other packages that added a dependency
to package sse2-support in such cases.

That would not solve the issue, but would make it
visible at installation time for the user,
if I understand it right.

Kind regards,
Bernhard



Bug#1023007: tex-common: configuration fails due to "Illegal instruction" on i386

2022-11-13 Thread Hilmar Preuße

Control: retitle -1 luatex has no support for CPU's w/o SSE2
Control: tags -1 + wontfix

Am 29.10.2022 um 04:51 teilte G.raud mit:

Hi,


When trying to reconfigure the package tex-common (whose configuration
had already failed previously):


I just found the upstream bug:

http://tracker.luatex.org/view.php?id=1008

Tag it wontfix. Sorry!

H.
--
sigfault



Bug#1023007: tex-common: configuration fails due to "Illegal instruction" on i386

2022-11-12 Thread Hilmar Preuße

Am 29.10.2022 um 04:51 teilte G.raud mit:

Hi,


When trying to reconfigure the package tex-common (whose configuration
had already failed previously):


This looks like:

https://bugs.archlinux32.org/index.php?do=details_id=36

Could you configure your system to generate core dumps and then provide
one? Command line to provoke the error should be:

luajittex -ini   -jobname=luajittex -progname=luajittex luatex.ini
luajithbtex -ini   -jobname=luajithbtex -progname=luajithbtex luatex.ini

H,
--
sigfault