From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mac/
Date: Mon, 18 Mar 2024 05:31:34 +0000 (UTC) [thread overview]
Message-ID: <1710739787.bf144807494b6c07da7396f695ad9e61b849a1d1.sam@gentoo> (raw)
commit: bf144807494b6c07da7396f695ad9e61b849a1d1
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 19:32:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 05:29:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf144807
media-sound/mac: mark as LTO-unsafe, strict-aliasing unsafe
Pending an update to 10.56 which will switch to a memcpy access and will
come "soon". Already committed to svn.
Closes: https://bugs.gentoo.org/927060
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/mac/mac-10.46.ebuild | 17 ++++++++++++++++-
media-sound/mac/mac-10.53.ebuild | 17 ++++++++++++++++-
2 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
index 3f3e26502daf..13bf6f9d8ef3 100644
--- a/media-sound/mac/mac-10.46.ebuild
+++ b/media-sound/mac/mac-10.46.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake flag-o-matic
DESCRIPTION="Monkey's Audio Codecs"
HOMEPAGE="https://www.monkeysaudio.com"
@@ -27,3 +27,18 @@ PATCHES=(
"${FILESDIR}/${PN}-10.18-linux.patch"
"${FILESDIR}/${PN}-10.43-output.patch"
)
+
+src_configure() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/927060
+ #
+ # Upstream contact method is via email. I sent an email detailing the issue
+ # and got a fast response with a fix. "I'm hoping to do a build soon with a
+ # new open source certificate. I can sure include this."
+ #
+ # Do not trust with LTO either
+ append-flags -fno-strict-aliasing
+ filter-lto
+
+ cmake_src_configure
+}
diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index 4315a96dd755..74c128c6dd94 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake flag-o-matic
DESCRIPTION="Monkey's Audio Codecs"
HOMEPAGE="https://www.monkeysaudio.com"
@@ -27,3 +27,18 @@ PATCHES=(
"${FILESDIR}/${PN}-10.18-linux.patch"
"${FILESDIR}/${PN}-10.52-output.patch"
)
+
+src_configure() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/927060
+ #
+ # Upstream contact method is via email. I sent an email detailing the issue
+ # and got a fast response with a fix. "I'm hoping to do a build soon with a
+ # new open source certificate. I can sure include this."
+ #
+ # Do not trust with LTO either
+ append-flags -fno-strict-aliasing
+ filter-lto
+
+ cmake_src_configure
+}
next reply other threads:[~2024-03-18 5:31 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-18 5:31 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 12:44 [gentoo-commits] repo/gentoo:master commit in: media-sound/mac/ Daniel Pielmeier
2025-03-09 12:42 Daniel Pielmeier
2025-02-08 14:26 Arthur Zamarin
2025-02-08 12:04 Arthur Zamarin
2025-02-08 11:17 Arthur Zamarin
2025-02-08 9:06 Daniel Pielmeier
2025-01-05 16:49 Daniel Pielmeier
2025-01-05 16:47 Daniel Pielmeier
2025-01-05 16:47 Daniel Pielmeier
2025-01-03 17:22 Sam James
2025-01-01 18:14 Sam James
2025-01-01 18:14 Sam James
2025-01-01 18:11 Sam James
2025-01-01 18:11 Sam James
2024-12-01 19:39 Daniel Pielmeier
2024-10-15 7:46 Miroslav Šulc
2024-10-15 1:45 Sam James
2024-10-08 21:50 Jakov Smolić
2024-10-05 14:30 Arthur Zamarin
2024-10-05 10:10 Sam James
2024-09-22 11:10 Daniel Pielmeier
2024-07-30 9:49 Miroslav Šulc
2024-07-29 10:38 Sam James
2024-07-29 9:40 Sam James
2024-07-29 9:40 Sam James
2024-07-29 9:40 Sam James
2024-07-29 8:42 Arthur Zamarin
2024-06-27 19:15 Daniel Pielmeier
2024-06-27 19:14 Daniel Pielmeier
2024-06-27 9:49 Sam James
2024-06-27 9:49 Sam James
2024-06-27 9:49 Sam James
2024-06-27 9:49 Sam James
2024-06-27 9:49 Sam James
2024-06-03 18:05 Daniel Pielmeier
2024-05-29 11:47 Sam James
2024-05-29 6:26 Jakov Smolić
2024-05-27 15:47 Daniel Pielmeier
2024-05-01 12:38 Daniel Pielmeier
2024-04-28 8:22 Daniel Pielmeier
2024-04-13 8:50 Daniel Pielmeier
2024-04-13 8:49 Daniel Pielmeier
2024-04-09 22:46 Sam James
2024-04-09 15:54 Arthur Zamarin
2024-04-09 15:54 Arthur Zamarin
2024-04-08 14:46 Sam James
2024-04-08 14:46 Sam James
2024-03-20 6:26 Sam James
2024-03-20 6:26 Sam James
2024-03-20 6:26 Sam James
2024-03-08 13:58 Daniel Pielmeier
2024-03-05 18:00 Daniel Pielmeier
2024-03-03 23:02 Sam James
2024-03-02 22:07 Sam James
2024-02-26 21:24 Sam James
2024-02-26 18:29 Jakov Smolić
2024-02-26 18:29 Jakov Smolić
2024-02-24 11:22 Daniel Pielmeier
2024-01-23 9:53 Miroslav Šulc
2024-01-23 6:14 Sam James
2024-01-12 8:17 Arthur Zamarin
2024-01-11 9:38 Sam James
2024-01-10 10:20 Arthur Zamarin
2024-01-10 10:20 Arthur Zamarin
2023-12-08 17:52 Daniel Pielmeier
2023-12-08 17:50 Daniel Pielmeier
2023-12-08 17:46 Daniel Pielmeier
2023-12-08 17:45 Daniel Pielmeier
2023-11-15 16:18 Daniel Pielmeier
2023-11-14 10:46 Miroslav Šulc
2023-11-13 20:24 Arthur Zamarin
2023-11-13 20:24 Arthur Zamarin
2023-11-13 19:53 Sam James
2023-11-13 19:53 Sam James
2023-11-13 19:53 Sam James
2023-11-13 16:43 Daniel Pielmeier
2023-11-01 12:23 Arthur Zamarin
2023-10-31 18:53 Sam James
2023-10-31 12:31 Sam James
2023-10-31 12:25 Sam James
2023-10-31 12:25 Sam James
2023-10-14 7:47 Daniel Pielmeier
2023-09-30 11:47 Daniel Pielmeier
2023-04-20 10:36 WANG Xuerui
2022-12-07 13:52 David Seifert
2021-09-26 22:16 Marek Szuba
2021-03-26 17:13 Sam James
2019-05-03 8:44 Pacho Ramos
2019-05-02 22:08 Mikle Kolyada
2019-04-12 7:06 Sergei Trofimovich
2019-04-01 19:58 Thomas Deutschmann
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 13:26 Daniel Pielmeier
2019-03-24 10:01 Agostino Sarubbo
2017-11-18 12:08 Daniel Pielmeier
2017-10-04 8:13 Sergei Trofimovich
2017-10-02 13:24 Sergei Trofimovich
2017-09-30 5:57 Michael Palimaka
2017-09-27 20:37 Daniel Pielmeier
2015-10-05 5:26 Jeroen Roovers
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=1710739787.bf144807494b6c07da7396f695ad9e61b849a1d1.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