From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D4883858C52; Fri, 14 Jul 2023 16:09:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D4883858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689350978; bh=RMFhCVoA1C7rhaazseGVQ44+W7mAAhaZXE/JXC7DcD0=; h=From:To:Subject:Date:From; b=N0RQqjGkCgMs3ltzf2vsnsrrxOBloXZf1jb5C8y3vuWamrbM1qxXm1C87EfFs7KFB oIxqEHK1iu/XiHfpF/N2t9Q06ftxFQmnC1z9LEonRx5iRJNZsuRsuzzklG6+IdQ5eU 9GepiV3+p9KccEoHWUquS/3aevmCVJaOlED2C7qM= From: "dclarke at blastwave dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/110668] New: gcc/ada/gcc-interface/Make-lang.in:1012: ada/b_gnat1.adb] Error 5 Date: Fri, 14 Jul 2023 16:09:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 10.5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dclarke at blastwave dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110668 Bug ID: 110668 Summary: gcc/ada/gcc-interface/Make-lang.in:1012: ada/b_gnat1.adb] Error 5 Product: gcc Version: 10.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: dclarke at blastwave dot org CC: dkm at gcc dot gnu.org Target Milestone: --- Not sure where this arrived from however here are the particulars : System is very off the shelf devuan/debian with a lean kernel :=20 d# uname -a=20 Linux dev 6.4.2-genunix #1 SMP PREEMPT_DYNAMIC Fri Jul 7 18:41:16 UTC 2023 x86_64 GNU/Linux d#=20 Compiler used for the bootstrap : d# which gcc /opt/bw/gcc13/bin/gcc d#=20 d# gcc --version=20 gcc (GENUNIX Mon Jun 26 19:37:30 UTC 2023) 13.1.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. see https://gcc.gnu.org/pipermail/gcc-testresults/2023-June/788747.html So I suspect that compiler to be good stuff. With gnat in there also : d# ls /opt/bw/gcc13/bin/ c++ gfortran gnatprep cpp gnat lto-dump g++ gnatbind x86_64-pc-linux-gnu-c++ gcc gnatchop x86_64-pc-linux-gnu-g++ gcc-ar gnatclean x86_64-pc-linux-gnu-gcc gcc-nm gnatkr x86_64-pc-linux-gnu-gcc-13.1.0 gcc-ranlib gnatlink x86_64-pc-linux-gnu-gcc-ar gcov gnatls x86_64-pc-linux-gnu-gcc-nm gcov-dump gnatmake x86_64-pc-linux-gnu-gcc-ranlib gcov-tool gnatname x86_64-pc-linux-gnu-gfortran d#=20 So imagine my total surprise when configure looks so nice and the whole compile/bootstrap takes off nicely but then falls over quickly :=20 d#=20 d# pwd /opt/bw/build/gcc-10.5.0_linux-6.4.2_x86_64.001 d# date -u Fri Jul 14 14:14:46 UTC 2023 d# ../gcc-10.5.0/configure --prefix=3D/opt/imed/gcc10 \ > --enable-languages=3Dc,ada,c++,fortran,objc,obj-c++ \ > --enable-shared --without-included-gettext \ > --enable-threads=3Dposix --enable-bootstrap --with-system-zlib \ > --enable-checking=3Dmisc --disable-multilib --disable-nls \ > --enable-__cxa_atexit --enable-tls \ > --with-pkgversion=3D'GENUNIX Fri Jul 14 14:14:46 UTC 2023' 2>&1 | tee ../= gcc-10.5.0_linux-6.4.2_x86_64.001.config.log=20 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... no checking for mawk... mawk checking for libatomic support... yes checking for libitm support... yes checking for libsanitizer support... yes checking for libvtv support... yes checking for libhsail-rt support... yes checking for libphobos support... yes checking for gcc... /opt/bw/gcc13/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables...=20 checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /opt/bw/gcc13/bin/gcc accepts -g... yes checking for /opt/bw/gcc13/bin/gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /opt/bw/gcc13/bin/g++ accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for gnatbind... gnatbind checking for gnatmake... gnatmake checking whether compiler driver understands Ada... yes checking how to compare bootstrapped objects... cmp --ignore-initial=3D16 $= $f1 $$f2 checking for objdir... .libs configure: WARNING: using in-tree isl, disabling version check The following languages will be built: c,ada,c++,fortran,lto,objc,obj-c++ *** This configuration is not supported in the following subdirectories: zlib gotools target-libhsail-rt target-libphobos target-zlib target-li= bgo target-libffi target-liboffloadmic (Any other directories should still work fine.) checking for default BUILD_CONFIG... bootstrap-debug checking for --enable-vtable-verify... no checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... expect checking for runtest... runtest checking for ar... ar checking for as... as checking for dlltool... no checking for dsymutil... no checking for ld... ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for otool... no checking for readelf... readelf checking for cc... cc checking for c++... c++ checking for gcc... gcc checking for gfortran... gfortran checking for gccgo... no checking for gdc... no checking for ar... no checking for ar... ar checking for as... no checking for as... as checking for dlltool... no checking for dlltool... no checking for dsymutil... no checking for dsymutil... no checking for ld... no checking for ld... ld checking for lipo... no checking for lipo... no checking for nm... no checking for nm... nm checking for objcopy... no checking for objcopy... objcopy checking for objdump... no checking for objdump... objdump checking for otool... no checking for otool... no checking for ranlib... no checking for ranlib... ranlib checking for readelf... no checking for readelf... readelf checking for strip... no checking for strip... strip checking for windres... no checking for windres... no checking for windmc... no checking for windmc... no checking where to find the target ar... host tool checking where to find the target as... host tool checking where to find the target cc... just compiled checking where to find the target c++... just compiled checking where to find the target c++ for libstdc++... just compiled checking where to find the target dlltool... host tool checking where to find the target dsymutil... host tool checking where to find the target gcc... just compiled checking where to find the target gfortran... just compiled checking where to find the target gccgo... host tool checking where to find the target gdc... host tool checking where to find the target ld... host tool checking where to find the target lipo... host tool checking where to find the target nm... host tool checking where to find the target objcopy... host tool checking where to find the target objdump... host tool checking where to find the target otool... host tool checking where to find the target ranlib... host tool checking where to find the target readelf... host tool checking where to find the target strip... host tool checking where to find the target windres... host tool checking where to find the target windmc... host tool checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile d#=20 The bootstrap ( make -j1 ) was going just fine until :=20 . . . /opt/bw/gcc13/bin/gcc -c -g -gnatpg -gnatwns -W -Wall -nostdinc -I- -I. -Iada/generated -Iada -I../../gcc-10.5.0/gcc/ada -I../../gcc-10.5.0/gcc/ada/gcc-interface -Iada/libgnat -I../../gcc-10.5.0/gcc/ada/libgnat ../../gcc-10.5.0/gcc/ada/back_end.adb -o ada/back_end.o mkdir -p ada/ /opt/bw/gcc13/bin/gcc -c -g -gnatpg -gnatwns -W -Wall -nostdinc -I- -I. -Iada/generated -Iada -I../../gcc-10.5.0/gcc/ada -I../../gcc-10.5.0/gcc/ada/gcc-interface -Iada/libgnat -I../../gcc-10.5.0/gcc/ada/libgnat ../../gcc-10.5.0/gcc/ada/gnat1drv.adb -o ada/gnat1drv.o gnatbind -nostdinc -I- -I. -Iada/generated -Iada -I../../gcc-10.5.0/gcc/ada -I../../gcc-10.5.0/gcc/ada/gcc-interface -Iada/libgnat -I../../gcc-10.5.0/gcc/ada/libgnat -o b_gnat1.adb -n ada/gnat1drv.ali error: "s-aotase.adb" must be recompiled ("interfac.ads" has been modified) error: "s-atoope.ads" must be recompiled ("system.ads" has been modified) error: "s-atopri.adb" must be recompiled ("interfac.ads" has been modified) error: "i-c.adb" must be recompiled ("a-except.ads" has been modified) make[3]: *** [../../gcc-10.5.0/gcc/ada/gcc-interface/Make-lang.in:1012: ada/b_gnat1.adb] Error 5 make[3]: Leaving directory '/opt/bw/build/gcc-10.5.0_linux-6.4.2_x86_64.001/gcc' make[2]: *** [Makefile:4764: all-stage1-gcc] Error 2 make[2]: Leaving directory '/opt/bw/build/gcc-10.5.0_linux-6.4.2_x86_64.001' make[1]: *** [Makefile:27859: stage1-bubble] Error 2 make[1]: Leaving directory '/opt/bw/build/gcc-10.5.0_linux-6.4.2_x86_64.001' make: *** [Makefile:28472: bootstrap4] Error 2 So, did not even get into stage 1 very far before something blew up. --=20 Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional=