[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/2375] ld testsuite skips ld-bootstrap tests if `pwd -L` != `pwd
From: |
peb at mppmu dot mpg dot de |
Subject: |
[Bug ld/2375] ld testsuite skips ld-bootstrap tests if `pwd -L` != `pwd -P` |
Date: |
1 Mar 2006 09:35:51 -0000 |
------- Additional Comments From peb at mppmu dot mpg dot de 2006-03-01 09:35
-------
(In reply to comment #1)
> Please provide a way for other to reproduce it.
Like this (using bash, other shells might behave differently):
Create directories (physical path) P/BLD1 P/BLD2
Create a symlink L->P
unpack binutils release to P/binutils-2.16.1
cd P/BLD1
../binutils-2.16.1/configure --enable-shared --disable-static ....
make
make check => all 6 ld-bootstrap tests are skipped as UNSUPPORTED
cd L/BLD2
../binutils-2.16.1/configure --enable-shared --disable-static ....
make
make check => 5 ld-bootstrap tests PASS, one (static) is skipped
--
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] ld testsuite skips ld-bootstrap tests if `pwd -L` != `pwd -P`,
peb at mppmu dot mpg dot de <=