summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ross <aross@gentoo.org>2006-09-29 13:11:35 +0000
committerAndrew Ross <aross@gentoo.org>2006-09-29 13:11:35 +0000
commitc064d525bb2348c0f61202295d09121830e172a0 (patch)
tree37422029c7b423d03590683a5e932414f84ab11d
parentBud xen-tools-3.0.2-r4 from -r3 and remove support for unstable upstream, whi... (diff)
downloadaross-c064d525bb2348c0f61202295d09121830e172a0.tar.gz
aross-c064d525bb2348c0f61202295d09121830e172a0.tar.bz2
aross-c064d525bb2348c0f61202295d09121830e172a0.zip
Accept python with pie+ssp, but warn about bug #141866
svn path=/; revision=10
-rw-r--r--app-emulation/xen-tools/Manifest8
-rw-r--r--app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild6
2 files changed, 6 insertions, 8 deletions
diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index bbbded9..802e82c 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -43,10 +43,10 @@ EBUILD xen-tools-3.0.2-r3.ebuild 5530 RMD160 fe932ebe8722970f5a433a0619552c6ec2f
MD5 11588a83ffd3177430efeca5cc668ba3 xen-tools-3.0.2-r3.ebuild 5530
RMD160 fe932ebe8722970f5a433a0619552c6ec2f93eaf xen-tools-3.0.2-r3.ebuild 5530
SHA256 cff3399ef7a791cafcf2053c00124ab56772b730ac8aa32a088ced857b011c1e xen-tools-3.0.2-r3.ebuild 5530
-EBUILD xen-tools-3.0.2-r4.ebuild 4957 RMD160 89a3fc0d823f0e325ae22a942dba5684388478de SHA1 f9afad19694049508ab1bd401e72a60069492bbe SHA256 ed1e893389c3dd8284536ece238214c3f387fa709c0fb05405c49ebba47bb093
-MD5 4f63ce57618a29ae97f0acf202b592ef xen-tools-3.0.2-r4.ebuild 4957
-RMD160 89a3fc0d823f0e325ae22a942dba5684388478de xen-tools-3.0.2-r4.ebuild 4957
-SHA256 ed1e893389c3dd8284536ece238214c3f387fa709c0fb05405c49ebba47bb093 xen-tools-3.0.2-r4.ebuild 4957
+EBUILD xen-tools-3.0.2-r4.ebuild 4845 RMD160 d38734ae0b2f5cc36be333ff4897f0919ea8526f SHA1 f7068dc243a395faf5e34ed9f9fe78a3da46ff88 SHA256 301c172fe3cfbbb570797496bb9476db259455d52d0eb8ff2e89dc530b9d73f2
+MD5 4ec6b74be666ec55ca9ec405d9651232 xen-tools-3.0.2-r4.ebuild 4845
+RMD160 d38734ae0b2f5cc36be333ff4897f0919ea8526f xen-tools-3.0.2-r4.ebuild 4845
+SHA256 301c172fe3cfbbb570797496bb9476db259455d52d0eb8ff2e89dc530b9d73f2 xen-tools-3.0.2-r4.ebuild 4845
MD5 6618adc624bc8ab64af0f4555c33529a files/digest-xen-tools-3.0.2-r3 235
RMD160 ad3a1d2a82c40b0bca653431c2d7964809580e5e files/digest-xen-tools-3.0.2-r3 235
SHA256 274536fc8a3cb10fda114e533062b0dbddcda4ae15f52033a39b85785b221794 files/digest-xen-tools-3.0.2-r3 235
diff --git a/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild b/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild
index 6397214..fc69e84 100644
--- a/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild
@@ -49,10 +49,8 @@ pkg_setup() {
fi
if [[ "$(scanelf -s __guard -q `which python`)" ]] ; then
- eerror "xend doesn't work when python is built with stack smashing protection (ssp)."
- eerror "Please append the following to your CFLAGS and remerge python:"
- eerror " '-fno-stack-protector -fno-stack-protector-all'"
- die "python was built with stack smashing protection (ssp)"
+ ewarn "xend may not work when python is built with stack smashing protection (ssp)."
+ ewarn "If 'xm create' fails with '<ProtocolError for /RPC2: -1 >', see bug #141866"
fi
}