[PATCH] gnu: tcc: Update to a83b28568596afd8792fd58d1a5bd157fc6b6634

  • Done
  • quality assurance status badge
Details
2 participants
  • Ekaitz Zarraga
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 3 years ago
gKjhp2RLhRPH9Eo46VyO45xxEGjtKlhUdqtzQTFl6VtDcnivvEsil0UZJiGcAFMxksnZaX5ImfFYHpxsL0-wqWSsEHU_XlWKOM0MuLju5hg=@elenq.tech
Hi,

With this patch the tcc build issue is fixed, the downside is that it's
set to an specific commit and not a release.

It also separates tcc-boot from the tcc source, so it does not interfere
in the bootstrapping process (the patch moves the source of tcc to git
and that produces a circular dependency).

I hope this is useful.

Best,
Ekaitz
Ludovic Courtès wrote 3 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)
87a6961x7q.fsf@gnu.org
Egun on!

Ekaitz Zarraga <ekaitz@elenq.tech> skribis:

Toggle quote (3 lines)
> With this patch the tcc build issue is fixed, the downside is that it's
> set to an specific commit and not a release.

Is it because there’s no newer release? (I can add a comment to that
effect when committing.)

Toggle quote (6 lines)
> It also separates tcc-boot from the tcc source, so it does not interfere
> in the bootstrapping process (the patch moves the source of tcc to git
> and that produces a circular dependency).
>
> I hope this is useful.

It is!

Thanks,
Ludo’.
Ekaitz Zarraga wrote 3 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)
Jr6dre03lYmYkLUtSk35Qkt-JMgw-rfw9GbkoqelRCBV7aJsFDkN4B_zJ6Qj86fNGeGbz6lRl0OpdDrGmaDUk9WVcJPVJkCamq1w8J4VwwQ=@elenq.tech
Saluton,

Toggle quote (12 lines)
> Egun on!
>
> Ekaitz Zarraga ekaitz@elenq.tech skribis:
>
> > With this patch the tcc build issue is fixed, the downside is that it's
> > set to an specific commit and not a release.
>
>
> Is it because there’s no newer release? (I can add a comment to that
> effect when committing.)


They are planning a release because they didn't make any in a very, very long time. But they'll need time until everything is set up.

Ekaitz
Ludovic Courtès wrote 3 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)
87sfmyzk53.fsf@gnu.org
Hi,

Ekaitz Zarraga <ekaitz@elenq.tech> skribis:

Toggle quote (2 lines)
> They are planning a release because they didn't make any in a very, very long time. But they'll need time until everything is set up.

Alright. I split the patch into two commits, added a comment about the
release, passed it through ‘guix style’, and applied.

Thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 56516@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 56516
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help