misc/172946: x86 missing in src/etc/mtree/BSD.include.dist

Rodney W Grimes rgrimes at FreeBSD.org
Mon Oct 22 02:00:00 UTC 2012


>Number:         172946
>Category:       misc
>Synopsis:       x86 missing in src/etc/mtree/BSD.include.dist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 02:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Rodney W Grimes
>Release:        9.1RC2
>Organization:
>Environment:
FreeBSD  9.1-RC2 FreeBSD 9.1-RC2 #0: Sat Oct 20 00:38:46 UTC 2012     root@:/sys/amd64/compile/GENERIC  amd64

>Description:
x86 was added as a directory installed by src/include/Makefile for archs i386 and amd64 but was not added to the mtree file.

>How-To-Repeat:
Clear /usr/include; cd /usr/src/include; make install  Notice that there is a /usr/include/x86 directory created, but it is not listed in the src/etc/mtree/BSD.include.dist file.

>Fix:
Simple patch attached

Patch attached with submission follows:

diff -ru src/etc/mtree/BSD.include.dist /mnt/usr/src/etc/mtree/BSD.include.dist
--- src/etc/mtree/BSD.include.dist	2012-08-13 23:53:12.000000000 +0000
+++ /mnt/usr/src/etc/mtree/BSD.include.dist	2012-09-25 05:43:44.000000000 +0000
@@ -331,6 +331,8 @@
     ..
     vm
     ..
+    x86
+    ..
     xlocale
     ..
 ..


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list