Re: [gentoo-user] Distcc problems...

2007-10-12 Thread Tim
Dan Farrell wrote:
> On Fri, 12 Oct 2007 18:26:26 -0400
> Jerry McBride <[EMAIL PROTECTED]> wrote:
> 
>>
>> I've identified a few packages that simply will not compile when
>> distcc is being used.
>>
>> Has anyone noticed problems with; ncurses, groff or libpcre? 
>>
>> I'm thinking about modifying /etc/portage/bashrc to detect a new file
>> named /etc/portage/package.distcc that will turn off distcc for
>> each package listed. Maybe even honor a custom make option "-j" for
>> listed packaged too.
>>
>> Would anyone else find this useful?
>>
>>
>> --
>>
>> Jerry McBride
> I have found the same thing.  
> I don't know the specific packages, but it seems to be true.
There are some packages (IIRC qt and OOo are some examples) that will
not compile with distcc; however, these packages already filter -jN (N >
1) flags.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread David Snider

Mauro Faccenda wrote:


try greping for "fuck" or "shit" in the kernel source. ;)

[]'s
.m
  

I couldn't help myself...

Fri Oct 12 22:10:27 2007
[EMAIL PROTECTED] /usr/src/linux
# find . -type f -exec grep fuck {} \;
  don't fuck up. This is why we have
* Wirzenius wrote this portably, Torvalds fucked it up :-)
* (And this is the fucking 'basic' method).
*   Alexey is a fucking genius?
   /* James M doesn't say fuck enough. */
* the kernel try to remap our BAR #1 and fuck up bus
/*  Some BIOS's are fucked and don't set all MTRRs the same!  */
* Some Athlon laptops have really fucked PST tables.
* IOC3 is fucked fucked beyond believe ...  Don't even give the
* IOC3 is fucked fucked beyond believe ...  Don't even give the
* IOC3 is fucked fucked beyond believe ...  Don't try to access
* IOC3 is fucked fucked beyond believe ...  Don't even give the
* IOC3 is fucked fucked beyond believe ...  Don't even give the
* IOC3 is fucked fucked beyond believe ...  Don't try to access
* IOC3 is fucked fucked beyond believe ...  Don't even give the
* IOC3 is fucked fucked beyond believe ...  Don't even give the
* IOC3 is fucked fucked beyond believe ...  Don't try to access
* IOC3 is fucked fucked beyond believe ...  Don't even give the
* IOC3 is fucked fucked beyond believe ...  Don't even give the
* IOC3 is fucked fucked beyond believe ...  Don't try to access
* irixioctl.c: A fucking mess...
#if 0 /* XXX No fucking way dude... */
* fucking with the memory controller because it needs to know the
   /* fuck me plenty */
   /* Binary compatibility is good American knowhow fuckin' up. */
/* The four ACI command types are fucked up. [-:
* What the fuck is going on here?  We leave junk in the beginning
*  These chips are basically fucked by design, and getting this driver
/* Only Sun can take such nice parts and fuck up the programming interface
   /* This card is _fucking_ hot... */
  registered, to prevent the link/init ordering from fucking
* brain-damage, it's managed to fuck things up one step further..
* how bad the target and/or ESP fucks things up.
   /* Be careful, we could really get fucked during synchronous
* how bad the target and/or ESP fucks things up.
* phase things.  We don't want to fuck directly with
   /* Be careful, we could really get fucked during synchronous
/* Am I fucking pedantic or what? */
  BUG? Why does turning the 
chroma comb on fuck up color?

  If you don't see why, please stay the fuck away from my code.
   /* Ugly, ugly fucker. */
* writers) in interrupt handlers someone fucked up and we'd dead-lock
/* master list of VME vectors -- don't fuck with this */
   /* If you fuck with this, update ret_from_syscall code too. */  \
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: No X after update

2007-10-12 Thread reader
Neil Bothwick <[EMAIL PROTECTED]> writes:

> On Fri, 12 Oct 2007 08:56:30 -0500, [EMAIL PROTECTED] wrote:
>
>> (EE) module ABI major version (1) doesn't match the server's version (2)
>> (EE) Failed to load module "nv" (module requirement mismatch, 0)
>> dlopen: /usr/lib/xorg/modules/input//mouse_drv.so: undefined symbol:
>> miPointerGetMotionEvents (EE) Failed to
>> load /usr/lib/xorg/modules/input//mouse_drv.so (EE) Failed to load
>> module "mouse" (loader failed, 7) (EE) No drivers available.
>
> It looks like you need to re-emerge x11-drivers/xf86-input-mouse and
> x11-drivers/xf86-video-nv

Yes indeedee thanks

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: pam errors in update world - how to trackdown

2007-10-12 Thread reader
"Vernon A. Fort" <[EMAIL PROTECTED]> writes:

>> Apparently I need to remove one or more of those listed but having a
>> time finding them.
>>
>> equery files pam  turns up nothing with those names
>> equery list|grep  shows no promising hits on pwdb, radius or timestamp
>>
>> I did find a pwdb package but it shows no hits on those names either.
>>
>> How might I track this down?  Or is the error really about something
>> else?
>>   
> had the same issue - re-emerge cracklib (emerge cracklib) - look at
> the errors just above.

emerge cracklib

Doesn't show anything interesting here... Just installs without
comment.  What did you see that you thought would be helpful?

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa problem

2007-10-12 Thread Walter Dnes
  I ran into a similar problem after an update.  audacious and mpg123
which use ALSA, died; Realplayer and mpg321 get by with the OSS api on
ALSA.  revdep-rebuild didn't find anything wrong.

  I tried various things without success.  What finally worked was the
following...

1) rebuild the kernel with sound support but no ALSA support at all

2) reboot

3) add the appropriate ALSA_CARDS line to /etc/make.conf, in your case
ALSA_CARDS="hda-intel"

4) emerge alsa-driver (and it probably still won't work)

5) emerge -C alsa-driver

6) rebuild the kernel with sound support and ALSA support

7) reboot

8) run alsaconf

  After this sequence, my ALSA sound finally started working again.  I
don't know what happened.  A wild guess is that "make" was trying to
"be efficient" and kept some code from a previous version, that doesn't
work with the current version.  It had to be totally removed in order
to get "make" to build the new version of the code.

-- 
Walter Dnes <[EMAIL PROTECTED]> In linux /sbin/init is Job #1
Q. Mr. Ghandi, what do you think of Microsoft security?
A. I think it would be a good idea.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Distcc problems...

2007-10-12 Thread Dan Farrell
On Fri, 12 Oct 2007 18:26:26 -0400
Jerry McBride <[EMAIL PROTECTED]> wrote:

> 
> 
> I've identified a few packages that simply will not compile when
> distcc is being used.
> 
> Has anyone noticed problems with; ncurses, groff or libpcre? 
> 
> I'm thinking about modifying /etc/portage/bashrc to detect a new file
> named /etc/portage/package.distcc that will turn off distcc for
> each package listed. Maybe even honor a custom make option "-j" for
> listed packaged too.
> 
> Would anyone else find this useful?
> 
> 
> --
> 
> Jerry McBride
I have found the same thing.  
I don't know the specific packages, but it seems to be true.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Distcc problems...

2007-10-12 Thread Tim
Jerry McBride wrote:
> 
> I've identified a few packages that simply will not compile when distcc
> is being used.
> 
> Has anyone noticed problems with; ncurses, groff or libpcre? 
> 
> I'm thinking about modifying /etc/portage/bashrc to detect a new file
> named /etc/portage/package.distcc that will turn off distcc for
> each package listed. Maybe even honor a custom make option "-j" for
> listed packaged too.
> 
> Would anyone else find this useful?
> 
> 
> --
> 
> Jerry McBride

I just recompiled ncurses with seven distcc slaves and am currently
working on groff and libpcre with no problems so far.

Are you sure that all the participating machines have the same versions
of gcc, CHOST, and CFLAGS? Often a small error in one or more of these
settings can completely ruin a compile.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam errors in update world - how to trackdown

2007-10-12 Thread Vernon A. Fort

[EMAIL PROTECTED] wrote:

I'm getting an error when update world tries to install sys-libs/pam
that tell me this:

  

Merging sys-libs/pam-0.99.8.1-r1 to /

 * 
 * Your current setup is using one or more of the following modules,

 * that are not built or supported anymore:
 * pam_pwdb, pam_radius, pam_timestamp
 * If you are in real need for these modules, please contact the maintainers
 * of PAM through http://bugs.gentoo.org/ providing information about its
 * use cases.
 * 
 * ERROR: sys-libs/pam-0.99.8.1-r1 failed.

 * Call stack:
 *ebuild.sh, line 1703:  Called dyn_preinst
 *ebuild.sh, line 1142:  Called pkg_preinst
 *   pam-0.99.8.1-r1.ebuild, line  162:  Called die
 * The specific snippet of code:
 *  check_old_modules || die "deprecated PAM modules still used"
 *  The die message:
 *   deprecated PAM modules still used


Apparently I need to remove one or more of those listed but having a
time finding them.

equery files pam  turns up nothing with those names
equery list|grep  shows no promising hits on pwdb, radius or timestamp

I did find a pwdb package but it shows no hits on those names either.

How might I track this down?  Or is the error really about something
else?
  
had the same issue - re-emerge cracklib (emerge cracklib) - look at the 
errors just above.


Vernon
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread Mauro Faccenda
Pongracz Istvan wrote:
> 2007. 10. 12, péntek keltezéssel 13.41-kor Dan Farrell ezt írta:
>> On Fri, 12 Oct 2007 19:49:14 +0200
>> Pongracz Istvan <[EMAIL PROTECTED]> wrote:
>>
>>> 2007. 10. 12, péntek keltezéssel 12.04-kor Dan Farrell ezt írta:
 On Fri, 12 Oct 2007 12:01:04 -0500
 "Karl Haines" <[EMAIL PROTECTED]> wrote:

> unsubscrube
>
 goodbye
>>> I was tired this evening (here) but this mail give me some power :)
>>> I like this :)
>>>
>>> Cheers,
>>> István
>>>
>> i am glad to hear the amusement ;)
> 
> One time I read the linux kernel code, for some reasons.
> I found a similar if-then section several years ago, I do not remember
> exactly:
> 
> if something == 1 then ok;
> if something == 2 then ok;
> if something == 3 then ok;
> if something == 4 this is sucks;

try greping for "fuck" or "shit" in the kernel source. ;)

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Distcc problems...

2007-10-12 Thread Jerry McBride


I've identified a few packages that simply will not compile when distcc
is being used.

Has anyone noticed problems with; ncurses, groff or libpcre? 

I'm thinking about modifying /etc/portage/bashrc to detect a new file
named /etc/portage/package.distcc that will turn off distcc for
each package listed. Maybe even honor a custom make option "-j" for
listed packaged too.

Would anyone else find this useful?


--

Jerry McBride
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread Dan Farrell
On Fri, 12 Oct 2007 21:40:43 +0200
Pongracz Istvan <[EMAIL PROTECTED]> wrote:

> 2007. 10. 12, péntek keltezéssel 13.41-kor Dan Farrell ezt írta:
> > On Fri, 12 Oct 2007 19:49:14 +0200
> > Pongracz Istvan <[EMAIL PROTECTED]> wrote:
> > 
> > > 2007. 10. 12, péntek keltezéssel 12.04-kor Dan Farrell ezt írta:
> > > > On Fri, 12 Oct 2007 12:01:04 -0500
> > > > "Karl Haines" <[EMAIL PROTECTED]> wrote:
> > > > 
> > > > > unsubscrube
> > > > > 
> > > > goodbye
> > > 
> > > I was tired this evening (here) but this mail give me some
> > > power :) I like this :)
> > > 
> > > Cheers,
> > > István
> > > 
> > i am glad to hear the amusement ;)
> 
> One time I read the linux kernel code, for some reasons.
> I found a similar if-then section several years ago, I do not remember
> exactly:
> 
> if something == 1 then ok;
> if something == 2 then ok;
> if something == 3 then ok;
> if something == 4 this is sucks;
> 
> :)
> 
> István

Some selections from http://kerneltrap.org/node/542


# egrep -ir "(on fire)" *
drivers/usb/printer.c:static char *usblp_messages[] = { "ok", "out of
paper", "off-line", "on fire" };

# drivers/net/sunhme.c 

static void happy_meal_tcvr_write(struct happy_meal *hp,
  unsigned long tregs, int reg,
  unsigned short value)
{
int tries = TCVR_WRITE_TRIES;

ASD(("happy_meal_tcvr_write: reg=0x%02x value=%04xn", reg,
value));

/* Welcome to Sun Microsystems, can I take your order please? */
if (!hp->happy_flags & HFLAG_FENABLE)
return happy_meal_bb_write(hp, tregs, reg, value);

/* Would you like fries with that? */
hme_write32(hp, tregs + TCVR_FRAME,
(FRAME_WRITE | (hp->paddr 





--
[EMAIL PROTECTED] mailing list



[gentoo-user] OT: iPod Classic freezes using libgpod+amarok

2007-10-12 Thread Tim
Hello list. I recently purchased an 80GB black iPod Classic and, being a
Gentoo user, decided to try to get it running under Linux. I did
initially plug it into a Mac and add some 700+ songs, so the steps I
took were:

1. Plug it back into the Mac and disable HFS+ journaling
2. Install, from SVN, libgpod and gtkpod (for the Classic support)
3. Install latest stable Amarok (1.4.6-r1) with iPod support
4. Plug in iPod and mount appropriate partition on /mnt/ipod
5. Modify /mnt/ipod/iPod_Control/iTunes/SysInfo to include the fwid
6. Transfer song to iPod using Amarok; unmount and eject iPod

This, somewhat magically, worked without triggering the iPod's
iTunes-only measures; the library registers a new song, and it plays and
is good. My issue is this: when the iPod boots, sometimes the album art
background presented when selecting the Music menu (or any submenu)
fades to white and the iPod hangs. This happens sporadically and I can't
tell for sure what causes it. I've run the iPod self-diagnostics with no
problems. Resetting the iPod is the only recourse if it freezes.

One thing I've noticed: I have about a second when the iPod first boots
to navigate to the Music->Songs menu, and if I can before the fade to
white happens, the iPod works OK as long as I don't leave the song list.
Album art is even displayed as a song plays if available.

Thoughts? Suggestions? I have the latest SVN revision of libgpod (1725)
and have tried SVN gtkpod for updating the iPod, with similar results.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problem with in emerge of apr-1.2.8

2007-10-12 Thread Mario Ignacio Rodríguez Cortés
Hi users!!!

Well, i'm trying to install apache-2.2.4 but this package have a
dependency with apr-1.2.8, then when i try to emerge apache in
the
compilation of this package in certain point this error appears:


/usr/bin/libtool: line 5966: i386-pc-linux-gnu-ar: command not
found
make[1]: *** [libapr-1.la] Error 127
make[1]: Leaving directory
`/var/tmp/portage/apr-1.2.8/work/apr-1.2.8'
make: *** [all-recursive] Error 1

!!! ERROR: dev-libs/apr-1.2.8 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  apr-1.2.8.ebuild, line 66:   Called die

i hope that can help me with this problem, thanks.

Mario Rodríguez.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread Pongracz Istvan
2007. 10. 12, péntek keltezéssel 13.41-kor Dan Farrell ezt írta:
> On Fri, 12 Oct 2007 19:49:14 +0200
> Pongracz Istvan <[EMAIL PROTECTED]> wrote:
> 
> > 2007. 10. 12, péntek keltezéssel 12.04-kor Dan Farrell ezt írta:
> > > On Fri, 12 Oct 2007 12:01:04 -0500
> > > "Karl Haines" <[EMAIL PROTECTED]> wrote:
> > > 
> > > > unsubscrube
> > > > 
> > > goodbye
> > 
> > I was tired this evening (here) but this mail give me some power :)
> > I like this :)
> > 
> > Cheers,
> > István
> > 
> i am glad to hear the amusement ;)

One time I read the linux kernel code, for some reasons.
I found a similar if-then section several years ago, I do not remember
exactly:

if something == 1 then ok;
if something == 2 then ok;
if something == 3 then ok;
if something == 4 this is sucks;

:)

István
-- 
eGroupWare, gLiveCD, gentoo és barátai
http://www.osbusiness.hu
„A humor a méltóság támasza, fölényünket hirdeti 
mindazzal szemben, amit a sors ránk mér.” 
(Romain Gary)

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread Dan Farrell
On Fri, 12 Oct 2007 19:49:14 +0200
Pongracz Istvan <[EMAIL PROTECTED]> wrote:

> 2007. 10. 12, péntek keltezéssel 12.04-kor Dan Farrell ezt írta:
> > On Fri, 12 Oct 2007 12:01:04 -0500
> > "Karl Haines" <[EMAIL PROTECTED]> wrote:
> > 
> > > unsubscrube
> > > 
> > goodbye
> 
> I was tired this evening (here) but this mail give me some power :)
> I like this :)
> 
> Cheers,
> István
> 
i am glad to hear the amusement ;)
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread Pongracz Istvan
2007. 10. 12, péntek keltezéssel 12.04-kor Dan Farrell ezt írta:
> On Fri, 12 Oct 2007 12:01:04 -0500
> "Karl Haines" <[EMAIL PROTECTED]> wrote:
> 
> > unsubscrube
> > 
> goodbye

I was tired this evening (here) but this mail give me some power :)
I like this :)

Cheers,
István

-- 
eGroupWare, gLiveCD, gentoo és barátai
http://www.osbusiness.hu
„A humor a méltóság támasza, fölényünket hirdeti 
mindazzal szemben, amit a sors ránk mér.” 
(Romain Gary)

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread Jorge Almeida
On 10/12/07, Karl Haines <[EMAIL PROTECTED]> wrote:

>
> unsubscrube

Tri agane.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [Solved] Perl module problem

2007-10-12 Thread Naga Toro
The problem was that libperl had a reference to /usr/lib/perl5/.../i486-linux/ 
when it should be /usr/lib/perl5/.../i686-linux/. So a reemerge of libperl 
later the problem is gone.

-- 
Naga
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread Dan Farrell
On Fri, 12 Oct 2007 12:01:04 -0500
"Karl Haines" <[EMAIL PROTECTED]> wrote:

> unsubscrube
> 
goodbye
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] unsubscrube

2007-10-12 Thread Karl Haines
unsubscrube



[gentoo-user] kernel 2.6.23 + virtualbox-modules = SANDBOX violation

2007-10-12 Thread Helmut Jarausch
Trying to install (emerge)
app-emulation/virtualbox-modules
under the new 2.6.23 kernel dies with a sandbox violation
open_wr:   /usr/src/linux-2.6.23-gentoo/null.gcda

using
FEATURES='-sandbox' emerge app-emulation/virtualbox-modules

helps.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa problem

2007-10-12 Thread Hans-Werner Hilse
Hi,

On Fri, 12 Oct 2007 09:50:16 +0800
"Chuanwen Wu" <[EMAIL PROTECTED]> wrote:

> > No, /dev/dsp is OSS stuff. Aplay shouldn't use that. But it makes me
> > wonder whether snd_pcm_oss is loaded?
> Yes,have loaded it:
> $ lsmod | grep snd_pcm_oss
> snd_pcm_oss39648  0
> snd_mixer_oss  14912  1 snd_pcm_oss
> snd_pcm73800  2 snd_pcm_oss,snd_hda_intel
> snd50216  6
> snd_seq,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer

Odd. /dev/dsp should be present under these circumstances. But the
other things below explain that:

> I am sure I have re-run alsaconf and both the /etc/asound.state and
> /var/lib/alsa/asound.state 's content are:
>  # cat /var/lib/alsa/asound.state
> state.Intel {
> control {
> }
> }

Hm, so it seems there were problems with the mixer at that stage, too.
That file should contain settings for the various controls.

> $ cat /proc/asound/cards
>  0 [Intel  ]: HDA-Intel - HDA Intel
>   HDA Intel at 0xfe9fc000 irq 21

So the kernel is interfacing it correctly, but only in parts:

>  $ cat /proc/asound/devices
>   0: [ 0]   : control
>   1:: sequencer
>  33:: timer
> 
> Here is the output of strace aplay and I hope it dose not bother you
> and I also attach it as a annex.
> [...]
> open("/dev/snd/pcmC0D0p", O_RDWR|O_NONBLOCK) = -1 ENOENT (No such file
> or directory)

The playback and capture devices are completely missing, and udev
therefore didn't create /dev/snd/pcmC0D0p (PCM, card 0, device 0,
playback channel). The only explanation I can suggest is
broken/incomplete kernel/alsa-drivers support for your device. Does the
machine have BIOS settings for sound? What about the audio related
kernel log output?

In any case, you should probably use the separate alsa-driver from
portage, preferably the newest (unstable in portage) version. There
were many changes (some of them adding support for more devices for the
hda driver) that are not yet in the kernel ALSA tree.

-hwh
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: how do I kick a MAC address off my hostapd WiFi network?

2007-10-12 Thread Ophidian

Dan Farrell wrote:

On Wed, 10 Oct 2007 18:07:19 -0600
Ted Ozolins <[EMAIL PROTECTED]> wrote:


In Canada you can
download/upload all the music you want legally,( we've paid for it ten
times over via a levy against all recording media)


huh?  would you do just a little elaborating?


In Canada there is a levy/tax on all blank media (CD's, DVD's, it may be
extended to flash media and ipods in the near future).  This money is
then distributed to artists to compensate them for money lost due to
copying of their music under the Private Copying provision of the
Copyright Act.  There have been a number of court rulings that strongly
indicate uploading/downloading of music in Canada falls under this
provision, although to my knowledge there has not been a direct
challenge of this fact as of yet (I suspect mostly because the CRIA
knows they would lose).

More info:
http://en.wikipedia.org/wiki/Private_copying_levy#Canada
http://www.michaelgeist.ca/content/view/2238/125/
http://laws.justice.gc.ca/en/showdoc/cs/C-42/bo-ga:l_VIII//en#anchorbo-ga:l_VIII 


 (NOTE: This last link is to the Private Copying section of the
Copyright Act)

Ophi

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] No X after update

2007-10-12 Thread Neil Bothwick
On Fri, 12 Oct 2007 08:56:30 -0500, [EMAIL PROTECTED] wrote:

> (EE) module ABI major version (1) doesn't match the server's version (2)
> (EE) Failed to load module "nv" (module requirement mismatch, 0)
> dlopen: /usr/lib/xorg/modules/input//mouse_drv.so: undefined symbol:
> miPointerGetMotionEvents (EE) Failed to
> load /usr/lib/xorg/modules/input//mouse_drv.so (EE) Failed to load
> module "mouse" (loader failed, 7) (EE) No drivers available.

It looks like you need to re-emerge x11-drivers/xf86-input-mouse and
x11-drivers/xf86-video-nv


-- 
Neil Bothwick

Top Oxymorons Number 24: New classic


signature.asc
Description: PGP signature


[gentoo-user] No X after update

2007-10-12 Thread reader
After updating yesterday, I'm unable to startx, getting this error:

Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 12 08:48:27 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) module ABI major version (1) doesn't match the server's version (2)
(EE) Failed to load module "nv" (module requirement mismatch, 0)
dlopen: /usr/lib/xorg/modules/input//mouse_drv.so: undefined symbol: 
miPointerGetMotionEvents
(EE) Failed to load /usr/lib/xorg/modules/input//mouse_drv.so
(EE) Failed to load module "mouse" (loader failed, 7)
(EE) No drivers available.

Fatal server error:
no screens found

I'm guessing the line:
  (EE) module ABI major version (1) doesn't match the server's
  version(2)

May be the key here  but could use some more expert input.


Packages updated were:

genlop --list --date 4 days ago

x11-proto/renderproto-0.9.3
x11-proto/inputproto-1.4.2.1
sys-libs/readline-5.2_p7
app-crypt/mit-krb5-1.5.3-r1
media-sound/lame-3.97-r1
x11-libs/libSM-1.0.3
x11-proto/xf86dgaproto-2.0.3
dev-libs/apr-1.2.11
sys-apps/util-linux-2.13-r2
app-admin/gamin-0.1.9
x11-proto/compositeproto-0.4
x11-libs/xtrans-1.0.4
net-dns/libidn-1.0
dev-util/ctags-5.7
media-libs/libmad-0.15.1b-r4
sys-apps/attr-2.4.39
dev-perl/XML-Filter-BufferText-1.01
net-libs/gnutls-2.0.1
x11-libs/pixman-0.9.5
media-libs/libmpeg3-1.7
x11-apps/xset-1.0.3
dev-util/dialog-1.1.20070930
app-doc/xorg-docs-1.4-r1
media-fonts/corefonts-1-r4
net-libs/libpcap-0.9.7
sys-process/psmisc-22.5-r2
sys-apps/less-408
net-ftp/ncftp-3.2.1
app-portage/genlop-0.30.8-r1
media-libs/freetype-2.3.5-r2
dev-lang/python-2.5.1-r2
net-nds/openldap-2.3.38
x11-libs/libXrender-0.9.4
dev-db/mysql-5.0.44-r1
x11-libs/libXaw-1.0.4
sys-apps/acl-2.2.45
media-libs/libsdl-1.2.12
x11-libs/libXi-1.1.3
x11-libs/libXtst-1.0.3
x11-libs/libXpm-3.5.7
media-sound/esound-0.2.38-r1
x11-apps/iceauth-1.0.2
x11-apps/xhost-1.0.2
x11-apps/setxkbmap-1.0.4
x11-libs/libICE-1.0.4
sys-apps/baselayout-1.12.10-r5
net-ftp/ftpbase-0.01
kde-base/kdebase-pam-7
x11-apps/xprop-1.0.3
x11-apps/xsetroot-1.0.2
app-editors/vim-core-7.1.123
x11-apps/xrdb-1.0.4
x11-apps/xmodmap-1.0.3
x11-libs/libXxf86dga-1.0.2
x11-libs/libXcomposite-0.4.0
media-sound/sox-14.0.0
sys-apps/busybox-1.7.1
net-mail/fetchmail-6.3.8-r1
net-misc/ntp-4.2.4_p4
net-misc/whois-4.7.23
net-analyzer/tcpdump-3.9.7-r1
dev-libs/libxml2-2.6.30
x11-libs/libXrandr-1.2.2
dev-libs/libxslt-1.1.22
x11-libs/libXcursor-1.1.9
x11-libs/libXfont-1.3.1
dev-libs/apr-util-1.2.10
sys-fs/udev-115-r1
media-video/ffmpeg-0.4.9_p20070616-r1
x11-apps/xmessage-1.0.2
sys-libs/cracklib-2.8.12
app-admin/webapp-config-1.50.16-r2
net-libs/libnfsidmap-0.20
media-libs/gd-2.0.35
x11-apps/mesa-progs-7.0.1
sys-apps/file-4.21-r1
net-misc/rsync-2.6.9-r4
net-dns/bind-9.4.1_p1
dev-libs/apr-util-0.9.12-r1
app-editors/vim-7.1.123
net-ftp/vsftpd-2.0.5-r3
app-portage/gentoolkit-0.2.4_pre7
x11-libs/cairo-1.4.10
app-text/poppler-0.6
sys-kernel/gentoo-sources-2.6.22-r8
media-libs/t1lib-5.1.1
x11-apps/xrandr-1.2.2
sys-apps/shadow-4.0.18.1-r1
dev-perl/XML-SAX-Writer-0.50
app-admin/apache-tools-2.2.6
net-misc/nx-3.0.0
mail-client/mutt-1.5.16
net-fs/nfs-utils-1.1.0-r1
app-doc/gimp-help-0.13
media-gfx/imagemagick-6.3.5.10
net-misc/openssh-4.7_p1-r2
www-servers/apache-2.2.6-r1
dev-perl/perl-ldap-0.34
dev-lang/php-5.2.4_p20070914-r2
dev-util/subversion-1.4.4-r4
www-apps/gallery-2.2.3
net-print/cups-1.2.12
x11-libs/qt-3.3.8-r4
net-fs/samba-3.0.26a
x11-libs/qt-4.3.2
net-misc/nxserver-freenx-0.7.0-r1
kde-base/kdelibs-3.5.7-r3
app-text/poppler-bindings-0.6
net-proxy/squid-2.6.16
kde-base/juk-3.5.7
kde-base/kaudiocreator-3.5.7
kde-base/kdemultimedia-meta-3.5.7
sys-devel/gcc-4.2.1
sys-libs/glibc-2.6.1
dev-libs/glib-2.14.1
app-cdr/cdrtools-2.01.01_alpha34
app-crypt/gnupg-2.0.7
media-video/transcode-1.0.4
app-arch/rar-3.7.1
app-shells/ksh-93.20070628
x11-libs/pango-1.18.2
dev-libs/dbus-glib-0.74
sys-apps/pciutils-2.2.6-r1
sys-apps/hal-0.5.9.1-r2
sys-apps/hal-0.5.9.1-r2
sys-auth/consolekit-0.2.3
dev-python/pygobject-2.14.0
dev-libs/dbus-glib-0.74
dev-libs/libIDL-0.8.9
mail-filter/spamassassin-3.2.3
x11-apps/xinit-1.0.5-r1
kde-base/kdebase-3.5.7-r4
kde-misc/krusader-1.80.0
kde-base/kpdf-3.5.7-r2
app-cdr/k3b-1.0.3
x11-libs/gtk+-2.12.0-r2
dev-python/pygtk-2.12.0
gnome-base/librsvg-2.16.1-r2
media-video/mplayer-1.0_rc1_p20070927-r1
media-libs/xine-lib-1.1.8
media-gfx/gimp-print-5.1.3
www-client/mozilla-firefox-2.0.0.7
media-gfx/gimp-2.4.0_rc3
media-video/konverter-0.92_beta1
x11-drivers/xf86-video-vmware-10.15.1
x11-drivers/xf86-video-nv-2.1.5
x11-drivers/xf86-input-evdev-1.1.5-r2
x11-drivers/xf86-input-mouse-1.2.2-r1
x11-drivers/xf86-video-i810-2.1.1
x11-drivers/xf86-video-savage-2.1.3
x11-drivers/xf86-video-nsc-2.8.3
x11-base/xorg-server-1.4-r2
x11-drivers/xf86-input-keyboard-1.2.2
x11-drivers/xf86-

Re: [gentoo-user] gcc-4.2.2 + nvidia-driver = death ?

2007-10-12 Thread Helmut Jarausch
On 11 Oct, Jerry McBride wrote:
> On Thu, 11 Oct 2007 20:28:16 +0200 (CEST)
> Helmut Jarausch <[EMAIL PROTECTED]> wrote:
> 
>> Hi,
>> 
>> having installed gcc-4.2.2 (and making it the default with the new
>> gcc-config - hurrah) 
> 
> You have a gcc-config that works??? What version is that, please?
> 
> -- Jerry McBride

1.4.0-r4

seems to work fine here (with gcc-4.2.2)

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Which Partition type does iPod Nano use

2007-10-12 Thread Thufir
On Thu, 11 Oct 2007 20:16:12 +0200, Dan Johansson wrote:


> The Nano get recognized but not it's Partition type (it works OK on a
> Wintendo box). Someone know which partition type an iPod Nano uses?

Doesn't Apple use HFS+?

anyhow, there's always .


-Thufir

-- 
[EMAIL PROTECTED] mailing list