public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/
@ 2024-04-06 17:33 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2024-11-07  5:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 14:36 [gentoo-commits] repo/gentoo:master commit in: profiles/features/time64/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2024-11-07  5:28 Michał Górny
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