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

Bug#908633: marked as done (mouseemu FTCBFS: upstream Makefile hard codes the build architecture compiler)



Your message dated Thu, 23 Apr 2020 21:39:56 +0000
with message-id <E1jRjZc-000HlS-2i@fasolo.debian.org>
and subject line Bug#958387: Removed package(s) from unstable
has caused the Debian Bug report #908633,
regarding mouseemu FTCBFS: upstream Makefile hard codes the build architecture compiler
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.)


-- 
908633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908633
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: mouseemu
Version: 0.15-10
Tags: patch upstream
User: helmutg@debian.org
Usertags: rebootstrap

mouseemu fails to cross build from source, because the upstream Makefile
hard codes the build architecture compiler. After making it
substitutable, mouseemu cross builds successfully. Please consider
applying the attached patch.

Helmut
--- mouseemu-0.15.orig/Makefile
+++ mouseemu-0.15/Makefile
@@ -1,5 +1,5 @@
 all:
-	gcc $(CFLAGS) -Wall -g $(LDFLAGS) -o mouseemu mouseemu.c
+	$(CC) $(CFLAGS) -Wall -g $(LDFLAGS) -o mouseemu mouseemu.c
 clean:
 	rm -f *.o core* mouseemu
 install:

--- End Message ---
--- Begin Message ---
Version: 0.15-10+rm

Dear submitter,

as the package mouseemu 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/958387

The version of this package that was in Debian prior to this removal
can still be found using http://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.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: