public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alec Warner <antarus@gentoo.org>
To: Gentoo Dev <gentoo-dev@lists.gentoo.org>
Cc: base-system@gentoo.org, toolchain@gentoo.org,
	 Mike Gilbert <floppym@gentoo.org>
Subject: Re: [gentoo-dev] [PATCH] profiles/default/linux: set gl_cv_type_time_t_bits_macro=no
Date: Fri, 17 Dec 2021 14:29:44 -0500	[thread overview]
Message-ID: <CAAr7Pr_Avh+3aQ8bmgHSoXYEQAdKbUg3OX9y2eDOCz8VWeOM=w@mail.gmail.com> (raw)
In-Reply-To: <20211217144135.20907-1-floppym@gentoo.org>

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

Can you put the bug # in the comment in the file?

On Fri, Dec 17, 2021, 09:42 Mike Gilbert <floppym@gentoo.org> wrote:

> This is intended to prevent packages from automatically switching to
> 64-bit time_t on 32-bit ABIs. Making this switch in an uncontrolled
> manner will lead to inconsistent library ABIs that fail at runtime.
>
> At a later time, we will introduce new profiles to enable 64-bit time_t
> distro-wide.
>
> https://wiki.gentoo.org/wiki/Project:Toolchain/time64_migration
>
> Bug: https://bugs.gentoo.org/828001
> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
> ---
>  profiles/default/linux/make.defaults | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/profiles/default/linux/make.defaults
> b/profiles/default/linux/make.defaults
> index 6ae7cf297cf..53ace7e229c 100644
> --- a/profiles/default/linux/make.defaults
> +++ b/profiles/default/linux/make.defaults
> @@ -53,3 +53,7 @@ VIDEO_CARDS="dummy fbdev v4l"
>  # Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks
> dev-util/boost-build
>  # because of whitespace.
>  LDFLAGS="-Wl,-O1 -Wl,--as-needed"
> +
> +# Mike Gilbert <floppym@gentoo.org> (2021-12-17)
> +# Prevent automagic use of 64-bit time_t.
> +gl_cv_type_time_t_bits_macro="no"
> --
> 2.34.1
>
>
>

[-- Attachment #2: Type: text/html, Size: 2034 bytes --]

  reply	other threads:[~2021-12-17 19:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 14:41 [gentoo-dev] [PATCH] profiles/default/linux: set gl_cv_type_time_t_bits_macro=no Mike Gilbert
2021-12-17 19:29 ` Alec Warner [this message]
2021-12-18 15:35 ` James Le Cuirot
2021-12-18 15:54   ` Mike Gilbert

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='CAAr7Pr_Avh+3aQ8bmgHSoXYEQAdKbUg3OX9y2eDOCz8VWeOM=w@mail.gmail.com' \
    --to=antarus@gentoo.org \
    --cc=base-system@gentoo.org \
    --cc=floppym@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=toolchain@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