public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/
Date: Thu, 29 Feb 2024 00:50:48 +0000 (UTC)	[thread overview]
Message-ID: <1709167751.622845d1dd47fce41f4b3b5794346eb4815f43b3.sam@gentoo> (raw)

commit:     622845d1dd47fce41f4b3b5794346eb4815f43b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 00:49:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 00:49:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622845d1

dev-ruby/coolio: filter LTO, no-SA

Broken quite badly via bundled liebv, no upstream bug tracker for libev AFAICT. And
broken in many bundled copies all over the place (which are modified...)

Closes: https://bugs.gentoo.org/857603
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/coolio/coolio-1.7.1-r1.ebuild | 8 ++++++--
 dev-ruby/coolio/coolio-1.7.1-r2.ebuild | 8 ++++++--
 dev-ruby/coolio/coolio-1.8.0.ebuild    | 8 ++++++--
 3 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/coolio/coolio-1.7.1-r1.ebuild b/dev-ruby/coolio/coolio-1.7.1-r1.ebuild
index ce243d72a5a8..030b833390e9 100644
--- a/dev-ruby/coolio/coolio-1.7.1-r1.ebuild
+++ b/dev-ruby/coolio/coolio-1.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec"
 
 RUBY_FAKEGEM_EXTENSIONS=(ext/cool.io/extconf.rb ext/iobuffer/extconf.rb)
 
-inherit ruby-fakegem
+inherit flag-o-matic ruby-fakegem
 
 DESCRIPTION="A high performance event framework for Ruby which uses the libev C library"
 HOMEPAGE="https://coolio.github.io/"
@@ -26,6 +26,10 @@ IUSE=""
 # cool.io includes a bundled version of libev that is patched to work correctly with ruby.
 
 all_ruby_prepare() {
+	# See bug #855869 and its large number of dupes in bundled libev copies.
+	filter-lto
+	append-flags -fno-strict-aliasing
+
 	rm -r Gemfile* lib/.gitignore || die
 
 	sed -i -e '/[Bb]undler/d' Rakefile || die

diff --git a/dev-ruby/coolio/coolio-1.7.1-r2.ebuild b/dev-ruby/coolio/coolio-1.7.1-r2.ebuild
index 538c9aad48f1..1dda791d8c93 100644
--- a/dev-ruby/coolio/coolio-1.7.1-r2.ebuild
+++ b/dev-ruby/coolio/coolio-1.7.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec"
 
 RUBY_FAKEGEM_EXTENSIONS=(ext/cool.io/extconf.rb ext/iobuffer/extconf.rb)
 
-inherit ruby-fakegem
+inherit flag-o-matic ruby-fakegem
 
 DESCRIPTION="A high performance event framework for Ruby which uses the libev C library"
 HOMEPAGE="https://coolio.github.io/"
@@ -30,6 +30,10 @@ PATCHES=(
 # cool.io includes a bundled version of libev that is patched to work correctly with ruby.
 
 all_ruby_prepare() {
+	# See bug #855869 and its large number of dupes in bundled libev copies.
+	filter-lto
+	append-flags -fno-strict-aliasing
+
 	rm -r Gemfile* lib/.gitignore || die
 
 	sed -i -e '/[Bb]undler/d' Rakefile || die

diff --git a/dev-ruby/coolio/coolio-1.8.0.ebuild b/dev-ruby/coolio/coolio-1.8.0.ebuild
index 89809568f100..d521e9ab6350 100644
--- a/dev-ruby/coolio/coolio-1.8.0.ebuild
+++ b/dev-ruby/coolio/coolio-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec"
 
 RUBY_FAKEGEM_EXTENSIONS=(ext/cool.io/extconf.rb ext/iobuffer/extconf.rb)
 
-inherit ruby-fakegem
+inherit flag-o-matic ruby-fakegem
 
 DESCRIPTION="A high performance event framework for Ruby which uses the libev C library"
 HOMEPAGE="https://coolio.github.io/"
@@ -26,6 +26,10 @@ IUSE=""
 # cool.io includes a bundled version of libev that is patched to work correctly with ruby.
 
 all_ruby_prepare() {
+	# See bug #855869 and its large number of dupes in bundled libev copies.
+	filter-lto
+	append-flags -fno-strict-aliasing
+
 	rm -r Gemfile* lib/.gitignore || die
 
 	sed -i -e '/[Bb]undler/d' Rakefile || die


             reply	other threads:[~2024-02-29  0:50 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29  0:50 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03  5:42 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/ Hans de Graaff
2024-10-03  5:42 Hans de Graaff
2024-05-18  5:42 Hans de Graaff
2024-05-18  5:42 Hans de Graaff
2024-05-18  5:42 Hans de Graaff
2023-12-31 19:35 Hans de Graaff
2023-08-03 17:00 Hans de Graaff
2023-04-19 20:07 Hans de Graaff
2023-03-18  0:22 Sam James
2022-05-07  6:34 Hans de Graaff
2022-02-05  6:57 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-02-17  5:59 Hans de Graaff
2020-09-26  7:20 Hans de Graaff
2020-08-22  7:56 Hans de Graaff
2020-05-02  5:18 Hans de Graaff
2020-01-25  7:12 Hans de Graaff
2019-04-03  5:46 Hans de Graaff
2019-01-12  7:42 Hans de Graaff
2018-04-07  5:33 Hans de Graaff
2018-02-02 17:14 Hans de Graaff
2017-11-23  6:52 Hans de Graaff
2017-08-18  6:11 Hans de Graaff
2017-08-18  6:11 Hans de Graaff
2017-08-13 11:24 David Seifert
2017-08-10  5:05 Hans de Graaff
2017-08-10  5:05 Hans de Graaff
2017-04-20  5:03 Hans de Graaff
2016-10-14 14:33 Hans de Graaff
2016-04-06 22:50 Manuel Rüger
2015-12-30  8:10 Hans de Graaff
2015-11-18  6:09 Hans de Graaff
2015-10-10  5:39 Hans de Graaff

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=1709167751.622845d1dd47fce41f4b3b5794346eb4815f43b3.sam@gentoo \
    --to=sam@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