Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no X after updating 'grep'...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
john-doe
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2012
Posts: 123

PostPosted: Fri Jul 06, 2012 1:47 pm    Post subject: no X after updating 'grep'... Reply with quote

Cannot startx:

xauth:file /home//.serverauth.1675 does not exist

/usr/bin/X:error while loading shared libraries:libudev.so.0: cannot open shared object file: No such file or directory
_________________
I hate gtk!
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Fri Jul 06, 2012 1:52 pm    Post subject: Re: no X after updating 'grep'... Reply with quote

john-doe wrote:
Cannot startx:

xauth:file /home//.serverauth.1675 does not exist

/usr/bin/X:error while loading shared libraries:libudev.so.0: cannot open shared object file: No such file or directory

I had the same problem with lxde.

emerge --sync or eix-sync then revdep-rebuild

Good luck :wink:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
john-doe
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2012
Posts: 123

PostPosted: Fri Jul 06, 2012 5:29 pm    Post subject: Re: no X after updating 'grep'... Reply with quote

BillWho wrote:
emerge --sync then revdep-rebuild


Well...that did the trick! thx homie!!

now...

how to update this pal?:
Code:
# emerge --update --ask world         

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] sys-apps/less-449  USE="pcre unicode"
[ebuild     U  ] sys-apps/busybox-1.20.2 [1.20.1]
[ebuild     U  ] x11-drivers/xf86-video-fbdev-0.4.3 [0.4.2]


btw I don't want less
_________________
I hate gtk!
Back to top
View user's profile Send private message
john-doe
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2012
Posts: 123

PostPosted: Sun Jul 08, 2012 2:00 am    Post subject: Re: no X after updating 'grep'... Reply with quote

john-doe wrote:


now...

how to update this pal?:
Code:
# emerge --update --ask world         

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] sys-apps/less-449  USE="pcre unicode"
[ebuild     U  ] sys-apps/busybox-1.20.2 [1.20.1]
[ebuild     U  ] x11-drivers/xf86-video-fbdev-0.4.3 [0.4.2]


btw I don't want less


... :?: ...
_________________
I hate gtk!
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Sun Jul 08, 2012 2:02 am    Post subject: Reply with quote

What pager do you want instead of less?

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
john-doe
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2012
Posts: 123

PostPosted: Sun Jul 08, 2012 2:20 am    Post subject: Reply with quote

sorry pal...don't follow U
Quote:
pager

(do not have it) and [do not want it]
===========================
Code:
sys-apps/less

Excellent text file viewer

===========================
just wanna update this two:
Code:
[ebuild     U  ] sys-apps/busybox-1.20.2 [1.20.1]
 [ebuild     U  ] x11-drivers/xf86-video-fbdev-0.4.3 [0.4.2]

_________________
I hate gtk!
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Sun Jul 08, 2012 3:11 am    Post subject: Reply with quote

A pager is necessary for proper operation of other parts of Linux. It's what, for instance, displays man pages. Several different packages can provide the pager functionality. Whenever several packages can satisfy a dependency (i.e., provide a functionality), Gentoo generally provides a virtual package that depends on any one of the choices. Packages that need the functionality depend on the virtual instead of any given one of the possible choices.

You can see which packages will satisfy the pager virtual by using equery:
Code:
 ~ # equery depgraph virtual/pager
 * Searching for pager in virtual ...

 * dependency graph for virtual/pager-0
 `--  virtual/pager-0  x86
   `--  sys-apps/less-444  (sys-apps/less) x86
   `--  sys-apps/more-2.12r  (sys-apps/more) [missing keyword]
   `--  sys-apps/most-5.0.0a  (sys-apps/most) x86
   `--  sys-apps/util-linux-2.20.1-r2  (sys-apps/util-linux) x86  [ncurses]
   `--  app-text/lv-4.51-r3  (app-text/lv) x86
   `--  app-editors/vim-7.3.409  (app-editors/vim) x86  [vim-pager]
[ virtual/pager-0 stats: packages (7), max depth (1) ]
Any of the listed packages can provide pager functionality and the virtual package's dependency is satisfied if any of the packages are installed. However, the bracket syntax shows that some of these choices only satisfy the virtual when particular USE flags are set. Just as an educated guess, did you just rebuild util-linux without the ncurses USE flag? Something like that probably happened and now Portage is trying to install sys-apps/less to satisfy the virtual.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum