public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/
Date: Fri,  3 May 2019 20:45:15 +0000 (UTC)	[thread overview]
Message-ID: <1556916301.856213bc1a54ef26fb82b1b796f6247c1e8f11bb.chewi@gentoo> (raw)

commit:     856213bc1a54ef26fb82b1b796f6247c1e8f11bb
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 20:44:09 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri May  3 20:45:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856213bc

dev-util/patchelf: Reduce test fails by building tests with -no-pie

Now 0.8 passes and 0.10 has one 1 failure.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-util/patchelf/patchelf-0.10.ebuild | 6 ++++++
 dev-util/patchelf/patchelf-0.8.ebuild  | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-util/patchelf/patchelf-0.10.ebuild b/dev-util/patchelf/patchelf-0.10.ebuild
index dfc0d88d15f..36271cd5f47 100644
--- a/dev-util/patchelf/patchelf-0.10.ebuild
+++ b/dev-util/patchelf/patchelf-0.10.ebuild
@@ -22,3 +22,9 @@ src_prepare() {
 
 	eautoreconf
 }
+
+src_test() {
+	emake check \
+		  CFLAGS+=" -no-pie" \
+		  CXXFLAGS+=" -no-pie"
+}

diff --git a/dev-util/patchelf/patchelf-0.8.ebuild b/dev-util/patchelf/patchelf-0.8.ebuild
index 92c86cecf1a..369a698a039 100644
--- a/dev-util/patchelf/patchelf-0.8.ebuild
+++ b/dev-util/patchelf/patchelf-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,5 +32,7 @@ src_configure() {
 }
 
 src_test() {
-	autotools-utils_src_test -j1
+	autotools-utils_src_test -j1 \
+							 CFLAGS+=" -no-pie" \
+							 CXXFLAGS+=" -no-pie"
 }


             reply	other threads:[~2019-05-03 20:45 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03 20:45 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-26 20:17 [gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/ Ionen Wolkens
2023-11-10  5:47 Viorel Munteanu
2023-08-24 21:42 James Le Cuirot
2023-08-24 21:42 James Le Cuirot
2023-08-24 21:42 James Le Cuirot
2023-08-24 18:09 Arthur Zamarin
2023-08-02  4:27 Sam James
2023-06-18 22:17 James Le Cuirot
2023-06-17 22:48 Sam James
2023-06-17  3:55 Sam James
2023-06-17  3:55 Sam James
2023-06-17  2:49 Sam James
2023-06-17  2:49 Sam James
2023-06-17  2:49 Sam James
2023-06-16 13:47 Arthur Zamarin
2023-04-23 18:37 James Le Cuirot
2023-04-23 18:21 James Le Cuirot
2023-01-13 23:33 James Le Cuirot
2022-12-24 17:21 James Le Cuirot
2022-12-24  2:01 Sam James
2022-12-24  1:46 Sam James
2022-12-24  1:46 Sam James
2022-12-24  1:46 Sam James
2022-12-24  1:46 Sam James
2022-12-24  1:46 Sam James
2022-12-24  1:46 Sam James
2022-11-14  9:24 Arthur Zamarin
2022-11-08 22:52 James Le Cuirot
2022-10-29 13:32 James Le Cuirot
2022-10-29 13:32 James Le Cuirot
2022-10-25  8:07 Sam James
2022-10-25  8:07 Sam James
2022-10-24  6:37 Agostino Sarubbo
2022-10-23  7:52 Agostino Sarubbo
2022-10-23  7:52 Agostino Sarubbo
2022-10-23  7:51 Agostino Sarubbo
2022-10-09 16:10 Sam James
2022-10-09  0:04 Sam James
2022-07-22  7:31 James Le Cuirot
2022-07-16 22:43 James Le Cuirot
2022-07-16 22:42 James Le Cuirot
2022-03-21 21:48 James Le Cuirot
2022-03-21  9:18 Jakov Smolić
2022-03-21  7:50 Agostino Sarubbo
2022-03-21  7:48 Agostino Sarubbo
2022-03-21  7:48 Agostino Sarubbo
2022-03-21  7:47 Agostino Sarubbo
2022-02-26 23:30 James Le Cuirot
2022-02-26 23:30 James Le Cuirot
2021-12-16 23:19 James Le Cuirot
2021-12-16 23:19 James Le Cuirot
2021-08-22  9:43 James Le Cuirot
2021-08-22  9:43 James Le Cuirot
2020-08-29 19:57 James Le Cuirot
2020-08-18 22:31 James Le Cuirot
2019-11-22 21:29 Aaron Bauman
2019-11-20 13:23 Agostino Sarubbo
2019-11-20 13:21 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-07-29 13:04 Aaron Bauman
2019-03-30  0:06 James Le Cuirot
2019-03-30  0:06 James Le Cuirot
2019-01-21 22:57 James Le Cuirot
2018-03-26 21:01 James Le Cuirot
2017-12-20 21:53 Sergei Trofimovich
2016-03-17 22:41 James Le Cuirot
2016-03-15  7:06 James Le Cuirot
2016-01-08  9:42 James Le Cuirot
2015-11-22 15:16 James Le Cuirot

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=1556916301.856213bc1a54ef26fb82b1b796f6247c1e8f11bb.chewi@gentoo \
    --to=chewi@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