From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/Ice/
Date: Thu, 26 Apr 2018 13:47:14 +0000 (UTC) [thread overview]
Message-ID: <1524750306.781388a6d8bc37beb41f60b0e3087b8ed2fe1b91.whissi@gentoo> (raw)
commit: 781388a6d8bc37beb41f60b0e3087b8ed2fe1b91
Author: Robert Förster <Dessa <AT> gmake <DOT> de>
AuthorDate: Sun Apr 15 10:51:04 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 13:45:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781388a6
dev-libs/Ice: fix USE=ruby, restrict tests for now
Closes: https://bugs.gentoo.org/636834
Closes: https://bugs.gentoo.org/649850
Closes: https://bugs.gentoo.org/654070
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-libs/Ice/Ice-3.6.3-r1.ebuild | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/dev-libs/Ice/Ice-3.6.3-r1.ebuild b/dev-libs/Ice/Ice-3.6.3-r1.ebuild
index a2eb14ae312..4955f0858ef 100644
--- a/dev-libs/Ice/Ice-3.6.3-r1.ebuild
+++ b/dev-libs/Ice/Ice-3.6.3-r1.ebuild
@@ -30,6 +30,7 @@ LICENSE="GPL-2"
SLOT="0/36"
KEYWORDS="amd64 ~arm x86"
IUSE="doc examples libressl +ncurses mono php python ruby test debug"
+RESTRICT="test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND=">=dev-libs/expat-2.0.1
@@ -114,12 +115,14 @@ src_prepare() {
-e '/SUBDIRS/s|\ test||' \
csharp/Makefile || die "sed failed"
- # IceUtil/stacktrace fails with USE=debug
# skip udp test due to multicast
+ # skip IceGrid/admin bug #649850
# skip IceSSL tests due to requirement of internet connection
+ # skip IceStorm/single bug #636834
# IceStorm/stress fails without USE=debug
+ # IceUtil/stacktrace fails with USE=debug
sed -i \
- -e 's|allTests.py|allTests.py --rfilter=IceUtil\/stacktrace --rfilter=udp --rfilter=IceSSL --rfilter=IceStorm\/stress|' \
+ -e 's|allTests.py|allTests.py --rfilter=IceUtil\/stacktrace --rfilter=udp --rfilter=IceGrid\/admin --rfilter=IceSSL --rfilter=IceStorm\/single --rfilter=IceStorm\/stress|' \
cpp/Makefile || die "sed failed"
# mainly broken .ice files
@@ -131,6 +134,11 @@ src_prepare() {
sed -i \
-e 's|allTests.py|allTests.py --rfilter=Slice\/unicodePaths|' \
ruby/Makefile || die "sed failed"
+
+ # fix for x86 IceBox test
+ sed -i \
+ -e 's|"32"|""|' \
+ scripts/TestUtil.py || die "sed failed"
}
src_configure() {
@@ -182,16 +190,16 @@ src_configure() {
# make it use ruby23 only
sed -i \
- -e 's|RUBY = ruby|\022|' \
+ -e 's|RUBY = ruby|\023|' \
ruby/config/Make.rules || die "sed failed"
sed -i \
- -e 's|env ruby|\022|' \
+ -e 's|env ruby|\023|' \
ruby/config/s2rb.rb || die "sed failed"
sed -i \
- -e 's|env ruby|\022|' \
+ -e 's|env ruby|\023|' \
ruby/scripts/slice2rb || die "sed failed"
sed -i \
- -e 's|output.write("ruby|\022|' \
+ -e 's|output.write("ruby|\023|' \
scripts/TestUtil.py || die "sed failed"
fi
next reply other threads:[~2018-04-26 13:47 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-26 13:47 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 10:35 [gentoo-commits] repo/gentoo:master commit in: dev-libs/Ice/ Sam James
2024-03-16 11:53 Conrad Kostecki
2023-08-19 7:36 Hans de Graaff
2023-06-12 4:41 Sam James
2023-06-12 4:39 Sam James
2023-03-30 9:56 Sam James
2023-03-30 9:56 Sam James
2022-08-18 16:45 Arthur Zamarin
2022-07-09 6:33 Hans de Graaff
2022-06-26 7:45 Hans de Graaff
2022-06-10 17:54 Conrad Kostecki
2021-07-14 4:10 Sam James
2021-06-06 7:21 Hans de Graaff
2021-06-06 7:16 Agostino Sarubbo
2021-06-06 7:14 Agostino Sarubbo
2021-04-30 18:01 Mikle Kolyada
2020-07-22 9:01 Agostino Sarubbo
2020-07-21 10:44 Agostino Sarubbo
2020-07-15 15:10 Lars Wendler
2020-06-14 6:40 Hans de Graaff
2020-04-28 9:42 Agostino Sarubbo
2020-04-28 9:39 Agostino Sarubbo
2020-03-30 5:39 Hans de Graaff
2020-02-10 21:00 Michał Górny
2019-09-17 11:34 Michał Górny
2019-04-09 5:53 Hans de Graaff
2019-01-16 15:46 Mikle Kolyada
2018-12-29 19:12 Thomas Deutschmann
2018-11-13 15:02 Lars Wendler
2018-06-27 20:32 Pacho Ramos
2018-04-26 13:47 Thomas Deutschmann
2018-04-18 16:28 Mikle Kolyada
2018-04-15 5:23 Hans de Graaff
2018-03-17 6:45 Matt Turner
2017-04-05 15:00 Lars Wendler
2017-02-23 9:40 Michael Weber
2016-12-15 10:29 Lars Wendler
2016-10-25 13:45 Lars Wendler
2016-10-22 11:24 David Seifert
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=1524750306.781388a6d8bc37beb41f60b0e3087b8ed2fe1b91.whissi@gentoo \
--to=whissi@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