Bug#1060120: marked as done (freebsd-glue: modify gcc version for build)

"Debian Bug Tracking System" <[email protected]> Fri, 26 Jul 2024 18:45:11 +0000
Newsgroups gmane.linux.debian.ports.bsd
Message-ID <handler.1060120.D1060120.17220192952347776.ackdone@bugs.debian.org>
This is a multi-part message in MIME format...

------------=_1722019511-2349882-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

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.)


--=20
1060120: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1060120
Debian Bug Tracking System
Contact [email protected] with problems

------------=_1722019511-2349882-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.debian.org; 6 Jan 2024 03:58:30 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
	(2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-8.1 required=4.0 tests=BAYES_00,FOURLA,MD5_SHA1_SUM,
	RDNS_NONE,SPF_FAIL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE,
	XMAILER_REPORTBUG autolearn=ham autolearn_force=no
	version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 12; hammy, 149; neutral, 106; spammy,
	1. spammytokens:0.991-+--D*cn hammytokens:0.000-+--XDebbugsCc,
	0.000-+--X-Debbugs-Cc, 0.000-+--trixie, 0.000-+--H*M:reportbug,
	0.000-+--H*MI:reportbug
Return-path: <[email protected]>
Received: from [114.242.206.180] (port=36664 helo=localhost.localdomain)
	by buxtehude.debian.org with esmtp (Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1rLxpM-006l5I-CT
	for [email protected]; Sat, 06 Jan 2024 03:58:30 +0000
Content-Type: multipart/mixed; boundary="===============2943153950040713564=="
MIME-Version: 1.0
From: Zhang Na <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: freebsd-glue: modify gcc version for build
Message-ID: <170451350427.966479.3729712317773932393.reportbug@localhost.localdomain>
X-Mailer: reportbug 12.0.0
Date: Sat, 06 Jan 2024 03:58:24 +0000
Delivered-To: [email protected]

This is a multi-part MIME message sent by reportbug.


--===============2943153950040713564==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===============2943153950040713564==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="0001-modify-gcc-version-for-build.patch"

>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


--===============2943153950040713564==--

------------=_1722019511-2349882-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 1060120-done) by bugs.debian.org; 26 Jul 2024 18:41:35 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
	(2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-108.1 required=4.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,HAS_BUG_NUMBER,SPF_HELO_PASS,SPF_NONE,
	USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST,VERSION
	autolearn=unavailable autolearn_force=no
	version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 0; hammy, 150; neutral, 53; spammy, 0.
	spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
	0.000-+--H*rp:D*ftp-master.debian.org,
	0.000-+--Hx-spam-relays-external:sk:fasolo., 0.000-+--H*RU:sk:fasolo.,
	0.000-+--H*r:sk:fasolo.
Return-path: <[email protected]>
Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:36134)
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=mailly.debian.org,[email protected] (verified)
	by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1sXPsk-009qkl-Ky; Fri, 26 Jul 2024 18:41:35 +0000
Received: from [192.91.235.231] (port=55430 helo=fasolo.debian.org)
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified)
	by mailly.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1sXPsk-00Auwh-J8; Fri, 26 Jul 2024 18:41:33 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
	d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:
	Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:Cc:To:From:
	Reply-To:Content-ID:Content-Description:In-Reply-To:References;
	bh=Hzb+v2+KNSVijDGEnfwODU085kmZGbBuUWOWHxKwQFA=; b=dA+jm/Kl1yyEQhrtD09iJM/LOP
	uWMl3TfAOI/BhMuun/PWwUjIsvfmRybDzRnXt4NCmhf3060zX3NuG0HVnhy3zzULqPKVb7gMHjn43
	9NQuYnBZ5XWhdG0ndcCmc4u/0g2AQWa1K7s2B4pTKmpII0wHNTSNzzPra60LyEYSPVGmtXIddC8FW
	3iXdouG9hNKI3WaHbNcv3g6KZiYV3raQ66wmDnfbWk+HOETNAKZGf5euyKjDsSLKcCdKtIzKYNuko
	ugjwiDW9zo/e4gNGklgw+UE7hRa3EohmRVQEX+Q/TpMcNOSUZ9uQ2R6YYH7oxRg77GvNLH2FYOzZP
	wIsTkA0w==;
Received: from kitterman by fasolo.debian.org with local (Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1sXPsh-005bN8-K5; Fri, 26 Jul 2024 18:41:31 +0000
From: Debian FTP Masters <[email protected]>
To: [email protected],[email protected],[email protected],[email protected],[email protected],
X-DAK: dak rm
Cc: [email protected]
X-Filler: 42
X-Debian: DAK
Debian: DAK
MIME-Version: 1.0
Subject: Bug#1072230: Removed package(s) from unstable
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Message-Id: <[email protected]>
Date: Fri, 26 Jul 2024 18:41:31 +0000
X-CrossAssassin-Score: 4

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)
------------=_1722019511-2349882-0--