Gentoo Archives: gentoo-user

From: Ptitjack <jacmonti@×××××××××××××.fr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]
Date: Sun, 02 Jul 2006 19:41:37
Message-Id: 44A81BE1.9010901@club-internet.fr
In Reply to: Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved] by Justin R Findlay
1 Justin R Findlay a gentiment tapote:
2 > On Sun, Jul 02, 2006 at 07:15:28PM +0200, Mick wrote:
3 >
4 >> On 02/07/06, Ptitjack <jacmonti@×××××××××××××.fr> wrote:
5 >>
6 >>
7 >>>> I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
8 >>>> Everything is ok except one little annoying point :
9 >>>> Now, each time i open a console, i get the error message :
10 >>>> -bash: /usr/lib/misc/xprint: No such file or directory.
11 >>>> How can i get rid of this ?
12 >>>> Thanks a lot in advance,
13 >>>>
14 >>> Hi again,
15 >>>
16 >>> I solved my problem !
17 >>> Sorry for the noise .
18 >>>
19 >> Would you mind telling us how, you never know we might encounter the
20 >> same error one day?
21 >>
22 >
23 > And it's also helpful for the person who finds this message through
24 > google to have the solution fully explained. I only say so because I've
25 > been that person many times. (:
26 >
27 >
28 > Justin
29 >
30 Of course yes,
31 I would be very happy if this could help someone.
32 I got the solution from a french gentoo user.
33 The problem come from packages compiled with the +xprint flag.
34
35 1- I put -xprint into my /etc/make.conf and :
36
37 #emerge -av --newuse world
38
39 2- I looked for all files named xprint in /etc, so
40
41 #locate xprint
42
43 I got this :
44 /etc/X11/xinit/xinitrc.d/92xprint-xpserverlist.sh
45 /etc/X11/Xsession.d/92xprint-xpserverlist.sh
46 /etc/init.d/xprint
47 /etc/profile.d/xprint.csh
48 /etc/profile.d/xprint.sh
49
50 3-May be, these files were needed by some application, so :
51
52 #equery belongs /etc/X11/xinit/xinitrc.d/92xprint-xpserverlist.sh
53 #equery belongs /etc/......
54 # etc...
55
56 4- As these files were of no use, I deleted then (well, backup first,
57 then delete).
58
59 Now, everything works fine and the error messages are gone.
60
61 I hope i've been clear enough with my poor english :-)
62
63 Regards,
64
65 - Ptitjack -
66
67
68
69
70
71
72
73
74
75
76
77
78 Then
79 --
80 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved] Mick <michaelkintzios@×××××.com>