Gentoo Archives: gentoo-dev

From: Hans-Werner Hilse <hilse@×××.de>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch
Date: Mon, 06 Dec 2004 18:49:30
Message-Id: 20041206195405.613ada3b.hilse@web.de
In Reply to: Re: [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch by Donnie Berkholz
1 Hi,
2
3 On Mon, 06 Dec 2004 10:17:55 -0800
4 Donnie Berkholz <spyderous@g.o> wrote:
5
6 > > - the default xorg.conf that came with it had
7 > > `FontPath "/usr/lib64/fonts/..."' which I belive has something to do
8 > > with the default "/usr/X11R6/lib/X11/fonts/..." in -r3, which has to
9 > > be "/usr/share/fonts" anyway.
10 >
11 > Any idea why this wouldn't catch it?
12 >
13 > # Fix default config files after installing fonts
14 > to /usr/share/fonts
15 > sed -i -e "s:/usr/X11R6/$(get_libdir)/X11/fonts:/usr/share/fonts:g"
16 > \
17 > -e "s:/usr/$(get_libdir)/X11/fonts:/usr/share/fonts:g" \
18 > ${D}/etc/X11/xorg.conf.example
19
20 I think because xorg installs things that belong in /usr/lib(64)/X11 into /usr/lib(64). (or is xkb really supposed to be in /usr/lib/xkb?). So this just can't match. The error must be somewhere else.
21
22 I think this little piece of host_def_setup is causing some of this (if I'm right, it's used for the fonts, too):
23 ---snip
24 # /usr/X11R6/lib/X11
25 echo "#define UsrLibDir /usr/$(get_libdir)" >> ${HOSTCONF}
26 ---snap
27
28 HWH
29
30 --
31 gentoo-dev@g.o mailing list