Your message dated Mon, 11 Nov 2024 17:40:08 +0000 with message-id <[🔎] E1tAYOW-002Iiy-CU@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 owner@bugs.debian.org immediately.) -- 1086390: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086390 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: mathtex FTCBFS: builds during make install for the build architecture
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Wed, 30 Oct 2024 10:18:22 +0100
- Message-id: <20241030091822.GA1534145@subdivi.de>
Source: mathtex Version: 1.03-3 User: debian-cross@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 ---
- To: 568931-done@bugs.debian.org,838712-done@bugs.debian.org,1061520-done@bugs.debian.org,1086390-done@bugs.debian.org,1049921-done@bugs.debian.org,1086506-done@bugs.debian.org,
- Cc: mathtex@packages.debian.org
- Subject: Bug#1086301: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 11 Nov 2024 17:40:08 +0000
- Message-id: <[🔎] E1tAYOW-002Iiy-CU@fasolo.debian.org>
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 ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---