From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3559138334 for ; Thu, 14 Jun 2018 01:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB317E0968; Thu, 14 Jun 2018 01:16:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AEB0E0968 for ; Thu, 14 Jun 2018 01:16:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FF18335C7A for ; Thu, 14 Jun 2018 01:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 032CF2CD for ; Thu, 14 Jun 2018 01:16:28 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1528853462.3d7eca7b2d1b470efae85b72f9452970a6732f1d.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 3d7eca7b2d1b470efae85b72f9452970a6732f1d X-VCS-Branch: master Date: Thu, 14 Jun 2018 01:16:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2481f20-bedd-491e-88e9-a9e96dff2d19 X-Archives-Hash: edf36f5774c1c6991c3e9bd80d5d1ab2 commit: 3d7eca7b2d1b470efae85b72f9452970a6732f1d Author: Benda Xu gentoo org> AuthorDate: Tue Jun 12 14:04:59 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Jun 13 01:31:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3d7eca7b As discussed in Bug 655414, no perl from the host should be assumed. Revert "scripts/bootstrap-prefix: (try to) workaround libtool stage3 issue" This reverts commit ddf86254b773b1a2205c8ef166c7d8c7fdcfa697. scripts/bootstrap-prefix.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 8483a62149..7d6a552970 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1547,17 +1547,6 @@ bootstrap_stage2() { EXTRA_ECONF=$(rapx --with-sysroot=/) \ emerge_pkgs --nodeps ${linker} || return 1 - # automake and autoconf need to be installed in /tmp in order for - # autotools.eclass to run successfully, bug #655414, #657414 - # rely on Perl from host, let's hope it's there - unset PERL - if [[ -x $(type -P perl) ]] ; then - ( cd "${ROOT}"/tmp/usr/bin && ln -s $(type -P perl) ) - emerge_pkgs --nodeps sys-devel/autoconf sys-devel/automake || return 1 - else - einfo "You don't have perl available, you'll likely run into bug #657414" - fi - # Old versions of gcc has been masked. We need gcc-4.7 to bootstrap # on systems without a c++ compiler. echo '> "${ROOT}"/tmp/etc/portage/package.unmask