public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xorg-server 1.7.
@ 2010-04-10  2:47 Dale
  2010-04-10  3:27 ` meino.cramer
  0 siblings, 1 reply; 20+ messages in thread
From: Dale @ 2010-04-10  2:47 UTC (permalink / raw
  To: gentoo-user

Hi folks,

I did my updates a bit ago.  I notice xorg and a lot of friends were 
updated.  The update went fine as far as it compiled and installed 
fine.  I did my config updates and such as well.  To make sure 
everything stayed sane, I logged out of KDE, then went to single user 
mode and back to default.  I figured this was a sure way to restart all 
the services that would be upgraded.

When kdm came back up, no keyboard, no mouse nothing.  So I used the 
trusty sysreq keys to get back to a console.  Now I'm trying to roll 
back to the older version that I was using before the upgrade.  As most 
of you know, I have hal disabled and I confirmed that it is indeed still 
disabled.  I masked mesa and xorg back to the old version.  Now they 
won't compile.  I get errors like this:

config.status: executing depfiles commands
config.status: executing libtool commands
make -j2
make  all-recursive
make[1]: Entering directory 
`/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17'
Making all in src
make[2]: Entering directory 
`/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17/src'
   CC     nv_cursor.lo
   CC     nv_dac.lo
In file included from /usr/include/xorg/vgaHW.h:29,
                  from nv_include.h:51,
                  from nv_cursor.c:28:
/usr/include/X11/extensions/dpms.h:40: error: expected â)â before â*â token
/usr/include/X11/extensions/dpms.h:41: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSGetVersionâ
/usr/include/X11/extensions/dpms.h:42: error: expected â)â before â*â token
/usr/include/X11/extensions/dpms.h:43: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSSetTimeoutsâ
/usr/include/X11/extensions/dpms.h:44: error: expected â)â before â*â token
/usr/include/X11/extensions/dpms.h:45: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSEnableâ
/usr/include/X11/extensions/dpms.h:46: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSDisableâ
/usr/include/X11/extensions/dpms.h:47: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSForceLevelâ
/usr/include/X11/extensions/dpms.h:48: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSInfoâ
In file included from /usr/include/xorg/vgaHW.h:29,
                  from nv_include.h:51,
                  from nv_dac.c:28:
/usr/include/X11/extensions/dpms.h:40: error: expected â)â before â*â token
/usr/include/X11/extensions/dpms.h:41: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSGetVersionâ
/usr/include/X11/extensions/dpms.h:42: error: expected â)â before â*â token
/usr/include/X11/extensions/dpms.h:43: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSSetTimeoutsâ
/usr/include/X11/extensions/dpms.h:44: error: expected â)â before â*â token
/usr/include/X11/extensions/dpms.h:45: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSEnableâ
/usr/include/X11/extensions/dpms.h:46: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSDisableâ
/usr/include/X11/extensions/dpms.h:47: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSForceLevelâ
/usr/include/X11/extensions/dpms.h:48: error: expected â=â, â,â, â;â, 
âasmâ or â__attribute__â before âDPMSInfoâ
make[2]: *** [nv_cursor.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [nv_dac.lo] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17'
make: *** [all] Error 2
  * ERROR: x11-drivers/xf86-video-nv-2.1.17 failed:
  *   emake failed
  *
  * Call stack:
  *     ebuild.sh, line   48:  Called src_compile
  *   environment, line 3297:  Called x-modular_src_compile
  *   environment, line 4125:  Called x-modular_src_make
  *   environment, line 4163:  Called die
  * The specific snippet of code:
  *       emake || die "emake failed"
  *
  * If you need support, post the output of 'emerge --info 
=x11-drivers/xf86-video-nv-2.1.17',
  * the complete build log and the output of 'emerge -pqv 
=x11-drivers/xf86-video-nv-2.1.17'.
  * The complete build log is located at 
'/var/log/portage/elog/x11-drivers:xf86-video-nv-2.1.17:20100410-022626.log'.
  * The ebuild environment file is located at 
'/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/temp/environment'.
  * S: 
'/var/tmp/portage/x11-drivers/xf86-video-nv-2.1.17/work/xf86-video-nv-2.1.17'

 >>> Failed to emerge x11-drivers/xf86-video-nv-2.1.17, Log file:

 >>>  
'/var/log/portage/elog/x11-drivers:xf86-video-nv-2.1.17:20100410-022626.log'

  * GNU info directory index is up-to-date.

  * IMPORTANT: 1 news items need reading for repository 'gentoo'.
  * Use eselect news to read news items.

root@smoker ~ #


There is my wish list.  If I can get the new xorg stuff working, that is 
cool.  If no one else is having trouble with them and it is my hardware 
or something then getting the old version to compile and install would 
be fine too.

Anyone have a clue how to get something to work here?

BTW, if I log into KDE with the new packages, I can log in once but when 
I log out of KDE, the screen goes black and nothing happens.  Even the 
sysreq keys do nothing.  Reset button is all that works.

Thoughts?  I need a hammer?

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-04-19 17:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-10  2:47 [gentoo-user] xorg-server 1.7 Dale
2010-04-10  3:27 ` meino.cramer
2010-04-10  3:42   ` Dale
2010-04-10  3:56     ` meino.cramer
2010-04-10  4:13       ` Dale
2010-04-10  4:38         ` meino.cramer
2010-04-10  5:41           ` Dale
2010-04-10 13:13             ` Neil Bothwick
2010-04-10 16:23               ` Dale
2010-04-10 17:55             ` [gentoo-user] " walt
2010-04-10 18:19               ` Dale
2010-04-10 19:46                 ` walt
2010-04-10 20:10                   ` Dale
2010-04-19  4:23             ` [gentoo-user] " dan blum
2010-04-19  4:41               ` Dale
2010-04-19 10:20               ` Philip Webb
2010-04-19 16:56                 ` dan blum
2010-04-10 13:14       ` Neil Bothwick
2010-04-10 17:04         ` BRM
2010-04-10 20:05           ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox