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 1SQZUC-0006kx-16 for garchives@archives.gentoo.org; Sat, 05 May 2012 07:33:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94796E058F; Sat, 5 May 2012 07:32:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 642DDE058F for ; Sat, 5 May 2012 07:32:52 +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 D33D71B4004 for ; Sat, 5 May 2012 07:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 95D08E5403 for ; Sat, 5 May 2012 07:32:49 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1336203154.72314d2e24aa96af614b052b8b29e6d02d37a641.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/misc-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 72314d2e24aa96af614b052b8b29e6d02d37a641 X-VCS-Branch: master Date: Sat, 5 May 2012 07:32:49 +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: 0a0a65e1-faf1-449c-aa25-33d406054fb4 X-Archives-Hash: 2f72f0fb9534ccf60209c647c07f12f9 commit: 72314d2e24aa96af614b052b8b29e6d02d37a641 Author: Zac Medico gentoo org> AuthorDate: Sat May 5 07:32:34 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat May 5 07:32:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D72314d2e QA Notice for RESTRICT=3Dbinchecks + ELF files --- bin/misc-functions.sh | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 1098f18..4a74984 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -551,6 +551,12 @@ install_qa_check() { [ -n "${QA_SONAME_NO_SYMLINK}" ] && \ echo "${QA_SONAME_NO_SYMLINK}" > \ "${PORTAGE_BUILDDIR}"/build-info/QA_SONAME_NO_SYMLINK + + if has binchecks ${RESTRICT} && \ + [ -s "${PORTAGE_BUILDDIR}/build-info/NEEDED.ELF.2" ] ; then + eqawarn "QA Notice: RESTRICT=3Dbinchecks prevented checks on these EL= F files:" + eqawarn "$(while read -r x; do x=3D${x#*;} ; echo ${x%%;*} ; done < "= ${PORTAGE_BUILDDIR}"/build-info/NEEDED.ELF.2)" + fi fi =20 local unsafe_files=3D$(find "${ED}" -type f '(' -perm -2002 -o -perm -4= 002 ')' | sed -e "s:^${ED}:/:")