Re: [gentoo-user] xmms alternative

2006-10-24 Thread Graham Murray
Richard Fish [EMAIL PROTECTED] writes:

 I recommend the use of the xine engine in amarok.  There are no real
 plugins to speak of that you need, although I do have the following
 use flags:

But it would be nice if Musicbrainz support was put back in. This was
removed because of security problems with tunepimp-4, but Amarok now
supports tunepimp-5 which addresses that.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: xmms alternative

2006-10-24 Thread Richard Fish

On 10/23/06, Alexander Skwar [EMAIL PROTECTED] wrote:

· Richard Fish [EMAIL PROTECTED]:

 I recommend the use of the xine engine in amarok.  There are no real
 plugins to speak of that you need, although I do have the following
 use flags:

 [ebuild   R   ] media-sound/amarok-1.4.3-r1  USE=kde visualization
 xinerama -aac -arts -debug -ifp -ipod -mysql -njb -noamazon -opengl
 -postgres -real (-xmms)

Hm. How do you make amarok use the xine engine? As far as I can
tell, there's at least no USE flag for this, is there?


Nope, no use flag.

Configure Amarok... - Engine - Sound System

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Hemmann, Volker Armin
On Tuesday 24 October 2006 07:51, Meino Christian Cramer wrote:
 Hi,

  while doing a revdep-rebuild I got A LOT of messages of the pattern

  libxyz.la seems to be moved


which are harmless.


  I checked the paths inside that file and found that they are correct.


  But what is the reason for these mass of seems to ne moved
  messages? Where are the according (wrong) informations stored?

AFAIR this happens because the files are 'installed' in a temp dir and then 
copied over into the life system when you emerge something.

That question came up some month ago. You might find a better answer in the 
archives.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] --skipfirst

2006-10-24 Thread Uwe Thiem
Hi folks,

it seems ivtv needs a newer kernel than the one I am currently using; it 
depends on a configuration symbol in the kernel that is not present in mine. 
Since I don't have the time right now to go through a kernel configuration, I 
want to skip ivtv.

emerge --update --skipfirst world

Unfortunately, that skips ivtv *and* the next package which is OpenOffice.

I know I can temporarely unmerge ivtv but my question is: Is --skipfirst 
broken?

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: libGL issues AIGLX slowness

2006-10-24 Thread Marco Calviani

I've tried following completelt the AIGLX guide
http://gentoo-wiki.com/HOWTO_AIGLX but without result. Actually the
nice effects are on, but it seems that the indirect acceleration is
not active

regards,
m
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] --skipfirst

2006-10-24 Thread Richard Fish

On 10/23/06, Uwe Thiem [EMAIL PROTECTED] wrote:

emerge --update --skipfirst world

Unfortunately, that skips ivtv *and* the next package which is OpenOffice.

I know I can temporarely unmerge ivtv but my question is: Is --skipfirst
broken?


Does emerge --resume --skipfirst do what you want?  --skipfirst
world would skip whatever the first package is plus any dependancies.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] FW: cluster health monitoring

2006-10-24 Thread Hans-Gunther Borrmann
On Monday 23 October 2006 22:08, de Almeida, Valmor F. wrote:
 Hello list,

 I thought this question would also make sense here.

 Thanks for any inputs.

 --
 Valmor

  -Original Message-
  From: de Almeida, Valmor F.
  Sent: Monday, October 23, 2006 1:39 PM
  To: 'gentoo-cluster@gentoo.org'
  Subject: cluster health monitoring
 
 
  Hello list,
 
  I am looking for a health monitoring software for a gentoo cluster.

 Any

  inputs from personal experiences would be valuable.
 
  Lately I had an air conditioning failure over the weekend in my

 cluster

  room and the temperature went up to 95F for a couple of days; wonder

 what

  was the temperature inside the nodes... I have hddtemp installed and I

 was

  thinking about writing a python script to send me e-mails when the hdd
  temperature is over 100F. Before I do that, I wonder what is already
  available for monitoring the system's health.
 
  Thanks in advance.
 
  --
  Valmor

one option is nagios.

Gunther
-- 

Hans-Gunther Borrmann [EMAIL PROTECTED]
Rechenzentrum der Universitaet Freiburg
Hermann-Herder-Str. 10, D79104 FREIBURG
Tel.: +49 761/203-4652
Fax:  +49 761/203-4643
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] rdesktop can't connect to remote window systems anymore...

2006-10-24 Thread local account for liebichw
Hi,
I've setup my new gentoo linux system, mostly as a clone of the other,
but with some cleanup. As I need access to windows systems, I've also
installed rdesktop. BUT I can't get a connection to any of the windows
systems in my office! I always get the error message
ERROR: send: Connection reset by peer
On my OLD gentoo system, I DO get a connection!
The use flags for rdesktop are the same on both systems:
equery uses rdesktop
[ Searching for packages matching rdesktop... ]
[ Colour Code : set unset ]
[ Legen   : Left column  (U) - USE flags from make.conf ]
[ : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for net-misc/rdesktop-1.4.1 ]
 U I - - debug : Tells configure and the makefiles to build for debugging. 
Effects vary across packages, but generally it will at least add -g to CFLAGS. 
Remember to set FEATURES=nostrip too
 - - ipv6  : Adds support for IP version 6
 - - oss   : Adds support for OSS (Open Sound System)

So - what gives??
One difference: The old system runs w/ linux 2.6.17, the old one w/
2.6.16. If i run the sniffer tshark on my NEW system, I get packets with
TCP CHECKSUM INCORRECT.
Might that be the reason for my problems?
TIA,
Wolfgang
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] --skipfirst

2006-10-24 Thread Neil Bothwick
On Mon, 23 Oct 2006 23:53:33 -0700, Richard Fish wrote:

  I know I can temporarely unmerge ivtv but my question is: Is
  --skipfirst broken?  
 
 Does emerge --resume --skipfirst do what you want?  --skipfirst
 world would skip whatever the first package is plus any dependancies.

Or you could put later versions of ivtv in /etc/portage/package.mask
until the problem is soled.


-- 
Neil Bothwick

I don't eat snails. I prefer fast food.


signature.asc
Description: PGP signature


Re: [gentoo-user] Why has xmms been killed suddenly?

2006-10-24 Thread Hemmann, Volker Armin
On Tuesday 24 October 2006 09:08, local account for liebichw wrote:
 Hi,
 I've been using xmms for the last ... n years :-) (b/c it was reasonably
 simple, allowed control via xmms-shell, too  didn't pull in too much
 (ok, except gtk 1 - which is a nuisance). Why the sudden death?

it death was not sudden.

It is dead for years. Last release was two and a half year ago. It devs ceased 
any developing. It depends on a toolkit, that is dead too. Security problems 
and other bugs were not patched anymore. No maintainace release, nothing.

It is full of bugs (-r16 should have told you, that there are lots of probs), 
there are lots of open bugs in the gentoo bugzilla that are so old, that they 
started to have children, saw them grow up, got to school, finish school, 
marry and have little bug children themselves.

In short: it was hardly maintainable anymore and nobody stepped up to do it 
anyway.

And there is a rule about unmaintained packages with dead upstream and working 
successors: they get killed.

Everybody who reads gentoo-dev once in a while knew, that this day would 
come - and nobody should really be surprised.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why has xmms been killed suddenly?

2006-10-24 Thread Dale
local account for liebichw wrote:
 Hi,
 I've been using xmms for the last ... n years :-) (b/c it was reasonably
 simple, allowed control via xmms-shell, too  didn't pull in too much
 (ok, except gtk 1 - which is a nuisance). Why the sudden death?
 Puzzled,
 Wolfgang

From what I have read here, it is no longer being supported upstream.
Some have said they are moving to amarok, which I am downloading on this
slow as crap dial-up right now.

http://amarok.kde.org/

Hope that helps.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Meino Christian Cramer
From: Hemmann, Volker Armin [EMAIL PROTECTED]
Subject: Re: [gentoo-user] xyz.la seems to be moved message
Date: Tue, 24 Oct 2006 08:36:28 +0200

Hi,

 On Tuesday 24 October 2006 07:51, Meino Christian Cramer wrote:
  Hi,
 
   while doing a revdep-rebuild I got A LOT of messages of the pattern
 
 libxyz.la seems to be moved
 
 
 which are harmless.

  Unfortunately it slows down compiling, when compiling each C-file
  spits a long list of seems to be moved messages onto my
  screen. That's the reason I want to find the wrong path information
  which causes this behaviour.


 
   I checked the paths inside that file and found that they are correct.
 
 
   But what is the reason for these mass of seems to ne moved
   messages? Where are the according (wrong) informations stored?
 
 AFAIR this happens because the files are 'installed' in a temp dir and then 
 copied over into the life system when you emerge something.
 
 That question came up some month ago. You might find a better answer in the 
 archives.

Thanks! Will see

 -- 
 gentoo-user@gentoo.org mailing list
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Andrew Gaydenko
Meino,

Please, tell us about your research result :-)


Andrew

=== On Tuesday 24 October 2006 12:40, Meino Christian Cramer wrote: ===

Thanks! Will see

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Library problem after upgrade to gcc-4.1.1

2006-10-24 Thread Meino Christian Cramer
From: Hemmann, Volker Armin [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Library problem after upgrade to gcc-4.1.1
Date: Mon, 11 Sep 2006 21:45:01 +0200

 On Monday 11 September 2006 20:52, JC Denton wrote:
  Hi!
 
  I upgraded to gcc-4.1.1 but when I did emerge --deep --update --newuse
  world I got the following:
 
  libtool: link: warning:
  `/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//lib*.la seems to be moved
 
  where lib*.la stands for some libraries.
 
  For example: libgconf-2.la is in this list of warnings and it is located
  under /usr/lib/ Is there a link I have to set up?
 
  I was emerging gnucash when I saw this warnings but I think it occured also
  with other programs.
 
  What does this mean and how can I fix that?
 
 AFAIR this is harmless, and can be ignored. It is caused, because the files 
 are installed in a temp-dir and copied over by portage.
 
 but you should use the search funktion of your favorite mail archive, this 
 question has been answered somewhere.
 
 -- 
 gentoo-user@gentoo.org mailing list
 

I searched the archives, I searched via Google...I found just another
thread saying that there is some thread in the past which handles
the problem...but I cannot find the thread.

Instead I found a patch here
http://sources.catmur.co.uk/viewcvs/svn/gentoo/patches/sys-devel/libtool/no-seems-to-be-moved.patch?rev=596view=markup
which seem to try to solce the problem...but also it seems not to be
included in the official gentoo distro.

How can I prevent these tons of seems to be moved messages while
compiling bigger tasks ? They do slowdown the process.
As an example:
I did a revdep-rebuild for:

   net-libs/libsoup-2.2.94
   gnome-extra/evolution-data-server-1.6.2
   mail-client/evolution-2.6.2-r1
   media-libs/libmp4v2-1.4.1
   media-libs/faad2-2.0-r11 [2.0-r3] USE=(-xmms*)

which results in 9100 messages of the described kind. I think, that
can be avoided ... especially when it is harmless (== superflous) 
warning.

Kind regards,
mcc

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] net.eth0 starting yet not starting

2006-10-24 Thread Roger Mason
Hello,

Lord Sauron [EMAIL PROTECTED] writes:

 Weird problem.

 On my server net.eth0 isn't starting, yet it is.

 During boot it goes through the normal routine, it starts net.lo and
 everything, however, then it goes into runlevel 3 and then all my
 services fail (apache, sshd, ddclient, etc), complaining that net.eth0
 isn't running.  I log in and try to start net.eth0 and it tells me
 that it's already running!

Have you tried zapping net.eth0 then restarting it?

/etc/init.d/net.eth0 zap
/etc/init.d/net.eth0 start
/etc/init.d/sshd start
etc...

Roger

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-24 Thread Neil Bothwick
On Mon, 23 Oct 2006 20:04:20 -0400, Daniel D Jones wrote:

 !!! Problem resolving dependencies for kde-base/kde-meta
 !!! Depgraph creation failed.
 
 
 This is after I unmerged kopete because it was the requiring dependency
 and I don't use it.

Kopete is a dependency of kde-meta, unmerge it and emerge world will
just try to pull it back in, along with its dependencies. You need to
re-emerge Kopete after removing xmms from your USE flags.


-- 
Neil Bothwick

COBOL: Completely Obsolete Business Oriented Language


signature.asc
Description: PGP signature


Re: [gentoo-user] xmms alternative

2006-10-24 Thread Bo Ørsted Andresen
On Tuesday 24 October 2006 11:59, Neil Bothwick wrote:
 You need to re-emerge Kopete after removing xmms from your USE flags.

He doesn't need to remove it manually since the xmms use flag has been masked 
in the base profile. Just use --newuse...

-- 
Bo Andresen


pgp4mRdV6GiSr.pgp
Description: PGP signature


[gentoo-user] lack of openoffice and firefox binary for ppc

2006-10-24 Thread Stefán István
Hello!
What is the reason of the lack of binary packages of openoffice and firefox 
for ppc based machines?
Compiling oo takes a very long time, and on my machine it even ends with a 
segmentation fault, so I couldn't install oo at all. In other ppc based 
distroes I saw binary oo packages.


Thanks,
Istvan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lack of openoffice and firefox binary for ppc

2006-10-24 Thread Dale
Stefán István wrote:
 Hello!
 What is the reason of the lack of binary packages of openoffice and firefox 
 for ppc based machines?
 Compiling oo takes a very long time, and on my machine it even ends with a 
 segmentation fault, so I couldn't install oo at all. In other ppc based 
 distroes I saw binary oo packages.
 
 
 Thanks,
 Istvan
 

Hi,

I'm not sure if this is a binary or not.  May be worth looking into though.

http://porting.openoffice.org/mac/download/index.html

Hope that will help.  That is a ugly beast to compile.  It is a great
test of your hardware though.  If it is weak, OOo compiles will break
it.  :-(

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lack of openoffice and firefox binary for ppc

2006-10-24 Thread Stefán István
kedd 24 október 2006 13.59 dátummal Dale ezt írta:
 Stefán István wrote:
  Hello!
  What is the reason of the lack of binary packages of openoffice and 
firefox 
  for ppc based machines?
  Compiling oo takes a very long time, and on my machine it even ends with a 
  segmentation fault, so I couldn't install oo at all. In other ppc based 
  distroes I saw binary oo packages.
  
  
  Thanks,
  Istvan
  
 
 Hi,
 
 I'm not sure if this is a binary or not.  May be worth looking into though.
 
 http://porting.openoffice.org/mac/download/index.html
 
 Hope that will help.  That is a ugly beast to compile.  It is a great
 test of your hardware though.  If it is weak, OOo compiles will break
 it.  :-(

Thanks for the reply.
The site you linked contains binary for macos, but I would like to use oo 
under Gentoo. My machine is even not a mac, but a pegasos (maybe someone 
heard about it :) ).
It is possible that my hardware is weak for compiling oo, because I have only 
256M memory.
What is the hardware requirements of the oo compilation?


Thanks,
Istvan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-24 Thread Neil Bothwick
On Tue, 24 Oct 2006 12:21:10 +0200, Bo Ørsted Andresen wrote:

  You need to re-emerge Kopete after removing xmms from your USE
  flags.  
 
 He doesn't need to remove it manually since the xmms use flag has been
 masked in the base profile. Just use --newuse...

You need to re-emerge Kopete after xmms has been removed from your USE flags :)


-- 
Neil Bothwick

...Advert for restaurant:
  Exotic foods for all occasions. Police balls a speciality.


signature.asc
Description: PGP signature


Re: [gentoo-user] lack of openoffice and firefox binary for ppc

2006-10-24 Thread Neil Bothwick
On Tue, 24 Oct 2006 13:27:01 +0200, Stefán István wrote:

 What is the reason of the lack of binary packages of openoffice and
 firefox for ppc based machines?

Because the projects don't supply binary PPC packages.

Gentoo works with upstream packages and, with the exception of the GRP
and Stage 3 packages for initial installation, does not provide binaries
unless they come fro upstream.

I've been compiling OOo for PPC since 1.1.4, and like you, cannot install
2.0.4 yet. There are some threads on Bugzilla about the various problems
compiling OOo.

I'd use KOffice but I need to be able to save in Word and Excel formats.


-- 
Neil Bothwick

The considered application of terror is also a form of communication.


signature.asc
Description: PGP signature


Re: [gentoo-user] lack of openoffice and firefox binary for ppc

2006-10-24 Thread Dale
Stefán István wrote:

 
 Thanks for the reply.
 The site you linked contains binary for macos, but I would like to use oo 
 under Gentoo. My machine is even not a mac, but a pegasos (maybe someone 
 heard about it :) ).
 It is possible that my hardware is weak for compiling oo, because I have only 
 256M memory.
 What is the hardware requirements of the oo compilation?
 
 
 Thanks,
 Istvan
 


I read on there somewhere that 256MBs of ram and about 8GBs of drive
space is the minimum.  Me, go to single user or something and let it
have all it can get.  May not help with your error though.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why has xmms been killed suddenly?

2006-10-24 Thread Bira

On 10/24/06, Dale [EMAIL PROTECTED] wrote:

local account for liebichw wrote:
From what I have read here, it is no longer being supported upstream.
Some have said they are moving to amarok, which I am downloading on this
slow as crap dial-up right now.

http://amarok.kde.org/

Hope that helps.

Dale


Another alternative, which is very similar to XMMS, is Audacious. It's
a fork from Beep Media Player, which in turn was a fork of XMMS. It
uses GTK2, and its user interface is very similar to XMMS's but with a
prettier skin.

--
Bira
http://compexplicita.blogspot.com
http://sinfoniaferida.blogspot.com
--
gentoo-user@gentoo.org mailing list



[gentoo-user] FTP sync between two local servers

2006-10-24 Thread Dmitry Gorohov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello all!

I need to synchronize two local FTP servers in real-time. I've installed
proftpd on each servers.

Many thanks in any advance!!

- --
GPG: 2395 DF2C FC5C D041 4811 AA9C B975 6324 B813 740F
Dmitry Gorohov [EMAIL PROTECTED]
- --
# Always code as if the person who will maintain your code
# is a maniac serial killer that knows where you live.
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)

iD8DBQFFPhCkuXVjJLgTdA8RCtT8AJ9gMtrnHhpELq6DidmYe4YtF1JMHACgpp6T
/Fur5hRQJuVxOTJEh54YPL8=
=gpJa
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] net.eth0 starting yet not starting

2006-10-24 Thread Juan Miguel Perez

Lord Sauron wrote:


Weird problem.

On my server net.eth0 isn't starting, yet it is.

During boot it goes through the normal routine, it starts net.lo and
everything, however, then it goes into runlevel 3 and then all my
services fail (apache, sshd, ddclient, etc), complaining that net.eth0
isn't running.  I log in and try to start net.eth0 and it tells me
that it's already running!

I tried adding net.eth0 to runlevel boot, boot and default, and then
just default, but it still doesn't work.  Does anyone know what is
going on?  This is really confusing me.


Hi
try to fix in the kernel the module of your net card like * and not like 
M i think that can be one way


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Bo Ørsted Andresen
On Tuesday 24 October 2006 10:40, Meino Christian Cramer wrote:
      libxyz.la seems to be moved
 
  which are harmless.

During compilation of x11-libs/gtk+-2.10.6 gdk-pixbuf/libgdk_pixbuf-2.0.la
gets created in ${S} (/var/tmp/paludis/x11-libs/gtk+-2.10.6/work/gtk+-2.10.6).
It contains this:

# grep ^dep gdk-pixbuf/libgdk_pixbuf-2.0.la
dependency_libs=' 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la -ldl 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgobject-2.0.la 
/usr/lib/libglib-2.0.la 
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libglib-2.0.la -lrt -lm '

So looking at the first .la file in it's dependency_list:

# grep ^libdir /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la
libdir='/usr/lib'

I believe in this case the message simply means that
'/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..' != '/usr/lib':

# grep -C 1 seems to be moved /usr/share/libtool/ltmain.sh
if test $absdir != $libdir; then
$echo $modename: warning: \`$deplib' seems to be moved 12
fi

   Unfortunately it slows down compiling, when compiling each C-file
   spits a long list of seems to be moved messages onto my
   screen.

Why do you think it's significant?

-- 
Bo Andresen


pgpy0Jm8r2XzH.pgp
Description: PGP signature


Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Meino Christian Cramer
From: Bo Ørsted Andresen [EMAIL PROTECTED]
Subject: Re: [gentoo-user] xyz.la seems to be moved message
Date: Tue, 24 Oct 2006 16:07:46 +0200

 On Tuesday 24 October 2006 10:40, Meino Christian Cramer wrote:
   libxyz.la seems to be moved
  
   which are harmless.
 
 During compilation of x11-libs/gtk+-2.10.6 gdk-pixbuf/libgdk_pixbuf-2.0.la
 gets created in ${S} (/var/tmp/paludis/x11-libs/gtk+-2.10.6/work/gtk+-2.10.6).
 It contains this:
 
 # grep ^dep gdk-pixbuf/libgdk_pixbuf-2.0.la
 dependency_libs=' 
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la -ldl 
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgobject-2.0.la 
 /usr/lib/libglib-2.0.la 
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libglib-2.0.la -lrt -lm '
 
 So looking at the first .la file in it's dependency_list:
 
 # grep ^libdir 
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..//libgmodule-2.0.la
 libdir='/usr/lib'
 
 I believe in this case the message simply means that
 '/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../..' != '/usr/lib':
 
 # grep -C 1 seems to be moved /usr/share/libtool/ltmain.sh
 if test $absdir != $libdir; then
 $echo $modename: warning: \`$deplib' seems to be moved 12
 fi
 
    Unfortunately it slows down compiling, when compiling each C-file
    spits a long list of seems to be moved messages onto my
    screen.
 
 Why do you think it's significant?

Because I see, how long it takes to oputput the whole list each time
a C-file gets compiled...

mcc

 -- 
 Bo Andresen

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] net.eth0 starting yet not starting

2006-10-24 Thread Lord Sauron

On 10/24/06, Roger Mason [EMAIL PROTECTED] wrote:

Hello,

Lord Sauron [EMAIL PROTECTED] writes:

 Weird problem.

 On my server net.eth0 isn't starting, yet it is.

 During boot it goes through the normal routine, it starts net.lo and
 everything, however, then it goes into runlevel 3 and then all my
 services fail (apache, sshd, ddclient, etc), complaining that net.eth0
 isn't running.  I log in and try to start net.eth0 and it tells me
 that it's already running!

Have you tried zapping net.eth0 then restarting it?

/etc/init.d/net.eth0 zap
/etc/init.d/net.eth0 start
/etc/init.d/sshd start
etc...


Well, this is happening all at boot before login, so I want to fix it
there so that sshd start at boot so I can hide the server in the
garage and administer it remotely.

--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
   DI+++ D+ G e* h- !r !y
= END GCv3.12 
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] net.eth0 starting yet not starting

2006-10-24 Thread Lord Sauron

On 10/24/06, Juan Miguel Perez [EMAIL PROTECTED] wrote:

Lord Sauron wrote:
 Weird problem.

 On my server net.eth0 isn't starting, yet it is.

 During boot it goes through the normal routine, it starts net.lo and
 everything, however, then it goes into runlevel 3 and then all my
 services fail (apache, sshd, ddclient, etc), complaining that net.eth0
 isn't running.  I log in and try to start net.eth0 and it tells me
 that it's already running!

 I tried adding net.eth0 to runlevel boot, boot and default, and then
 just default, but it still doesn't work.  Does anyone know what is
 going on?  This is really confusing me.

Hi
try to fix in the kernel the module of your net card like * and not like
M i think that can be one way


I'll go do that once I get home.  I hadn't thought of that.

Any other possible causes?  I mean, if that doesn't work, I may have
to take Gentoo off the server and use something else : (

--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
   DI+++ D+ G e* h- !r !y
= END GCv3.12 
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why has xmms been killed suddenly?

2006-10-24 Thread Mark Shields
On 10/24/06, Bira [EMAIL PROTECTED] wrote:
On 10/24/06, Dale [EMAIL PROTECTED] wrote: local account for liebichw wrote: From what I have read here, it is no longer being supported upstream. Some have said they are moving to amarok, which I am downloading on this
 slow as crap dial-up right now. http://amarok.kde.org/ Hope that helps. DaleAnother alternative, which is very similar to XMMS, is Audacious. It's
a fork from Beep Media Player, which in turn was a fork of XMMS. Ituses GTK2, and its user interface is very similar to XMMS's but with aprettier skin.--Bira
http://compexplicita.blogspot.comhttp://sinfoniaferida.blogspot.com--gentoo-user@gentoo.org mailing list
Here's another vote for Audacious. While it still has a long way to go before it's as featured as Winamp (2.x winamp), it's still much nicer than XMMS.-- - Mark Shields


Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Fabrice Delliaux

Hi,

Explanation  patch here :

http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Emerge Tomcat Problem

2006-10-24 Thread Rafael Barrera Oro

I tried to emerge Tomcat and this is what i got:

/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: 
cannot find -lnss3

collect2: ld returned 1 exit status
make[1]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/libjss3.so] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/lib'

make: *** [libs] Error 2

!!! ERROR: dev-java/jss-3.4-r1 failed.
Call stack:
 ebuild.sh, line 1568:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 jss-3.4-r1.ebuild, line 52:   Called die

!!! nss make failed
!!! If you need support, post the topmost build error, and the call 
stack if relevant.


!!! When you file a bug report, please include the following information:
GENTOO_VM=blackdown-jdk-1.4.2  CLASSPATH= 
JAVA_HOME=/opt/blackdown-jdk-1.4.2.03

JAVACFLAGS=-source 1.4 -target 1.4 COMPILER=
and of course, the output of emerge --info

i have a 64 bits 2.6.17-gentoo-r5 kernel

Any help will be appreciated

Best regards

Rafael

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge Tomcat Problem

2006-10-24 Thread Bo Ørsted Andresen
On Tuesday 24 October 2006 15:03, Rafael Barrera Oro wrote:
 I tried to emerge Tomcat and this is what i got:

 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/
ld: cannot find -lnss3

What is the output of:

# equery check dev-libs/nss

?

-- 
Bo Andresen


pgpukF6IHj1NA.pgp
Description: PGP signature


Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Michael Sullivan
On Tue, 2006-10-24 at 17:31 +0200, Fabrice Delliaux wrote:
 Hi,
 
 Explanation  patch here :
 
 http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html

I saved the patch at the above link to /root/libtool.patch, but I can't
figure out how to use it.  I assume that I would need to navigate to a
directory and say patch  /root/libtool.patch, but what directory do I
do it from?  If I do it from /usr/share/libtool, I get this:

camille libtool # patch /root/libtool.patch
patching file ltmain.sh
Hunk #1 FAILED at 2795.
1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej

If I do it from /, I get this:

camille / # patch /root/libtool.patch
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--
|--- /usr/share/libtool/ltmain.sh2005-11-22 08:18:02.0 -0500
|+++ ltmain.sh2006-05-13 18:15:15.0 -0400
--
File to patch:


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge Tomcat Problem

2006-10-24 Thread Rafael Barrera Oro

Bo Ørsted Andresen wrote:


On Tuesday 24 October 2006 15:03, Rafael Barrera Oro wrote:
 


I tried to emerge Tomcat and this is what i got:

/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/
ld: cannot find -lnss3
   



What is the output of:

# equery check dev-libs/nss

?

 


here it is:

[ Checking dev-libs/nss-3.11.2 ]
* 206 out of 206 files good

rings any bells?

thanks

Rafael

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Meino Christian Cramer
From: Michael Sullivan [EMAIL PROTECTED]
Subject: Re: [gentoo-user] xyz.la seems to be moved message
Date: Tue, 24 Oct 2006 11:24:31 -0500

 On Tue, 2006-10-24 at 17:31 +0200, Fabrice Delliaux wrote:
  Hi,
  
  Explanation  patch here :
  
  http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html
 
 I saved the patch at the above link to /root/libtool.patch, but I can't
 figure out how to use it.  I assume that I would need to navigate to a
 directory and say patch  /root/libtool.patch, but what directory do I
 do it from?  If I do it from /usr/share/libtool, I get this:
 
 camille libtool # patch /root/libtool.patch
 patching file ltmain.sh
 Hunk #1 FAILED at 2795.
 1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej
 
 If I do it from /, I get this:
 
 camille / # patch /root/libtool.patch
 can't find file to patch at input line 3
 Perhaps you should have used the -p or --strip option?
 The text leading up to this was:
 --
 |--- /usr/share/libtool/ltmain.sh2005-11-22 08:18:02.0 -0500
 |+++ ltmain.sh2006-05-13 18:15:15.0 -0400
 --
 File to patch:
 
 
 -- 
 gentoo-user@gentoo.org mailing list
 

Hi Michael,

 I applied the patch by hand, my be it will work with the
 patch-command too.

 If you want to try it:
 cd /usr/share/libtool/. and apply the patch there with

   patch -p0 -i your file of the patch here

 If it does not work for you, please email me, I will send you the
 laready patched ltmain.sh attached to a private mail.

 Keep hacking!
 mcc
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge Tomcat Problem

2006-10-24 Thread Bo Ørsted Andresen
On Tuesday 24 October 2006 15:28, Rafael Barrera Oro wrote:
 Bo Ørsted Andresen wrote:
 On Tuesday 24 October 2006 15:03, Rafael Barrera Oro wrote:
 I tried to emerge Tomcat and this is what i got:
 
 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bi
 n/ ld: cannot find -lnss3
 
 What is the output of:
 
 # equery check dev-libs/nss
 
 ?

 here it is:

 [ Checking dev-libs/nss-3.11.2 ]
  * 206 out of 206 files good

 rings any bells?

Well, I'd upgrade that if I were you [1]. If it still fails we need to see 
more info above the error (say 10 lines or so)...

http://www.gentoo.org/security/en/glsa/glsa-200610-06.xml

-- 
Bo Andresen


pgp3TELxDlHjN.pgp
Description: PGP signature


[gentoo-user] Emerge -aDvu world stopped by media-sound/xmms

2006-10-24 Thread Kevin O'Gorman

After the latest emerge-sync portage ends up in an illegal state, and
I'm not sure how to
proceed.  Error message follows, but first a few notes:
1)  I have and occasionally use media-video/mplayer-1.0_pre8 which is
not masked.
2)  I generally run stable.
3)  I had, but unmerged kicker-applets, but that did not help
4)  I had, but unmerged, media-sound/xmms-1.2.10-r15, but that did not
help either.
5)  I would change to an alternative to mplayer if it would help and I
knew what it was.


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

Calculating world dependencies \
!!! All ebuilds that could satisfy media-sound/xmms have been masked.
!!! One of the following masked packages is required to complete your request:
- media-sound/xmms-1.2.10-r16 (masked by: package.mask, ~x86 keyword)
# Diego Pettenò [EMAIL PROTECTED] (23 Oct 2006)
# Pending removal 23 November for multiple bugs
# Use anything but this, like media-sound/audacious
# media-sound/amarok media-sound/mpd media-sound/rhythmbox
# media-sound/muine media-sound/banshee

- media-sound/xmms-1.2.10-r14 (masked by: package.mask)
- media-sound/xmms-1.2.10-r15 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by media-video/mplayer-1.0_pre8 [ebuild])



!!! Problem resolving dependencies for media-video/mplayer
!!! Depgraph creation failed.
treat portage #




--
Kevin O'Gorman, PhD

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge -aDvu world stopped by media-sound/xmms

2006-10-24 Thread Richard Fish

On 10/24/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:

After the latest emerge-sync portage ends up in an illegal state, and
I'm not sure how to
proceed.  Error message follows, but first a few notes:
1)  I have and occasionally use media-video/mplayer-1.0_pre8 which is
not masked.
2)  I generally run stable.
3)  I had, but unmerged kicker-applets, but that did not help
4)  I had, but unmerged, media-sound/xmms-1.2.10-r15, but that did not
help either.


Add --newuse to include and rebuild packages that used to have an xmms
USE flag (which is now masked).


5)  I would change to an alternative to mplayer if it would help and I
knew what it was.


# Use anything but this, like media-sound/audacious
# media-sound/amarok media-sound/mpd media-sound/rhythmbox
# media-sound/muine media-sound/banshee

See also the (very) recent thread on this topic.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Wireless trouble, bad hardware?

2006-10-24 Thread Grant

  What WAN Address? I cannot see any address other than one of the
  reserved
  class C's. I would suggest that either the PC you are pinging from
  (desktop) does not have an address in the same range as the router, or
  the default gateway is incorrect on the desktop. Another possibility
  is
  a an IP conflict but this is less likely.
  Can you possibly post the IP configuration (ifconfig) from the desktop
  machine so that we can see how the interface is set up.
 
  After rebooting the desktop, all I get from ping attempts is:
 
  connect: Network is unreachable
 
  so I guess it won't connect at all now.  I don't think ifconfig would
  be useful now, but let me know if I'm wrong or if you have any other
  ideas.

 The output of ifconfig would certainly be useful but it sounds to me like
 the configuration of eth0 has been changed somehow.
 Perhaps you could post the output of ifconfig, and the contents of
 /etc/conf.d/net as this should list the configuration of all of the
 network adapters (just in case eth0 is not the interface that you are
 using).

 Hopefully this information will allow someone on the list to help you
 diagnose your problem.

I'm connected directly to the DSL modem/router via eth0 right now.
This is not normal and I'm only connected like this so I can get
online to write this message.  I'm usually trying to connect via ath0
to the Gentoo router which is then connected to the modem/router.
Here is my current ifconfig:

ath0  Link encap:Ethernet  HWaddr 00:0F:B5:86:C0:E1
  inet6 addr: fe80::20f:b5ff:fe86:c0e1/64 Scope:Link
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0  Link encap:Ethernet  HWaddr 00:16:17:76:37:82
  inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::216:17ff:fe76:3782/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:967 errors:0 dropped:0 overruns:0 frame:0
  TX packets:868 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:743136 (725.7 Kb)  TX bytes:243477 (237.7 Kb)
  Interrupt:169 Base address:0xd800

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wifi0 Link encap:UNSPEC  HWaddr
00-0F-B5-86-C0-E1-80-79-00-00-00-00-00-00-00 -00
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:7782 errors:0 dropped:0 overruns:0 frame:3492
  TX packets:1561 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:199
  RX bytes:742503 (725.1 Kb)  TX bytes:71806 (70.1 Kb)
  Interrupt:161 Memory:c210-c211

and /etc/conf.d./net :

modules_ath0=( wpa_supplicant )
wpa_supplicant_ath0=( -Dmadwifi )
config_ath0=( 192.168.0.3 netmask 255.255.255.0 broadcast 192.168.0.255 )
routes_ath0=( default via 192.168.0.1 )
essid_ath0=( network2 )

although I currently have a couple eth0 lines so I can connect to the
modem/router.  They aren't usually there.

I must admit I don't know what the broadcast and netmask are and they
are set the same for the Gentoo router and the laptop that connects to
it.

Please let me know if you have any idea what the problem might be, or
where I should look for the problem.

- Grant


I switched the identical wireless cards between the router and the
non-connecting desktop and the functionality is the same so it must
not be a hardware problem.

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Weird mysql problem.

2006-10-24 Thread A. R.

Hi,

I am running Gentoo ~amd64 and I recently upgraded MySQL from
5.0.26 to 5.0.26-r1 and things are not working anymore (for example mythtv).

After spending a great deal of time looking at logs, changing
configuration files (namely, my.cnf), installing and de-installing
MySQL, I  still cannot get any programs to connect to mysql, including
mysql_secure_installation which outputs the following error message:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket
''/var/run/mysqld/mysqld.sock'' (2)

But, here is the thing, the socket and pid file values in
/etc/mysql/my.cnf are set to the following:

[client]
socket = /tmp/mysqld.sock
.
.
[mysqld]
socket = /tmp/mysqld.sock
pid-file = /tmp/mysqld.pid



And, after re-starting the MySQL process (/etc/init.d/mysql restart) I
list the processes and find that the mysqld daemon has indeed been
passed the correct configuration values.

mysql24056 1  0 11:20 ?00:00:00 /usr/sbin/mysqld
--defaults-file=/etc/mysql/my.cnf --basedir=/usr
--datadir=/storage/mysql-db --pid-file=/tmp/mysqld.pid
--socket=/tmp/mysqld.sock


Could someone please help?
I know I am running ~arch and that this is perhaps part of the game
in doing that, but maybe it can be easily fixed...

Thank you,

- AR

--
If you stare long enough into an abyss, the abyss will stare back into you...
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerge Tomcat Problem

2006-10-24 Thread Rafael Barrera Oro

Bo Ørsted Andresen wrote:


On Tuesday 24 October 2006 15:28, Rafael Barrera Oro wrote:
 


Bo Ørsted Andresen wrote:
   


On Tuesday 24 October 2006 15:03, Rafael Barrera Oro wrote:
 


I tried to emerge Tomcat and this is what i got:

/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bi
n/ ld: cannot find -lnss3
   


What is the output of:

# equery check dev-libs/nss

?
 


here it is:

[ Checking dev-libs/nss-3.11.2 ]
* 206 out of 206 files good

rings any bells?
   



Well, I'd upgrade that if I were you [1]. If it still fails we need to see 
more info above the error (say 10 lines or so)...


http://www.gentoo.org/security/en/glsa/glsa-200610-06.xml

 


I updated nss and ran revdep-rebuild, still the same problem :(

here is a bigger portion of the output
make[6]: Leaving directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/org/mozilla/jss/provider/java/security'
make[5]: Leaving directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/org/mozilla/jss/provider/java'
make[4]: Leaving directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/org/mozilla/jss/provider'
make[3]: Leaving directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/org/mozilla/jss'
make[2]: Leaving directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/org/mozilla'
make[1]: Leaving directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/org'

cd lib; make libs
make[1]: Entering directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/lib'
grep -v ';-' jss.def | sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 
's,;.*,;,'  Linux2.6_x86_glibc_PTH_OPT.OBJ/jssmap.linux

rm -f Linux2.6_x86_glibc_PTH_OPT.OBJ/libjss3.so
gcc -shared -Wl,-soname -Wl,libjss3.so 
-Wl,--version-script,Linux2.6_x86_glibc_PTH_OPT.OBJ/jssmap.linux -o 
Linux2.6_x86_glibc_PTH_OPT.OBJ/libjss3.so  
../org/mozilla/jss/crypto/Linux2.6_x86_glibc_PTH_OPT.OBJ/Algorithm.o 
../org/mozilla/jss/crypto/Linux2.6_x86_glibc_PTH_OPT.OBJ/PQGParams.o 
../org/mozilla/jss/crypto/Linux2.6_x86_glibc_PTH_OPT.OBJ/SecretDecoderRing.o 
../org/mozilla/jss/SecretDecoderRing/Linux2.6_x86_glibc_PTH_OPT.OBJ/KeyManager.o 
../org/mozilla/jss/Linux2.6_x86_glibc_PTH_OPT.OBJ/CryptoManager.o 
../org/mozilla/jss/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11Finder.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11Cert.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11Cipher.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11KeyGenerator.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11KeyPairGenerator.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11KeyWrapper.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11MessageDigest.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11Module.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11PrivKey.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11PubKey.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11Signature.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11SecureRandom.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11Store.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11SymKey.o 
../org/mozilla/jss/pkcs11/Linux2.6_x86_glibc_PTH_OPT.OBJ/PK11Token.o 
../org/mozilla/jss/ssl/Linux2.6_x86_glibc_PTH_OPT.OBJ/SSLSocket.o 
../org/mozilla/jss/ssl/Linux2.6_x86_glibc_PTH_OPT.OBJ/callbacks.o 
../org/mozilla/jss/ssl/Linux2.6_x86_glibc_PTH_OPT.OBJ/SSLServerSocket.o 
../org/mozilla/jss/ssl/Linux2.6_x86_glibc_PTH_OPT.OBJ/common.o 
../org/mozilla/jss/ssl/Linux2.6_x86_glibc_PTH_OPT.OBJ/javasock.o 
../org/mozilla/jss/util/Linux2.6_x86_glibc_PTH_OPT.OBJ/jssutil.o 
../org/mozilla/jss/util/Linux2.6_x86_glibc_PTH_OPT.OBJ/jssver.o 
../org/mozilla/jss/util/Linux2.6_x86_glibc_PTH_OPT.OBJ/errstrings.o 
../org/mozilla/jss/util/Linux2.6_x86_glibc_PTH_OPT.OBJ/NativeErrcodes.o 
../org/mozilla/jss/provider/java/security/Linux2.6_x86_glibc_PTH_OPT.OBJ/JSSKeyStoreSpi.o   
-L/usr/lib/nspr -L/usr/lib/nss 
-L/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64 
-L/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/server 
-L../../../dist/Linux2.6_x86_glibc_PTH_OPT.OBJ/lib -lnss3 -lsmime3 
-lssl3 -lplc4 -lplds4 -lnspr4 
-L/opt/blackdown-jdk-1.4.2.03/jre/lib/i386/classic -ljvm 
-L/opt/blackdown-jdk-1.4.2.03/jre/lib/i386 -ljava
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: 
cannot find -lnss3

collect2: ld returned 1 exit status
make[1]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/libjss3.so] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/dev-java/jss-3.4-r1/work/jss-3.4-src/mozilla/security/jss/lib'

make: *** [libs] Error 2

!!! ERROR: dev-java/jss-3.4-r1 failed.
Call stack:
 ebuild.sh, line 1568:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 

[gentoo-user] Re: Re: xmms alternative

2006-10-24 Thread Alexander Skwar
· Richard Fish [EMAIL PROTECTED]:

 Nope, no use flag.
 
 Configure Amarok... - Engine - Sound System

Thanks.

Alexander Skwar
-- 
Some men are so interested in their wives' continued happiness that they
hire detectives to find out the reason for it.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Michael Sullivan
On Tue, 2006-10-24 at 18:34 +0200, Meino Christian Cramer wrote:
 From: Michael Sullivan [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] xyz.la seems to be moved message
 Date: Tue, 24 Oct 2006 11:24:31 -0500
 
  On Tue, 2006-10-24 at 17:31 +0200, Fabrice Delliaux wrote:
   Hi,
   
   Explanation  patch here :
   
   http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html
  
  I saved the patch at the above link to /root/libtool.patch, but I can't
  figure out how to use it.  I assume that I would need to navigate to a
  directory and say patch  /root/libtool.patch, but what directory do I
  do it from?  If I do it from /usr/share/libtool, I get this:
  
  camille libtool # patch /root/libtool.patch
  patching file ltmain.sh
  Hunk #1 FAILED at 2795.
  1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej
  
  If I do it from /, I get this:
  
  camille / # patch /root/libtool.patch
  can't find file to patch at input line 3
  Perhaps you should have used the -p or --strip option?
  The text leading up to this was:
  --
  |--- /usr/share/libtool/ltmain.sh2005-11-22 08:18:02.0 -0500
  |+++ ltmain.sh2006-05-13 18:15:15.0 -0400
  --
  File to patch:
  
  
  -- 
  gentoo-user@gentoo.org mailing list
  
 
 Hi Michael,
 
  I applied the patch by hand, my be it will work with the
  patch-command too.
 
  If you want to try it:
  cd /usr/share/libtool/. and apply the patch there with
 
patch -p0 -i your file of the patch here
 
  If it does not work for you, please email me, I will send you the
  laready patched ltmain.sh attached to a private mail.
 
  Keep hacking!
  mcc
  

I think I'm doing it wrong:

camille libtool # patch -p0 -i /root/libtool.patch
patching file ltmain.sh
Hunk #1 FAILED at 2795.
1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Vladimir G. Ivanovic
On Tue, 2006-10-24 at 11:24 -0500, Michael Sullivan wrote:
 On Tue, 2006-10-24 at 17:31 +0200, Fabrice Delliaux wrote:
  Hi,
  
  Explanation  patch here :
  
  http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html
 
 I saved the patch at the above link to /root/libtool.patch, but I can't
 figure out how to use it.  

Here's what I did:

 1. cd /usr/portage/sys-devel/libtool/files/
 2. mkdir 1.5.22
 3. cd 1.5.22
 4. Create libtool-1.5.22-ltmain.sh-seems-to-be-moved.patch
with contents: 

--- libtool-1.5.22/ltmain.in.~1~ 2006-10-24 12:54:00.0 -0700
+++ libtool-1.5.22/ltmain.in2006-10-24 12:55:16.0 -0700
@@ -2920,7 +2920,11 @@
exit $EXIT_FAILURE
  fi
  if test $absdir != $libdir; then
-   $echo $modename: warning: \`$deplib' seems to be
moved 12
+ absdir2=`cd $absdir  pwd || echo $absdir`
+ libdir2=`cd $libdir  pwd || echo $libdir`
+ if test $absdir2 != $libdir2; then
+ $echo $modename: warning: \`$deplib' seems to
be moved from \`$libdir' to \`$absdir' 12
+ fi
  fi
  path=$absdir
fi

  5. cd ..
  6. Apply the following patch:

--- libtool-1.5.22.ebuild.~1~   2006-10-17 03:06:30.0 -0700
+++ libtool-1.5.22.ebuild   2006-10-24 11:57:18.0 -0700
@@ -83,6 +83,10 @@
# [EMAIL PROTECTED] - (11 Feb 2004)
epatch
${FILESDIR}/1.5.20/${PN}-1.5.20-ltmain_sh-max_cmd_len.patch
 
+   # Get rid of false positive seems to be moved messages.
+   # http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html
+   epatch
${FILESDIR}/1.5.22/libtool-1.5.22-ltmain.sh-seems-to-be-moved.patch
+
# Libtool's autoguessing at tag's sucks ... it get's confused 
# if the tag's CC says 'CHOST-gcc' and the env CC says 'gcc'
# or vice versa ... newer automakes specify the tag so no

  7. ebuild libtool-1.5.22.ebuild digest
  8. emerge -av --with-bdeps y =libtool-1.5.22

--- Vladimir

-- 
Vladimir G. Ivanovic [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-24 Thread Willie Wong
I have one question about xmms alternatives:

xmms has this remote control feature that I use a lot (I have keys
on my multimedia keyboard bound to remote controls and also certain 
voice commands bound to playing and stopping of music), can someone 
point me to an alternative of xmms that also supports remote controls?

Thanks in advance,

W
-- 
Willie W. Wong  [EMAIL PROTECTED]
408 Fine Hall,  Department of Mathematics,  Princeton University,  Princeton
A mathematician's reputation rests on the number of bad proofs he has given.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Weird mysql problem.

2006-10-24 Thread Neil Hodges
Hello,

This problem is well-known, and present in the bugzilla.  The problem
lies in MySQL 5.0.26-r1, and many threads in the forums have been spawned.

- Neil

On 14:14 Tue 24 Oct , A. R. wrote:
 Hi,
 
 I am running Gentoo ~amd64 and I recently upgraded MySQL from
 5.0.26 to 5.0.26-r1 and things are not working anymore (for example mythtv).
 
 After spending a great deal of time looking at logs, changing
 configuration files (namely, my.cnf), installing and de-installing
 MySQL, I  still cannot get any programs to connect to mysql, including
 mysql_secure_installation which outputs the following error message:
 
 ERROR 2002 (HY000): Can't connect to local MySQL server through socket
 ''/var/run/mysqld/mysqld.sock'' (2)
 
 But, here is the thing, the socket and pid file values in
 /etc/mysql/my.cnf are set to the following:
 
 [client]
 socket = /tmp/mysqld.sock
 .
 .
 [mysqld]
 socket = /tmp/mysqld.sock
 pid-file = /tmp/mysqld.pid
 
 
 
 And, after re-starting the MySQL process (/etc/init.d/mysql restart) I
 list the processes and find that the mysqld daemon has indeed been
 passed the correct configuration values.
 
 mysql24056 1  0 11:20 ?00:00:00 /usr/sbin/mysqld
 --defaults-file=/etc/mysql/my.cnf --basedir=/usr
 --datadir=/storage/mysql-db --pid-file=/tmp/mysqld.pid
 --socket=/tmp/mysqld.sock
 
 
 Could someone please help?
 I know I am running ~arch and that this is perhaps part of the game
 in doing that, but maybe it can be easily fixed...
 
 Thank you,
 
 - AR
 
 -- 
 If you stare long enough into an abyss, the abyss will stare back into 
 you...
 -- 
 gentoo-user@gentoo.org mailing list

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-24 Thread Hemmann, Volker Armin
On Tuesday 24 October 2006 22:59, Willie Wong wrote:
 I have one question about xmms alternatives:

 xmms has this remote control feature that I use a lot (I have keys
 on my multimedia keyboard bound to remote controls and also certain
 voice commands bound to playing and stopping of music), can someone
 point me to an alternative of xmms that also supports remote controls?

 Thanks in advance,


amarok

I was able to control amarok with my mobile phone and bluetooth...
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-24 Thread Daniel Barkalow
On Tue, 24 Oct 2006, Willie Wong wrote:

 I have one question about xmms alternatives:
 
 xmms has this remote control feature that I use a lot (I have keys
 on my multimedia keyboard bound to remote controls and also certain 
 voice commands bound to playing and stopping of music), can someone 
 point me to an alternative of xmms that also supports remote controls?

It seems to me that audacious is functionally equivalent to xmms, down to 
having the same command-line controls. I'd try ln -s /usr/bin/audacious 
/usr/bin/xmms (after unmerging xmms and emerging audacious), and see if 
it all works.

-Daniel
*This .sig left intentionally blank*
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Wireless trouble, bad hardware?

2006-10-24 Thread Grant

   What WAN Address? I cannot see any address other than one of the
   reserved
   class C's. I would suggest that either the PC you are pinging from
   (desktop) does not have an address in the same range as the router, or
   the default gateway is incorrect on the desktop. Another possibility
   is
   a an IP conflict but this is less likely.
   Can you possibly post the IP configuration (ifconfig) from the desktop
   machine so that we can see how the interface is set up.
  
   After rebooting the desktop, all I get from ping attempts is:
  
   connect: Network is unreachable
  
   so I guess it won't connect at all now.  I don't think ifconfig would
   be useful now, but let me know if I'm wrong or if you have any other
   ideas.
 
  The output of ifconfig would certainly be useful but it sounds to me like
  the configuration of eth0 has been changed somehow.
  Perhaps you could post the output of ifconfig, and the contents of
  /etc/conf.d/net as this should list the configuration of all of the
  network adapters (just in case eth0 is not the interface that you are
  using).
 
  Hopefully this information will allow someone on the list to help you
  diagnose your problem.

 I'm connected directly to the DSL modem/router via eth0 right now.
 This is not normal and I'm only connected like this so I can get
 online to write this message.  I'm usually trying to connect via ath0
 to the Gentoo router which is then connected to the modem/router.
 Here is my current ifconfig:

 ath0  Link encap:Ethernet  HWaddr 00:0F:B5:86:C0:E1
   inet6 addr: fe80::20f:b5ff:fe86:c0e1/64 Scope:Link
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 eth0  Link encap:Ethernet  HWaddr 00:16:17:76:37:82
   inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
   inet6 addr: fe80::216:17ff:fe76:3782/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:967 errors:0 dropped:0 overruns:0 frame:0
   TX packets:868 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:743136 (725.7 Kb)  TX bytes:243477 (237.7 Kb)
   Interrupt:169 Base address:0xd800

 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 wifi0 Link encap:UNSPEC  HWaddr
 00-0F-B5-86-C0-E1-80-79-00-00-00-00-00-00-00 -00
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:7782 errors:0 dropped:0 overruns:0 frame:3492
   TX packets:1561 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:199
   RX bytes:742503 (725.1 Kb)  TX bytes:71806 (70.1 Kb)
   Interrupt:161 Memory:c210-c211

 and /etc/conf.d./net :

 modules_ath0=( wpa_supplicant )
 wpa_supplicant_ath0=( -Dmadwifi )
 config_ath0=( 192.168.0.3 netmask 255.255.255.0 broadcast 192.168.0.255 )
 routes_ath0=( default via 192.168.0.1 )
 essid_ath0=( network2 )

 although I currently have a couple eth0 lines so I can connect to the
 modem/router.  They aren't usually there.

 I must admit I don't know what the broadcast and netmask are and they
 are set the same for the Gentoo router and the laptop that connects to
 it.

 Please let me know if you have any idea what the problem might be, or
 where I should look for the problem.

 - Grant

I switched the identical wireless cards between the router and the
non-connecting desktop and the functionality is the same so it must
not be a hardware problem.

- Grant


SOLVED.

The root of the problem was that wpa_supplicant.conf moved from
/etc/wpa_supplicant.conf to /etc/wpa_supplicant/wpa_supplicant.conf.
My laptop that was connecting to the network didn't have
/etc/wpa_supplicant/wpa_supplicant.conf at all so the program must
have used /etc/wpa_supplicant.conf instead.  The desktop that wasn't
connecting to the network had an example file in
/etc/wpa_supplicant/wpa_supplicant.conf so it wasn't reverting to the
old config location.  Nasty.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why has xmms been killed suddenly?

2006-10-24 Thread Ric de France

On 24/10/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote:

And there is a rule about unmaintained packages with dead upstream and working
successors: they get killed.

Everybody who reads gentoo-dev once in a while knew, that this day would
come - and nobody should really be surprised.


It appears that the ebuild has been deleted off the portage tree...
What would be the safe way to remove this and to move to another
player? Does emerge -C xmms still work?

...Ric
--
Ric de France
Ph: +61412945554 (international) or 0412945554 (Australia)
== Do you, uh... Gentoo? Gent-hooo!! ==
== http://www.gentoo.org/main/en/about.xml ==
--
gentoo-user@gentoo.org mailing list



[gentoo-user] IO Failure -- Failed 'touch .unpacked' in /var/tmp/portage/

2006-10-24 Thread Rafael Alfaro
Hi all,After I trying to turn my gentoo box in a xen enabled gentoo I haev some troubles:I cannot emerge anything, I ever have the same error, look this examples:#emerge xorg-x11...
 Unpacking source... Unpacking MesaLib-6.5.1.tar.bz2 to /var/tmp/portage/mesa-progs-6.5.1/work Unpacking MesaDemos-6.5.1.tar.bz2 to /var/tmp/portage/mesa-progs-6.5.1/work
touch: setting times of `/var/tmp/portage/mesa-progs-6.5.1/.unpacked': Function not implemented!!! ERROR: x11-apps/mesa-progs-6.5.1 failed.Call stack: ebuild.sh, line 1546: Called dyn_unpack ebuild.sh
, line 709: Called die!!! IO Failure -- Failed 'touch .unpacked' in /var/tmp/portage/mesa-progs-6.5.1!!! If you need support, post the topmost build error, and the call stack if relevant./**/
#emerge --oneshot -av libtool...touch: setting times of `/var/tmp/portage/libtool-1.5.22/.unpacked': Function not implemented!!! ERROR: sys-devel/libtool-1.5.22 failed.Call stack: ebuild.sh
, line 1546: Called dyn_unpack ebuild.sh, line 709: Called die!!! IO Failure -- Failed 'touch .unpacked' in /var/tmp/portage/libtool-1.5.22!!! If you need support, post the topmost build error, and the call stack if relevant.
Help me please.Thanks in advance-- Rafael Alfaro.Omnilife Independent Distributor.People taking care of people.


[gentoo-user] ATI drivers

2006-10-24 Thread Daniel D Jones
I have an ATI Radeon 9600 XT driving dual monitors.  I had the setup working 
fine with the ati-driver binary drivers - single desktop spanning the two 
monitors with xinerama.  Dialog boxes appeared in the center of whichever 
monitor I was on.  Maximizing a window maximized it to the monitor, not the 
full desktop.

A few weeks back, an upgrade to the ati-driver package broke the setup.  The 
monitor running on the DVI output quit displaying.  When I started X, I'd get 
the left screen, running on the VGA output.  X thought the right screen was 
there - the mouse would disappear to that side, I could move windows over 
there, etc. but I had no display.  When I first boot up, I get a mirrored 
text display - the same output on both monitors. After he upgrade to the 
ati-drivers, I'd get that on initial bootup but once I started X, the right 
monitor was asleep until I rebooted.  Dropping out of X didn't wake it back 
up.

After a bit of fiddling and digging and Googling, I put a line in package.mask 
to block the new version of ati-drivers, unmerged and re-emerged the package 
and got my desktop back working just as it should.  At some point, however, 
the blocked packages interfered with other packages and their dependencies.  
By this time, an even newer version of ati-drivers had come out.  I commented 
out the line in package.mask and allowed ati-drivers to upgrade.  I didn't, 
at that time, restart X and everything continued to work fine.  This weekend, 
I needed to do some other maintenance on the box and had to reboot.  I lost 
my right monitor again.

After more fiddling and digging and Googling, I gave up and tried to downgrade 
ati-drivers again.  When I uncommented the line in package.mask, however, I 
couldn't emerge the package - it told me all versions were masked.  
Evidently, the old version I was using has been removed.

I gave up on ati-drivers, unmerged it and compiled the open source kernel 
radeon driver.  I tried to follow the directions here:

http://gentoo-wiki.com/HOWTO_Dual_Monitors#With_the_Open_Source_Drivers

but they're broken or at least unclear.  After a great deal of futzing with my 
xorg.conf, I have my display largely back.  There are two issues remainging, 
however.  

First, xinerama doesn't appear to be working, or to be only partially working.  
It appears to not realize that there are two monitors.  Dialog boxes pop up 
in the middle of the virtual display, meaning half the box is on one screen 
and half on the other.  A maximized windows covers the full display - both 
screens.  I'll paste my xorg.conf in at the bottom of the message.  I set the 
xinerama use flag when I first went to dual monitors with the ati-drivers 
package several months ago.  The currently installed packages are compiled 
with it enabled.  Also, note that I don't particularly care if acceleration 
is working or not.  This is primarily a work machine.

The second issue is that several packages seem to think they depend on 
ati-drivers.  I don't believe this is a hard dependency, since I don't think 
that cdroast, for example, only works on machines with an ATI video card.  
I've checked and can't find any sort of useflag which might be triggering the 
issue.  But I'm getting this:

[EMAIL PROTECTED]:/home/ddjones # emerge -uDvat world

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

Calculating world dependencies -
!!! All ebuilds that could satisfy =x11-drivers/ati-drivers-8.27.10 have 
been masked.
!!! One of the following masked packages is required to complete your request:
- x11-drivers/ati-drivers-8.27.10-r1 (masked by: package.mask)
- x11-drivers/ati-drivers-8.28.8 (masked by: package.mask, ~x86 keyword)
- x11-drivers/ati-drivers-8.29.6 (masked by: package.mask, ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.



!!! Problem resolving dependencies for kde-base/kompare
!!! Depgraph creation failed.

I could unmask the ati-drivers from my package.mask but I don't want the 
driver installed (unless someone can offer a suggestion as to how to fix the 
sleepy monitor problem.)  I couldn't load the kernel radeon manager until I 
unmerged the ati-drivers package.

Any ideas or suggestions on either of these two probmes would be greatly 
appreciated.

Heres' my xorg.conf:

Section ServerLayout
Identifier Default Layout
Screen Screen 0 0 0
Screen Screen 1 LeftOf Screen 0
InputDeviceGeneric Keyboard
InputDeviceConfigured Mouse
EndSection

Section ServerFlags
Option   Xinerama On
EndSection

Section Files
FontPath unix/:7100
FontPath /usr/share/fonts/100dpi
FontPath /usr/share/fonts/75dpi
FontPath /usr/share/fonts/TTF
FontPath /usr/share/fonts/Type1
FontPath /usr/share/fonts/artwiz
FontPath /usr/share/fonts/corefonts
FontPath 

Re: [gentoo-user] xyz.la seems to be moved message

2006-10-24 Thread Meino Christian Cramer
From: Michael Sullivan [EMAIL PROTECTED]
Subject: Re: [gentoo-user] xyz.la seems to be moved message
Date: Tue, 24 Oct 2006 14:43:37 -0500

 On Tue, 2006-10-24 at 18:34 +0200, Meino Christian Cramer wrote:
  From: Michael Sullivan [EMAIL PROTECTED]
  Subject: Re: [gentoo-user] xyz.la seems to be moved message
  Date: Tue, 24 Oct 2006 11:24:31 -0500
  
   On Tue, 2006-10-24 at 17:31 +0200, Fabrice Delliaux wrote:
Hi,

Explanation  patch here :

http://www.mail-archive.com/bug-libtool@gnu.org/msg00838.html
   
   I saved the patch at the above link to /root/libtool.patch, but I can't
   figure out how to use it.  I assume that I would need to navigate to a
   directory and say patch  /root/libtool.patch, but what directory do I
   do it from?  If I do it from /usr/share/libtool, I get this:
   
   camille libtool # patch /root/libtool.patch
   patching file ltmain.sh
   Hunk #1 FAILED at 2795.
   1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej
   
   If I do it from /, I get this:
   
   camille / # patch /root/libtool.patch
   can't find file to patch at input line 3
   Perhaps you should have used the -p or --strip option?
   The text leading up to this was:
   --
   |--- /usr/share/libtool/ltmain.sh2005-11-22 08:18:02.0 -0500
   |+++ ltmain.sh2006-05-13 18:15:15.0 -0400
   --
   File to patch:
   
   
   -- 
   gentoo-user@gentoo.org mailing list
   
  
  Hi Michael,
  
   I applied the patch by hand, my be it will work with the
   patch-command too.
  
   If you want to try it:
   cd /usr/share/libtool/. and apply the patch there with
  
 patch -p0 -i your file of the patch here
  
   If it does not work for you, please email me, I will send you the
   laready patched ltmain.sh attached to a private mail.
  
   Keep hacking!
   mcc
   
 
 I think I'm doing it wrong:
 
 camille libtool # patch -p0 -i /root/libtool.patch
 patching file ltmain.sh
 Hunk #1 FAILED at 2795.
 1 out of 1 hunk FAILED -- saving rejects to file ltmain.sh.rej
 
 
 -- 
 gentoo-user@gentoo.org mailing list
 

Hi Michael,
 
 ...no, you did nothing wrong...

 ...hunk FAILED... means: The file to be patched is to different
 from that one, from which the original patch was made.

 There is another way:
 As root edit /usr/share/libtool/ltmain.sh by hand (I did the same):
 In the file search for the string seems to be moved and then
 compare the context of that line with the text of the patch: There is
 one line to be removed and I think four or so to be added. Notging
 too complicate. Make a backup copy of ltmain.sh before. Make a diff
 afterwards and compare the output with the patch.

 If all fails: Mail me privately and we will find a solution.

 Keep hacking!
 mcc
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] net.eth0 starting yet not starting

2006-10-24 Thread Lord Sauron

Didn't work.  Does anyone know what could be going on?  This is really
odd...  I have this feeling that I'm in way over my head.

--
== GCv3.12 ==
GCS d-(++) s+: a? C++ UL+ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
   DI+++ D+ G e* h- !r !y
= END GCv3.12 
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why has xmms been killed suddenly?

2006-10-24 Thread Hemmann, Volker Armin
On Wednesday 25 October 2006 02:48, Ric de France wrote:
 On 24/10/06, Hemmann, Volker Armin [EMAIL PROTECTED] 
wrote:
  And there is a rule about unmaintained packages with dead upstream and
  working successors: they get killed.
 
  Everybody who reads gentoo-dev once in a while knew, that this day would
  come - and nobody should really be surprised.

 It appears that the ebuild has been deleted off the portage tree...
 What would be the safe way to remove this and to move to another
 player? Does emerge -C xmms still work?

yes it does. When you emerge something, a copy of the ebuild is stored 
in /var/db/pkg/category/nameofapp/

(if you want to 'rescue ebuilds of removed but installed packages, just copy 
them).

a safe way:
emerge --unmerge xmms (and xmms-plugins and accesoires)

emerge --newuse --deep world

emerge playerofchoice
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why has xmms been killed suddenly?

2006-10-24 Thread Ric de France

Thanks for that but one query...

On 25/10/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote:

yes it does. When you emerge something, a copy of the ebuild is stored
in /var/db/pkg/category/nameofapp/

(if you want to 'rescue ebuilds of removed but installed packages, just copy
them).

a safe way:
emerge --unmerge xmms (and xmms-plugins and accesoires)


Can I slide in a emerge --depclean in here?


emerge --newuse --deep world

emerge playerofchoice


...Ric
--
Ric de France
Ph: +61412945554 (international) or 0412945554 (Australia)
== Do you, uh... Gentoo? Gent-hooo!! ==
== http://www.gentoo.org/main/en/about.xml ==
--
gentoo-user@gentoo.org mailing list



[gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread Grant

I have a 320GB hard drive with a small swap partition, a small boot
partition, and the remainder in the root partition.  'du -sh /' says
278G and a mkisofs command failed with no space left on device.  What
happened to the rest of the gigs?

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz

2006-10-24 Thread Meino Christian Cramer
Hi,

 I got this:

Downloading 
'ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/qt-x11-opensource-src-4.1.4.tar.gz'
   --06:23:28--  
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/qt-x11-opensource-src-4.1.4.tar.gz
  = `/usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz'
   Resolving sunsite.informatik.rwth-aachen.de... 137.226.34.227
   Connecting to sunsite.informatik.rwth-aachen.de|137.226.34.227|:21... 
connected.
   Logging in as anonymous ... Logged in!
   == SYST ... done.== PWD ... done.
   == TYPE I ... done.  == CWD /pub/Linux/gentoo/distfiles ... done.
   == PASV ... done.== RETR qt-x11-opensource-src-4.1.4.tar.gz ... done.
   Length: 32,174,985 (31M) (unauthoritative)
   
   100%[] 32,174,985   122.99K/sETA 
00:00
   
   06:27:46 (122.36 KB/s) - 
`/usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz' saved [32174985]
   
* checking ebuild checksums ;-) ...  [ 
ok ]
* checking auxfile checksums ;-) ... [ 
ok ]
* checking miscfile checksums ;-) ...[ 
ok ]
* checking qt-x11-opensource-src-4.1.4.tar.gz ;-) ...[ 
!! ]
   
   !!! Digest verification failed:
   !!! /usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz
   !!! Reason: Filesize does not match recorded size
   !!! Got: 32174985
   !!! Expected: 409784

 How should I proceed? Is it possible to fix this bug without
 downloading this big archive again ?

 Kind regards,
 mcc
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread kashani

Grant wrote:

I have a 320GB hard drive with a small swap partition, a small boot
partition, and the remainder in the root partition.  'du -sh /' says
278G and a mkisofs command failed with no space left on device.  What
happened to the rest of the gigs?

- Grant


ext3 reserves 5% of any partition for root. I'm guessing you're not root.

kashani
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread Jamie
 I have a 320GB hard drive with a small swap partition, a small boot
 partition, and the remainder in the root partition.  'du -sh /' says
 278G and a mkisofs command failed with no space left on device.  What
 happened to the rest of the gigs?

 - Grant
 --
 gentoo-user@gentoo.org mailing list


The 320GB refers to the unformatted capacity (some is kept as space for
swapping out bad clusters), also drive manufacturers generally use units
of 1000 rather than 1024 in their calculations.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread Iain Buchanan
On Tue, 2006-10-24 at 21:12 -0700, Grant wrote:
 I have a 320GB hard drive

yes, a 320 gigabyte hard drive, as opposed to a 320
gibibyte[1][2][3] hard drive.  Technically 1 gigabyte is one million
bytes, but computers have always used 1GB = 1024kB = 1024*1024B.

Hard drive manufacturers use the SI gigabyte, whereas computers use the
globally accepted (but technically incorrectly named) computer gigabyte.
So you really only have 320,000,000 bytes = ~ 305GB.

But wait, there's more...

  with a small swap partition,

lets say, 500MiB

  a small boot partition,

lets say, 10MiB

  and the remainder in the root partition.

that leaves you 305 - 0.5 - 0.01 = ~ 304 (conservatively)

   'du -sh /' says
 278G and a mkisofs command failed with no space left on device.  What
 happened to the rest of the gigs?

The rest of it goes in:
- filesystem overheads (every filesystem suffers.  some more than
others.  someone else on this list may like to comment more on my lack
of knowledge here)

- in Linux, a small % of the filesystem is reserved for root - this is
so that an unprivileged user (or core dump, or erroneous program) cannot
fill the filesystem 100% and stop even root from logging in.  I think
it's about 3% by default on ext3? (just guessing.  It may even default
to a fixed number of blocks - not sure).  This can be configured when
you run mkfs.  On such a large drive, you may want to drop this down to
1% or smaller.

Try `df -h` and see what it says.  See if the difference is really all
that great.  If so, there may be other reasons you have less than you
think...

HTH!

[1] http://en.wikipedia.org/wiki/Gibibyte
[2] http://www.answers.com/topic/gibibyte-1
[3] http://physics.nist.gov/cuu/Units/binary.html
-- 
Iain Buchanan iaindb at netspace dot net dot au

A woman may very well form a friendship with a man, but for this to endure,
it must be assisted by a little physical antipathy.
-- Nietzsche

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread Richard Fish

On 10/24/06, Grant [EMAIL PROTECTED] wrote:

I have a 320GB hard drive with a small swap partition, a small boot
partition, and the remainder in the root partition.  'du -sh /' says
278G and a mkisofs command failed with no space left on device.  What
happened to the rest of the gigs?


If you formatted with ext3/ext2, 5% is reserved for root, and will not
appear in df output.  This would account for about 15G.  Another 7.3%
(or about 23G) is lost due to the fact that linux and df count 1GB as
1073741824 bytes, while manufactures sell drives counting 1GB as
10 bytes.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread Jeff Rollin
On 25/10/06, Jeff Rollin [EMAIL PROTECTED] wrote:
On 25/10/06, Richard Fish 
[EMAIL PROTECTED] wrote:
On 10/24/06, Grant [EMAIL PROTECTED] wrote: I have a 320GB hard drive with a small swap partition, a small boot
 partition, and the remainder in the root partition.'du -sh /' says
 278G and a mkisofs command failed with no space left on device.What happened to the rest of the gigs?If you formatted with ext3/ext2, 5% is reserved for root, and will notappear in df output.This would account for about 15G.Another 
7.3%(or about 23G) is lost due to the fact that linux and df count 1GB as1073741824 bytes, while manufactures sell drives counting 1GB as10 bytes.-Richard--

gentoo-user@gentoo.org mailing listThis probably isn't the place to discuss this, but if 5% reserved space = 5GB, maybe it's time to shrink that down to a default of 1% (3GB) or less?
Oops! I meant 5% = 15GB, of course. 


[gentoo-user] problem emerging mplayer

2006-10-24 Thread Les Henderson
So, I need to recompile mplayer after getting rid of xmms. Unfortuneately I'm having problems and things keep on haning on the same file.here is what happens:# emerge -av mplayerThese are the packages that would be merged, in order:
Calculating dependencies... done![ebuild R ] media-video/mplayer-1.0_pre8 USE=X alsa arts dvd encode gif gtk ipv6 jpeg mad matrox nvidia opengl oss png real sdl svga truetype vorbis win32codecs xv -3dfx -3dnow -3dnowext -aac -aalib (-altivec) -bidi -bindist -bl -cdparanoia -cpudetection -custom-cflags -debug -dga -directfb -doc -dts -dv -dvb -dvdread -esd -fbcon -ggi -i8x0 -jack -joystick -libcaca -lirc -live -livecd -lzo -mmx -mmxext -musepack -nas -openal -rtc -samba -speex -sse -sse2 -tga -theora -unicode -v4l -v4l2 -x264 -xanim -xinerama (-xmms*) -xvid -xvmc LINGUAS=-bg -cs -da -de -el -en -es -fr -hu -ja -ko -mk -nl -no -pl -pt_BR -ro -ru -sk -tr -uk -zh_CN -zh_TW 514 kB
Total size of downloads: 514 kBWould you like to merge these packages? [Yes/No] y Emerging (1 of 1) media-video/mplayer-1.0_pre8 to /* font-arial-iso-8859-1.tar.bz2 MD5 ;-) ... [ ok ] * 
font-arial-iso-8859-1.tar.bz2 RMD160 ;-) ... [ ok ] * font-arial-iso-8859-1.tar.bz2 SHA1 ;-) ... [ ok ] * font-arial-iso-8859-1.tar.bz2 SHA256 ;-) ... [ ok ] * 
font-arial-iso-8859-1.tar.bz2 size ;-) ... [ ok ] * MPlayer-1.0pre8.tar.bz2 MD5 ;-) ... [ ok ] * MPlayer-1.0pre8.tar.bz2 RMD160 ;-) ... [ ok ] * 
MPlayer-1.0pre8.tar.bz2 SHA1 ;-) ... [ ok ] * MPlayer-1.0pre8.tar.bz2 SHA256 ;-) ... [ ok ] * MPlayer-1.0pre8.tar.bz2 size ;-) ... [ ok ] * svgalib_helper-
1.9.17-mplayer.tar.bz2 MD5 ;-) ... [ ok ] * svgalib_helper-1.9.17-mplayer.tar.bz2 RMD160 ;-) ... [ ok ] * svgalib_helper-1.9.17-mplayer.tar.bz2 SHA1 ;-) ... [ ok ] * svgalib_helper-
1.9.17-mplayer.tar.bz2 SHA256 ;-) ... [ ok ] * svgalib_helper-1.9.17-mplayer.tar.bz2 size ;-) ... [ ok ] Resuming download... Downloading '
http://distfiles.gentoo.org/distfiles/Blue-1.6.tar.bz2'--00:09:49-- http://distfiles.gentoo.org/distfiles/Blue-1.6.tar.bz2 = `/usr/portage/distfiles/Blue-
1.6.tar.bz2'Resolving distfiles.gentoo.org... 64.50.238.52, 64.50.236.52, 216.165.129.135, ...Connecting to 
distfiles.gentoo.org|64.50.238.52|:80... connected.HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable The file is already fully retrieved; nothing to do. Resuming download...
 Downloading 'http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/Blue-1.6.tar.bz2'--00:09:49-- 
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/Blue-1.6.tar.bz2 = `/usr/portage/distfiles/Blue-
1.6.tar.bz2'Resolving distro.ibiblio.org... 152.46.7.109Connecting to distro.ibiblio.org|152.46.7.109|:80... connected.HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
 The file is already fully retrieved; nothing to do. Resuming download... Downloading 'http://www2.mplayerhq.hu/MPlayer/Skin/Blue-1.6.tar.bz2
'--00:09:49-- http://www2.mplayerhq.hu/MPlayer/Skin/Blue-1.6.tar.bz2 = `/usr/portage/distfiles/Blue-1.6.tar.bz2'Resolving 
www2.mplayerhq.hu... 193.225.187.202Connecting to www2.mplayerhq.hu|193.225.187.202|:80... connected.HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
 The file is already fully retrieved; nothing to do. Resuming download... Downloading 'http://www1.mplayerhq.hu/MPlayer/Skin/Blue-1.6.tar.bz2
'--00:09:50-- http://www1.mplayerhq.hu/MPlayer/Skin/Blue-1.6.tar.bz2 = `/usr/portage/distfiles/Blue-1.6.tar.bz2'Resolving 
www1.mplayerhq.hu... 213.144.138.186Connecting to www1.mplayerhq.hu|213.144.138.186|:80... connected.HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
 The file is already fully retrieved; nothing to do.!!! Couldn't download 'Blue-1.6.tar.bz2'. Aborting.I've removed this file from /usr/portage/distfiles/ and downloaded new copies from a couple different mirrors all with this same result. Any suggestions?
-- Les Henderson[EMAIL PROTECTED]


Re: [gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread Iain Buchanan
On Wed, 2006-10-25 at 14:17 +0930, Iain Buchanan wrote:
 On Tue, 2006-10-24 at 21:12 -0700, Grant wrote:
  I have a 320GB hard drive
 
 yes, a 320 gigabyte hard drive, as opposed to a 320
 gibibyte[1][2][3] hard drive.  Technically 1 gigabyte is one million
 bytes,

*sigh* it's been a long week, please be nice to me :)

1 gigabyte is of course one thousand million bytes (1,000,000,000B) not
one million bytes.  That would be a megabyte...

here and everywhere else I stuffed up, but the calculations still hold.

thanks.
-- 
Iain Buchanan iaindb at netspace dot net dot au

But Huey, you PROMISED!
Tell 'em I lied.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread Norberto Bensa
Grant wrote:
 I have a 320GB hard drive with a small swap partition, a small boot
 partition, and the remainder in the root partition.  'du -sh /' says
 278G and a mkisofs command failed with no space left on device.  What
 happened to the rest of the gigs?

Your drive is 320GB (not 320GiB)

That is: 320,000MB; 320,000,000KB; 320,000,000,000B;

320,000,000,000B / 1,073,741,824B/GB = ~298GB

You are missing ~20GB unless you have a typo there... :-/




pgpofXFVisjeI.pgp
Description: PGP signature


Re: [gentoo-user] 320GB hard drive maxed at ~280GB?

2006-10-24 Thread Iain Buchanan
On Tue, 2006-10-24 at 22:12 -0700, Richard Fish wrote:
 On 10/24/06, Richard Fish [EMAIL PROTECTED] wrote:
  On 10/24/06, Grant [EMAIL PROTECTED] wrote:
   I have a 320GB hard drive with a small swap partition, a small boot
   partition, and the remainder in the root partition.  'du -sh /' says
   278G and a mkisofs command failed with no space left on device.  What
   happened to the rest of the gigs?
 
  If you formatted with ext3/ext2, 5% is reserved for root, and will not
  appear in df output.  This would account for about 15G.  Another 7.3%
  (or about 23G) is lost due to the fact that linux and df count 1GB as
  1073741824 bytes, while manufactures sell drives counting 1GB as
  10 bytes.
 
 And just so I can talk to myself in cyberspace just like real life,
 I'll reply to my own posting...

you two?[sic]

 You can use tune2fs -m 0 to change the ext2/ext3 reserved blocks
 percentage to 0 to 'recover' some of that space.

0 may not be such a good idea.  Leave at least 50MiB for root... Depends
how you want to run your system I guess... If it's a headless server,
then leave more...
-- 
Iain Buchanan iaindb at netspace dot net dot au

I wouldn't ever write the full sentence myself, but then, I never use
goto either.
 -- Larry Wall in [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list