From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sh335-0002AU-Gu for garchives@archives.gentoo.org; Tue, 19 Jun 2012 18:21:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69082E09B2; Tue, 19 Jun 2012 18:20:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3BF05E09B2 for ; Tue, 19 Jun 2012 18:20:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71DB81B403D for ; Tue, 19 Jun 2012 18:20:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 36200E5430 for ; Tue, 19 Jun 2012 18:20:47 +0000 (UTC) From: "Maxim Koltsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maxim Koltsov" Message-ID: <1307300656.608d1b9c08e888b4d4da36ea5e4deb600f959d5a.maksbotan@gentoo> Subject: [gentoo-commits] proj/gentoo-openbsd:master commit in: script/ X-VCS-Repository: proj/gentoo-openbsd X-VCS-Files: script/full-bootstrap-prefix.sh X-VCS-Directories: script/ X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov X-VCS-Revision: 608d1b9c08e888b4d4da36ea5e4deb600f959d5a X-VCS-Branch: master Date: Tue, 19 Jun 2012 18:20:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7b44819e-c0c2-47d3-8e3b-45e62424a1f7 X-Archives-Hash: 8b7f56af6057cbe4d6832b388367c3bd commit: 608d1b9c08e888b4d4da36ea5e4deb600f959d5a Author: Maxim gmail com> AuthorDate: Sun Jun 5 19:04:16 2011 +0000 Commit: Maxim Koltsov gentoo org> CommitDate: Sun Jun 5 19:04:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-openbs= d.git;a=3Dcommit;h=3D608d1b9c 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-pref= ix.sh index bbbf90a..0e07a63 100755 --- a/script/full-bootstrap-prefix.sh +++ b/script/full-bootstrap-prefix.sh @@ -50,10 +50,11 @@ export ACCEPT_KEYWORDS=3D"* ~*" [ ! -x ${EPREFIX}/usr/bin/automake-* ] && emerge -1 -O automake [ ! -x ${EPREFIX}/usr/bin/automake ] && emerge -1 -O automake-wra= pper [ ! -x ${EPREFIX}/usr/bin/libtool ] && emerge -1 -O libtool -# -# FIXME: this fails with an error that the print function was not found = in libtool=20 -#[ ! -x ${EPREFIX}/usr/bin/xz ] && emerge -1 -O xz-utils -# + +export CONFIG_SHELL=3D"${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-con= fig