From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65360 invoked by alias); 20 Jul 2015 21:31:16 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 65351 invoked by uid 89); 20 Jul 2015 21:31:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 20 Jul 2015 21:31:15 +0000 Received: from EUSAAHC007.ericsson.se (Unknown_Domain [147.117.188.93]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id BB.AC.07675.BA00DA55; Mon, 20 Jul 2015 16:07:40 +0200 (CEST) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.95) with Microsoft SMTP Server id 14.3.210.2; Mon, 20 Jul 2015 17:31:12 -0400 Message-ID: <55AD68A0.1010808@ericsson.com> Date: Mon, 20 Jul 2015 21:31:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Brendan Kirby , Subject: Re: MIPS build slave References: <55A9E3F5.3090902@imgtec.com> <87fv4kswuh.fsf@redhat.com> <55AD543B.5010301@imgtec.com> <55AD5DF0.2090303@ericsson.com> <55AD66FC.3040205@imgtec.com> In-Reply-To: <55AD66FC.3040205@imgtec.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00575.txt.bz2 On 15-07-20 05:24 PM, Brendan Kirby wrote: > When I rebuilt this morning, I was running as the same user as the > Buildbot uses. Also, I had SHELL set to /bin/bash. I've just re-run > the build with SHELL explicitly set on the make command like: > make -j1 all SHELL=/bin/bash > make check RUNTESTFLAGS='gdb.mi/mi-watch.exp' SHELL=/bin/bash > > I'm not seeing the messages: > > Cannot exec $execfile -c exec $execfile > > in any of the logs ("grep -i 'cannot.*exec' *" returns nothing). I'm > attaching the build log from the above "make -j1 all SHELL=/bin/bash" > command above as build.log as well as the newer versions of the make > check and gdb.log logs. > > Brendan Those logs seems fine. Try to run what Sergio suggested, which is a bit closer to what the buildbot really runs. Thanks, Simon