[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/2375] New: ld testsuite skips ld-bootstrap tests if `pwd -L` !=
From: |
peb at mppmu dot mpg dot de |
Subject: |
[Bug ld/2375] New: ld testsuite skips ld-bootstrap tests if `pwd -L` != `pwd -P` |
Date: |
21 Feb 2006 09:34:48 -0000 |
When running "make check" for binutils I noticed that sometimes the tests in
ld-bootstrap are skipped (UNSUPPORTED) and sometimes they succeed. It turned out
that this is due to the Tcl conditional
if {$ld != "$objdir/ld-new"} {...}
(in bootstrap.exp, line 56), where "ld" refers to the physical path (pwd -P) and
"objdir" to the logical path (pwd -L) -- or maybe it was the other way around.
--
Summary: ld testsuite skips ld-bootstrap tests if `pwd -L` !=
`pwd -P`
Product: binutils
Version: 2.16
Status: NEW
Severity: normal
Priority: P2
Component: ld
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: peb at mppmu dot mpg dot de
CC: bug-binutils at gnu dot org
GCC build triplet: i686-linux-gnu
GCC host triplet: i686-linux-gnu
GCC target triplet: i686-linux-gnu
http://sourceware.org/bugzilla/show_bug.cgi?id=2375
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug ld/2375] New: ld testsuite skips ld-bootstrap tests if `pwd -L` != `pwd -P`,
peb at mppmu dot mpg dot de <=