public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/103357] New: GCC 11 branch can't be built with the current master
@ 2021-11-22 11:54 marxin at gcc dot gnu.org
  2021-11-22 11:58 ` [Bug ada/103357] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-11-22 11:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103357

            Bug ID: 103357
           Summary: GCC 11 branch can't be built with the current master
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

Building the branch with the current master leads to:

$ gnatbind -nostdinc -I- -I. -Iada/generated -Iada -Iada/gcc-interface
-I/home/marxin/Programming/gcc2/gcc/ada
-I/home/marxin/Programming/gcc2/gcc/ada/gcc-interface -Iada/libgnat
-I/home/marxin/Programming/gcc2/gcc/ada/libgnat -o b_gnat1.adb -n
ada/gnat1drv.ali
error: "s-aotase.adb" must be compiled
error:
("/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/12.0.0/adalib/s-aotase.ali"
is obsolete and read-only)
error: "s-atoope.ads" must be compiled
error:
("/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/12.0.0/adalib/s-atoope.ali"
is obsolete and read-only)
error: "s-atopri.adb" must be compiled
error:
("/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/12.0.0/adalib/s-atopri.ali"
is obsolete and read-only)
error: "i-c.adb" must be compiled
error:
("/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/12.0.0/adalib/i-c.ali" is
obsolete and read-only)
make[2]: ***
[/home/marxin/Programming/gcc2/gcc/ada/gcc-interface/Make-lang.in:1014:
ada/b_gnat1.adb] Error 5
make[2]: *** Waiting for unfinished jobs....
^Cmake[2]: *** [Makefile:1142: var-tracking.o] Interrupt
make[1]: *** [Makefile:4435: all-gcc] Interrupt
make: *** [Makefile:962: all] Interrupt

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

* [Bug ada/103357] GCC 11 branch can't be built with the current master
  2021-11-22 11:54 [Bug ada/103357] New: GCC 11 branch can't be built with the current master marxin at gcc dot gnu.org
@ 2021-11-22 11:58 ` jakub at gcc dot gnu.org
  2021-11-22 11:59 ` charlet at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-11-22 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103357

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Isn't that the usual case?  One can't use newer gnat to build older gnat, and
one can't use way too old gnat to build gnat either?

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

* [Bug ada/103357] GCC 11 branch can't be built with the current master
  2021-11-22 11:54 [Bug ada/103357] New: GCC 11 branch can't be built with the current master marxin at gcc dot gnu.org
  2021-11-22 11:58 ` [Bug ada/103357] " jakub at gcc dot gnu.org
@ 2021-11-22 11:59 ` charlet at gcc dot gnu.org
  2021-11-22 12:00 ` charlet at gcc dot gnu.org
  2021-11-22 12:10 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu.org @ 2021-11-22 11:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103357

--- Comment #2 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
If you mean that you are building version X of gcc version version Y (newer
than X) of gcc/gnat, then this is as expected and documented: this combination
will not always work and isn't supported. You need to use version X or less
recent to build GNAT.

See https://gcc.gnu.org/install/prerequisites.html (GNAT section).

If this is not what you meant, can you clarify?

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

* [Bug ada/103357] GCC 11 branch can't be built with the current master
  2021-11-22 11:54 [Bug ada/103357] New: GCC 11 branch can't be built with the current master marxin at gcc dot gnu.org
  2021-11-22 11:58 ` [Bug ada/103357] " jakub at gcc dot gnu.org
  2021-11-22 11:59 ` charlet at gcc dot gnu.org
@ 2021-11-22 12:00 ` charlet at gcc dot gnu.org
  2021-11-22 12:10 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu.org @ 2021-11-22 12:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103357

Arnaud Charlet <charlet at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlet at gcc dot gnu.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
Closing, assuming your GNAT base compiler is indeed too recent.

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

* [Bug ada/103357] GCC 11 branch can't be built with the current master
  2021-11-22 11:54 [Bug ada/103357] New: GCC 11 branch can't be built with the current master marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-11-22 12:00 ` charlet at gcc dot gnu.org
@ 2021-11-22 12:10 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-11-22 12:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103357

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Oh, got it, thanks for the explanation.

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

end of thread, other threads:[~2021-11-22 12:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 11:54 [Bug ada/103357] New: GCC 11 branch can't be built with the current master marxin at gcc dot gnu.org
2021-11-22 11:58 ` [Bug ada/103357] " jakub at gcc dot gnu.org
2021-11-22 11:59 ` charlet at gcc dot gnu.org
2021-11-22 12:00 ` charlet at gcc dot gnu.org
2021-11-22 12:10 ` marxin at gcc dot gnu.org

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).