summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-07-14 13:34:21 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-07-14 13:34:21 +0000
commit58306f6bc0a976a75de5c774f2a95f186fcfd9f6 (patch)
tree33ebbd5b6cdbb3f40bf7b9e08c3b7951315b60aa /dev-lisp/sbcl
parentNew ebuild for bug #144532 (diff)
downloadgentoo-2-58306f6bc0a976a75de5c774f2a95f186fcfd9f6.tar.gz
gentoo-2-58306f6bc0a976a75de5c774f2a95f186fcfd9f6.tar.bz2
gentoo-2-58306f6bc0a976a75de5c774f2a95f186fcfd9f6.zip
build in a clean environment to work around bug 174702
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'dev-lisp/sbcl')
-rw-r--r--dev-lisp/sbcl/ChangeLog5
-rw-r--r--dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild13
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog
index 7a97193a6240..68620970e6f8 100644
--- a/dev-lisp/sbcl/ChangeLog
+++ b/dev-lisp/sbcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.116 2007/07/11 13:20:27 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.117 2007/07/14 13:34:21 hkbst Exp $
+
+ 14 Jul 2007; Marijn Schouten <hkBst@gentoo.org> sbcl-1.0.6-r2.ebuild:
+ build in a clean environment to work around bug 174702
*sbcl-1.0.6-r2 (11 Jul 2007)
diff --git a/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild b/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
index 02a438a3c759..9abfd2c0090e 100644
--- a/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild,v 1.1 2007/07/11 13:20:27 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.6-r2.ebuild,v 1.2 2007/07/14 13:34:21 hkbst Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -115,13 +115,10 @@ src_compile() {
filter-ldflags -Wl,--as-needed --as-needed # see Bug #132992
- PATH="${bindir}/src/runtime:${PATH}" SBCL_HOME="${bindir}/output" GNUMAKE=make \
- ./make.sh "sbcl
- --sysinit /dev/null
- --userinit /dev/null
- --disable-debugger
- --core ${bindir}/output/sbcl.core" \
- || die
+ # clear the environment to get rid of non-ASCII strings, see bug 174702
+ env - PATH="${bindir}/src/runtime:${PATH}" SBCL_HOME="${bindir}/output" GNUMAKE=make ./make.sh \
+ "sbcl --sysinit /dev/null --userinit /dev/null --disable-debugger --core ${bindir}/output/sbcl.core" \
+ || die "make failed"
if use doc; then
cd "${S}/doc/manual"