Your message dated Mon, 11 Nov 2024 17:40:08 +0000
with message-id <e1tayow-002iiy...@fasolo.debian.org>
and subject line Bug#1086301: Removed package(s) from unstable
has caused the Debian Bug report #1086390,
regarding mathtex FTCBFS: builds during make install for the build architecture
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1086390: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mathtex
Version: 1.03-3
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
Tags: patch upstream

mathtex fails to cross build from source, because it builds for the
build architecture as it builds during make install where
dh_auto_install does not pass cross tools. I've reworked the Makefile to
build during the build target and am attaching a patch for your
convenience.

Helmut
--- mathtex-1.03.orig/Makefile
+++ mathtex-1.03/Makefile
@@ -1,10 +1,16 @@
 TARGET=$(DESTDIR)/usr/bin/mathtex
 
-all:
+all:mathtex
 
-install:
+mathtex:mathtex.c
+	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -DLATEX=\"/usr/bin/latex\" -DDVIPNG=\"/usr/bin/dvipng\" $< -o $@
+
+install:all
 	mkdir -p $(DESTDIR)/usr/bin
-	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -DLATEX=\"/usr/bin/latex\" -DDVIPNG=\"/usr/bin/dvipng\" mathtex.c -o ${TARGET}
+	install -m755 mathtex $(TARGET)
 
 clean:
-	rm -f ${TARGET}
+	rm -f mathtex
+
+uninstall:
+	rm -f $(TARGET)

--- End Message ---
--- Begin Message ---
Version: 1.03-3+rm

Dear submitter,

as the package mathtex has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1086301

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to