Your message dated Sat, 28 Dec 2024 03:57:29 +0000
with message-id <[email protected]>
and subject line Bug#1090983: Removed package(s) from unstable
has caused the Debian Bug report #981138,
regarding tiemu FTCBFS: issues around build tool builds
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 [email protected]
immediately.)
--
981138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981138
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tiemu
Version: 3.04~git20110801-nogdb+dfsg1-2
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs
tiemu is mostly prepared for cross building, but fails doing so in the
end. There are two reasons for this:
* In src/core/uae, build tools are built with plain gcc (which is
good), but the host architecture LDFLAGS containing tons of host
libraries are also passed. Since these libraries are only installed
for the host architecture, linking fails. These tools do not use any
libraries beyond libc though, so the LDFLAGS can be dropped here.
* In the man directory, the cleaner application is built with the host
architecture compiler. Running it results in an Exec format error.
The compiler needs to be changed as has been done in src/core/uae.
Once fixing these, tiemu cross builds successfully. Please consider
applying the attached patch.
Helmut
--- tiemu-3.04~git20110801-nogdb+dfsg1.orig/src/core/uae/Makefile
+++ tiemu-3.04~git20110801-nogdb+dfsg1/src/core/uae/Makefile
@@ -29,11 +29,11 @@
# Build generators and files to generate
build68k: build68k_host.o
@echo "-> Compiling 68k builder..."
- C_INCLUDE_PATH="" LIBRARY_PATH="" gcc $(LDFLAGS) -o $@ $?
+ C_INCLUDE_PATH="" LIBRARY_PATH="" gcc -o $@ $?
gencpu: gencpu_host.o readcpu_host.o cpudefs_host.o missing_host.o xmalloc_host.o
@echo "-> Compiling CPU generator..."
- C_INCLUDE_PATH="" LIBRARY_PATH="" gcc $(LDFLAGS) -o $@ gencpu_host.o readcpu_host.o cpudefs_host.o missing_host.o xmalloc_host.o
+ C_INCLUDE_PATH="" LIBRARY_PATH="" gcc -o $@ gencpu_host.o readcpu_host.o cpudefs_host.o missing_host.o xmalloc_host.o
cpudefs.c: build68k table68k
@echo "-> Building CPU definitions..."
--- tiemu-3.04~git20110801-nogdb+dfsg1.orig/man/Makefile.am
+++ tiemu-3.04~git20110801-nogdb+dfsg1/man/Makefile.am
@@ -10,6 +10,6 @@
dist_win: $(man_MANS)
groff -Tascii -man $(man_MANS) > Manpage
- C_INCLUDE_PATH="" LIBRARY_PATH="" $(CC) cleaner.c -o cleaner
+ C_INCLUDE_PATH="" LIBRARY_PATH="" gcc cleaner.c -o cleaner
./cleaner Manpage
rm Manpage cleaner
--- End Message ---
--- Begin Message ---
Version: 3.04~git20220826.cda2db4+dfsg-2+rm
Dear submitter,
as the package tiemu 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/1090983
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
[email protected].
Debian distribution maintenance software
pp.
Paul Richards Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers