From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F9023858C27; Wed, 27 Oct 2021 13:52:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F9023858C27 From: "John.Parke at alebra dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/102961] New: Build fails for AIX 6.1 Date: Wed, 27 Oct 2021 13:52:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 11.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: John.Parke at alebra dot com 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 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2021 13:52:33 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102961 Bug ID: 102961 Summary: Build fails for AIX 6.1 Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: John.Parke at alebra dot com Target Milestone: --- Trying to build gcc-11.2.0 on AIX 6.1 using the following configure options: ../gcc-11.2.0/configure --prefix=3D/opt/freeware/gcc-11.2.0 --with-as=3D/us= r/bin/as --with-ld=3D/usr/bin/ld --enable-languages=3Dc,c++ --enable-version-specific-runtime-libs --disable-nls --with-cloog=3Dno --with-ppl=3Dno --disable-libstdcxx-pch --enable-__cxa_atexit --disable-wer= ror --disable-rpath --with-static-standard-libraries --enable-threads --disable-shared --enable-static --enable-threads=3Daix --enable-libstdcxx-threads --disable-bootstrap --with-libiconv-prefix=3D/usr/local/lib Output from the build says that=20 >>cp_64: cannot stat '../pthread/libgcc/libgcc_s.a': A file or directory in= the path name does not exist. Below are last few lines of build output before the error: gmake[3]: Entering directory '/usr/gcc-11.2.0-build/powerpc-ibm-aix6.1.9.0/libgcc' ../../../gcc-11.2.0/libgcc/config/rs6000/t-slibgcc-aix:105: warning: overri= ding recipe for target 'all' Makefile:116: warning: ignoring old recipe for target 'all' /bin/sh ../../../gcc-11.2.0/libgcc/../mkinstalldirs ../.././gcc /opt/freeware/bin/install -c -m 644 libgcc.a ../.././gcc/ chmod 644 ../.././gcc/libgcc.a ranlib ../.././gcc/libgcc.a /opt/freeware/bin/install -c -m 644 libgcov.a ../.././gcc/ chmod 644 ../.././gcc/libgcov.a ranlib ../.././gcc/libgcov.a parts=3D"crtcxa.o crtcxa_s.o crtdbase.o crtcxa_64.o crtcxa_64_s.o crtdbase_= 64.o"; \ for file in $parts; do \ rm -f ../.././gcc/$file; \ /opt/freeware/bin/install -c -m 644 $file ../.././gcc/; \ case $file in \ *.a) \ ranlib ../.././gcc/$file ;; \ esac; \ done gmake[3]: Leaving directory '/usr/gcc-11.2.0-build/powerpc-ibm-aix6.1.9.0/libgcc' cp ../pthread/libgcc/libgcc_s.a ../../gcc/pthread/ >>cp_64: cannot stat '../pthread/libgcc/libgcc_s.a': A file or directory in= the path name does not exist. gmake[2]: *** [../../../gcc-11.2.0/libgcc/config/rs6000/t-slibgcc-aix:112: = all] Error 1 gmake[2]: Leaving directory '/usr/gcc-11.2.0-build/powerpc-ibm-aix6.1.9.0/libgcc' gmake[1]: *** [Makefile:14084: all-target-libgcc] Error 2 gmake[1]: Leaving directory '/usr/gcc-11.2.0-build' gmake: *** [Makefile:974: all] Error 2 Not sure why this is occurring. I used the identical configure parameters f= or gcc 10.2.0. Any help would be greatly appreciated. If I need to submit more information, let me know. This is not a high priority issue for me...=