Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2012 01:52:33 GMT
From:      Rodney W Grimes <rgrimes@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/172946: x86 missing in src/etc/mtree/BSD.include.dist
Message-ID:  <201210220152.q9M1qXpk093800@red.freebsd.org>
Resent-Message-ID: <201210220200.q9M200Dq090143@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210220152.q9M1qXpk093800>