From: "Maxim Koltsov" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-openbsd:master commit in: script/
Date: Tue, 19 Jun 2012 18:20:47 +0000 (UTC) [thread overview]
Message-ID: <1307300656.608d1b9c08e888b4d4da36ea5e4deb600f959d5a.maksbotan@gentoo> (raw)
commit: 608d1b9c08e888b4d4da36ea5e4deb600f959d5a
Author: Maxim <kolmax94 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 5 19:04:16 2011 +0000
Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 19:04:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-openbsd.git;a=commit;h=608d1b9c
Fix xz-utils compilation in full-bootstrap script
---
script/full-bootstrap-prefix.sh | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/script/full-bootstrap-prefix.sh b/script/full-bootstrap-prefix.sh
index bbbf90a..0e07a63 100755
--- a/script/full-bootstrap-prefix.sh
+++ b/script/full-bootstrap-prefix.sh
@@ -50,10 +50,11 @@ export ACCEPT_KEYWORDS="* ~*"
[ ! -x ${EPREFIX}/usr/bin/automake-* ] && emerge -1 -O automake
[ ! -x ${EPREFIX}/usr/bin/automake ] && emerge -1 -O automake-wrapper
[ ! -x ${EPREFIX}/usr/bin/libtool ] && emerge -1 -O libtool
-#
-# FIXME: this fails with an error that the print function was not found in libtool
-#[ ! -x ${EPREFIX}/usr/bin/xz ] && emerge -1 -O xz-utils
-#
+
+export CONFIG_SHELL="${EPREFIX}/bin/bash"
+[ ! -x ${EPREFIX}/usr/bin/xz ] && emerge -1 -O xz-utils
+unset CONFIG_SHELL
+
[ ! -x ${EPREFIX}/usr/bin/flex ] && emerge -1 -O flex
[ ! -x ${EPREFIX}/usr/bin/bison ] && emerge -1 -O bison
[ ! -x ${EPREFIX}/usr/bin/binutils-config ] && emerge -1 -O binutils-config
next reply other threads:[~2012-06-19 18:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-19 18:20 Maxim Koltsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-19 18:20 [gentoo-commits] proj/gentoo-openbsd:master commit in: script/ Maxim Koltsov
2012-06-19 18:20 Maxim Koltsov
2011-05-03 13:40 Anthony G. Basile
2011-04-25 18:38 Maxim Koltsov
2011-04-25 13:02 Maxim Koltsov
2011-04-24 17:20 Maxim Koltsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1307300656.608d1b9c08e888b4d4da36ea5e4deb600f959d5a.maksbotan@gentoo \
--to=maksbotan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox