Opened 16 years ago
Closed 16 years ago
#2568 closed defect (fixed)
GCC testsuite requires file
| Reported by: | Matthew Burgess | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.6 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
As reported by Bruce at http://www.linuxfromscratch.org/pipermail/lfs-dev/2010-February/063515.html, the GCC testsuite depends on File. More specifically, it only depends on File on certain architectures, of which x86_64 is one. Folks building on 32-bit aren't affected. See gcc/testsuite/gcc.misc-tests/linkage.exp (search for 'exec file').
Moving File to before GCC should be safe enough, and appendix C needs to be updated to reflect the dependency
Change History (2)
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in revision 9186.