Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Sat, 08 Dec 2018 17:53:46
Message-Id: 1544291615.7ed650e78de908a1850cb87619b4b36d4b3e544e.mgorny@gentoo
1 commit: 7ed650e78de908a1850cb87619b4b36d4b3e544e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 17:49:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 17:53:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed650e7
7
8 sys-devel/distcc: Discourage distcc-pump
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/distcc/distcc-3.2_rc1-r4.ebuild | 6 ++----
13 sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 6 ++----
14 sys-devel/distcc/distcc-3.3.2.ebuild | 6 ++----
15 sys-devel/distcc/distcc-3.3.ebuild | 6 ++----
16 4 files changed, 8 insertions(+), 16 deletions(-)
17
18 diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
19 index d7ff5a79c40..0267f059b07 100644
20 --- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
21 +++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
22 @@ -168,10 +168,8 @@ pkg_postinst() {
23 elog "Tips on using distcc with Gentoo can be found at"
24 elog "https://wiki.gentoo.org/wiki/Distcc"
25 elog
26 - elog "How to use pump mode with Gentoo:"
27 - elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo baz,cpp,lzo\""
28 - elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >> /etc/portage/make.conf"
29 - elog "# emerge -u world"
30 + elog "distcc-pump is known to cause breakage with multiple packages."
31 + elog "Do NOT enable it globally."
32 elog
33 elog "To use the distccmon programs with Gentoo you should use this command:"
34 elog "# DISTCC_DIR=\"${DISTCC_DIR:-${BUILD_PREFIX}/.distcc}\" distccmon-text 5"
35
36 diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
37 index 7ce1fa8b812..58a62383bae 100644
38 --- a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
39 +++ b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
40 @@ -166,10 +166,8 @@ pkg_postinst() {
41 elog "Tips on using distcc with Gentoo can be found at"
42 elog "https://wiki.gentoo.org/wiki/Distcc"
43 elog
44 - elog "How to use pump mode with Gentoo:"
45 - elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo baz,cpp,lzo\""
46 - elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >> /etc/portage/make.conf"
47 - elog "# emerge -u world"
48 + elog "distcc-pump is known to cause breakage with multiple packages."
49 + elog "Do NOT enable it globally."
50 elog
51 elog "To use the distccmon programs with Gentoo you should use this command:"
52 elog "# DISTCC_DIR=\"${DISTCC_DIR:-${BUILD_PREFIX}/.distcc}\" distccmon-text 5"
53
54 diff --git a/sys-devel/distcc/distcc-3.3.2.ebuild b/sys-devel/distcc/distcc-3.3.2.ebuild
55 index 70496857256..2b510f85325 100644
56 --- a/sys-devel/distcc/distcc-3.3.2.ebuild
57 +++ b/sys-devel/distcc/distcc-3.3.2.ebuild
58 @@ -166,10 +166,8 @@ pkg_postinst() {
59 elog "Tips on using distcc with Gentoo can be found at"
60 elog "https://wiki.gentoo.org/wiki/Distcc"
61 elog
62 - elog "How to use pump mode with Gentoo:"
63 - elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo baz,cpp,lzo\""
64 - elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >> /etc/portage/make.conf"
65 - elog "# emerge -u world"
66 + elog "distcc-pump is known to cause breakage with multiple packages."
67 + elog "Do NOT enable it globally."
68 elog
69 elog "To use the distccmon programs with Gentoo you should use this command:"
70 elog "# DISTCC_DIR=\"${DISTCC_DIR:-${BUILD_PREFIX}/.distcc}\" distccmon-text 5"
71
72 diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
73 index b958b16f653..4ee28df450f 100644
74 --- a/sys-devel/distcc/distcc-3.3.ebuild
75 +++ b/sys-devel/distcc/distcc-3.3.ebuild
76 @@ -166,10 +166,8 @@ pkg_postinst() {
77 elog "Tips on using distcc with Gentoo can be found at"
78 elog "https://wiki.gentoo.org/wiki/Distcc"
79 elog
80 - elog "How to use pump mode with Gentoo:"
81 - elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo baz,cpp,lzo\""
82 - elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >> /etc/portage/make.conf"
83 - elog "# emerge -u world"
84 + elog "distcc-pump is known to cause breakage with multiple packages."
85 + elog "Do NOT enable it globally."
86 elog
87 elog "To use the distccmon programs with Gentoo you should use this command:"
88 elog "# DISTCC_DIR=\"${DISTCC_DIR:-${BUILD_PREFIX}/.distcc}\" distccmon-text 5"