Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sun, 27 Mar 2022 23:26:04
Message-Id: 1648423547.8c649b8fc2db8abb268098ce1e139bc4b86e9ecc.sam@gentoo
1 commit: 8c649b8fc2db8abb268098ce1e139bc4b86e9ecc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 23:25:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 23:25:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c649b8f
7
8 sys-libs/glibc: add bug references to "restart processes" warning
9
10 Bug: https://bugs.gentoo.org/660556
11 Bug: https://bugs.gentoo.org/741116
12 Bug: https://bugs.gentoo.org/823756
13 See: https://forums.gentoo.org/viewtopic-t-1147884.html
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-libs/glibc/glibc-2.34-r10.ebuild | 1 +
17 sys-libs/glibc/glibc-2.35-r1.ebuild | 1 +
18 sys-libs/glibc/glibc-9999.ebuild | 1 +
19 3 files changed, 3 insertions(+)
20
21 diff --git a/sys-libs/glibc/glibc-2.34-r10.ebuild b/sys-libs/glibc/glibc-2.34-r10.ebuild
22 index 8150f4574f2a..ac93d898cf4d 100644
23 --- a/sys-libs/glibc/glibc-2.34-r10.ebuild
24 +++ b/sys-libs/glibc/glibc-2.34-r10.ebuild
25 @@ -805,6 +805,7 @@ upgrade_warning() {
26 ewarn "After upgrading glibc, please restart all running processes."
27 ewarn "Be sure to include init (telinit u) or systemd (systemctl daemon-reexec)."
28 ewarn "Alternatively, reboot your system."
29 + ewarn "(See bug #660556, bug #741116, bug #823756, etc)"
30 break
31 fi
32 done
33
34 diff --git a/sys-libs/glibc/glibc-2.35-r1.ebuild b/sys-libs/glibc/glibc-2.35-r1.ebuild
35 index 0edba3776234..891974bc21c4 100644
36 --- a/sys-libs/glibc/glibc-2.35-r1.ebuild
37 +++ b/sys-libs/glibc/glibc-2.35-r1.ebuild
38 @@ -794,6 +794,7 @@ upgrade_warning() {
39 ewarn "After upgrading glibc, please restart all running processes."
40 ewarn "Be sure to include init (telinit u) or systemd (systemctl daemon-reexec)."
41 ewarn "Alternatively, reboot your system."
42 + ewarn "(See bug #660556, bug #741116, bug #823756, etc)"
43 break
44 fi
45 done
46
47 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
48 index 29d4afe1ab2b..2483aefe5d6a 100644
49 --- a/sys-libs/glibc/glibc-9999.ebuild
50 +++ b/sys-libs/glibc/glibc-9999.ebuild
51 @@ -795,6 +795,7 @@ upgrade_warning() {
52 ewarn "After upgrading glibc, please restart all running processes."
53 ewarn "Be sure to include init (telinit u) or systemd (systemctl daemon-reexec)."
54 ewarn "Alternatively, reboot your system."
55 + ewarn "(See bug #660556, bug #741116, bug #823756, etc)"
56 break
57 fi
58 done