From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30562 invoked by alias); 15 May 2014 08:38:53 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 30497 invoked by uid 48); 15 May 2014 08:38:51 -0000 From: "qiyao at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/16947] New: Fail to compile test case when board file local-remote-host.exp is used Date: Thu, 15 May 2014 08:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: qiyao at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q2/txt/msg00233.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16947 Bug ID: 16947 Summary: Fail to compile test case when board file local-remote-host.exp is used Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: qiyao at gcc dot gnu.org $ make check RUNTESTFLAGS='--host_board=local-remote-host foll-exec.exp' ... Running ../../../../git/gdb/testsuite/gdb.base/foll-exec.exp ... gdb compile failed, /home/yao/Source/gnu/gdb/build-git/x86/gdb/testsuite/../../../../git/gdb/testsuite/gdb.base/foll-exec.c: In function 'main': :0:9: error: 'gdb' undeclared (first use in this function) /home/yao/Source/gnu/gdb/build-git/x86/gdb/testsuite/../../../../git/gdb/testsuite/gdb.base/foll-exec.c:20:11: note: in expansion of macro 'BASEDIR' execlp (BASEDIR "/execd-prog", ^ :0:9: note: each undeclared identifier is reported only once for each function it appears in /home/yao/Source/gnu/gdb/build-git/x86/gdb/testsuite/../../../../git/gdb/testsuite/gdb.base/foll-exec.c:20:11: note: in expansion of macro 'BASEDIR' execlp (BASEDIR "/execd-prog", Looks macro BASEDIR isn't replaced successfully. -- You are receiving this mail because: You are on the CC list for the bug.