diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-14 07:16:28 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-14 07:16:28 +0000 |
commit | 4f05ecc02b36d896204d321d29cb5f39735a58b7 (patch) | |
tree | 34c8b8d8b6139af85c31ac94fd3fa8f3ceb203ea /profiles | |
parent | Removed no longer used python2.4-fix.patch from files/. (diff) | |
download | gentoo-2-4f05ecc02b36d896204d321d29cb5f39735a58b7.tar.gz gentoo-2-4f05ecc02b36d896204d321d29cb5f39735a58b7.tar.bz2 gentoo-2-4f05ecc02b36d896204d321d29cb5f39735a58b7.zip |
This workaround is no longer needed as of about a year ago, so killing it off.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/profile.bashrc | 26 | ||||
-rw-r--r-- | profiles/default-linux/sparc/sparc64/dev/multilib/profile.bashrc | 20 |
2 files changed, 0 insertions, 46 deletions
diff --git a/profiles/default-linux/amd64/profile.bashrc b/profiles/default-linux/amd64/profile.bashrc deleted file mode 100644 index b7328061f503..000000000000 --- a/profiles/default-linux/amd64/profile.bashrc +++ /dev/null @@ -1,26 +0,0 @@ -# fix for bug 60147, "configure causes sandbox violations when lib64 -# is a directory". currently only works with cvs portage. -#SANDBOX_WRITE="${SANDBOX_WRITE}:/usr/lib64/conftest:/usr/lib64/cf" -addwrite /usr/lib64/conftest -addwrite /usr/lib64/cf - -# oh goodie, yet ANOTHER sandbox bug!!!! >:| -# without portage 2.0.51 and the following entries, at least dbus will spew -# sandbox violations like mad with python in lib64. -addpredict /usr/lib64/python2.0/ -addpredict /usr/lib64/python2.1/ -addpredict /usr/lib64/python2.2/ -addpredict /usr/lib64/python2.3/ -addpredict /usr/lib64/python2.4/ -addpredict /usr/lib64/python2.5/ -addpredict /usr/lib64/python3.0/ - -# sandbox is disabled for /dev/null by default, so this bug isnt caught. -# hopefully this will help us figure out where this problem occurs... -if [ ! -e /dev/null ] ; then - eerror "/dev/null doesnt exist! this is bad! tail -n 20 /var/log/emerge.log and attach the output to http://bugs.gentoo.org/show_bug.cgi?id=65876" - exit 1 -elif [ -f /dev/null ] ; then - eerror "/dev/null is a normal file! this is bad! tail -n 20 /var/log/emerge.log and attach the output to http://bugs.gentoo.org/show_bug.cgi?id=65876" - exit 1 -fi diff --git a/profiles/default-linux/sparc/sparc64/dev/multilib/profile.bashrc b/profiles/default-linux/sparc/sparc64/dev/multilib/profile.bashrc deleted file mode 100644 index 7c299883a958..000000000000 --- a/profiles/default-linux/sparc/sparc64/dev/multilib/profile.bashrc +++ /dev/null @@ -1,20 +0,0 @@ -# lib64 sandbox stuff copied from amd64's profile.bashrc: -# fix for bug 60147, "configure causes sandbox violations when lib64 -# is a directory". currently only works with cvs portage. - -addwrite /usr/lib64/conftest -addwrite /usr/lib64/cf - -# oh goodie, yet ANOTHER sandbox bug!!!! >:| -# without portage 2.0.51 and the following entries, at least dbus will spew -# sandbox violations like mad with python in lib64. -addpredict /usr/lib64/python2.0/ -addpredict /usr/lib64/python2.1/ -addpredict /usr/lib64/python2.2/ -addpredict /usr/lib64/python2.3/ -addpredict /usr/lib64/python2.4/ -addpredict /usr/lib64/python2.5/ -addpredict /usr/lib64/python3.0/ - -export CFLAGS_sparc32 -export CFLAGS_sparc64 |