Add an item for a regression in cross-building file(1) that kris@ found.
This commit is contained in:
parent
8d51af0365
commit
d392b37f2c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23711
1 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.4R/todo.sgml,v 1.4 2004/10/22 10:22:48 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.4R/todo.sgml,v 1.5 2005/01/28 16:47:30 kensmith Exp $">
|
||||
<!ENTITY title "FreeBSD 5.4 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -175,6 +175,16 @@
|
|||
is desirable to complete the locking work for IPX so that it can run
|
||||
without the Giant lock.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Fix regression in file(1)</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>The new version of file(1) does not cross-build properly. If
|
||||
sparc64 executables are built on i386 the compiled magic numbers
|
||||
file that gets installed is wrong and file(1) doesn't work
|
||||
properly.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for 5.4</h3>
|
||||
|
|
Loading…
Reference in a new issue