Subject: postinstall ... fix x11 fails
To: None <current-users@netbsd.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: current-users
Date: 08/12/2004 14:30:07
Hello,

It's been a while (a month or so) since I built current. All seems well 
until I run the postinstall fixes. x11 fails...

  # /usr/src/etc/postinstall -s /usr/src -d // fix x11
Source directory: /usr/src
Target directory: //
x11 fix:
         Migrate ///usr/X11R6/lib/X11/fs to ///etc/X11/fs [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/lbxproxy to ///etc/X11/lbxproxy 
[NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/proxymngr to ///etc/X11/proxymngr 
[NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/rstart to ///etc/X11/rstart [NOT 
FIXED]
         Migrate ///usr/X11R6/lib/X11/twm to ///etc/X11/twm [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/xdm to ///etc/X11/xdm [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/xinit to ///etc/X11/xinit [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/xserver to ///etc/X11/xserver [NOT 
FIXED]
         Migrate ///usr/X11R6/lib/X11/xsm to ///etc/X11/xsm [NOT FIXED]
postinstall fixes passed:
postinstall fixes failed: x11


... I tried to see what the difference between /usr/X11R6/lib/X11 and 
/etc/X11 were. It seems that some things are moved and identical and 
others are not. I used build.sh with the -x option to build xsrc.

Are we supposed to have these files in both places or just in /etc/X11 
now, with the new set.xetc?

Here's some more info...

  # diff /etc/X11 /usr/X11R6/lib/X11
Only in /usr/X11R6/lib/X11: Cards
Only in /usr/X11R6/lib/X11: Options
Only in /usr/X11R6/lib/X11: XErrorDB
Only in /usr/X11R6/lib/X11: XF86Config
Only in /usr/X11R6/lib/X11: XF86Config.98
Only in /usr/X11R6/lib/X11: XF86Config.eg
Only in /usr/X11R6/lib/X11: XF86Config.indy
Only in /usr/X11R6/lib/X11: XF86Setup
Only in /usr/X11R6/lib/X11: XKeysymDB
Only in /usr/X11R6/lib/X11: Xcms.txt
Only in /usr/X11R6/lib/X11: app-defaults
Only in /usr/X11R6/lib/X11: config
Only in /usr/X11R6/lib/X11: doc
Only in /usr/X11R6/lib/X11: etc
Only in /usr/X11R6/lib/X11: fonts
Common subdirectories: /etc/X11/fs and /usr/X11R6/lib/X11/fs
Common subdirectories: /etc/X11/lbxproxy and /usr/X11R6/lib/X11/lbxproxy
Only in /usr/X11R6/lib/X11: locale
Common subdirectories: /etc/X11/proxymngr and /usr/X11R6/lib/X11/proxymngr
Only in /usr/X11R6/lib/X11: rgb.txt
Common subdirectories: /etc/X11/rstart and /usr/X11R6/lib/X11/rstart
Common subdirectories: /etc/X11/twm and /usr/X11R6/lib/X11/twm
Only in /usr/X11R6/lib/X11: x11perfcomp
Common subdirectories: /etc/X11/xdm and /usr/X11R6/lib/X11/xdm
Only in /usr/X11R6/lib/X11: xedit
Common subdirectories: /etc/X11/xinit and /usr/X11R6/lib/X11/xinit
Only in /usr/X11R6/lib/X11: xkb
Only in /usr/X11R6/lib/X11: xman.help
Common subdirectories: /etc/X11/xserver and /usr/X11R6/lib/X11/xserver
Common subdirectories: /etc/X11/xsm and /usr/X11R6/lib/X11/xsm

Can anyone explain (or point to documentation) where these items are 
supposed to be these days?

Many thanks,

Louis