Your message dated Fri, 26 Jul 2024 18:41:31 +0000
with message-id <[email protected]>
and subject line Bug#1072230: Removed package(s) from unstable
has caused the Debian Bug report #1060120,
regarding freebsd-glue: modify gcc version for build
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.)
--
1060120: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060120
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: freebsd-glue
Severity: normal
X-Debbugs-Cc: [email protected]
Dear Maintainer,
Please modify gcc version for build, thanks!
I think the gcc version should not be fixed, but should be greater
than a certain version, unless the required features only exist on a
specific version.
example:
- gcc-9,
+ gcc (>= 9),
-- System Information:
Debian Release: trixie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)
Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=ANSI_X3.4-1968)
(ignored: LC_ALL set to C), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
>From 8ffd030b321a6c602cb91c60df5241b46ce7bc10 Mon Sep 17 00:00:00 2001
From: Zhang Na <[email protected]>
Date: Sat, 6 Jan 2024 03:44:19 +0000
Subject: [PATCH] modify gcc version for build
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 1699ffe..87faabe 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Steven Chamberlain <[email protected]>,
Build-Depends:
debhelper (>= 8.0),
- gcc-9,
+ gcc (>= 9),
kfreebsd-kernel-headers (>= 10.0~3) [kfreebsd-any],
freebsd-mk,
bmake,
diff --git a/debian/rules b/debian/rules
index b11b752..503ee26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture
-qDEB_HOST_ARCH_OS)
# 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
endif
# Determine build architecture compiler
--
2.43.0
--- 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
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---