[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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-Dep....wait: 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


Reply to: