Re: [gentoo-user] Things that can be improved

2006-07-07 Thread leszek
Le vendredi 07 juillet 2006 à 14:12 -0700, Richard Fish a écrit :
 Hmm, looks like a new version of python was installed.  You should run
 python-updater to make sure all python modules are rebuilt.  Do you
 want to do that now?
 

The problem with this is that it break for users who put emerge in a
cron job.

It should first detect if you are in an interactive shell.



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-03 Thread leszek
Le lundi 03 juillet 2006 à 12:36 +0200, Alexander Skwar a écrit :
 
 confcache is gone from portage.
 

why ?


--Leszek

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] etc-update

2006-06-26 Thread leszek
Le lundi 26 juin 2006 à 08:36 -0400, Sean a écrit :
 What is the best way to handle the files that etc-update states needs to 
 be updated?

I use dispatch-conf with color highlighting
the big advantage of dispatch-conf is that you can configure it to
replace config files that you didn't modify automatically.
When i run dispatch-conf after a little upgrade when portage told me to
do so, most of the time i don't have to do anything (it saves time).

here is my dispatch-conf.conf file :

# cat /etc/dispatch-conf.conf | grep -v ^# | grep -v ^$
archive-dir=/etc/config-archive
use-rcs=no
diff=colordiff -Nu %s %s | less --no-init --QUIT-AT-EOF
merge=sdiff --suppress-common-lines --output=%s %s %s
replace-cvs=yes
replace-wscomments=yes
replace-unmodified=yes

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xine compile failed

2006-06-15 Thread leszek
Le jeudi 15 juin 2006 à 14:53 -0600, Trenton Adams a écrit :
 Portage 2.1 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.6-r3,
 2.6.15-gentoo-r1 i686)

you need to upgrade your gcc to 3.4
more info: http://bugs.gentoo.org/show_bug.cgi?id=136542

-Leszek

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X and xscreensaver

2006-06-06 Thread leszek
Le mardi 06 juin 2006 à 12:49 +0800, W.Kenworthy a écrit :
 I have just brought my X up to date (modular Xorg 7.1) and am finding
 that xscreensaver is crashing the xserver.  Of course there is nothing
 in the logs, or onscreen as X either stops or reboots.  Eventually it
 takes out the OS and a system reboot is required.
 
 Is anyone else seeing this (in which case I'll bugzilla it, though I
 have no info on whats happening) or is it just me?
 
 This also has brought up a *BIG* disadvantage of modularising something
 like xorg - when things go wrong, how can you wind it back to a previous
 version - impossible?
 
 BillK
 

do you have a nvidia card and a nvidia driver that you compiled
yourself ?

because i heard 7.1 introduced a ABI change so the drivers aren't
compatible now.

with portage nvidia-kernel block xorg 7.1

i have this in my package.mask:

# nvidia incompatibility
=x11-base/xorg-x11-7.1
=x11-base/xorg-server-1.1.0
=x11-drivers/xf86-video-vesa-1.2.1
=x11-drivers/xf86-video-vesa-1.2.0
=x11-drivers/xf86-video-vga-4.1.0
=x11-drivers/xf86-input-keyboard-1.1.0
=x11-drivers/xf86-input-joystick-1.1.0
=x11-drivers/xf86-input-mouse-1.1.1
=x11-drivers/xf86-video-nv-1.1.2µµ


-Leszek


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: emerge broken - libstdc++.so.5

2006-06-05 Thread leszek

 Like many things in life this pain seems to be somewhat self
 inflicted, I suppose. More into.
 
 After emerging gcc-3.4.6 I had troubles with the gcc-config stuff so I
 removed gcc-3.3.6. However it appears that removing 3.3.6 removed
 libstdc++ also. I updated slocate's database and saw that the only
 libraries with that name are gone now:

the solution to your problem is here:
http://gentoo-wiki.com/HOWTO_Recover_from_%22emerge_--unmerge_gcc%22

and you can add yourself to the wall of shame too ;)   


-Leszek

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] EMERGENCY - GCC GONE!

2006-06-01 Thread leszek
Le mercredi 31 mai 2006 à 16:28 -0700, Lord Sauron a écrit :
 
 For reasons that I can't fathom, gcc, is now gone.  Totally.
 Completely.  Not there.

there is a page in the wiki explaining how to solve this :
http://gentoo-wiki.com/HOWTO_Recover_from_%22emerge_--unmerge_gcc%22


-Leszek

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't build xmltv

2006-05-29 Thread leszek
Le lundi 29 mai 2006 à 18:52 +0200, Roger a écrit :
 Hello,
 
 I've had a healthy daily synced Gentoo since november.
 
 With a few updates to Perl lately xmltv bombs with this disturbing msg:
 
 Do you want to proceed with this configuration? [yes,no (default=yes)] y
 Checking if your kit is complete...
 Warning: the following files are missing in your kit:
 META.yml
 Please inform the author.
 bad makefile line: '$(NOECHO) $(NOOP)' at Makefile.PL line 1031.
 
 I've tried out `perl-cleaner all ask` and rebuilt perl-ExtUtils-MakeMaker
 
 xmltv doesn't build properly for my location. tv_grab_be and _za gets
 installed but not the norwegian one.
 
 Is this a work in process?
 
 Regards


On the gentoo-dev mailing-list,
Sat, 27 May 2006 [EMAIL PROTECTED] wrote:
 Once upon a time ago, we added ExtUtils-MakeMaker to the tree to deal
 with some dramatic changes between perl versions and what they
 supported. The time for that has passed, and this package only serves to
 cause problems with the perl tree. Unless there are objects, I intend to
 remove this package from the tree within the week.


i don't know about your problem but you could try the new ebuild of xmltv in 
this bug report:
http://bugs.gentoo.org/show_bug.cgi?id=95166



-Leszek







-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't build xmltv

2006-05-29 Thread leszek
Le lundi 29 mai 2006 à 20:04 +0200, Roger a écrit :
 I've removed the MakeMaker and rebuilt xmltv-0.5.42 (~x86) and the
 configure stage still says META.yml is missing from my kit. No
 difference from when I have MakeMaker. Of course I've tried building by
 hand.

i found you bug here:
http://bugs.gentoo.org/show_bug.cgi?id=114933

you should try the xmltv-0.5.43-r1 ebuild which is in the bug-report i
sent you in my last mail.


Leszek


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Now Know Why Portage Is So Slow

2006-05-26 Thread leszek

 Forgive my ignorance, but what is RSYNC?
http://en.wikipedia.org/wiki/Rsync
basically, portage use rsync to update the information on packages
(ebuilds) in /usr/portage (with emerge --sync)


 If anything, this is a indicator that I need to try and contribute to
 the portage project...  at least contribute as much as I'm able.
you should try the ~x86 version of portage which has many improvements:
$ echo sys-apps/portage ~x86  /etc/portage/package.use
$ emerge portage

you should also know that there is an alternative package manager which
will maybe replace portage in the future: paludis.
It is still in early development so use it at your own risk.
http://paludis.berlios.de/

you can find more info on portage on the new gentoo development guide:
http://devmanual.gentoo.org/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Now Know Why Portage Is So Slow

2006-05-26 Thread leszek
oops there was a little typo:

 $ echo sys-apps/portage ~x86  /etc/portage/package.use
should be:
$ echo sys-apps/portage ~x86  /etc/portage/package.keywords


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-05 Thread leszek


 
 But I can not find out why because nothing seems to depend on 
 x11-misc/imake and x11-misc/gccmakedep:
 

by default equery d  only search in installed packages
try this:
equery d -a x11-misc/imake

you can also search for indirect dependencies with
equery d -D


-- 
gentoo-user@gentoo.org mailing list