summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-17 00:29:04 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-17 00:29:04 +0000
commitffe56e94ee10ca2e41f0ae1870fce1bd7a425e1c (patch)
tree2ab4cd67b2ddb0e99a02b1ac84a57b6c8ff9de77
parentee36ddbc542b9f22c4dfc24eb58522a6661bb7f3 (diff)
downloadportage-ffe56e94ee10ca2e41f0ae1870fce1bd7a425e1c.tar.gz
portage-ffe56e94ee10ca2e41f0ae1870fce1bd7a425e1c.tar.bz2
portage-ffe56e94ee10ca2e41f0ae1870fce1bd7a425e1c.zip
cleanup textrel qa notice
svn path=/main/trunk/; revision=2377
-rwxr-xr-xbin/ebuild.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 4bf4363ce..4e4d75e2f 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1078,11 +1078,12 @@ dyn_install() {
if [[ -n ${f} ]] ; then
echo -ne '\a\n'
echo "QA Notice: the following files contain runtime text relocations"
- echo " Text relocations require a lot of extra work to be preformed by the"
- echo " dynamic linker which will cause serious performance impact on IA-32"
- echo " and might not function properly on other architectures hppa for example."
- echo " If you are a programmer please take a closer look at this package and"
- echo " consider writing a patch which addresses this problem."
+ echo " Text relocations force the dynamic linker to perform extra"
+ echo " work at startup, wastes system resources, and may pose a security"
+ echo " risk. On some architectures, the code may not ever function"
+ echo " properly, if at all. If you are a programmer please consider"
+ echo " taking a closer look at this package and writing a patch to"
+ echo " address this problem."
echo "${f}"
echo -ne '\a\n'
qa_kinda_sucks=1