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

Bug#824166: texlive-bin: FTBFS due to luajit issues



tags 824166 + patch
thanks

Dixi quod…

> I’m still building, I’ll report success or failure here as soon
> as it’s finished.

It builds and installs and successfully creates PDFs, and I’ve
uploaded it to dpo unreleased as a quickfix until you can upload.

But… with one exception:

dpkg: error processing archive /var/cache/apt/archives/texlive-fonts-extra-doc_2016.20160512-1_all.deb (--unpack):
 trying to overwrite '/usr/share/doc/texlive-doc/latex/mweights/README', which is also in package texlive-latex-extra-doc 2015.20160320-1

I think there’s a Replaces: missing because, if I upgrade the
texlive-latex-extra-doc package manually first, it works. Do
you want an extra report for this?

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg
diff -Nru texlive-bin-2016.20160512.41045/debian/changelog texlive-bin-2016.20160512.41045/debian/changelog
--- texlive-bin-2016.20160512.41045/debian/changelog	2016-05-12 03:37:29.000000000 +0200
+++ texlive-bin-2016.20160512.41045/debian/changelog	2016-05-13 11:21:33.000000000 +0200
@@ -1,3 +1,9 @@
+texlive-bin (2016.20160512.41045-1~x32) unreleased; urgency=medium
+
+  * Try to fix luajit issues (Closes: #824166)
+
+ -- Thorsten Glaser <t.glaser@tarent.de>  Fri, 13 May 2016 11:19:56 +0200
+
 texlive-bin (2016.20160512.41045-1) unstable; urgency=medium
 
   * break against old texlive (Closes: #820716)
diff -Nru texlive-bin-2016.20160512.41045/debian/rules texlive-bin-2016.20160512.41045/debian/rules
--- texlive-bin-2016.20160512.41045/debian/rules	2016-05-12 03:37:29.000000000 +0200
+++ texlive-bin-2016.20160512.41045/debian/rules	2016-05-13 11:19:50.000000000 +0200
@@ -38,7 +38,7 @@
 # for whitelisting good archs
 ifeq (,$(filter $(DEB_HOST_ARCH), $(LUAJIT_GOOD_ARCHS)))
   # it is not in the list of good archs -> disable luajittex
-  BUILDLUAJITTEX=--disable-luajittex
+  BUILDLUAJITTEX=--disable-luajittex --disable-mfluajit
   WITHLUAJIT=no
 else
   # not necessary, but for completeness

Reply to: