public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/17.0/musl/
@ 2023-02-08 21:41 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-02-08 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5a3ff0fc1159b74ad7be0f6be28d9ab53bbc76aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 21:40:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 21:40:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3ff0fc

profiles/default/linux/arm/17.0/musl: mask sys-devel/gcc[sanitize]

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

 profiles/default/linux/arm/17.0/musl/package.use.mask | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/profiles/default/linux/arm/17.0/musl/package.use.mask b/profiles/default/linux/arm/17.0/musl/package.use.mask
new file mode 100644
index 000000000000..cff3d1daadfa
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/musl/package.use.mask
@@ -0,0 +1,9 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2023-02-08)
+# libsanitizer needs porting to arm on musl:
+# - https://archives.gentoo.org/gentoo-releng-autobuilds/message/c59c5775309deef44162d1337e6fb650
+# - https://archives.gentoo.org/gentoo-releng-autobuilds/message/e94e893c954fa50b84b84086a40c359f
+# - https://bugs.gentoo.org/892079#c10 (bug otherwise unrelated)
+sys-devel/gcc sanitize


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/17.0/musl/
@ 2023-02-08 23:09 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-02-08 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7fc81f2fe989beb56e9e5e657ad8bff2aea71219
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 23:08:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 23:09:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc81f2f

profiles/default/linux/arm/17.0/musl: update bug ref in mask

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

 profiles/default/linux/arm/17.0/musl/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/arm/17.0/musl/package.use.mask b/profiles/default/linux/arm/17.0/musl/package.use.mask
index cff3d1daadfa..74b1b5aad0f8 100644
--- a/profiles/default/linux/arm/17.0/musl/package.use.mask
+++ b/profiles/default/linux/arm/17.0/musl/package.use.mask
@@ -5,5 +5,5 @@
 # libsanitizer needs porting to arm on musl:
 # - https://archives.gentoo.org/gentoo-releng-autobuilds/message/c59c5775309deef44162d1337e6fb650
 # - https://archives.gentoo.org/gentoo-releng-autobuilds/message/e94e893c954fa50b84b84086a40c359f
-# - https://bugs.gentoo.org/892079#c10 (bug otherwise unrelated)
+# - bug #893654
 sys-devel/gcc sanitize


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/17.0/musl/
@ 2023-02-09 18:07 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-02-09 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     9fac15bff3ed7414082e45b096fa93c4d4a4fcd2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 18:06:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 18:07:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fac15bf

profiles/default/linux/arm/17.0/musl: unmask gcc[sanitize] for >=sys-devel/gcc-13

tt_1 reports success on armv7a with musl w/ gcc 13. Let's try unmasking it
for >=13 given it's likely a sync from libsanitizer in LLVM fixes this.

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

 profiles/default/linux/arm/17.0/musl/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/arm/17.0/musl/package.use.mask b/profiles/default/linux/arm/17.0/musl/package.use.mask
index 74b1b5aad0f8..b75b54fdef8a 100644
--- a/profiles/default/linux/arm/17.0/musl/package.use.mask
+++ b/profiles/default/linux/arm/17.0/musl/package.use.mask
@@ -6,4 +6,4 @@
 # - https://archives.gentoo.org/gentoo-releng-autobuilds/message/c59c5775309deef44162d1337e6fb650
 # - https://archives.gentoo.org/gentoo-releng-autobuilds/message/e94e893c954fa50b84b84086a40c359f
 # - bug #893654
-sys-devel/gcc sanitize
+<sys-devel/gcc-13 sanitize


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/17.0/musl/
@ 2024-03-31 21:10 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2024-03-31 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c09037efe47383586ada6c63a08d6d71abca41af
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 21:09:45 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 21:10:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09037ef

profiles, arm / 17.0 / musl: stable.mask gcc[sanitize]

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/default/linux/arm/17.0/musl/package.use.stable.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/default/linux/arm/17.0/musl/package.use.stable.mask b/profiles/default/linux/arm/17.0/musl/package.use.stable.mask
new file mode 100644
index 000000000000..c021f45d8508
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/musl/package.use.stable.mask
@@ -0,0 +1,6 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License, v2
+
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-20)
+# Does not compile with musl-1.2.4
+sys-devel/gcc sanitize


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-31 21:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-09 18:07 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/17.0/musl/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-31 21:10 Andreas K. Hüttel
2023-02-08 23:09 Sam James
2023-02-08 21:41 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox