Your message dated Fri, 26 Jul 2024 18:41:31 +0000
with message-id <e1sxpsh-005bn8...@fasolo.debian.org>
and subject line Bug#1072230: Removed package(s) from unstable
has caused the Debian Bug report #1059608,
regarding freebsd-glue: Build dependency(gcc-9) is not satisfied in multiple
architectures
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.)
--
1059608: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059608
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freebsd-glue
Version: 0.2.22+nmu1
Severity: wishlist
Tags: patch ftbfs
User: debian-loonga...@lists.debian.org
Usertags: loong64
Dear maintainers,
Compiling the freebsd-glue with a dependency on gcc-9, the build
dependency is not satisfied in several architectures such as riscv64,
loong64 and so on. The full status can be found at
https://buildd.debian.org/status/package.php?p=freebsd-glue&suite=sid.
With Debian package updates, compilation dependencies of freebsd-glue
should not be written as fixed gcc-9 (fixed gcc version).
The current version of gcc for debian ports is 13.2.0.
I have changed the d/rule and d/control with current gcc version(The
patch in my attachment is used locally and is for reference only). The
freebsd-glue source package was compiled successfully on my local
environment.
Please pay attention to the phenomenon of my feedback above.
If you have any questions, you can contact me at any time.
thanks,
Dandan Zhang
diff -Nru freebsd-glue-0.2.22+nmu1/debian/control
freebsd-glue-0.2.22+nmu1/debian/control
--- freebsd-glue-0.2.22+nmu1/debian/control 2023-08-06 23:18:20.000000000
+0000
+++ freebsd-glue-0.2.22+nmu1/debian/control 2023-08-06 23:20:16.000000000
+0000
@@ -7,7 +7,7 @@
Steven Chamberlain <ste...@pyro.eu.org>,
Build-Depends:
debhelper (>= 8.0),
- gcc-9,
+ gcc-13,
kfreebsd-kernel-headers (>= 10.0~3) [kfreebsd-any],
freebsd-mk,
bmake,
diff -Nru freebsd-glue-0.2.22+nmu1/debian/rules
freebsd-glue-0.2.22+nmu1/debian/rules
--- freebsd-glue-0.2.22+nmu1/debian/rules 2023-08-06 23:20:16.000000000
+0000
+++ freebsd-glue-0.2.22+nmu1/debian/rules 2023-08-06 23:20:16.000000000
+0000
@@ -6,7 +6,7 @@
# Determine host architecture compiler
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
ifeq ($(origin CC),default)
-CC := $(DEB_HOST_GNU_TYPE)-gcc-9
+CC := $(DEB_HOST_GNU_TYPE)-gcc-13
endif
# Determine build architecture compiler
--- End Message ---
--- Begin Message ---
Version: 0.2.22+nmu1+rm
Dear submitter,
as the package freebsd-glue 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/1072230
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.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---