public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Missed files in gcc-12.1.0 release
@ 2022-06-04 12:09 Fiodar Stryzhniou
  2022-06-04 20:56 ` Matthew R. Wilson
  0 siblings, 1 reply; 5+ messages in thread
From: Fiodar Stryzhniou @ 2022-06-04 12:09 UTC (permalink / raw)
  To: gcc-help

I encounter error while building gcc-12.1.0. There two file missed 
probably in path gcc-12.1.0/gcc: version.c and version.h.

There maybe more missed files. I don't know how check.

GCC sources signature is correct:
sha512sum -c sha512.sum
gcc-12.1.0.tar.gz: OK
gcc-12.1.0.tar.gz.sig: OK
gcc-12.1.0.tar.xz: OK

gcc-11.2.0 has these files. Older versions too.
-- 
Fiodar Stryzhniou

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

* Re: Missed files in gcc-12.1.0 release
  2022-06-04 12:09 Missed files in gcc-12.1.0 release Fiodar Stryzhniou
@ 2022-06-04 20:56 ` Matthew R. Wilson
  2022-06-05  8:50   ` Re[2]: " fedor_qd
  2022-06-06 12:48   ` Jonathan Wakely
  0 siblings, 2 replies; 5+ messages in thread
From: Matthew R. Wilson @ 2022-06-04 20:56 UTC (permalink / raw)
  To: gcc-help

On 06.04.2022 15:09, Fiodar Stryzhniou wrote:
>I encounter error while building gcc-12.1.0. There two file missed 
>probably in path gcc-12.1.0/gcc: version.c and version.h.
>
>There maybe more missed files. I don't know how check.
>
>gcc-11.2.0 has these files. Older versions too.

What steps are you using to build gcc, and what error, specifically, are
you getting?

The gcc/version.c and gcc/version.h files aren't missing from the source
distribution, they were intentionally removed:

<https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e3a682f4197f9f39808febfd1862e722d7675d34>

-Matthew


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

* Re[2]: Missed files in gcc-12.1.0 release
  2022-06-04 20:56 ` Matthew R. Wilson
@ 2022-06-05  8:50   ` fedor_qd
  2022-06-06 12:48   ` Jonathan Wakely
  1 sibling, 0 replies; 5+ messages in thread
From: fedor_qd @ 2022-06-05  8:50 UTC (permalink / raw)
  To: Matthew R. Wilson; +Cc: gcc-help


I can't remember details. I see error about missing version.h in build_gcc/gcc folder. I look at gcc mirror at github and saw these files. I thought that error because these files not present.
I remove both src and build dirs and start again. Build successful.
--
Sent from Outlook Email App for Android субота, 04 чэрвеня 2022, 11:57PM +03:00 from Matthew R. Wilson  mwilson@mattwilson.org :

>On 06.04.2022 15:09, Fiodar Stryzhniou wrote:
> I encounter error while building gcc-12.1.0. There two file missed 
> probably in path gcc-12.1.0/gcc: version.c and version.h.
>
> There maybe more missed files. I don't know how check.
>
> gcc-11.2.0 has these files. Older versions too.
>
>What steps are you using to build gcc, and what error, specifically, are
>you getting?
>
>The gcc/version.c and gcc/version.h files aren't missing from the source
>distribution, they were intentionally removed:
>
< https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e3a682f4197f9f39808febfd1862e722d7675d34>
>
>-Matthew
>

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

* Re: Missed files in gcc-12.1.0 release
  2022-06-04 20:56 ` Matthew R. Wilson
  2022-06-05  8:50   ` Re[2]: " fedor_qd
@ 2022-06-06 12:48   ` Jonathan Wakely
  2022-06-06 17:04     ` Re[2]: " Fiodar
  1 sibling, 1 reply; 5+ messages in thread
From: Jonathan Wakely @ 2022-06-06 12:48 UTC (permalink / raw)
  To: Matthew R. Wilson; +Cc: gcc-help, Fiodar Stryzhniou

CC Fiodar, who might not be subscribed to the list.

See below ...

On Sat, 4 Jun 2022 at 21:57, Matthew R. Wilson <mwilson@mattwilson.org> wrote:
>
> On 06.04.2022 15:09, Fiodar Stryzhniou wrote:
> >I encounter error while building gcc-12.1.0. There two file missed
> >probably in path gcc-12.1.0/gcc: version.c and version.h.
> >
> >There maybe more missed files. I don't know how check.
> >
> >gcc-11.2.0 has these files. Older versions too.
>
> What steps are you using to build gcc, and what error, specifically, are
> you getting?
>
> The gcc/version.c and gcc/version.h files aren't missing from the source
> distribution, they were intentionally removed:
>
> <https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e3a682f4197f9f39808febfd1862e722d7675d34>
>
> -Matthew
>

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

* Re[2]: Missed files in gcc-12.1.0 release
  2022-06-06 12:48   ` Jonathan Wakely
@ 2022-06-06 17:04     ` Fiodar
  0 siblings, 0 replies; 5+ messages in thread
From: Fiodar @ 2022-06-06 17:04 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: Matthew R. Wilson, gcc-help

I understand, thanks to Matthew R. Wilson.

Панядзелак,  6 чэрвеня 2022, 15:48 +03:00 ад "Jonathan Wakely" <jwakely.gcc@gmail.com>:
> CC Fiodar, who might not be subscribed to the list.
> 
> See below ...
> 
> On Sat, 4 Jun 2022 at 21:57, Matthew R. Wilson <mwilson@mattwilson.org> wrote:
> >
> > On 06.04.2022 15:09, Fiodar Stryzhniou wrote:
> > >I encounter error while building gcc-12.1.0. There two file missed
> > >probably in path gcc-12.1.0/gcc: version.c and version.h.
> > >
> > >There maybe more missed files. I don't know how check.
> > >
> > >gcc-11.2.0 has these files. Older versions too.
> >
> > What steps are you using to build gcc, and what error, specifically, are
> > you getting?
> >
> > The gcc/version.c and gcc/version.h files aren't missing from the source
> > distribution, they were intentionally removed:
> >
> >
> <https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e3a682f4197f9f39808febfd1862e722d7675d34>
> >
> > -Matthew
> >


Stryzhniou Fiodar
Стрижнёв Федор



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

end of thread, other threads:[~2022-06-06 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-04 12:09 Missed files in gcc-12.1.0 release Fiodar Stryzhniou
2022-06-04 20:56 ` Matthew R. Wilson
2022-06-05  8:50   ` Re[2]: " fedor_qd
2022-06-06 12:48   ` Jonathan Wakely
2022-06-06 17:04     ` Re[2]: " Fiodar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).