From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EFD693858D37; Sat, 16 Mar 2024 12:05:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EFD693858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710590737; bh=E/o5DVURW+kZRyiFL+G+fzQrmxCBMCjQNEwQLFjf06Y=; h=From:To:Subject:Date:From; b=B26s/toZZ8ILBbenKTWswgoJIQlcNSO+v5CCbzzVj5OcBIpvpET0FEbPI2F4hG+C0 yo9gs6QOws2afQAzOUgQ7wv3bRzvCkpsfXqYl18+TxOTwHza1nDrrjJI35tHb0DTbJ hXPINM8VaG5qT8jozlsOwQ0z7Qzfdm8Mnng+8cK0= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31499] New: [gdb/testsuite, remote host] ERROR: Couldn't get python version Date: Sat, 16 Mar 2024 12:05:37 +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: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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 target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31499 Bug ID: 31499 Summary: [gdb/testsuite, remote host] ERROR: Couldn't get python version Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With host board local-remote-host.exp and target board remote-gdbserver-on-localhost, while trying to run the dap tests, I got: ... Executing on host: /data/vries/gdb/leap-15-4/build/gdb/gdb -nw -nx -q -iex = "set height 0" -iex "set width 0" -iex "set debuginfod enabled off" -data-direct= ory /data/vries/gdb/leap-15-4/build/gdb/data-directory -batch -ex "python print (sys.version_info\[0\], sys.version_info\[1\])" (timeout =3D 300) builtin_spawn [open ...]^M sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `/data/vries/gdb/leap-15-4/build/gdb/gdb -nw -nx -q -iex set height 0 -iex set width 0 -iex set debuginfod enabled off -data-directory /data/vries/gdb/leap-15-4/build/gdb/data-directory -batch -ex python print (sys.version_info[0], sys.version_info[1]) ; echo XYZ${?}ZYX' ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/cwd.exp. ERROR: Couldn't get python version ... --=20 You are receiving this mail because: You are on the CC list for the bug.=