Your message dated Sun, 06 Nov 2022 22:11:22 +0000
with message-id <[email protected]>
and subject line Bug#1023560: Removed package(s) from unstable
has caused the Debian Bug report #948771,
regarding guile-2.2: usrmerge variation for GREP, MKDIR_P, SED, etc.
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.)
--
948771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948771
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: guile-2.2
Version: 2.2.6+1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: usrmerge environment
X-Debbugs-Cc: [email protected]
The attached patch sets SHELL, GREP, SED and MKDIR_P from configure,
otherwise the path varies depending on weather it was built on a
usrmerge system. e.g. /usr/bin/grep vs. /bin/grep. Since a /bin is a
symlink to /usr/bin on a usrmerge system, use the /bin location.
live well,
vagrant
From 60a965a7a387ef23f2689ce7980ac2d408618746 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Sun, 12 Jan 2020 18:46:38 -0800
Subject: [PATCH] debian/rules: Set SHELL, GREP SED and MKDIR_P from
configure, otherwise the path varies depending on weather it was built on a
usrmerge system.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index a6527b5..c4ee1b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -176,7 +176,8 @@ override_dh_autoreconf:
override_dh_auto_configure:
dh_auto_configure -- --disable-error-on-warning --disable-rpath \
- --program-suffix "-$(deb_src_eff_ver)"
+ --program-suffix "-$(deb_src_eff_ver)" \
+ SHELL=/bin/bash GREP=/bin/grep SED=/bin/sed MKDIR_P="/bin/mkdir -p"
override_dh_auto_clean:
# If Makefile doesn't exist GNUmakefile will abort on distclean.
--
2.20.1
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 2.2.7+1-6+rm
Dear submitter,
as the package guile-2.2 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/1023560
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
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---