Re: [gentoo-user] /usr/portage/packages/Packages - what for?

2009-09-15 Thread Fabrice Delliaux
On Tue, 15 Sep 2009 15:21:50 +0200 Frank Steinmetzger wrote: > Here it stores alotta info about the binary packages - for instance > with what useflags they were compiled. This info is not in the > archives, which only contain the files. No, informations about environment are included in tbz2 pac

Re: [gentoo-user] dependency miracle - please help

2009-08-26 Thread Fabrice Delliaux
Le Wed, 26 Aug 2009 11:35:37 +0200 (CEST), Helmut Jarausch a écrit : > How can I find out which package is pulling x11-libs/qt-4.5.1 in ? # emerge gentoolkit # equery d qt

Re: [gentoo-user] What is "the correct way" to keep a /dev entry through reboots?

2009-09-03 Thread Fabrice Delliaux
Le Thu, 3 Sep 2009 01:17:26 -0400, "Walter Dnes" a écrit : > For now I have the mkdir and mknod commands in /etc/conf.d/local/start > to recreate them at each bootup, but putting stuff in there is > usually a last resort. Is there a "more correct" way of doing it? Maybe you should try to setup s

Re: [gentoo-user] unmask what ?

2008-11-23 Thread Fabrice Delliaux
Le Sun, 23 Nov 2008 13:23:49 +0100, [EMAIL PROTECTED] a écrit : > > So, how can I unmask "gst-plugins"? > You can't. Simply because the package 'gst-plugins' doesn't exist anymore in the official tree. You should update your ebuilds from your overlays. Try : $ equery d gst-plugins to

Re: [gentoo-user] Strange --depclean / mit-krb5

2008-12-08 Thread Fabrice Delliaux
Le Mon, 8 Dec 2008 16:32:29 -0800, Mark Knecht a écrit : > It needs kerberos but doesn't seem > to have it as a dependency. I'll report it as a bug. You should rebuild dev-libs/totem-pl-parser. See bug #235101.

Re: [gentoo-user] ebuild does not seem to have a valid PORTDIR structure

2008-12-12 Thread Fabrice Delliaux
Le Fri, 12 Dec 2008 07:26:17 -0800, Grant a écrit : > Does anyone know what's wrong? > emerge --info please ?

Re: [gentoo-user] Failed to emerge gnome-base/gnome-panel-2.24.2

2008-12-22 Thread Fabrice Delliaux
Le Mon, 22 Dec 2008 11:22:03 +0300, Andrew Gaydenko a écrit : > Building ends with the error shown below. Have not found an > appropriate bug. As the app is very spreaded, I can assume something > wrong on my system. Are all happy with building the app? I'm on > ~amd64. Seems to be a wrong patch

Re: [gentoo-user] AbiWord 2.6.4 build failure

2008-10-18 Thread Fabrice Delliaux
Le Sat, 18 Oct 2008 20:20:49 +0200, Liviu Andronic a écrit : > Could anyone suggest a work around? What's the content of your make.conf please ?

Re: [gentoo-user] AbiWord 2.6.4 build failure

2008-10-21 Thread Fabrice Delliaux
Le Tue, 21 Oct 2008 11:21:37 +0200, Liviu Andronic a écrit : > "GNUmakefile:964: *** mixed implicit and normal rules. Stop." Can you please upload this Makefile somewhere and give us a link for download ? Something in your build environment is probably interfering with some variables defined in

Re: [gentoo-user] AbiWord 2.6.4 build failure

2008-10-22 Thread Fabrice Delliaux
Hi, Thanks for the links. Le Wed, 22 Oct 2008 12:09:22 +0200, Liviu Andronic a écrit : > I've just uploaded the two files: > Makefile: > http://s000.tinyupload.com/index.php?file_id=02299843822915416335 You probably upload the wrong file. This can't be this one. But I think I found the probl

Re: [gentoo-user] AbiWord 2.6.4 build failure

2008-10-22 Thread Fabrice Delliaux
Le Wed, 22 Oct 2008 20:45:14 +0200, Liviu Andronic a écrit : > and the GNUmakefile [3]. The > funny thing about the error message, concerning [3], I suppose, is > that the file has no "964" line. It ends at 886. > > [3] http://s000.tinyupload.com/index.php?file_id=65647828039080848641 This upload

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

Re: [gentoo-user] Encrypting a file containing confidential info

2006-11-11 Thread Fabrice Delliaux
Le Sat, 11 Nov 2006 12:35:24 +, Mick wrote : > What would you suggest I should use bearing in mind that simplicity > and use of default linux tools would be most preferable, commensurate > with as high a degree of security as possible. I'm using this : http://dev.gentoo.org/~agriffis/

Re: [gentoo-user] Corrupt portage cache

2006-11-26 Thread Fabrice Delliaux
Le Sun, 26 Nov 2006 11:56:43 +, Mick a écrit : > Hi All, Hi, > I am trying to update/upgrade a box that has been standing for the > last year or so and this is what I have up to: > > # emerge --metadata -v [...] > > Any idea how to fix it? Try : #

Re: [gentoo-user] Re: Corrupt portage cache

2006-11-26 Thread Fabrice Delliaux
Le Sun, 26 Nov 2006 13:41:56 +0100, Harm Geerts a écrit : > This only forces portage to retrieve *all* of portage's metadata from > the server *again*. Yes. > If the corruption is local, a normal rsync will fix this. Not necessarily. See bug #145482. Synchronization again and again (on several d

Re: [gentoo-user] can't emerge libMagick: ERROR: media-gfx/imagemagick-6.2.5.5 failed

2006-04-04 Thread Fabrice Delliaux
[EMAIL PROTECTED] a écrit : > I saw someone ask this question a few days ago but didn't see the > answer. Nothing on the 'net that I could find. Anyone have any ideas? > Look at this bug : http://bugs.gentoo.org/show_bug.cgi?id=128487 -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] emerge of libexif fails

2006-04-13 Thread Fabrice Delliaux
Ondra Zahradnik a écrit : > Hello, > please where is mistake in emerging media-libs/libexif-gtk-0.3.3. > Thanks Hi, Try to emerge 0.3.5 version : > $ eix libexif-gtk > * media-libs/libexif-gtk > Available versions: 0.3.3 0.3.5 > Installed: 0.3.5 -- gentoo-user@gentoo.org

Re: [gentoo-user] update failed

2006-05-14 Thread Fabrice Delliaux
dirk dil a écrit : > Hi, > Hi, > > emerge --update --deep world > --- Invalid atom in /etc/portage/package.use: dev-lang/php-5.1.2 Check your package.use file : no need to specify the atom's version : Not : > dev-lang/php-5.1.2 the use flags But : > dev-lang/

Re: [gentoo-user] Problems installing Opera 8.54

2006-05-28 Thread Fabrice Delliaux
Rumen Yotov a écrit : > > Hi, > Try disabling the "sandbox" FEATURE in /etc/make.conf. > Run: 'FEATURE="-sandbox" emerge www-client/opera -a' > Never used 'opera' so can't say more. > HTH.Rumen Hi, Disabling sandbox is probably a bad idea. Bug #134368 -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Fabrice Delliaux
Rodrigo Lazo a écrit : > Hi, > Hi, > Since a week or so ago i'm getting this message at boot time: > Try : # touch /etc/init.d/* # /sbin/depscan.sh --update -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] message at boot time: re-caching dependency info (mtimes-differ)

2006-06-03 Thread Fabrice Delliaux
Mark Knecht a écrit : > Hi, > I've had this problem for a while now also, but only on one > machine. If you have a moment can you suggest what the error means and > why this fixes it? > Explanation is here : http://bugs.gentoo.org/show_bug.cgi?id=126843 With the touch command, we update files'

Re: [gentoo-user] firefox 1.5 CPU usage - is it normal?

2006-06-05 Thread Fabrice Delliaux
b.n. a écrit : Hi, Hi, Is it normal behaviour? I looked in the forums but I found nothing. Did you try with a new profile ? $ firefox -ProfileManager -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] FF 1.5.0.4 about:cache problem

2006-06-12 Thread Fabrice Delliaux
Bo Ørsted Andresen a écrit : > On Monday 12 June 2006 11:38, Alexander Kirillov wrote: >> Does it work for you? > > Nope, not until I have restarted Firefox. > >> Are you you using a binary/source build? > > Source on ~x86. > Same issue here, same version. -- gentoo-user@gentoo.org mailing li

Re: [gentoo-user] Amule-2.1.3 Segmentation Fault

2006-06-18 Thread Fabrice Delliaux
Mauro Arnoldi a écrit : > Hi! > > I receive a segmentation fault after launching amule from a console. No other > message displayed. I'd like to understand which is the problem, can some of > you help me? Hi, Did you try revdep-rebuild, and/or rebuild wxGTK ? -- gentoo-user@gentoo.org mailin

Re: [gentoo-user] OpenOffice again

2006-06-28 Thread Fabrice Delliaux
Mick a écrit : > I've noticed the same thing with OOo-bin. However, I have not noticed > any problems with it yet (other than what I mentioned in another > thread with regards to instering/pasting text). So, I just left it > alone. Hi, Maybe you should have a look here : http://gentoo-wiki.com/

Re: [gentoo-user] openoffice dies

2006-07-21 Thread Fabrice Delliaux
Catalin Trifu a écrit : > Hi, > Hi, > >After upgrading to ooffice-bin-2.0.3 it simply won't run anymore. The > initial > screen with the licence comes up but pressing on next crashes it. >I've looked on the bugs but there is no such thing there. >I had a problem before with t

Re: [gentoo-user] /System.map???

2006-07-30 Thread Fabrice Delliaux
Michael W. Holdeman a écrit : > Boot message says can't find /System.map, probably because System.map is > in /boot. What is this about? Anyone else? > > Mike Copy your System.map to /. If you have separate /boot and /usr partitions, the System.map file is searched in /. [quote from /sbin/mod

Re: [gentoo-user] /System.map???

2006-07-30 Thread Fabrice Delliaux
Michael W. Holdeman a écrit : > Is this new, don't remember ever doing it before.. Yes. With older baselayout [1], the System.map file wasn't required : [code] if [ -f /usr/src/linux/System.map ]; then depmod -a -F /usr/src/linux/System.map ${KV} else

Re: [gentoo-user] /System.map???

2006-07-30 Thread Fabrice Delliaux
Norberto Bensa a écrit : > Then you just copy "System.map" to "/lib/modules/${KV}" which is -of course- > mounted on boot. This could be done during the make modules_install step. > C'mon Devs!! It's not that hard!! Open a bug :-) -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Can't Click Links in Thunderbird

2006-07-30 Thread Fabrice Delliaux
Randy Barlow a écrit : > When I click links in Thunderbird, it doesn't seem to do anything (i.e., > open the link in Firefox, my default web browser in KDE). Clicking > links in other apps work correctly, so it seems to be a thunderbird > problem. Comments/suggestions? > > R Yes : http://gento

Re: [gentoo-user] configurtion error

2006-07-31 Thread Fabrice Delliaux
Hi, Alex Fortwinder a écrit : > I got this when switching the user. Any advice would help. http://forums.gentoo.org/viewtopic-t-366499.html -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Can't run pppoe-start as user

2006-07-31 Thread Fabrice Delliaux
Alex Fortwinder a écrit : > command not found. As root everything is ok. Suggestions? # emerge sudo -- gentoo-user@gentoo.org mailing list