Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> Antonio Coralles wrote:
> [snip]
>>
>> I'm using 1.9.4-r6 which is the latest version in x86; Is there a way to
>> start pump without local.start and without switching to ~x86 for
>> baselayout ?
>>
>
> config_eth0=( "dhcp" )
>
> should be enough, additionally you can specify options for pump with:
> pump_eth0="..."
>
> this is explained in /etc/conf.d/net.example, the gziped version from
> 1.9.4-r6 is attached (in case you loose it during an etc-update).
>
>
Thanks very much; yes, i lost this file during an etc-update;
One last question (sorry): If i start pump that way, will it still use
/etc/pump.conf as config file ?
antonio

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Antonio Coralles

To switch from dhcpcd to pump i did:
#emerge pump;
#rc-update del net.eth0 default;
#echo "pump" >> /etc/conf.d/local.start

antonio

>>>
>>>sorry for the late answer,
>>>local.start should be not needed. Only put the following line:
>>>
>>>config_eth0=( "dhcp" )
>>>
>>>in your /etc/conf.d/net, work for me
>>
>>
>> Did you leave iface_eth0="dhcp" ?
>> Besides, thanks for your tipp, pump works fine !
>>
>>
> no, this stuff is managed from baselayout, my version is:
> sys-apps/baselayout-1.11.10-r6
> --
> 

I'm using 1.9.4-r6 which is the latest version in x86; Is there a way to
start pump without local.start and without switching to ~x86 for
baselayout ?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome-volume-control dies [SOLVED]

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> gentoo-user@gentoo.org  wrote:
>
>> I don't know what exactly is respnsible for that, but i guess it had
>> something to do with my latest world update. According to genlop and my
>> memory [i've merged a lot of other thing since then] this update looked
>> like this:

[...]
[THIS IS THE IMPORTANT PART]

>>  Sat Mar 26 14:38:16 2005 >>> media-sound/alsa-headers-1.0.8
>>  Sat Mar 26 14:42:07 2005 >>> media-libs/alsa-lib-1.0.8

[THIS IS THE IMPORTANT PART]
[...]

>>
>> However, since this upgrade the gnome-volume-control applet dies
>> 'unexpectedly' nearly all the time when i start playing a file in xmms,
>> totem, mplayer, xine ... or close one of these progs. I've allready
>> tried to rebuild gnome-panel [i think that contains the volume-control,
>> but i'm not shure about that ... ] without succes. Besides of the stange
>> behavour of the gnome-volume-control sound works fine.
>
> Maybe i exagerated a bit:
> beep-media-player dies immediatley when playing a file. And while I can
> listen to music in xine, xine dies when trying to play a avi file with
> 'xiTK received SIGSEGV signal, RIP.' Playing movies using mplayer
> works ...
>
>> By the way, i'm using gnome-2.8.2 with Portage 2.0.51.19
>> (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20041102-r1,
>> 2.6.10-gentoo-r6 i686).
>>
>> Any ideas ?
>>
>> antonio

Finally i found something in the net:
http://forums.gentoo.org/viewtopic-t-310644-highlight-sigsegv+xine.html
http://bugs.gentoo.org/show_bug.cgi?id=87099

Downgrading to alsa-(lib/headers)-1.0.7 solved my problems.
Recapitulating i would strongly discourage anyone from upgrading to
alsa-(../..)-1.0.8 .

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



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> Antonio Coralles wrote:
>> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> wrote:
>>
>>
>>>gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org>
> <mailto:gentoo-user@gentoo.org> wrote:
>>>
>>>
>>>>Antonio Coralles wrote:
>>>>
>>>>>gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org>
>>>
>>><mailto:gentoo-user@gentoo.org> <mailto:gentoo-user@gentoo.org> wrote:
>>>
>>>>>
>>>>>>Sometimes [about 1 in 3 times] my internet connection does not work
>>>>>>directly after booting. After restarting the net.eth0 script all is
>>>>>>fine. As this behavour is rather new to me, and this is a bit annyoing
>>>>>>[particullary for people without root access] i would like to know if
>>>>>>someone has had similar problems and/or any ideas .
>>>>>>
>>>>
>>>>[snip]
>>>>
>>>>>antonio
>>>>
>>>>I had this too on my at home computer.
>>>>No time to investigate it. Emereged "net-misc/pump" and it work all the
>>>>times.
>>>>
>>>
>>>Ok, pump merged ... Will my net.eth0 script now use pump automatically
>>>after unmerging dhcpd or are some further interventions needed ?
>>>antonio
>>>
>>
>> Ok, i'm anserwing myself - maybe this is interresting to somebody:
>> To switch from dhcpcd to pump i did:
>> #emerge pump;
>> #rc-update del net.eth0 default;
>> #echo "pump" >> /etc/conf.d/local.start
>>
>> antonio
>>
> sorry for the late answer,
> local.start should be not needed. Only put the following line:
>
> config_eth0=( "dhcp" )
>
> in your /etc/conf.d/net, work for me

Did you leave iface_eth0="dhcp" ?
Besides, thanks for your tipp, pump works fine !

>
> -- 
> No problem is so formidable that you can't walk away from it.
> ~ Charles M. Schulz
> But sometimes run fast is better
> ~ Francesco R.
> --
> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> mailing list
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> gentoo-user@gentoo.org  wrote:
>
>>
>>> Well: I've tried oss and alsa because I don't have any
>>> other sound systems activated. Both work, but mplayer -ao
>>> alsa some_file.avi imediatly kills the gnome-volume-control
>>> ...
>>
>> I'm not familiar with Gnome in common or gnome-volume-control
>> in detail, but maybe GVC is buggy or there have been changes
>> in ALSA that make GVC incompatible.
>
> Hmm, I don't think that my problems are caused due changes the alsa
> drivers, as i did not change them before they started. But it is
> possible that this has something to do with an upgrade of alsa-lib which
> i made in connection with a world update.
>
>>
>>> > Then reinstall this package.
>>>
>>> I've just upgraded to 2.6.11-gentoo-r5 und thus recompiled
>>> my alsa drivers - without succes.
>>
>>
>> You do not need the alsa-driver-package, because the drivers
>> are now in the kernel.
>
> Maybe i should have said that more clearly, but by 'alsa drivers' i
> menat the ones privided with the kernel ...
>
>> But after the kernel update, did you
>> also update alsa-lib and optionally - if installed -
>> alsa-utils? I recommend to do so to avoid incompatibilities.
>
> I'll try remerging those packages, allthough my problems are just the
> same as before the kernel upgrade and the packages themselfs are up to
> date - but who knows. I'll post the results of this experiment .

Reemerging alsa-lib revelad some interresting details:
 * If you are using an emu10k1 based sound card, and you are upgrading
 * from a version of alsalib <1.0.6, you will need to recompile packages
 * that link against alsa-lib due to some ABI changes between 1.0.5 and
 * 1.0.6 unique to that hardware. See the following URL for more
information:
http://bugs.gentoo.org/show_bug.cgi?id=65347
Maybe I should look after that ...

>
>>
>>
>>
>>  Best regards
>>
>>
>> ce
>>
>>
>>
>> Jabber: [EMAIL PROTECTED]
>  
>>
>> «Wer Visionen hat, sollte zum Arzt gehen» (Helmut Schmidt)
>>
>>
>>
>> --
>> gentoo-user@gentoo.org
>  
> mailing list
>>
>
> --
> gentoo-user@gentoo.org  mailing list
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

>
>> Well: I've tried oss and alsa because I don't have any
>> other sound systems activated. Both work, but mplayer -ao
>> alsa some_file.avi imediatly kills the gnome-volume-control
>> ...
>
> I'm not familiar with Gnome in common or gnome-volume-control
> in detail, but maybe GVC is buggy or there have been changes
> in ALSA that make GVC incompatible.

Hmm, I don't think that my problems are caused due changes the alsa
drivers, as i did not change them before they started. But it is
possible that this has something to do with an upgrade of alsa-lib which
i made in connection with a world update.

>
>> > Then reinstall this package.
>>
>> I've just upgraded to 2.6.11-gentoo-r5 und thus recompiled
>> my alsa drivers - without succes.
>
>
> You do not need the alsa-driver-package, because the drivers
> are now in the kernel. 

Maybe i should have said that more clearly, but by 'alsa drivers' i
menat the ones privided with the kernel ...

> But after the kernel update, did you
> also update alsa-lib and optionally - if installed -
> alsa-utils? I recommend to do so to avoid incompatibilities.

I'll try remerging those packages, allthough my problems are just the
same as before the kernel upgrade and the packages themselfs are up to
date - but who knows. I'll post the results of this experiment .

>
>
>
>  Best regards
>
>
> ce
>
>
>
> Jabber: [EMAIL PROTECTED] 
>
> «Wer Visionen hat, sollte zum Arzt gehen» (Helmut Schmidt)
>
>
>
> --
> gentoo-user@gentoo.org  mailing list
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> wrote:
>
>> Antonio Coralles wrote:
>>> gentoo-user@gentoo.org
> <mailto:gentoo-user@gentoo.org> <mailto:gentoo-user@gentoo.org> wrote:
>>>
>>>
>>>>Sometimes [about 1 in 3 times] my internet connection does not work
>>>>directly after booting. After restarting the net.eth0 script all is
>>>>fine. As this behavour is rather new to me, and this is a bit annyoing
>>>>[particullary for people without root access] i would like to know if
>>>>someone has had similar problems and/or any ideas .
>>>>
>> [snip]
>>> antonio
>>
>> I had this too on my at home computer.
>> No time to investigate it. Emereged "net-misc/pump" and it work all the
>> times.
>>
> Ok, pump merged ... Will my net.eth0 script now use pump automatically
> after unmerging dhcpd or are some further interventions needed ?
> antonio
>
Ok, i'm anserwing myself - maybe this is interresting to somebody:
To switch from dhcpcd to pump i did:
#emerge pump;
#rc-update del net.eth0 default;
#echo "pump" >> /etc/conf.d/local.start

antonio


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

>
>> Maybe i exagerated a bit:
>> beep-media-player dies immediatley when playing a file. And
>> while I can listen to music in xine, xine dies when trying
>> to play a avi file with 'xiTK received SIGSEGV signal,
>> RIP.' Playing movies using mplayer works ...
>
> Try mplayer -ao help to see a list of available
> audio-subsystems.
>
> Then try the different audio systems, maybe
>
> mplayer -ao esound pathtovideo.avi
>
> Try different soundsystems until perhaps one of them even
> crashes with mplayer.

Well: I've tried oss and alsa because I don't have any other sound
systems activated. Both work, but mplayer -ao alsa some_file.avi
imediatly kills the gnome-volume-control ...

>
> Then reinstall this package.
>
I've just upgraded to 2.6.11-gentoo-r5 und thus recompiled my alsa
drivers - without succes.

> I do not know if it will work, but that's what I'd try first.
>
>
>  Best regards
>
>
> ce
> --
> gentoo-user@gentoo.org  mailing list
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> I don't know what exactly is respnsible for that, but i guess it had
> something to do with my latest world update. According to genlop and my
> memory [i've merged a lot of other thing since then] this update looked
> like this:
>
>  Sat Mar 26 12:52:45 2005 >>> dev-java/blackdown-jdk-1.4.1-r1
>  Sat Mar 26 14:32:26 2005 >>> sys-libs/glibc-2.3.4.20041102-r1
>  Sat Mar 26 14:37:37 2005 >>> sys-kernel/gentoo-dev-sources-2.6.11-r4
>  Sat Mar 26 14:38:16 2005 >>> media-sound/alsa-headers-1.0.8
>  Sat Mar 26 14:42:07 2005 >>> media-libs/alsa-lib-1.0.8
>  Sat Mar 26 14:43:07 2005 >>> media-sound/alsa-utils-1.0.8
>  Sat Mar 26 14:46:50 2005 >>> media-libs/svgalib-1.9.19-r3
>  Sat Mar 26 14:51:51 2005 >>> dev-libs/glib-2.6.2-r1
>  Sat Mar 26 14:56:21 2005 >>> x11-libs/pango-1.8.1
>  Sat Mar 26 14:57:10 2005 >>> x11-misc/shared-mime-info-0.14-r2
>  Sat Mar 26 15:28:00 2005 >>> x11-libs/gtk+-2.6.2
>  Sat Mar 26 15:36:35 2005 >>> gnome-base/libgnomeui-2.8.1-r1
>  Sat Mar 26 15:38:45 2005 >>> media-libs/giflib-4.1.3
>  Sat Mar 26 15:47:46 2005 >>> media-sound/xmms-1.2.10-r13
>  Sat Mar 26 15:48:33 2005 >>> dev-java/jdepend-2.8.1
>  Sat Mar 26 15:49:07 2005 >>> dev-java/jsch-0.1.18
>  Sat Mar 26 16:53:02 2005 >>> x11-libs/qt-3.3.4-r2
>  Sat Mar 26 17:23:17 2005 >>> kde-base/arts-1.3.2-r1
>  Sat Mar 26 17:25:20 2005 >>> media-plugins/xmms-arts-0.7.1-r1
>  Sat Mar 26 17:30:35 2005 >>> media-plugins/xmms-mikmod-1.2.10
>  Sat Mar 26 17:35:45 2005 >>> media-plugins/xmms-vorbis-1.2.10-r1
>  Sat Mar 26 17:37:27 2005 >>> media-plugins/xmms-mad-0.8
>  Sat Mar 26 17:43:21 2005 >>> media-plugins/xmms-esd-1.2.10-r1
>  Sat Mar 26 17:48:02 2005 >>> media-plugins/xmms-oss-1.2.10
>  Sat Mar 26 17:52:41 2005 >>> media-plugins/xmms-alsa-1.2.10
>  Sat Mar 26 17:54:47 2005 >>> dev-util/strace-4.5.9
>  Sat Mar 26 17:59:37 2005 >>> media-libs/libdv-0.102
>  Sat Mar 26 18:13:31 2005 >>> app-text/opensp-1.5.1
>  Sat Mar 26 18:14:42 2005 >>> app-text/docbook-xsl-stylesheets-1.66.1
>  Sat Mar 26 18:18:53 2005 >>> net-misc/curl-7.13.1
>  Sat Mar 26 18:35:52 2005 >>> app-text/ghostscript-7.07.1-r8
>  Sat Mar 26 19:02:33 2005 >>> media-gfx/imagemagick-6.2.0.4
>  Sat Mar 26 19:08:42 2005 >>> net-misc/openssh-3.9_p1-r2
>  Sat Mar 26 19:10:35 2005 >>> sys-apps/usbutils-0.11-r5
>  Sat Mar 26 19:12:51 2005 >>> media-plugins/gst-plugins-vorbis-0.8.7
>  Sat Mar 26 19:14:52 2005 >>> media-plugins/gst-plugins-ogg-0.8.7
>  Sat Mar 26 19:16:45 2005 >>> media-plugins/gst-plugins-mad-0.8.7
>  Sat Mar 26 19:36:53 2005 >>> x11-libs/openmotif-2.2.3-r3
>  Sat Mar 26 19:53:25 2005 >>> dev-util/ddd-3.3.10
>  Sat Mar 26 19:58:04 2005 >>> app-misc/mc-4.6.0-r13
>  Sat Mar 26 20:02:30 2005 >>> media-gfx/gimp-print-4.2.7
>  Sat Mar 26 20:04:24 2005 >>> dev-libs/libpcre-5.0
>  Sat Mar 26 20:08:12 2005 >>> app-arch/tar-1.15.1
>  Sat Mar 26 20:11:57 2005 >>> media-libs/imlib2-1.2.0-r2
>  Sat Mar 26 20:13:34 2005 >>> media-libs/libexif-0.5.12-r2
>  Sat Mar 26 20:14:21 2005 >>> dev-perl/PodParser-1.28
>  Sat Mar 26 20:15:12 2005 >>> dev-perl/DB_File-1.811
>  Sat Mar 26 20:15:46 2005 >>> dev-perl/IO-Socket-SSL-0.96
>  Sat Mar 26 20:17:14 2005 >>> mail-filter/spamassassin-3.0.2-r1
>  Sat Mar 26 20:17:49 2005 >>> www-client/mozilla-launcher-1.30
>  Sat Mar 26 20:18:16 2005 >>> net-mail/mailbase-0.00-r8
>  Sat Mar 26 20:18:53 2005 >>> mail-mta/ssmtp-2.61
>  Sat Mar 26 20:19:56 2005 >>> media-gfx/xloadimage-4.1-r3
>  Sat Mar 26 22:08:26 2005 >>> www-client/mozilla-1.7.6-r1
>  Sat Mar 26 23:42:37 2005 >>> mail-client/mozilla-thunderbird-1.0.2
>  Sat Mar 26 23:43:38 2005 >>> dev-python/pyrex-0.9.3-r1
>  Sat Mar 26 23:49:38 2005 >>> sys-apps/dbus-0.23-r3
>  Sat Mar 26 23:50:26 2005 >>> sys-libs/libcap-1.10-r5
>  Sat Mar 26 23:53:26 2005 >>> sys-apps/hal-0.4.5-r2
>  Sat Mar 26 23:53:59 2005 >>> dev-perl/extutils-depends-0.205
>  Sat Mar 26 23:54:31 2005 >>> dev-perl/extutils-pkgconfig-1.07
>  Sat Mar 26 23:55:37 2005 >>> dev-perl/glib-perl-1.062
>  Sun Mar 27 00:04:13 2005 >>> dev-perl/gtk2-perl-1.062
>  Sun Mar 27 00:04:48 2005 >>> sys-block/gpart-0.1h-r1
>  Sun Mar 27 00:07:59 2005 >>> app-editors/scite-1.6.2
>  Sun Mar 27 00:09:09 2005 >>> sys-apps/net-tools-1.60-r11
>  Sun Mar 27 00:11:27 2005 >>> media-plugins/gst-plugins-xvideo-0.8.7
>  Sun Mar 27 00:13:29 2005 >>> media-plugins/gst-plugins-gnomevfs-0.8.7
>  Sun Mar 27 00:15:16 2005 >>> net-misc/rsync-2.6.0-r4
>  Sun Mar 27 03:03:54 2005 >>> kde-base/kdelibs-3.3.2-r7
>  Sun Mar 27 03:04:21 2005 >>> sys-apps/memtest86+-1.51
>
> However, since this upgrade the gnome-volume-control applet dies
> 'unexpectedly' nearly all the time when i start playing a file in xmms,
> totem, mplayer, xine ... or close one of these progs

[gentoo-user] gnome-volume-control dies

2005-04-03 Thread Antonio Coralles
I don't know what exactly is respnsible for that, but i guess it had
something to do with my latest world update. According to genlop and my
memory [i've merged a lot of other thing since then] this update looked
like this:

 Sat Mar 26 12:52:45 2005 >>> dev-java/blackdown-jdk-1.4.1-r1
 Sat Mar 26 14:32:26 2005 >>> sys-libs/glibc-2.3.4.20041102-r1
 Sat Mar 26 14:37:37 2005 >>> sys-kernel/gentoo-dev-sources-2.6.11-r4
 Sat Mar 26 14:38:16 2005 >>> media-sound/alsa-headers-1.0.8
 Sat Mar 26 14:42:07 2005 >>> media-libs/alsa-lib-1.0.8
 Sat Mar 26 14:43:07 2005 >>> media-sound/alsa-utils-1.0.8
 Sat Mar 26 14:46:50 2005 >>> media-libs/svgalib-1.9.19-r3
 Sat Mar 26 14:51:51 2005 >>> dev-libs/glib-2.6.2-r1
 Sat Mar 26 14:56:21 2005 >>> x11-libs/pango-1.8.1
 Sat Mar 26 14:57:10 2005 >>> x11-misc/shared-mime-info-0.14-r2
 Sat Mar 26 15:28:00 2005 >>> x11-libs/gtk+-2.6.2
 Sat Mar 26 15:36:35 2005 >>> gnome-base/libgnomeui-2.8.1-r1
 Sat Mar 26 15:38:45 2005 >>> media-libs/giflib-4.1.3
 Sat Mar 26 15:47:46 2005 >>> media-sound/xmms-1.2.10-r13
 Sat Mar 26 15:48:33 2005 >>> dev-java/jdepend-2.8.1
 Sat Mar 26 15:49:07 2005 >>> dev-java/jsch-0.1.18
 Sat Mar 26 16:53:02 2005 >>> x11-libs/qt-3.3.4-r2
 Sat Mar 26 17:23:17 2005 >>> kde-base/arts-1.3.2-r1
 Sat Mar 26 17:25:20 2005 >>> media-plugins/xmms-arts-0.7.1-r1
 Sat Mar 26 17:30:35 2005 >>> media-plugins/xmms-mikmod-1.2.10
 Sat Mar 26 17:35:45 2005 >>> media-plugins/xmms-vorbis-1.2.10-r1
 Sat Mar 26 17:37:27 2005 >>> media-plugins/xmms-mad-0.8
 Sat Mar 26 17:43:21 2005 >>> media-plugins/xmms-esd-1.2.10-r1
 Sat Mar 26 17:48:02 2005 >>> media-plugins/xmms-oss-1.2.10
 Sat Mar 26 17:52:41 2005 >>> media-plugins/xmms-alsa-1.2.10
 Sat Mar 26 17:54:47 2005 >>> dev-util/strace-4.5.9
 Sat Mar 26 17:59:37 2005 >>> media-libs/libdv-0.102
 Sat Mar 26 18:13:31 2005 >>> app-text/opensp-1.5.1
 Sat Mar 26 18:14:42 2005 >>> app-text/docbook-xsl-stylesheets-1.66.1
 Sat Mar 26 18:18:53 2005 >>> net-misc/curl-7.13.1
 Sat Mar 26 18:35:52 2005 >>> app-text/ghostscript-7.07.1-r8
 Sat Mar 26 19:02:33 2005 >>> media-gfx/imagemagick-6.2.0.4
 Sat Mar 26 19:08:42 2005 >>> net-misc/openssh-3.9_p1-r2
 Sat Mar 26 19:10:35 2005 >>> sys-apps/usbutils-0.11-r5
 Sat Mar 26 19:12:51 2005 >>> media-plugins/gst-plugins-vorbis-0.8.7
 Sat Mar 26 19:14:52 2005 >>> media-plugins/gst-plugins-ogg-0.8.7
 Sat Mar 26 19:16:45 2005 >>> media-plugins/gst-plugins-mad-0.8.7
 Sat Mar 26 19:36:53 2005 >>> x11-libs/openmotif-2.2.3-r3
 Sat Mar 26 19:53:25 2005 >>> dev-util/ddd-3.3.10
 Sat Mar 26 19:58:04 2005 >>> app-misc/mc-4.6.0-r13
 Sat Mar 26 20:02:30 2005 >>> media-gfx/gimp-print-4.2.7
 Sat Mar 26 20:04:24 2005 >>> dev-libs/libpcre-5.0
 Sat Mar 26 20:08:12 2005 >>> app-arch/tar-1.15.1
 Sat Mar 26 20:11:57 2005 >>> media-libs/imlib2-1.2.0-r2
 Sat Mar 26 20:13:34 2005 >>> media-libs/libexif-0.5.12-r2
 Sat Mar 26 20:14:21 2005 >>> dev-perl/PodParser-1.28
 Sat Mar 26 20:15:12 2005 >>> dev-perl/DB_File-1.811
 Sat Mar 26 20:15:46 2005 >>> dev-perl/IO-Socket-SSL-0.96
 Sat Mar 26 20:17:14 2005 >>> mail-filter/spamassassin-3.0.2-r1
 Sat Mar 26 20:17:49 2005 >>> www-client/mozilla-launcher-1.30
 Sat Mar 26 20:18:16 2005 >>> net-mail/mailbase-0.00-r8
 Sat Mar 26 20:18:53 2005 >>> mail-mta/ssmtp-2.61
 Sat Mar 26 20:19:56 2005 >>> media-gfx/xloadimage-4.1-r3
 Sat Mar 26 22:08:26 2005 >>> www-client/mozilla-1.7.6-r1
 Sat Mar 26 23:42:37 2005 >>> mail-client/mozilla-thunderbird-1.0.2
 Sat Mar 26 23:43:38 2005 >>> dev-python/pyrex-0.9.3-r1
 Sat Mar 26 23:49:38 2005 >>> sys-apps/dbus-0.23-r3
 Sat Mar 26 23:50:26 2005 >>> sys-libs/libcap-1.10-r5
 Sat Mar 26 23:53:26 2005 >>> sys-apps/hal-0.4.5-r2
 Sat Mar 26 23:53:59 2005 >>> dev-perl/extutils-depends-0.205
 Sat Mar 26 23:54:31 2005 >>> dev-perl/extutils-pkgconfig-1.07
 Sat Mar 26 23:55:37 2005 >>> dev-perl/glib-perl-1.062
 Sun Mar 27 00:04:13 2005 >>> dev-perl/gtk2-perl-1.062
 Sun Mar 27 00:04:48 2005 >>> sys-block/gpart-0.1h-r1
 Sun Mar 27 00:07:59 2005 >>> app-editors/scite-1.6.2
 Sun Mar 27 00:09:09 2005 >>> sys-apps/net-tools-1.60-r11
 Sun Mar 27 00:11:27 2005 >>> media-plugins/gst-plugins-xvideo-0.8.7
 Sun Mar 27 00:13:29 2005 >>> media-plugins/gst-plugins-gnomevfs-0.8.7
 Sun Mar 27 00:15:16 2005 >>> net-misc/rsync-2.6.0-r4
 Sun Mar 27 03:03:54 2005 >>> kde-base/kdelibs-3.3.2-r7
 Sun Mar 27 03:04:21 2005 >>> sys-apps/memtest86+-1.51

However, since this upgrade the gnome-volume-control applet dies
'unexpectedly' nearly all the time when i start playing a file in xmms,
totem, mplayer, xine ... or close one of these progs. I've allready
tried to rebuild gnome-panel [i think that contains the volume-control,
but i'm not shure about that ... ] without succes. Besides of the stange
behavour of the gnome-volume

Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> Antonio Coralles wrote:
>> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> wrote:
>>
>>
>>>Sometimes [about 1 in 3 times] my internet connection does not work
>>>directly after booting. After restarting the net.eth0 script all is
>>>fine. As this behavour is rather new to me, and this is a bit annyoing
>>>[particullary for people without root access] i would like to know if
>>>someone has had similar problems and/or any ideas .
>>>
> [snip]
>> antonio
>
> I had this too on my at home computer.
> No time to investigate it. Emereged "net-misc/pump" and it work all the
> times.
>
Ok, pump merged ... Will my net.eth0 script now use pump automatically
after unmerging dhcpd or are some further interventions needed ?
antonio
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restart

2005-04-03 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> Sometimes [about 1 in 3 times] my internet connection does not work
> directly after booting. After restarting the net.eth0 script all is
> fine. As this behavour is rather new to me, and this is a bit annyoing
> [particullary for people without root access] i would like to know if
> someone has had similar problems and/or any ideas .
>
> Here is the  output of rc-update show (only active components are listed):
>
> alsasound | boot
> bootmisc | boot
> checkfs | boot
> clock | boot
> coldplug | boot
> consolefont | boot
> domainname |  default
> famd |  default
> hostname | boot
> hotplug | boot
> keymaps | boot
> local |  default nonetwork
> localmount | boot
> metalog |  default
> modules | boot
> net.eth0 |  default
> net.lo | boot
> netmount |  default
> rmnologin | boot
> serial | boot
> urandom | boot
> xdm |  default
>
> Maybe this is also helpfull:
> Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5,
> glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686)
>
>
Well, i've investigated this problem i bit now:
The problem doesn't seem to be the timeout of dhcpd or some strange
hotplug quirks. Normally, when i watched my system booting, i saw
something like '* Bringing eth0 up by DHCPD [OK]' . This line is no
longer there, allthough net.eth0 is in my default runlevel, and when I
start it manually i see this. Besides, net.eth0 doesn't apear in
rc-status [directly after booting]... . I've allready tried removing and
readding eth0 to the default runlevel, well I eaven tried to add it to
the boot runlevel - without sucess, it doesn't show up during boot, and
i've to restart the script manually sometimes to get a working
connection to the internet. Is it possible that it conficts with another
script ?

antonio


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-01 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

>
> On Mar 31, 2005, at 8:01 pm, Antonio Coralles wrote:
> >
> > Maybe this is also helpfull:
> > Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5,
> > glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686)
>
> Which version of baselayout are you using, please? I can't pretend to
> be an expert on it, but I have done some experimentation with the
> testing ebuilds around 1.11.10 & this sort of behaviour sounds kinda
> familliar.
>
I'm using baselayout 1.9.4-r6 ... According to genloop the last time i
updated it was 
Tue Oct 26 09:35:43 2004 but my problem occured about one week ago.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-03-31 Thread Antonio Coralles

>> Is it possible to tell dhcpd to wait longer for a response, or eaven
>> retry automatically in periodic time intervals if not succesfull ?
>
> Yep.  Check the man pages and it should tell you what options to put
> in your
> config file.

Well, i looked at the man page and found that the timeout can specified
by dhcpcd -t   . After some further explorations throgh the
manpage and the net.eth0 script, my attention focused on the file
/etc/conf.d/net, where i found the comment '# For passing options to
dhcpcd use dhcpcd_eth?'. Thus, is it correct to add 'dhcpcd_eth0="-t
120" to this file ?

thanks,
antonio

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-03-31 Thread Antonio Coralles
Dave Nebinger wrote:

> > Sometimes [about 1 in 3 times] my internet connection does not work
> > directly after booting. After restarting the net.eth0 script all is
> > fine. As this behavour is rather new to me, and this is a bit annyoing
> > [particullary for people without root access] i would like to know if
> > someone has had similar problems and/or any ideas .
>
> Anything in the system logs?  Any errors reported by dmesg?

Well, dmesg looked fine, but I maybe found something in
/var/log/everything/current:

# during boot ##
Mar 31 15:31:31 [kernel] NET: Registered protocol family 10
Mar 31 15:31:31 [net.agent] add event not handled
# guess this line is the problem #
Mar 31 15:32:07 [dhcpcd] timed out waiting for a valid DHCP server response_
# guess this line is the problem #
# during boot ##
# manual restart of the script #
Mar 31 15:32:09 [su(pam_unix)] session opened for user root by
antonio(uid=1000)
Mar 31 15:32:25 [kernel] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
Mar 31 15:33:45 [dhcpcd] terminating on signal 2_
Mar 31 15:33:47 [kernel] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
Mar 31 15:33:56 [dhcpcd] terminating on signal 2_
Mar 31 15:34:02 [rc-scripts] ERROR:  "net.eth0" has not yet been started.
Mar 31 15:34:08 [kernel] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
Mar 31 15:35:31 [su(pam_unix)] session closed for user root
# manual restart of the script #

Is it possible to tell dhcpd to wait longer for a response, or eaven
retry automatically in periodic time intervals if not succesfull ?

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



[gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restart

2005-03-31 Thread Antonio Coralles
Sometimes [about 1 in 3 times] my internet connection does not work
directly after booting. After restarting the net.eth0 script all is
fine. As this behavour is rather new to me, and this is a bit annyoing
[particullary for people without root access] i would like to know if
someone has had similar problems and/or any ideas .

Here is the  output of rc-update show (only active components are listed):

alsasound | boot
bootmisc | boot
checkfs | boot
clock | boot
coldplug | boot
consolefont | boot
domainname |  default
famd |  default
hostname | boot
hotplug | boot
keymaps | boot
local |  default nonetwork
localmount | boot
metalog |  default
modules | boot
net.eth0 |  default
net.lo | boot
netmount |  default
rmnologin | boot
serial | boot
urandom | boot
xdm |  default

Maybe this is also helpfull:
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5,
glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686)

Thanks,
antonio

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage and package specific CFLAGS

2005-03-31 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Nick Rout wrote:
>> I thought perhaps
>>
>> CFLAGS="whatever" CXXFLAGS="${CFLAGS}" emerge foo
>>
>> no doubt some dev guru will tell me I am way out of line :-)
>
> wrong! there's nothing wrong with doing that.  If it was something like
> ACCEPT_KEYWORDS you were setting, that'd be different :)
>
> One thing to note though, is that your reasoning is flawed when setting
> CXXFLAGS to $CFLAGS.  CFLAGS wont be equal to "whatever" until after
> you hit
> enter, so unless CFLAGS is already set in your env, CXXFLAGS will be
> null.  If
> it is set in your env, CXXFLAGS will be whatever CFLAGS is in your
> env, not
> "whatever".
>
So, the correct way would be (??):
#CFLAGS="whatever"
#CXXFLAGS=CFLAGS
#emerge something

> Cheers
> - --
> Zeere's nu secret tu belunce-a.  Yuoo joost hefe-a tu feel zee vefes.
> Bork Bork Bork!
>
>   -- Dervee Oodrede-a
>
antonio
--
gentoo-user@gentoo.org mailing list



[gentoo-user] removing net-misc/dhcpcd

2005-03-30 Thread Antonio Coralles
'emerge --depclean' suggests removing  net-misc/dhcpcd allthough i
recieve my ip-address via dhcpd ... So, is it save to remove it ?
--
gentoo-user@gentoo.org mailing list



[gentoo-user] portage and package specific CFLAGS

2005-03-30 Thread Antonio Coralles
How can I tell portage to use specific CFLAGS for a particular package
without temporary changing my /etc/make.conf  ?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] clock too fast

2005-03-30 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> Hi,
>
> On Tue, 29 Mar 2005 15:07:28 +0200
> Antonio Coralles <[EMAIL PROTECTED] > wrote:
>
>> >> I've a strange problem:  The clock of my computer ticks to fast -
>  i get
>> >> an error of about 30 minutes per day ...
>> >> This problem just occured recently - a few days ago everthing was ok,
>> >> possibly before 'emerge -up --deep world' ...
>> >> Maybe someone can give me a hint.
>> > Otherwise, what is in /etc/adjtime?
>>
>> 3019.632059 1112090516 0.00
>> 1112090516
>> LOCAL
>
> OK, that means that the clock is supposed to drift for 3020sek per day...
>
>> > [Hint: man hwclock] So read carefully
>> > the "adjust clock" section of that aforementioned man page.
>>
>> I'll look after that, even if i think that now the clock works again
>> [i've adjusted it a few hours ago and didn't loose a minute]. What i
>> have done was switching from winter to summer time by manually adding
>> one hour to the actual time - maybe my problem has something to do with
>> that; For now i'm going to observe my clock closely; Should it continue
>> to behave strange i'll look at the suggested manpage. Thanks for your
>> help ..
>
> Yes, it's because you've reset the clock. If you're not using other OS
> that don't support this, you should consider to use the UTC for the
> hardware clock. The glibc then cares for the daylight savings time and
> timezone.
>
> When you reset the clock, hwclock does interpret this as correcting a
> wrong time and calculates the drift from that and write it to /etc/
> adjtime. You should replace the first number in /etc/adjtime to "0.0"
> to reset the drift. 

Thanks - that solved my problem !

> Otherwise your hardware time will be reset on next
> boot with the calculated drift. It's off again, then. That's because
> time is read only at boot time and may be written to the hwclock at
> shutdown (depends on boot scripts, but i think it's done this way). On
> next bootup the hw clock is supposed to be off depending on the drift
> and is "corrected" then.
>
> So it seems to me that your problem is not yet solved... But it's easy
> to do as you see.
>
>
> HWH
>
> PS: You seem to live in a german speaking area like me, so this may be
> interesting: http://www.linux-ag.de/linux/LHB/node149.html
> it's a little out of date (uses "clock" instead of "hwclock") but the
> general concepts are well described.
> --
> gentoo-user@gentoo.org  mailing list

antonio

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] clock too fast

2005-03-29 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> Hi,
>
> On Tue, 29 Mar 2005 12:58:44 +0200
> Antonio Coralles <[EMAIL PROTECTED] > wrote:
>
>> I've a strange problem:  The clock of my computer ticks to fast -  i get
>> an error of about 30 minutes per day ...
>> This problem just occured recently - a few days ago everthing was ok,
>> possibly before 'emerge -up --deep world' ...
>> Maybe someone can give me a hint.
>
> Do you have a ntp server running?

No ...

>
> Otherwise, what is in /etc/adjtime?

3019.632059 1112090516 0.00
1112090516
LOCAL

> The first value is the daily drift. See the man page from "hwclock" for
> some information about how these values are calculated. I guess you've
> made a "big jump" by using hwclock to set the time, maybe because you
> switched from local timezone to UTC for the hw clock. So read carefully
> the "adjust clock" section of that aforementioned man page.

I'll look after that, even if i think that now the clock works again
[i've adjusted it a few hours ago and didn't loose a minute]. What i
have done was switching from winter to summer time by manually adding
one hour to the actual time - maybe my problem has something to do with
that; For now i'm going to observe my clock closely; Should it continue
to behave strange i'll look at the suggested manpage. Thanks for your
help ..
antonio

>
>
> HWH
> --
> gentoo-user@gentoo.org  mailing list
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] clock too fast

2005-03-29 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> On Tue, 29 Mar 2005 12:58:44 +0200, Antonio Coralles wrote:
>
> > This problem just occured recently - a few days ago everthing was ok,
> > possibly before 'emerge -up --deep world' ...
> > Maybe someone can give me a hint.
>
> It is difficult without knowing what you installed in your world update.
> The output of  "genlop --list --date last week" would help. emerge genlop
> if you don't already have it.


ok, here is what what i got:

 Thu Mar 24 21:40:25 2005 >>> www-client/mozilla-launcher-1.29
 Thu Mar 24 22:36:28 2005 >>> www-client/mozilla-firefox-1.0.2
 Thu Mar 24 23:32:05 2005 >>> sys-libs/gpm-1.20.1-r4
 Thu Mar 24 23:32:23 2005 >>> sys-devel/gnuconfig-20050223
 Thu Mar 24 23:37:53 2005 >>> sys-devel/gettext-0.14.1
 Thu Mar 24 23:38:27 2005 >>> sys-devel/m4-1.4.2-r1
 Thu Mar 24 23:39:44 2005 >>> sys-apps/texinfo-4.8
 Thu Mar 24 23:41:00 2005 >>> sys-libs/db-1.85-r2
 Thu Mar 24 23:53:07 2005 >>> dev-lang/perl-5.8.5-r5
 Thu Mar 24 23:53:54 2005 >>> sys-apps/miscfiles-1.4.2
 Thu Mar 24 23:54:38 2005 >>> sys-libs/cracklib-2.7-r11
 Thu Mar 24 23:55:54 2005 >>> media-libs/libpng-1.2.8
 Fri Mar 25 01:14:20 2005 >>> dev-util/cmake-2.0.5
 Fri Mar 25 10:41:01 2005 >>> app-crypt/gnupg-1.4.1
 Sat Mar 26 12:52:45 2005 >>> dev-java/blackdown-jdk-1.4.1-r1
 Sat Mar 26 14:32:26 2005 >>> sys-libs/glibc-2.3.4.20041102-r1
 Sat Mar 26 14:37:37 2005 >>> sys-kernel/gentoo-dev-sources-2.6.11-r4
 Sat Mar 26 14:38:16 2005 >>> media-sound/alsa-headers-1.0.8
 Sat Mar 26 14:42:07 2005 >>> media-libs/alsa-lib-1.0.8
 Sat Mar 26 14:43:07 2005 >>> media-sound/alsa-utils-1.0.8
 Sat Mar 26 14:46:50 2005 >>> media-libs/svgalib-1.9.19-r3
 Sat Mar 26 14:51:51 2005 >>> dev-libs/glib-2.6.2-r1
 Sat Mar 26 14:56:21 2005 >>> x11-libs/pango-1.8.1
 Sat Mar 26 14:57:10 2005 >>> x11-misc/shared-mime-info-0.14-r2
 Sat Mar 26 15:28:00 2005 >>> x11-libs/gtk+-2.6.2
 Sat Mar 26 15:36:35 2005 >>> gnome-base/libgnomeui-2.8.1-r1
 Sat Mar 26 15:38:45 2005 >>> media-libs/giflib-4.1.3
 Sat Mar 26 15:47:46 2005 >>> media-sound/xmms-1.2.10-r13
 Sat Mar 26 15:48:33 2005 >>> dev-java/jdepend-2.8.1
 Sat Mar 26 15:49:07 2005 >>> dev-java/jsch-0.1.18
 Sat Mar 26 16:53:02 2005 >>> x11-libs/qt-3.3.4-r2
 Sat Mar 26 17:23:17 2005 >>> kde-base/arts-1.3.2-r1
 Sat Mar 26 17:25:20 2005 >>> media-plugins/xmms-arts-0.7.1-r1
 Sat Mar 26 17:30:35 2005 >>> media-plugins/xmms-mikmod-1.2.10
 Sat Mar 26 17:35:45 2005 >>> media-plugins/xmms-vorbis-1.2.10-r1
 Sat Mar 26 17:37:27 2005 >>> media-plugins/xmms-mad-0.8
 Sat Mar 26 17:43:21 2005 >>> media-plugins/xmms-esd-1.2.10-r1
 Sat Mar 26 17:48:02 2005 >>> media-plugins/xmms-oss-1.2.10
 Sat Mar 26 17:52:41 2005 >>> media-plugins/xmms-alsa-1.2.10
 Sat Mar 26 17:54:47 2005 >>> dev-util/strace-4.5.9
 Sat Mar 26 17:59:37 2005 >>> media-libs/libdv-0.102
 Sat Mar 26 18:13:31 2005 >>> app-text/opensp-1.5.1
 Sat Mar 26 18:14:42 2005 >>> app-text/docbook-xsl-stylesheets-1.66.1
 Sat Mar 26 18:18:53 2005 >>> net-misc/curl-7.13.1
 Sat Mar 26 18:35:52 2005 >>> app-text/ghostscript-7.07.1-r8
 Sat Mar 26 19:02:33 2005 >>> media-gfx/imagemagick-6.2.0.4
 Sat Mar 26 19:08:42 2005 >>> net-misc/openssh-3.9_p1-r2
 Sat Mar 26 19:10:35 2005 >>> sys-apps/usbutils-0.11-r5
 Sat Mar 26 19:12:51 2005 >>> media-plugins/gst-plugins-vorbis-0.8.7
 Sat Mar 26 19:14:52 2005 >>> media-plugins/gst-plugins-ogg-0.8.7
 Sat Mar 26 19:16:45 2005 >>> media-plugins/gst-plugins-mad-0.8.7
 Sat Mar 26 19:36:53 2005 >>> x11-libs/openmotif-2.2.3-r3
 Sat Mar 26 19:53:25 2005 >>> dev-util/ddd-3.3.10
 Sat Mar 26 19:58:04 2005 >>> app-misc/mc-4.6.0-r13
 Sat Mar 26 20:02:30 2005 >>> media-gfx/gimp-print-4.2.7
 Sat Mar 26 20:04:24 2005 >>> dev-libs/libpcre-5.0
 Sat Mar 26 20:08:12 2005 >>> app-arch/tar-1.15.1
 Sat Mar 26 20:11:57 2005 >>> media-libs/imlib2-1.2.0-r2
 Sat Mar 26 20:13:34 2005 >>> media-libs/libexif-0.5.12-r2
 Sat Mar 26 20:14:21 2005 >>> dev-perl/PodParser-1.28
 Sat Mar 26 20:15:12 2005 >>> dev-perl/DB_File-1.811
 Sat Mar 26 20:15:46 2005 >>> dev-perl/IO-Socket-SSL-0.96
 Sat Mar 26 20:17:14 2005 >>> mail-filter/spamassassin-3.0.2-r1
 Sat Mar 26 20:17:49 2005 >>

Re: [gentoo-user] clock too fast

2005-03-29 Thread Antonio Coralles
gentoo-user@gentoo.org wrote:

> Le mardi 29 mars 2005 à 12:58 +0200, Antonio Coralles a écrit :
> > I've a strange problem:  The clock of my computer ticks to fast -  i get
> > an error of about 30 minutes per day ...
> > This problem just occured recently - a few days ago everthing was ok,
> > possibly before 'emerge -up --deep world' ...
> > Maybe someone can give me a hint.
>
> I've had the same problem for the last few monthes and I've got no idea
> where it came from (I didn't notice immediatly) ...
>
>  Did you recently change your kernel ? Or kernel configuration ? (I
> think the clock is managed by the kernel)

No, i didn't ...

>
>Fred
> -- 
> Frédéric Grosshans <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>>
>
>
> --
> gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> mailing list
>

--
gentoo-user@gentoo.org mailing list



[gentoo-user] clock too fast

2005-03-29 Thread Antonio Coralles
I've a strange problem:  The clock of my computer ticks to fast -  i get
an error of about 30 minutes per day ...
This problem just occured recently - a few days ago everthing was ok,
possibly before 'emerge -up --deep world' ...
Maybe someone can give me a hint.
Thanks
   antonio
--
gentoo-user@gentoo.org mailing list



[gentoo-user] cmake bug ?

2005-03-28 Thread Antonio Coralles
When i try to compile VTK-4.2 by [cd VTK; cmake . or with ccmake .] i
get the following error message, before cmake segfaults:

CMake Error: Error in cmake code at
/mnt/saddam/downloads/VTK/CMake/vtkLoadCMakeExtensions.cmake:7:
LOAD_COMMAND Attempt to load the library
/mnt/saddam/downloads/VTK/CMake/libcmVTK_WRAP_TCL2.so failed. Additional
error info is:
/mnt/saddam/downloads/VTK/CMake/libcmVTK_WRAP_TCL2.so: failed to map
segment from shared object: Operation not permitted
CMake Error: Error in cmake code at
/mnt/saddam/downloads/VTK/CMake/vtkLoadCMakeExtensions.cmake:17:
A command failed during the invocation of macro
"VTK_LOAD_SINGLE_CMAKE_EXTENSION".
Loading VTK command VTK_WRAP_TCL2 - failed
-- Configuring done
Segmentation fault

Here is my configuration:
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5,
glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686)
cmake version 2.0.5

By the way, it seems that i'm not the only one with this kind of
problem: http://vtk.org/pipermail/vtkusers/2004-January/071177.html
Besides, i've allready posted in the VTK mailing list myself
[http://public.kitware.com/pipermail/vtkusers/2005-March/0790(12/16).html]
- but i didn't get a helpfull answer - so i thought that maybe someone
here knows what to do, as it may be a gentoo specific problem.

thanks,
 antonio



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unable to emerge xine-lib

2005-01-30 Thread Antonio Coralles
[EMAIL PROTECTED] wrote:
When I recently tried to switch from xine-lib-1_rc8-r1 to version 1.0 I
got the following error:
* Please uninstall older xine libraries.
* The compilation cannot proceed.
So I "emerge -C xine-lib" but the error remains. The worst is that I
even can't install the e-build for 1_rc8-r1 ... it produces the same 
output.


Well, "emerge sync" solved this problem 
antonio
--
gentoo-user@gentoo.org mailing list


[gentoo-user] portage: invalid command

2005-01-30 Thread Antonio Coralles
I'm just curious to know if there is a way to get rid of
portage: Update command "slotmove =dev-java/rhino-1.5* 1.5" invalid; 
skipping.
portage: Update command "slotmove =dev-java/rhino-1.6* 1.6" invalid; 
skipping.

thanks,
antonio

--
gentoo-user@gentoo.org mailing list


[gentoo-user] unable to emerge xine-lib

2005-01-30 Thread Antonio Coralles
When I recently tried to switch from xine-lib-1_rc8-r1 to version 1.0 I 
got the following error:

* Please uninstall older xine libraries.
* The compilation cannot proceed.
So I "emerge -C xine-lib" but the error remains. The worst is that I 
even can't install the e-build for 1_rc8-r1 ... it produces the same output.

Any ideas ?
thanks,
antonio
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] multiple versions of automake

2005-01-25 Thread Antonio Coralles
[EMAIL PROTECTED] wrote:
On Tue, 2005-01-25 at 22:26 +0100, Antonio Coralles wrote:
> Is there any reason why I should have multiple versions of automake and
> autoconf ? I'm asking this because here is what emerge proposes:
>
> [ebuild  NS   ] sys-devel/autoconf-2.13
> [ebuild  N] sys-devel/autoconf-wrapper-2
> [ebuild U ] sys-devel/autoconf-2.59-r6 [2.59-r5]
> [ebuild UD] sys-devel/automake-1.5 [1.8.5-r1]
> [ebuild  NS   ] sys-devel/automake-1.8.5-r2
> [ebuild  NS   ] sys-devel/automake-1.6.3
> [ebuild  NS   ] sys-devel/automake-1.7.9
> [ebuild  NS   ] sys-devel/automake-1.4_p6
> [ebuild  N] sys-devel/automake-wrapper-1
> [ebuild  NS   ] sys-devel/automake-1.9.4
Do you have ACCEPT_KEYWORDS="~x86"?  Once I set that environment
variable to install a misc. build and then forgot.  Later I ran an
emerge --pretend --deep world and emerge wanted to install all of those
versions.
No, I have some packages listed in my package.mask file, but generally 
I'm using the stable branch.
antonio

--
gentoo-user@gentoo.org mailing list


[gentoo-user] multiple versions of automake

2005-01-25 Thread Antonio Coralles
Is there any reason why I should have multiple versions of automake and 
autoconf ? I'm asking this because here is what emerge proposes:

[ebuild  NS   ] sys-devel/autoconf-2.13
[ebuild  N] sys-devel/autoconf-wrapper-2
[ebuild U ] sys-devel/autoconf-2.59-r6 [2.59-r5]
[ebuild UD] sys-devel/automake-1.5 [1.8.5-r1]
[ebuild  NS   ] sys-devel/automake-1.8.5-r2
[ebuild  NS   ] sys-devel/automake-1.6.3
[ebuild  NS   ] sys-devel/automake-1.7.9
[ebuild  NS   ] sys-devel/automake-1.4_p6
[ebuild  N] sys-devel/automake-wrapper-1
[ebuild  NS   ] sys-devel/automake-1.9.4
--
gentoo-user@gentoo.org mailing list


[gentoo-user] mldonkey-2.5.16-r9 does not compile

2005-01-25 Thread Antonio Coralles
When emerging mldonkey I get this:
/usr/lib/ocaml/lablgtk/gPack.cmi is not a compiled interface
make: *** [src/gtk/configwin/configwin_types.cmx] Error 2
make: *** Waiting for unfinished jobs
!!! ERROR: net-p2p/mldonkey-2.5.16-r9 failed.
antonio
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] nautilus doesn't work

2005-01-24 Thread Antonio Coralles
[EMAIL PROTECTED] wrote:
[EMAIL PROTECTED]  wrote:
PK wrote:
> this is a work around and not the answer but many people arent happy
> with nautilus
>
> some alternatives are konqueror or gentoo
> I myself prefer gentoo ( not the linux distro, the file browser )
I'd vote for Krusader or Gnome Commander, myself. Even before switching
to Openbox from GNOME, I used a different file manager than nautilus.
It's really kinda useless, imo.
This won't so much help if the problem is I/O related in some way (all
file managers are using the same I/O backend), but it is something to
both consider, and to triangulate whether the problem is actually
system-related, or specific to Nautilus.
  This problem is specific for nautilus because in xfce-4.2 everything
works fine 
antonio
Well after I realized that I can delete files with nautilus on that HD 
as long as I do not acces it via the link on my desktop - i've removed 
and recreated that link again and now, it works - with the constaint 
that I cannot move files on this HD to trash ...
antonio

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] nautilus doesn't work

2005-01-24 Thread Antonio Coralles
[EMAIL PROTECTED] wrote:
PK wrote:
> this is a work around and not the answer but many people arent happy
> with nautilus
>
> some alternatives are konqueror or gentoo
> I myself prefer gentoo ( not the linux distro, the file browser )
I'd vote for Krusader or Gnome Commander, myself. Even before switching
to Openbox from GNOME, I used a different file manager than nautilus.
It's really kinda useless, imo.
This won't so much help if the problem is I/O related in some way (all
file managers are using the same I/O backend), but it is something to
both consider, and to triangulate whether the problem is actually
system-related, or specific to Nautilus.
 This problem is specific for nautilus because in xfce-4.2 everything 
works fine 
antonio

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] nautilus doesn't work

2005-01-24 Thread Antonio Coralles
[EMAIL PROTECTED] wrote:
I'm using GNOME-2.8.1 and I've a 30GB disk formated with reiserfs
mounted at mnt/xyz. While I can delete and move files on this disk
through the terminal, I canot do so using nautilus. When I try do delete
a file on this disk with nautilus it just ignores me and does nothing ...
Can anybody tell me how to change this ?
antonio
Mabe i should add that nautilus works fine on my root partition - and 
that the problem I'm talking off occured one or two weeks ago, seemingly 
without any connection.

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


[gentoo-user] nautilus doesn't work

2005-01-24 Thread Antonio Coralles
I'm using GNOME-2.8.1 and I've a 30GB disk formated with reiserfs 
mounted at mnt/xyz. While I can delete and move files on this disk 
through the terminal, I canot do so using nautilus. When I try do delete 
a file on this disk with nautilus it just ignores me and does nothing ...
Can anybody tell me how to change this ?

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


[gentoo-user] automake

2005-01-20 Thread Antonio Coralles
I know that this question doesn't really belong to this mailing list,
but i don't know where to ask instead
Can somebody tell me whats wrong with this Makefile.am:
LDADD = -lboost_date_time -lsqlite
AM_CPPFLAGS = $(GTKMM_CFLAGS) -Wall -DNO_DB_QUERY -DONE_BEG_PER_DAY
-DNO_LONGER_THAN_HOURS24


S_SHARED = shared/timePeriod.hpp shared/timePeriod.cc
shared/calendar.hpp shared/calendar.cc \
  shared/mem.hpp shared/shiftMemory.hpp shared/copiedPtr.hpp
shared/constants.hpp \
  shared/shared.hpp
S_UTILITY = utility/coreUtils.hpp utility/misc.hpp utility/misc.cc \
   utility/simpleUtils.hpp utility/simpleUtils.cc
utility/extendedUtils.hpp \
   utility/extendedUtils.cc utility/private/coreUtilsPrivate.hpp \
   utility/private/coreUtilsPrivate.cc utility/seriesIter.hpp
S_HELPERFUNCTIONS = helperFunctions/exceptionHelpers.hpp
helperFunctions/exceptionHelpers.cc \
   helperFunctions/miscFunctions.hpp
helperFunctions/miscFunctions.cc \
   helperFunctions/numericHelpers.hpp
S_TESTUTILS = testUtils/rand.hpp testUtils/rand.cc
testUtils/testMain.hpp testUtils/testMain.cc
S_SCHEDULE = schedule/schedule.hpp schedule/schedule.cc
S_LABOURLAW = labourLaw/judgeRules.hpp labourLaw/judgeRules.cc \
 labourLaw/judge.hpp labourLaw/judge.cc \
 labourLaw/overtimeRules.hpp labourLaw/overtimeRules.cc \
 labourLaw/overtimeExpert.hpp labourLaw/overtimeExpert.cc \
 labourLaw/treaty.hpp labourLaw/treaty.cc
S_MANPOWER = manpower/worker.hpp manpower/worker.cc \
manpower/poolLabour.hpp manpower/poolLabour.cc
manpower/iRegulator.hpp
S_ORGANIZER = organizer/organizer.hpp organizer/organizer.cc
S_DATASTORAGE = dataStorage/dataStorage.hpp dataStorage/dataStorage.cc \
   dataStorage/parsers.hpp dataStorage/parsers.cc \
   dataStorage/dataWriters.hpp dataStorage/dataWriters.cc
S_HTMLEXPORT = htmlExport/htmlExport.hpp htmlExport/htmlExport.cpp
S_MESSAGEMEM = messageMem/messageMem.hpp messageMem/messageMem.cc

dir_aw = interface/attributeWindow/
dir_lv = interface/listView/
dir_mv = interface/mainWindow/
dir_mi = interface/misc/
dir_si = interface/shiftTable/
s_aw = $(dir_aw)attributeWindow.hpp $(dir_aw)attributeWindow.cc \
  $(dir_aw)needsWindow.hpp $(dir_aw)needsWindow.cc \
  $(dir_aw)shiftAttributeWindow.hpp $(dir_aw)shiftAttributeWindow.cc \
  $(dir_aw)shiftAttributeWindowConnected.hpp
$(dir_aw)shiftAttributeWindowConnected.cc \
  $(dir_aw)shiftPrefWindow.hpp $(dir_aw)shiftPrefWindow.cc \
  $(dir_aw)treatyAttributeMainWindow.hpp
$(dir_aw)treatyAttributeMainWindow.cc \
  $(dir_aw)treatyOvertimeWindow.hpp $(dir_aw)treatyOvertimeWindow.cc \
  $(dir_aw)treatyOvertimeWindowConnected.hpp
$(dir_aw)treatyOvertimeWindowConnected.cc \
  $(dir_aw)treatyRulesWindow.hpp $(dir_aw)treatyRulesWindow.cc \
  $(dir_aw)treatyRulesWindowConnected.hpp
$(dir_aw)treatyRulesWindowConnected.cc \
  $(dir_aw)weekdayPrefWindow.hpp $(dir_aw)weekdayPrefWindow.cc \
  $(dir_aw)workerAttributeWindow.hop $(dir_aw)workerAttributeWindow.cc
s_lv = $(dir_lv)baseView.hpp $(dir_lv)baseView.cc \
  $(dir_lv)shiftsView.hpp $(dir_lv)shiftsView.cc \
  $(dir_lv)shiftsViewConnected.hpp $(dir_lv)shiftsViewConnected.cc \
  $(dir_lv)treatiesView.hpp $(dir_lv)treatiesView.cc \
  $(dir_lv)treatiesViewConnected.hpp
$(dir_lv)treatiesViewConnected.cc \
  $(dir_lv)workersView.hpp $(dir_lv)workersView.cc \
  $(dir_lv)workersViewConnected.hpp $(dir_lv)workersViewConnected.cc
s_mw = $(dir_mw)mainWindow.hpp $(dir_mw)mainWindow.cc
s_mi = $(dir_mi)invalidCharacters.hpp $(dir_mi)invalidCharacters.cc
s_st = $(dir_st)tableField.hpp $(dir_st)tableField.cc \
  $(dir_st)textField.hpp $(dir_st)textField.cc \
  $(dir_st)coloredTextField.hpp $(dir_st)coloredTextField.cc \
  $(dir_st)dateFields.hpp $(dir_st)dateFields.cc \
  $(dir_st)statFields.hpp $(dir_st)statFields.cc \
  $(dir_st)workerScheduleField.hpp $(dir_st)workerScheduleField.cc \
  $(dir_st)poolScheduleField.hpp $(dir_st)poolScheduleField.cc \
  $(dir_st)shiftTable.hpp $(dir_st)shiftTable.cc \
  $(dir_st)shiftTableBox.hpp $(dir_st)shiftTableBox.cc \
  $(dir_st)monthBox.hpp $(dir_st)monthBox.cc

S_CORE = $(S_SHARED) $(S_SCHEDULE) $(S_UTILITY) $(S_HELPERFUNCTIONS)
$(S_LABOURLAW) \
$(S_MANPOWER) $(S_ORGANIZER) $(S_DATASTORAGE) \
$(S_HTMLEXPORT) $(S_MESSAGEMEM)
S_INTERFACE = $(s_aw) $(s_lv) $(s_mw) $(dir_mi) $(s_st)
s_main = main.cc
#

Re: [gentoo-user] ebuild for xine-lib-1_rc8-r1 buggy !

2005-01-10 Thread Antonio Coralles
[EMAIL PROTECTED] wrote:
The ebuild for xine-lib-1_rc8-r1 doesn't set my costum CFLAGS 
properly; at the beginning of the configuration process i got some 
warnings about overriding CFLAGS [ use CFLAGS_AM instead ]. During the 
compeilation i get something like this:


-mcpu=athlon -O3 -pipe -fomit-frame-pointer  <- default settings ?

 -O2 -march=athlon-xp -mmmx -msse -m3dnow -pipe -fomit-frame-pointer  
<- my settings


Maybe somebody can fix this !
Regards,
Antonio
 -- gentoo-user@gentoo.org  mailing list

sorry for the html :-)


--
gentoo-user@gentoo.org mailing list


[gentoo-user] ebuild for xine-lib-1_rc8-r1 buggy !

2005-01-10 Thread Antonio Coralles




The ebuild for xine-lib-1_rc8-r1 doesn't set my costum CFLAGS properly;
at the beginning of the configuration process i got some warnings about
overriding CFLAGS [ use CFLAGS_AM instead ]. During the compeilation i
get something like this:

...
-mcpu=athlon -O3 -pipe -fomit-frame-pointer 
<- default settings ?
...
 -O2 -march=athlon-xp -mmmx -msse -m3dnow -pipe
-fomit-frame-pointer  <- my settings
...

Maybe somebody can fix this !
Regards,
                Antonio



--
gentoo-user@gentoo.org mailing list