public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/106917] New: modula-2 fails to bootstrap with the modula-2 branch ,20220912
@ 2022-09-12 18:16 doko at gcc dot gnu.org
  2022-09-13 11:27 ` [Bug modula2/106917] " gaius at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: doko at gcc dot gnu.org @ 2022-09-12 18:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106917
           Summary: modula-2 fails to bootstrap with the modula-2 branch
                    ,20220912
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: gaius at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

the modula-2 branch 20220912 fails to build:

echo "GM2_FOR_TARGET "
/bin/bash ../../src/gcc/m2/tools-src/makeSystem -fiso \
             ../../src/gcc/m2/gm2-libs-iso/SYSTEM.def \
             ../../src/gcc/m2/gm2-libs-iso/SYSTEM.mod \
             -I../../src/gcc/m2/gm2-libs-iso:../../src/gcc/m2/gm2-libs \
             ""
/home/packages/gcc/snap/gcc-snapshot-20220912/build/gcc/m2/gm2-libs-iso/SYSTEM.d
ef
/bin/bash ../../src/gcc/m2/tools-src/makeSystem -fpim \
             ../../src/gcc/m2/gm2-libs-coroutines/SYSTEM.def \
             ../../src/gcc/m2/gm2-libs-coroutines/SYSTEM.mod \
            
-I../../src/gcc/m2/gm2-libs-coroutines:../../src/gcc/m2/gm2-libs-iso:../../src/gcc/
m2/gm2-libs \
             ""
/home/packages/gcc/snap/gcc-snapshot-20220912/build/gcc/m2/gm2-libs-coroutines/S
YSTEM.def
GM2_FOR_TARGET 
echo "GCC_FOR_TARGET
/home/packages/gcc/snap/gcc-snapshot-20220912/build/./gcc/xgcc -B/home/pack
ages/gcc/snap/gcc-snapshot-20220912/build/./gcc/ -fno-checking"
GCC_FOR_TARGET /home/packages/gcc/snap/gcc-snapshot-20220912/build/./gcc/xgcc
-B/home/packages/g
cc/snap/gcc-snapshot-20220912/build/./gcc/ -fno-checking
/bin/bash ../../src/gcc/m2/tools-src/makeSystem -fpim \
             ../../src/gcc/m2/gm2-libs/SYSTEM.def \
             ../../src/gcc/m2/gm2-libs/SYSTEM.mod \
             -I../../src/gcc/m2/gm2-libs \
             ""
/home/packages/gcc/snap/gcc-snapshot-20220912/build/gcc/m2/gm2-libs/SYSTEM.def
parameter 5 of makeSystem is incorrect, GM2_FOR_TARGET was unset
make[5]: *** [../../src/gcc/m2/Make-lang.in:1469:
/home/packages/gcc/snap/gcc-snapshot-20220912/
build/gcc/m2/gm2-libs-iso/SYSTEM.def] Error 1
make[5]: *** Waiting for unfinished jobs....
parameter 5 of makeSystem is incorrect, GM2_FOR_TARGET was unset
make[5]: *** [../../src/gcc/m2/Make-lang.in:1476:
/home/packages/gcc/snap/gcc-snapshot-20220912/build/gcc/m2/gm2-libs-coroutines/SYSTEM.def]
Error 1
parameter 5 of makeSystem is incorrect, GM2_FOR_TARGET was unset
make[5]: *** [../../src/gcc/m2/Make-lang.in:1462:
/home/packages/gcc/snap/gcc-snapshot-20220912/build/gcc/m2/gm2-libs/SYSTEM.def]
Error 1

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

* [Bug modula2/106917] modula-2 fails to bootstrap with the modula-2 branch ,20220912
  2022-09-12 18:16 [Bug modula2/106917] New: modula-2 fails to bootstrap with the modula-2 branch ,20220912 doko at gcc dot gnu.org
@ 2022-09-13 11:27 ` gaius at gcc dot gnu.org
  2022-09-14 13:04 ` gaius at gcc dot gnu.org
  2022-11-04 11:21 ` doko at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: gaius at gcc dot gnu.org @ 2022-09-13 11:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Gaius Mulley <gaius at gcc dot gnu.org> ---
please can I have a copy of the configure and make command?

I've tried:

../gcc-git-devel-modula2/configure --enable-languages=m2
--prefix=/home/gaius/opt --libexecdir=/home/gaius/opt/lib --enable-host-shared
--enable-valgrind-annotations --enable-threads=posix --enable-clocale=gnu
--enable-multilib --enable-checking --enable-long-longx --enable-bootstrap
--with-build-config=bootstrap-lto-lean

which built on bullseye amd64 (slowly)

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

* [Bug modula2/106917] modula-2 fails to bootstrap with the modula-2 branch ,20220912
  2022-09-12 18:16 [Bug modula2/106917] New: modula-2 fails to bootstrap with the modula-2 branch ,20220912 doko at gcc dot gnu.org
  2022-09-13 11:27 ` [Bug modula2/106917] " gaius at gcc dot gnu.org
@ 2022-09-14 13:04 ` gaius at gcc dot gnu.org
  2022-11-04 11:21 ` doko at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: gaius at gcc dot gnu.org @ 2022-09-14 13:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Gaius Mulley <gaius at gcc dot gnu.org> ---
I've git pushed fixes to libgm2 relating to GM2_FOR_TARGET.  Does this also fix
this build?

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

* [Bug modula2/106917] modula-2 fails to bootstrap with the modula-2 branch ,20220912
  2022-09-12 18:16 [Bug modula2/106917] New: modula-2 fails to bootstrap with the modula-2 branch ,20220912 doko at gcc dot gnu.org
  2022-09-13 11:27 ` [Bug modula2/106917] " gaius at gcc dot gnu.org
  2022-09-14 13:04 ` gaius at gcc dot gnu.org
@ 2022-11-04 11:21 ` doko at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: doko at gcc dot gnu.org @ 2022-11-04 11:21 UTC (permalink / raw)
  To: gcc-bugs

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

Matthias Klose <doko at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Matthias Klose <doko at gcc dot gnu.org> ---
late October builds succeeded for me

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12 18:16 [Bug modula2/106917] New: modula-2 fails to bootstrap with the modula-2 branch ,20220912 doko at gcc dot gnu.org
2022-09-13 11:27 ` [Bug modula2/106917] " gaius at gcc dot gnu.org
2022-09-14 13:04 ` gaius at gcc dot gnu.org
2022-11-04 11:21 ` doko 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).