Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-server 1.7.
Date: Sat, 10 Apr 2010 03:43:28
Message-Id: 4BBFF3B9.6050002@gmail.com
In Reply to: Re: [gentoo-user] xorg-server 1.7. by meino.cramer@gmx.de
1 meino.cramer@×××.de wrote:
2 > Dale<rdalek1967@×××××.com> [10-04-10 05:08]:
3 >
4 >> Hi folks,
5 >>
6 >> I did my updates a bit ago. I notice xorg and a lot of friends were
7 >> updated. The update went fine as far as it compiled and installed
8 >> fine. I did my config updates and such as well. To make sure
9 >> everything stayed sane, I logged out of KDE, then went to single user
10 >> mode and back to default. I figured this was a sure way to restart all
11 >> the services that would be upgraded.
12 >>
13 >> When kdm came back up, no keyboard, no mouse nothing. So I used the
14 >> trusty sysreq keys to get back to a console. Now I'm trying to roll
15 >> back to the older version that I was using before the upgrade. As most
16 >> of you know, I have hal disabled and I confirmed that it is indeed
17 >> still disabled. I masked mesa and xorg back to the old version. Now
18 >> they won't compile. I get errors like this:
19 >>
20 >> config.status: executing depfiles commands
21 >> config.status: executing libtool commands
22 >> make -j2
23 >> make all-recursive
24 >> make[1]: Entering directory
25 >> `/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17'
26 >> Making all in src
27 >> make[2]: Entering directory
28 >> `/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17/src'
29 >> CC nv_cursor.lo
30 >> CC nv_dac.lo
31 >> In file included from /usr/include/xorg/vgaHW.h:29,
32 >> from nv_include.h:51,
33 >> from nv_cursor.c:28:
34 >> /usr/include/X11/extensions/dpms.h:40: error: expected â)â before
35 >> â*â token
36 >> /usr/include/X11/extensions/dpms.h:41: error: expected â=â, â,â,
37 >> â;â, âasmâ or â__attribute__â before âDPMSGetVersionâ
38 >> /usr/include/X11/extensions/dpms.h:42: error: expected â)â before
39 >> â*â token
40 >> /usr/include/X11/extensions/dpms.h:43: error: expected â=â, â,â,
41 >> â;â, âasmâ or â__attribute__â before âDPMSSetTimeoutsâ
42 >> /usr/include/X11/extensions/dpms.h:44: error: expected â)â before
43 >> â*â token
44 >> /usr/include/X11/extensions/dpms.h:45: error: expected â=â, â,â,
45 >> â;â, âasmâ or â__attribute__â before âDPMSEnableâ
46 >> /usr/include/X11/extensions/dpms.h:46: error: expected â=â, â,â,
47 >> â;â, âasmâ or â__attribute__â before âDPMSDisableâ
48 >> /usr/include/X11/extensions/dpms.h:47: error: expected â=â, â,â,
49 >> â;â, âasmâ or â__attribute__â before âDPMSForceLevelâ
50 >> /usr/include/X11/extensions/dpms.h:48: error: expected â=â, â,â,
51 >> â;â, âasmâ or â__attribute__â before âDPMSInfoâ
52 >> In file included from /usr/include/xorg/vgaHW.h:29,
53 >> from nv_include.h:51,
54 >> from nv_dac.c:28:
55 >> /usr/include/X11/extensions/dpms.h:40: error: expected â)â before
56 >> â*â token
57 >> /usr/include/X11/extensions/dpms.h:41: error: expected â=â, â,â,
58 >> â;â, âasmâ or â__attribute__â before âDPMSGetVersionâ
59 >> /usr/include/X11/extensions/dpms.h:42: error: expected â)â before
60 >> â*â token
61 >> /usr/include/X11/extensions/dpms.h:43: error: expected â=â, â,â,
62 >> â;â, âasmâ or â__attribute__â before âDPMSSetTimeoutsâ
63 >> /usr/include/X11/extensions/dpms.h:44: error: expected â)â before
64 >> â*â token
65 >> /usr/include/X11/extensions/dpms.h:45: error: expected â=â, â,â,
66 >> â;â, âasmâ or â__attribute__â before âDPMSEnableâ
67 >> /usr/include/X11/extensions/dpms.h:46: error: expected â=â, â,â,
68 >> â;â, âasmâ or â__attribute__â before âDPMSDisableâ
69 >> /usr/include/X11/extensions/dpms.h:47: error: expected â=â, â,â,
70 >> â;â, âasmâ or â__attribute__â before âDPMSForceLevelâ
71 >> /usr/include/X11/extensions/dpms.h:48: error: expected â=â, â,â,
72 >> â;â, âasmâ or â__attribute__â before âDPMSInfoâ
73 >> make[2]: *** [nv_cursor.lo] Error 1
74 >> make[2]: *** Waiting for unfinished jobs....
75 >> make[2]: *** [nv_dac.lo] Error 1
76 >> make[2]: Leaving directory
77 >> `/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17/src'
78 >> make[1]: *** [all-recursive] Error 1
79 >> make[1]: Leaving directory
80 >> `/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17'
81 >> make: *** [all] Error 2
82 >> * ERROR: x11-drivers/xf86-video-nv-2.1.17 failed:
83 >> * emake failed
84 >> *
85 >> * Call stack:
86 >> * ebuild.sh, line 48: Called src_compile
87 >> * environment, line 3297: Called x-modular_src_compile
88 >> * environment, line 4125: Called x-modular_src_make
89 >> * environment, line 4163: Called die
90 >> * The specific snippet of code:
91 >> * emake || die "emake failed"
92 >> *
93 >> * If you need support, post the output of 'emerge --info
94 >> =x11-drivers/xf86-video-nv-2.1.17',
95 >> * the complete build log and the output of 'emerge -pqv
96 >> =x11-drivers/xf86-video-nv-2.1.17'.
97 >> * The complete build log is located at
98 >> '/var/log/portage/elog/x11-drivers:xf86-video-nv-2.1.17:20100410-022626.log'.
99 >> * The ebuild environment file is located at
100 >> '/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/temp/environment'.
101 >> * S:
102 >> '/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17'
103 >>
104 >>
105 >>>>> Failed to emerge x11-drivers/xf86-video-nv-2.1.17, Log file:
106 >>>>>
107 >>
108 >>>>>
109 >>>>>
110 >> '/var/log/portage/elog/x11-drivers:xf86-video-nv-2.1.17:20100410-022626.log'
111 >>
112 >> * GNU info directory index is up-to-date.
113 >>
114 >> * IMPORTANT: 1 news items need reading for repository 'gentoo'.
115 >> * Use eselect news to read news items.
116 >>
117 >> root@smoker ~ #
118 >>
119 >>
120 >> There is my wish list. If I can get the new xorg stuff working, that
121 >> is cool. If no one else is having trouble with them and it is my
122 >> hardware or something then getting the old version to compile and
123 >> install would be fine too.
124 >>
125 >> Anyone have a clue how to get something to work here?
126 >>
127 >> BTW, if I log into KDE with the new packages, I can log in once but
128 >> when I log out of KDE, the screen goes black and nothing happens. Even
129 >> the sysreq keys do nothing. Reset button is all that works.
130 >>
131 >> Thoughts? I need a hammer?
132 >>
133 >> Dale
134 >>
135 >> :-) :-)
136 >>
137 >>
138 > Hi Dale,
139 >
140 > Somne shots into the dark:
141 > I am running a non-kde and non-gnome Gentoo here (Openbox is my
142 > friend) and after upgrading X nothing works.
143 >
144 > I rtecompiled openbox, lxpanel and the X11-drivers like
145 > xf86-input-keyboard, xf86-input-mouse. nvidia-drivers and
146 > everything was ok.
147 >
148 > Try to recompile the x11-drivers and the kde equivalent of the
149 > window manager (I dont know much about kde/gnome...sorry ;) )
150 > and may be X11 will be you friend again...
151 >
152 > HTH!
153 >
154 > Keep hacking! and have a nice weekend!
155 > mcc
156 >
157 >
158
159 That makes sense now that you mention it. I'll give that a try. Heck,
160 nothing to lose. I know how to use the sysreq keys pretty good now. lol
161
162 Thanks.
163
164 Dale
165
166 :-) :-)

Replies

Subject Author
Re: [gentoo-user] xorg-server 1.7. meino.cramer@×××.de