On Tue, 2004-12-07 at 00:42 +0900, Georgi Georgiev wrote: > maillog: 06/12/2004-02:48:55(-0800): Donnie Berkholz types > > Hey everyone, > > > > If anybody has good reasons why -r4 shouldn't be unleashed upon the > > unsuspecting ~arch users, respond to this (on-list please) before 0000 > > UTC Wednesday. Why then? Well, my finals will be over, so I'll have time > > to deal with the expected deluge of reports. > > I gave -r4 a shot yesterday on my amd64. A few problem I encountered: > > - xterm could not compile properly and was giving me the "locale not > supported; could not open input method" errors. I haven't looked into > the problem in detail No idea -- I just compiled xterm-196-r1 yesterday with it. > - the default xorg.conf that came with it had > `FontPath "/usr/lib64/fonts/..."' which I belive has something to do > with the default "/usr/X11R6/lib/X11/fonts/..." in -r3, which has to > be "/usr/share/fonts" anyway. Any idea why this wouldn't catch it? # Fix default config files after installing fonts to /usr/share/fonts sed -i -e "s:/usr/X11R6/$(get_libdir)/X11/fonts:/usr/share/fonts:g" \ -e "s:/usr/$(get_libdir)/X11/fonts:/usr/share/fonts:g" \ ${D}/etc/X11/xorg.conf.example > > Other than that it worked straight out of the box. Not sure why the xkb > directory was also moved to /usr/lib64/xkb though. Everything in /usr/X11R6/lib moved. /usr/X11R6/lib is now a symlink. Therefore, xkb moved along with it. Am I misunderstanding something?