Gentoo Archives: gentoo-dev

From: Donnie Berkholz <spyderous@g.o>
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:18:26
Message-Id: 1102357075.14214.4.camel@localhost
In Reply to: Re: [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch by Georgi Georgiev
1 On Tue, 2004-12-07 at 00:42 +0900, Georgi Georgiev wrote:
2 > maillog: 06/12/2004-02:48:55(-0800): Donnie Berkholz types
3 > > Hey everyone,
4 > >
5 > > If anybody has good reasons why -r4 shouldn't be unleashed upon the
6 > > unsuspecting ~arch users, respond to this (on-list please) before 0000
7 > > UTC Wednesday. Why then? Well, my finals will be over, so I'll have time
8 > > to deal with the expected deluge of reports.
9 >
10 > I gave -r4 a shot yesterday on my amd64. A few problem I encountered:
11 >
12 > - xterm could not compile properly and was giving me the "locale not
13 > supported; could not open input method" errors. I haven't looked into
14 > the problem in detail
15
16 No idea -- I just compiled xterm-196-r1 yesterday with it.
17
18 > - the default xorg.conf that came with it had
19 > `FontPath "/usr/lib64/fonts/..."' which I belive has something to do
20 > with the default "/usr/X11R6/lib/X11/fonts/..." in -r3, which has to
21 > be "/usr/share/fonts" anyway.
22
23 Any idea why this wouldn't catch it?
24
25 # Fix default config files after installing fonts
26 to /usr/share/fonts
27 sed -i -e "s:/usr/X11R6/$(get_libdir)/X11/fonts:/usr/share/fonts:g"
28 \
29 -e "s:/usr/$(get_libdir)/X11/fonts:/usr/share/fonts:g" \
30 ${D}/etc/X11/xorg.conf.example
31
32 >
33 > Other than that it worked straight out of the box. Not sure why the xkb
34 > directory was also moved to /usr/lib64/xkb though.
35
36 Everything in /usr/X11R6/lib moved. /usr/X11R6/lib is now a symlink.
37 Therefore, xkb moved along with it. Am I misunderstanding something?

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch Hans-Werner Hilse <hilse@×××.de>
Re: [gentoo-dev] xorg-x11-6.8.0-r4 to go ~arch Georgi Georgiev <chutz@×××.net>