* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2024-04-06 17:33 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2024-04-06 17:33 UTC (permalink / raw
To: gentoo-commits
commit: cd372665f352a5cb0fd05a3f8be5130485825ea7
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 17:16:36 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 17:17:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd372665
profiles: Add (so far empty) time64 feature
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/features/time64/eapi | 1 +
profiles/features/time64/make.defaults | 3 +++
2 files changed, 4 insertions(+)
diff --git a/profiles/features/time64/eapi b/profiles/features/time64/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/features/time64/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/features/time64/make.defaults b/profiles/features/time64/make.defaults
new file mode 100644
index 000000000000..993dd21b6104
--- /dev/null
+++ b/profiles/features/time64/make.defaults
@@ -0,0 +1,3 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2024-06-22 11:54 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2024-06-22 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 3d102949a3e4802dd8ab610a92f31b13c9747f9d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 11:46:27 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 11:53:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d102949
profiles: fill in content of time64 feature
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/features/time64/make.defaults | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/profiles/features/time64/make.defaults b/profiles/features/time64/make.defaults
index 993dd21b6104..165370eeba24 100644
--- a/profiles/features/time64/make.defaults
+++ b/profiles/features/time64/make.defaults
@@ -1,3 +1,15 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Many profiles and stages override CFLAGS etc, and need then to eat their
+# own dogfood. For those who don't...
+__COMMON_FLAGS_TIME64="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
+
+CFLAGS="${CFLAGS} ${__COMMON_FLAGS_TIME64}"
+CXXFLAGS="${CXXFLAGS} ${__COMMON_FLAGS_TIME64}"
+FCFLAGS="${FCFLAGS} ${__COMMON_FLAGS_TIME64}"
+FFLAGS="${FFLAGS} ${__COMMON_FLAGS_TIME64}"
+
+# We need to switch this explicitly on since it's explicitly disabled
+# in profiles otherwise.
+enable_year2038="yes"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2024-06-22 18:25 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2024-06-22 18:25 UTC (permalink / raw
To: gentoo-commits
commit: c5c934083fa2130ec717f8f8335148fb653255c5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 18:23:33 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:24:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c93408
profiles: for time64, make gcc-13 as prissy as gcc-14
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/features/time64/make.defaults | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/features/time64/make.defaults b/profiles/features/time64/make.defaults
index 165370eeba24..0edc40fa682e 100644
--- a/profiles/features/time64/make.defaults
+++ b/profiles/features/time64/make.defaults
@@ -5,7 +5,7 @@
# own dogfood. For those who don't...
__COMMON_FLAGS_TIME64="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
-CFLAGS="${CFLAGS} ${__COMMON_FLAGS_TIME64}"
+CFLAGS="${CFLAGS} ${__COMMON_FLAGS_TIME64} -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=return-type -Werror=int-conversion"
CXXFLAGS="${CXXFLAGS} ${__COMMON_FLAGS_TIME64}"
FCFLAGS="${FCFLAGS} ${__COMMON_FLAGS_TIME64}"
FFLAGS="${FFLAGS} ${__COMMON_FLAGS_TIME64}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2024-08-19 14:36 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2024-08-19 14:36 UTC (permalink / raw
To: gentoo-commits
commit: e40fbcd4d9c886084e548c29562213cb382ad349
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 14:34:32 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 14:36:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40fbcd4
profiles, time64: Add a package.accepted_keywords so stable already uses gcc-14
(Yes, surprisingly that works. Don't care about PMS since the profile is
for now strictly for internal testing purposes...)
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/features/time64/package.accept_keywords | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/profiles/features/time64/package.accept_keywords b/profiles/features/time64/package.accept_keywords
new file mode 100644
index 000000000000..e71b50502825
--- /dev/null
+++ b/profiles/features/time64/package.accept_keywords
@@ -0,0 +1,6 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# For better testing of time64, we use gcc-14 here already in an otherwise stable
+# environment.
+sys-devel/gcc:14
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2024-11-07 5:28 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2024-11-07 5:28 UTC (permalink / raw
To: gentoo-commits
commit: f15fcb786b55b28aea8e6eba659b99448d66af10
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 05:26:25 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 05:26:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15fcb78
profiles/features/time64: Mask old GCC versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/features/time64/package.mask | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/profiles/features/time64/package.mask b/profiles/features/time64/package.mask
new file mode 100644
index 000000000000..77064182bb8e
--- /dev/null
+++ b/profiles/features/time64/package.mask
@@ -0,0 +1,7 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Michał Górny <mgorny@gentoo.org> (2024-11-06)
+# Old versions of GCC do not support USE=time64, and as such do not
+# enforce 64-bit time_t as required by this profile.
+<sys-devel/gcc-14.2.1_p20241026
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2025-03-29 20:41 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-03-29 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 14a601e15ab01beb11974a83930e8be4a91090a8
Author: Jannik Glückert <jannik.glueckert <AT> gmail <DOT> com>
AuthorDate: Sat Mar 29 20:24:00 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 20:41:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a601e1
profiles: fix illegal variable name
PMS 5.2.4 make.defaults
> A variable name must start with one of a-zA-Z
Signed-off-by: Jannik Glückert <jannik.glueckert <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/41374
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/features/time64/make.defaults | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/profiles/features/time64/make.defaults b/profiles/features/time64/make.defaults
index 0edc40fa682e..b8990b710b0b 100644
--- a/profiles/features/time64/make.defaults
+++ b/profiles/features/time64/make.defaults
@@ -3,12 +3,10 @@
# Many profiles and stages override CFLAGS etc, and need then to eat their
# own dogfood. For those who don't...
-__COMMON_FLAGS_TIME64="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
-
-CFLAGS="${CFLAGS} ${__COMMON_FLAGS_TIME64} -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=return-type -Werror=int-conversion"
-CXXFLAGS="${CXXFLAGS} ${__COMMON_FLAGS_TIME64}"
-FCFLAGS="${FCFLAGS} ${__COMMON_FLAGS_TIME64}"
-FFLAGS="${FFLAGS} ${__COMMON_FLAGS_TIME64}"
+CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=return-type -Werror=int-conversion"
+CXXFLAGS="${CXXFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
+FCFLAGS="${FCFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
+FFLAGS="${FFLAGS} -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64"
# We need to switch this explicitly on since it's explicitly disabled
# in profiles otherwise.
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2025-05-29 12:22 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2025-05-29 12:22 UTC (permalink / raw
To: gentoo-commits
commit: 5b0ce3c6a7cba8ae486779463cb77c2b1a3bcb16
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 12:21:16 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May 29 12:22:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0ce3c6
profiles: update time64 gcc mask
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/features/time64/package.mask | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/profiles/features/time64/package.mask b/profiles/features/time64/package.mask
index 77064182bb8e..c4b9df1a1e7e 100644
--- a/profiles/features/time64/package.mask
+++ b/profiles/features/time64/package.mask
@@ -4,4 +4,6 @@
# Michał Górny <mgorny@gentoo.org> (2024-11-06)
# Old versions of GCC do not support USE=time64, and as such do not
# enforce 64-bit time_t as required by this profile.
-<sys-devel/gcc-14.2.1_p20241026
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2025-05-29)
+# Version updated
+<sys-devel/gcc-13.3.1_p20250522-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2025-07-10 13:29 Andreas K. Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2025-07-10 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 61b2383fd599d26092053c4b300d473f80ca5f5f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 13:27:51 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 13:28:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b2383f
profiles: Mask gcc[vanilla] for time64
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/features/time64/package.use.mask | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/profiles/features/time64/package.use.mask b/profiles/features/time64/package.use.mask
new file mode 100644
index 000000000000..aa646ce0847e
--- /dev/null
+++ b/profiles/features/time64/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2025-07-10)
+# We need the gcc patchset here, otherwise things break.
+sys-devel/gcc vanilla
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-07-10 13:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-10 13:29 [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2025-05-29 12:22 Andreas K. Hüttel
2025-03-29 20:41 Sam James
2024-11-07 5:28 Michał Górny
2024-08-19 14:36 Andreas K. Hüttel
2024-06-22 18:25 Andreas K. Hüttel
2024-06-22 11:54 Andreas K. Hüttel
2024-04-06 17:33 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox