From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62e.google.com (mail-pl1-x62e.google.com [IPv6:2607:f8b0:4864:20::62e]) by sourceware.org (Postfix) with ESMTPS id D31203858408 for ; Wed, 16 Feb 2022 12:11:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D31203858408 Received: by mail-pl1-x62e.google.com with SMTP id w20so1838464plq.12 for ; Wed, 16 Feb 2022 04:11:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=OOXeefcQYQui9CT87TpbkvtN5Yell+PLR5Nf5cjDvho=; b=dP/TgyogMvchxAvSQO9+5f3vCADdv/U72CYmAIrwSmFYEYQt4RU9BJ+ZHiK5qK+aZN jRU6DaZrJTii6O6EiUts7eFrpNW3tfCJuDGAyiM7g4XDYFFIGqqM6AhKj61kKy2bQw8P 4dvMPYM+yYsKypaBPadP/X0sR9bgjgA4SPCTIyUe+SjCyawzD1aGNuy+KouHkiG9LQcK Q1XPwhlkfYyxJPUknUIiq4OW9ep1RPtaaBinCIwK5QF834HMwEB7HsIXTYwSPJhtcC0p 3Wk49O/ZhjHFlnTS0g+ksw5TAcI/2KPoJITy48CjsH5S8pJhy6A+7O8HeAzk3YDaOJ78 +EfQ== X-Gm-Message-State: AOAM530C7D7Q88qMU+B52yuvL6Cv97lmfapWPrOtBxFNH/Tdjtts12aC WQaZo8OnICqDUizXpR8Otz/4f5fOlNCYny504mQmrwXtcjyGQA== X-Google-Smtp-Source: ABdhPJy1y0q801Uu0TSqypvWS7HW2jnkTsA2HhW5QPfgJ/6l0jufqaOmvzWCzKPF32pc7hbbv8HSO5+KroISeHcdejY= X-Received: by 2002:a17:902:ce91:b0:14e:d9a9:5d7c with SMTP id f17-20020a170902ce9100b0014ed9a95d7cmr2298534plg.40.1645013512551; Wed, 16 Feb 2022 04:11:52 -0800 (PST) MIME-Version: 1.0 From: Krishna Narayanan Date: Wed, 16 Feb 2022 17:41:41 +0530 Message-ID: Subject: Error in make check. To: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2022 12:11:56 -0000 make[4]: Leaving directory '/home/krishna/latest/x86_64-linux-gnu/libsanitizer' make[3]: Leaving directory '/home/krishna/latest/x86_64-linux-gnu/libsanitizer' make[2]: Leaving directory '/home/krishna/latest/x86_64-linux-gnu/libsanitizer' make[1]: Leaving directory '/home/krishna/latest' make[1]: Entering directory '/home/krishna/latest/gcc' Making a new config file... echo "set tmpdir /home/krishna/latest/gcc/testsuite" >> ./site.tmp rm -rf testsuite/gcc-parallel make[2]: Entering directory '/home/krishna/latest/gcc' (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd ../../gcc-11.2.0/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ if [ -n "" ] \ && [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] \ && [ -f testsuite/gcc-parallel/finished ]; then \ rm -rf testsuite/gcc; \ else \ cd testsuite/gcc; \ rm -f tmp-site.exp; \ sed '/set tmpdir/ s|testsuite$|testsuite/gcc|' \ < ../../site.exp > tmp-site.exp; \ /bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \ EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; \ fi ; \ `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc ; \ if [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] ; then \ touch ${rootme}/testsuite/gcc-parallel/finished; \ fi ; \ fi ) /bin/bash: line 17: runtest: command not found make[2]: Leaving directory '/home/krishna/latest/gcc' rm -rf testsuite/g++-parallel make[2]: Entering directory '/home/krishna/latest/gcc' (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd ../../gcc-11.2.0/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ if [ -n "" ] \ && [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] \ && [ -f testsuite/g++-parallel/finished ]; then \ rm -rf testsuite/g++; \ else \ cd testsuite/g++; \ rm -f tmp-site.exp; \ sed '/set tmpdir/ s|testsuite$|testsuite/g++|' \ < ../../site.exp > tmp-site.exp; \ /bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \ EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; \ fi ; \ `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool g++ ; \ if [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] ; then \ touch ${rootme}/testsuite/g++-parallel/finished; \ fi ; \ fi ) /bin/bash: line 17: runtest: command not found make[2]: Leaving directory '/home/krishna/latest/gcc' rm -rf testsuite/gfortran-parallel make[2]: Entering directory '/home/krishna/latest/gcc' (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd ../../gcc-11.2.0/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ if [ -n "" ] \ && [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] \ && [ -f testsuite/gfortran-parallel/finished ]; then \ rm -rf testsuite/gfortran; \ else \ cd testsuite/gfortran; \ rm -f tmp-site.exp; \ sed '/set tmpdir/ s|testsuite$|testsuite/gfortran|' \ < ../../site.exp > tmp-site.exp; \ /bin/bash ${srcdir}/../move-if-change tmp-site.exp site.exp; \ EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; \ fi ; \ `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gfortran ; \ if [ -n "$GCC_RUNTEST_PARALLELIZE_DIR" ] ; then \ touch ${rootme}/testsuite/gfortran-parallel/finished; \ fi ; \ fi ) /bin/bash: line 17: runtest: command not found make[2]: Leaving directory '/home/krishna/latest/gcc' make[1]: Leaving directory '/home/krishna/latest/gcc' Hello, I am getting this error while make -k check and make check-gcc for the gcc-11.2.0 ,while running the testsuite make -k check .I was getting the similar error for the gcc-10.1.0 build.While going into the testsuite directory it gives this error,I think so there is a problem in the .exp script which gives this error.Can you please help me out with this? Thanks and regards, Krishna Narayanan