public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/100506] New: bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.
@ 2021-05-10 15:51 msebor at gcc dot gnu.org
  2021-05-10 15:53 ` [Bug bootstrap/100506] " msebor at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-05-10 15:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100506
           Summary: bootstrap error: No rule to make target
                    'gcc/version.c', needed by 'ada/stamp-sdefault'.
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

With today's top of trunk make fails with the error below.  The most recent
change that looks like it might be related is
g:e3a682f4197f9f39808febfd1862e722d7675d34.

My configure options are: --enable-checking=yes,gc --enable-host-shared
--enable-valgrind-annotations
--enable-languages=c,ada,brig,c++,d,fortran,jit,lto,objc,obj-c++

mkdir -p ada/
gcc -c -O0 -g3  -gnatpg -gnatwns -gnata -W -Wall -nostdinc -I- -I.
-Iada/generated -Iada -Iada/gcc-interface -I/ssd/src/gcc/master/gcc/ada
-I/ssd/src/gcc/master/gcc/ada/gcc-interface -Iada/libgnat
-I/ssd/src/gcc/master/gcc/ada/libgnat /ssd/src/gcc/master/gcc/ada/scos.adb -o
ada/scos.o
make[2]: *** No rule to make target '/ssd/src/gcc/master/gcc/version.c', needed
by 'ada/stamp-sdefault'.  Stop.
make[2]: Leaving directory '/ssd/build/gcc-master/gcc'
make[1]: *** [Makefile:4781: all-stage1-gcc] Error 2
make[1]: Leaving directory '/ssd/build/gcc-master'
make: *** [Makefile:27587: stage1-bubble] Error 2
make: Leaving directory '/ssd/build/gcc-master'
Command exited with non-zero status 2

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

* [Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.
  2021-05-10 15:51 [Bug bootstrap/100506] New: bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault' msebor at gcc dot gnu.org
@ 2021-05-10 15:53 ` msebor at gcc dot gnu.org
  2021-05-10 18:36 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-05-10 15:53 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Sebor <msebor at gcc dot gnu.org> changed:

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

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Martin, does this look familiar to you?

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

* [Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.
  2021-05-10 15:51 [Bug bootstrap/100506] New: bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault' msebor at gcc dot gnu.org
  2021-05-10 15:53 ` [Bug bootstrap/100506] " msebor at gcc dot gnu.org
@ 2021-05-10 18:36 ` marxin at gcc dot gnu.org
  2021-05-10 23:26 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-05-10 18:36 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2021-05-10

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Yes, working on that right now.

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

* [Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.
  2021-05-10 15:51 [Bug bootstrap/100506] New: bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault' msebor at gcc dot gnu.org
  2021-05-10 15:53 ` [Bug bootstrap/100506] " msebor at gcc dot gnu.org
  2021-05-10 18:36 ` marxin at gcc dot gnu.org
@ 2021-05-10 23:26 ` cvs-commit at gcc dot gnu.org
  2021-05-10 23:26 ` ebotcazou at gcc dot gnu.org
  2021-05-11  5:08 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-05-10 23:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <ebotcazou@gcc.gnu.org>:

https://gcc.gnu.org/g:0c54d25a7686406a11f44f58261a9e63821022b7

commit r12-699-g0c54d25a7686406a11f44f58261a9e63821022b7
Author: Martin Liska <mliska@suse.cz>
Date:   Tue May 11 00:44:25 2021 +0200

    Fix missing version_string in Ada

    gcc/ada/
            PR bootstrap/100506
            * Make-generated.in: Replace version.c with ada/version.c.
            * gcc-interface/Make-lang.in: Add version.o to GNAT1_C_OBJS.
            Add version.o to GNAT_ADA_OBJS and GNATBIND_OBJS.
            * gcc-interface/Makefile.in: Add version.o to TOOLS_LIBS.
            * gnatvsn.adb: Start using a new C symbol gnat_version_string.
            * version.c: New file.

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

* [Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.
  2021-05-10 15:51 [Bug bootstrap/100506] New: bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault' msebor at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-05-10 23:26 ` cvs-commit at gcc dot gnu.org
@ 2021-05-10 23:26 ` ebotcazou at gcc dot gnu.org
  2021-05-11  5:08 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2021-05-10 23:26 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |ebotcazou at gcc dot gnu.org

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
.

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

* [Bug bootstrap/100506] bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault'.
  2021-05-10 15:51 [Bug bootstrap/100506] New: bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault' msebor at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-05-10 23:26 ` ebotcazou at gcc dot gnu.org
@ 2021-05-11  5:08 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-05-11  5:08 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 100514 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2021-05-11  5:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 15:51 [Bug bootstrap/100506] New: bootstrap error: No rule to make target 'gcc/version.c', needed by 'ada/stamp-sdefault' msebor at gcc dot gnu.org
2021-05-10 15:53 ` [Bug bootstrap/100506] " msebor at gcc dot gnu.org
2021-05-10 18:36 ` marxin at gcc dot gnu.org
2021-05-10 23:26 ` cvs-commit at gcc dot gnu.org
2021-05-10 23:26 ` ebotcazou at gcc dot gnu.org
2021-05-11  5:08 ` pinskia 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).