From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1065E3858D3C; Sun, 24 Jul 2022 23:07:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1065E3858D3C From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/106429] Building GCC is Inhibited on old Linux Distributions due to the use of "#!/bin/bash" Date: Sun, 24 Jul 2022 23:07:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: Message-ID: In-Reply-To: References: 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: Sun, 24 Jul 2022 23:07:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106429 --- Comment #2 from Andrew Pinski --- GCC 11.2.0 had the same as what I found on the trunk `git grep "/bin/bash" releases/gcc-11.2.0`): releases/gcc-11.2.0:contrib/bench-stringop:#!/bin/bash releases/gcc-11.2.0:contrib/compare-all-tests:#! /bin/bash releases/gcc-11.2.0:contrib/dg-cmp-results.sh:#!/bin/bash releases/gcc-11.2.0:contrib/reghunt/bin/gcc-svn-patchlist:#! /bin/bash releases/gcc-11.2.0:contrib/reghunt/bin/gcc-svn-update:#! /bin/bash releases/gcc-11.2.0:contrib/reghunt/bin/gcc-svn-update-fix:#! /bin/bash releases/gcc-11.2.0:contrib/reghunt/bin/reg-hunt:#! /bin/bash releases/gcc-11.2.0:contrib/reghunt/bin/reg-test:#! /bin/bash releases/gcc-11.2.0:contrib/reghunt/date_based/reg_periodic:#! /bin/bash releases/gcc-11.2.0:contrib/reghunt/date_based/reg_search:#! /bin/bash releases/gcc-11.2.0:contrib/repro_fail:#!/bin/bash -eu releases/gcc-11.2.0:gcc/dbgcnt.def:#!/bin/bash releases/gcc-11.2.0:gcc/testsuite/gcc.test-framework/gen_directive_tests:#! /bin/bash releases/gcc-11.2.0:libgo/go/cmd/go/mkalldocs.sh:#!/bin/bash releases/gcc-11.2.0:libgo/go/cmd/go/testdata/script/mod_get_pseudo_other_br= anch.txt:#!/bin/bash releases/gcc-11.2.0:libgo/go/cmd/go/testdata/script/mod_get_pseudo_prefix.t= xt:#!/bin/bash releases/gcc- releases/gcc-11.2.0:libsanitizer/merge.sh:#!/bin/bash releases/gcc-11.2.0:libstdc++-v3/scripts/run_doxygen:#!/bin/bash releases/gcc-11.2.0:maintainer-scripts/generate_libstdcxx_web_docs:#!/bin/b= ash releases/gcc-11.2.0:maintainer-scripts/update_web_docs_libstdcxx_git:#!/bin= /bash So you need to supply more information on what you needed to change.=