[gentoo-user] Re: gnome - circular dependencies?

2006-10-02 Thread karsten
Hey, could anyone give me a hint on the nature of this problem? I have
tried with a completely new portage tree, yet no success. I really have
no clue how this can happen.
anyone?

thanks for any help!

KArsten


> hm, I get this trying to emerge gnome. I use the ~arch keyword and
just
> now did emerge --sync. Someone got an idea what is wrong here?
> 
> 
> rambazamba karsten # emerge -p gnome
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> !!! Error: circular dependencies:
> 
> ebuild / dev-perl/libwww-perl-5.805 merge depends on
>ebuild / dev-perl/Crypt-SSLeay-0.51-r1 merge (hard)
> ebuild / dev-perl/Crypt-SSLeay-0.51-r1 merge depends on
>ebuild / dev-perl/libwww-perl-5.805 merge (hard)
> ebuild / gnome-base/gnome-2.14.2 merge depends on
>ebuild / mail-client/evolution-2.6.2-r1 merge (hard)
> ebuild / mail-client/evolution-2.6.2-r1 merge depends on
>ebuild / mail-filter/spamassassin-3.1.5 merge (hard)
> ebuild / mail-filter/spamassassin-3.1.5 merge depends on
>ebuild / dev-perl/libwww-perl-5.805 merge (hard)
> 
> Greets, 
> 
> Karsten
> 




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] pcmcia confusion

2006-09-20 Thread karsten
hi list: I have troubles to understand what I should be using to get a
RME HDSP Multiface working properly on my laptop. I just realised that
the pcmcia-cs package is obsolete and I should use pcmciautils instead.
I googled around for a bit to find a gentoo howto, 

http://gentoo-wiki.com/HARDWARE_PCMCIA_NIC

and tried to follow that to get the new way working. The problem is
though, that when I, following the tutorial, 
emerge -av pcmcia pcmcia-cs-cis 

--> [blocks B ] sys-apps/pcmcia-cs (is blocking
sys-apps/pcmcia-cs-cis-3.2.8-r1)
[ebuild  N] sys-apps/pcmcia-cs-3.2.9_pre20050614  USE="X gtk
-trusted -vanilla -xforms" 
[ebuild  N] virtual/pcmcia-2.6.13  
[ebuild  N] sys-apps/pcmcia-cs-cis-3.2.8-r1 

The thing is, that pcmcia-cs, the old package with the init script etc
get merged, but not pcmciautils. Should I just emerge pcmciautils,
without the virtual in this case? What are other ppls experiences with
this, maybe even specifically with HDSP?

thanks, 

Karsten

I use the 2006.1 profile, and a >=2.6.13 kernel.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?

2006-09-12 Thread karsten
I think personally the best is to use the pmount package, but I am not
sure how secure that is, for *public* machines. You would only have to
enter the drive in fstab, and the pmount.allow file, and mount the
partition with pmount /dev/$DEV

greets,

k

On Tue, 2006-09-12 at 14:27 -0300, Jerônimo Backes wrote:
> I googled a lot but wasn't able to find any answer on how to do this.
> umask=000 doesn't work with reiserfs.
> 
> Thanks in advance.
> 
>   
> 
>   
>   
> ___ 
> Você quer respostas para suas perguntas? Ou você sabe muito e quer 
> compartilhar seu conhecimento? Experimente o Yahoo! Respostas !
> http://br.answers.yahoo.com/
> 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] libquicktime won't build against x264 enabled ffmpeg

2006-09-11 Thread karsten
sorry, I pushed enter tooo early :D

I get the following error with libquicktime-0.9.9-r1 when compiling
against ffmpeg (which in turn is built against x264-svn with the x264
USE-flag):

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include
-I../../include/quicktime -O3 -funroll-all-loops -fomit-frame-pointer
-finline-functions -Wall -Winline -MT x264.lo -MD -MP -MF .deps/x264.Tpo
-c x264.c  -fPIC -DPIC -o .libs/x264.o
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include
-I../../include/quicktime -O3 -funroll-all-loops -fomit-frame-pointer
-finline-functions -Wall -Winline -MT lqt_x264.lo -MD -MP
-MF .deps/lqt_x264.Tpo -c lqt_x264.c  -fPIC -DPIC -o .libs/lqt_x264.o
x264.c: In function 'encode':
x264.c:495: error: 'struct ' has no member named
'i_rc_method'
x264.c:495: error: 'X264_RC_ABR' undeclared (first use in this function)
x264.c:495: error: (Each undeclared identifier is reported only once
x264.c:495: error: for each function it appears in.)
x264.c: At top level:
x264.c:632: error: 'X264_RC_CQP' undeclared here (not in a function)
x264.c:633: error: 'X264_RC_ABR' undeclared here (not in a function)
x264.c:634: error: 'X264_RC_CRF' undeclared here (not in a function)
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include
-I../../include/quicktime -O3 -funroll-all-loops -fomit-frame-pointer
-finline-functions -Wall -Winline -MT lqt_x264.lo -MD -MP
-MF .deps/lqt_x264.Tpo -c lqt_x264.c -o lqt_x264.o >/dev/null 2>&1
x264.c: In function 'set_parameter':
x264.c:654: error: 'struct ' has no member named
'i_rc_method'
x264.c:654: warning: statement with no effect
make[3]: *** [x264.lo] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory
`/var/tmp/portage/libquicktime-0.9.9-r1/work/libquicktime-0.9.9/plugins/x264'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/libquicktime-0.9.9-r1/work/libquicktime-0.9.9/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/libquicktime-0.9.9-r1/work/libquicktime-0.9.9'
make: *** [all] Error 2


it looks as if something, like x264.h is not being included, but I don't
know too much about that to be able to fix the problem myself. Does
anyone know what could be the problem here?

I use the following x264-svn ebuild: 20060612

I need this compile a few things actually, mplayer, cinelerra-cvs and
other non-portage software.

thanks

Karsten

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] libquicktime won't build against x264 enabled ffmpeg

2006-09-11 Thread karsten
Hi, 

there  is an error 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unable to mount root fs on uknown - block (0,0)

2006-07-26 Thread karsten

> It's interesting for me, what the other people do when they install
> Gentoo 2006.0???
> What should I do know??? Install Fedora and copy kernel config file from it?
> Very sad...

I was sad too, not being able to find the reason. So I just took the
config file that was there anyway, on this other box. No install. Not
anything especially uncool, just an attempt to solve a problem on my
own.

k

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unable to mount root fs on uknown - block (0,0)

2006-07-26 Thread karsten
I have the exact same problem, and have tried on this already for so
long. After a while I just took a kernel config of a fedora box I have
(2.6.17) and used that config and it worked straight away. Now I am in
the process of removing stuff from and trying out, but its quite frankly
pain in the butt, since all obvious option like in-build fs-driver,
IDE/ATA support etc... but it does not work. Anyway, it would be great
if someone could post her/his config for 2.6.17 to take as template. I
can also later on post the two different configs or their diff so
someone can have a look on what is different.

greets,

KArsten

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo Sysadmin

2006-06-23 Thread karsten
Hi Sarfaranz,

where would that be?


greets,

Karsten

On Fri, 2006-06-23 at 17:02 +0100, Sarfaraz Manji wrote:
> Hi - (Apologies in advance if I shouldn't be posting here.)
> 
> We're looking for persons to help with sysadmining  some Gentoo PCs.
> Anybody need part-time work.
> 
> Regards, Sarfaraz.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error...

2005-07-14 Thread Karsten Gebbert

Zac Medico wrote:


Karsten Gebbert wrote:
 


Hello list,

The described error, or failure, always occures when building the 59th
app after emerge --newuse --emptytree system:

   


sys-apps/baselayout-1.11.12-r4
 


and again:

   


!!!Files listed in the manifest do not exist!
files/digest-baselayout-1.12.0-pre1
baselayout-1.12.0_pre1.ebuild
 


Why can it not get the sources and build it? Could this be a problem
within make.conf's known mirrors or so?

KArsten
   



Unfortunately our portage tree rsync system does not handle concurrency well which occasionally 
results in an inconsistent portage snapshot.  If you emerge sync again that should fix it.  
Alteratively, you can use "ebuild  digest" to correct the 
inconsistency yourself.  See the ebuild(1) manpage for details.

Also, maybe you can skip the first 58 packages with "emerge --resume".

Zac
 

actually, that works fine! after emerge --sync and another emerge 
system, it seemed to have resumed at the respective point.


cheers,

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



[gentoo-user] emerge error...

2005-07-14 Thread Karsten Gebbert

Hello list,

The described error, or failure, always occures when building the 59th 
app after emerge --newuse --emptytree system:


>sys-apps/baselayout-1.11.12-r4

and again:

>!!!Files listed in the manifest do not exist!
>files/digest-baselayout-1.12.0-pre1
>baselayout-1.12.0_pre1.ebuild

Why can it not get the sources and build it? Could this be a problem 
within make.conf's known mirrors or so?


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



[gentoo-user] error during emerge --newuse --emptytree system

2005-07-14 Thread Karsten Gebbert

Hello list,

I have today attempted to do a stage 2 installation and I got to the 
point of building the system using emerge --newuse --emptytree system.
I was not shure how to understand the Handbook entry in that respect, 
and I got an error like:
!!!Files listed in the manifest do not exist! -- with another 32 
packages to be compiled left. I am not sure at all what to think of it 
and could not find a particular reason while searching on the net.
Should I have selected more mirrors earlier? I selected about 5 of the 
closest ones around London, so it should have been fine. Please help!


thnks Karsten


AMD Athlon XP +1600 1.040GHz
256MB RAM
Nvidia
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome: emerge dies on gedit

2005-05-03 Thread Karsten Baumgarten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I wonder how you could get a gcc version 3.3.5.4 in the first place. :)
There is no such thing in the portage tree.
Anyway, try to run fix_libtool_files.sh 3.3.5.4 and see if that helps.
Regards,
Karsten
Kurt Guenther wrote:
| I get the error below emerging the latest gnome stuff.  I'm not sure
| what to do from here.
|
| --Kurt
|
|
|
| ./../po/.intltool-merge-cache
| Found cached translation database
| Merging translations into spell.gedit-plugin.
| /bin/sh ../../libtool --mode=link i686-pc-linux-gnu-gcc  -march=pentium4
| -O3 -pipe   -o libspell.la -rpath /usr/lib/gedit-2/plugins -module
| -avoid-version  spell.lo gedit-spell-checker.lo
| gedit-spell-checker-dialog.lo gedit-spell-language-dialog.lo
| gedit-automatic-spell-checker.lo gedit-spell-checker-dialog-marshal.lo
| -laspell -lpopt
| grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5.4/libstdc++.la: No such
| file or directory
| /bin/sed: can't read
| /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5.4/libstdc++.la: No such file or
| directory
| libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5.4/libstdc++.la'
| is not a valid libtool archive
| make[4]: *** [libspell.la] Error 1
| make[4]: Leaving directory
| `/var/tmp/portage/gedit-2.8.3/work/gedit-2.8.3/plugins/spell'
| make[3]: *** [all] Error 2
| make[3]: Leaving directory
| `/var/tmp/portage/gedit-2.8.3/work/gedit-2.8.3/plugins/spell'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory
| `/var/tmp/portage/gedit-2.8.3/work/gedit-2.8.3/plugins'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/var/tmp/portage/gedit-2.8.3/work/gedit-2.8.3'
| make: *** [all] Error 2
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCd7wQgUNlsZQzobwRArC1AJ9/mHXA/XIhFbKJHz8HXxfTROkcTwCgt+b3
6Tj4UMDabdJIkGWC+h43Q+s=
=Fh/j
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Emerge break

2005-05-03 Thread Karsten Baumgarten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
emerge --resume
Pere Gentoo wrote:
| Hi,
|
| while finishing an emerge process of KDE, the system shutdown. Problem!!
|
| The process has been made on a PIII. Slow System, Two days working.
|
| If I emerge again KDE, what would happens? Emerge will continue on the
| point i t has break? or it will begin again from the beginning? If it
| begins again could there be any problem whit the files it have
| generated the first emerge process?
|
| What is the best way to correct that?
|
| Thanks in advance,
|
| Pere
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCd7uwgUNlsZQzobwRAmnxAJ9pWjqPNDMdOhYf1ATXHdq/+WMenACfd6Ri
E+gH4X05XJprB2ZViJJAuFI=
=0Q/U
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] displaying only installed packages

2005-04-30 Thread Karsten Baumgarten
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Since qpkg is somewhat deprecated and might disappear in the future I'd
recommend to use equery (emerge gentoolkit if you don't have that
command, gpkg is also (still) part of this package).
Usage: equery l 
In your case this would be something like: equery l kde
For more specific queries you can adjust the regular expression to match
your search criterias.
Regards,
Karsten
Al Bayrouni wrote:
| HELLO all,
|
| How can I output only packages that are installed on my system.
| and not those that aren't.
|
| example: emerge search kde output really all packages containing the
| word kde. It is very hard to read all this just to verify that one or 2
| kde packs are or not installed.
|
| Thank you
| Bayrouni
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCc0R+gUNlsZQzobwRAu8PAKCmphko39876RPPJX7O62hy/xWYFQCfZjUc
nTqoqp6SCbgQkwEWKc5dlDs=
=SRIw
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Re: hdparm settings

2005-04-25 Thread Karsten R. Becker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James schrieb:

> I'm just not sure why 
> hdparm -k1 /dev/hda
> does not permanently save settings, after a reboot. Googling
> does not produce anything useful. Surely I do not have to embedded 
> these hdparm settings to get activated upon reboot?


You have to add hdparm to your default runlevel with 'rc-update add
hdparm default'. And, of course, you have to modify the file
'/etc/conf.d/hdparm' and enter your settings there.


- --
E-Mail: [EMAIL PROTECTED]
Internet: http://www.KarstenRBecker.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCbQ6/Z7JZitcquM0RAvY+AJ4q0Ivib7pcWs8MnF9V9jn8X+URwACgt0Gw
StO/wsqzJ//2wtFNtNoGhak=
=9dex
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - hardware problems

2005-04-22 Thread Karsten R. Becker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Patrick Marquetecken schrieb:
> Hi,
> 
> Yesterday arround midday i have lost contact with my home server, when i
> came home i saw that on the front the light (power) was red instead of
> green.
> I have rebooted with the power button and all is fine until now.
> The machine is a old Compaq deskpro AP prof desktop PIII, does anyone know
> what the red light could be ?
> Its the first time this happens.
> 
> TIA
> Patrick

Maybe Suspend is on in the BIOS? Should be in the Power Saving Section.

- --
E-Mail: [EMAIL PROTECTED]
Internet: http://www.KarstenRBecker.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCaL9iZ7JZitcquM0RAkQWAJ9ENa7CQ+PC0K+5EEXyTEGYKgbYdQCgnKZh
ZHqpTezt9SEN/QIcMuTsbbM=
=So+Q
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list