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 packages.
You can read man xpak for explanations.

IMHO, the /usr/portage/packages/Packages file is an index for the
package manager to avoid wasting time to open, parse and close each
tbz2 file.



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 some udev rules which create/delete the
device node on specific kernel events (basically when the modem is
plugged/unplugged) :

http://reactivated.net/writing_udev_rules.html



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] 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 which is applied.
See http://forums.gentoo.org/viewtopic-t-720269.html



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] 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] 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 find the guilty package.



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 problem, and it seems to be a bug : make is
actually failing on this line in the Makefile :

 /* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */


Can you please run the following commands to copy the ebuild to an
overlay ( assuming /usr/local/portage is the overlay ) :

 # cd /usr/local/portage
 # mkdir -p app-office/abiword/files
 # cd app-office/abiword
 # cp /usr/portage/app-office/abiword/abiword/abiword-2.6.4.ebuild .

Then, edit abiword.2.6.4.ebuild, and add the following src_unpack
function :

 src_unpack() {
   unpack ${A}
   cd ${S}

   epatch ${FILESDIR}/fix-build.patch
 }

Download the fix-build.patch from here to /tmp/fix-build.patch :

http://s000.tinyupload.com/index.php?file_id=39475871613771688451

Finally run :

 # cd /usr/local/portage/app-office/abiword
 # cp /tmp/fix-build.patch files/
 # ebuild abiword.2.6.4.ebuild digest
 # emerge =abiword-2.6.4


If it fix the problem, you should open a bug at http://bugs.gentoo.org,
with your emerge --info, the build log when it fails, and the patch.






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 failed again :)

I know why my previous patch didn't do it's job : the abiword ebuild
doesn't run eautoreconf.

Please try again with the following new patch (replace the older one
with it) :

http://s000.tinyupload.com/index.php?file_id=66058338642413078582



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 this Makefile.

And also : somewhere in /var/tmp/portage/app-office/abiword you should
have a file called *environment* or *environment.bz2*



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] 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 :

  # rm -rf /usr/portage/metadata/cache/*  emerge --sync

Assumed that /usr/portage is the current location of your portage tree.

-- 
gentoo-user@gentoo.org mailing list



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 days) didn't resolve this.
I removed the entire cache, as suggested, and it magically worked.
And I discovered later that the filesystem was corrupted.

 If the corruption is on the upstream rsync mirror, you will retrieve
 the same corrupt metadata again.

I've never seen that case.

 removing the metadata from the portage tree only results in more data 
 transfers from the rsync mirror.

Yes, but obviously, you must not do it every day.

@Mick : I suggest that you run a fsck on your filesystem.

-- 
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/userpass/

You just need to install ruby, and of course, gpg.
-- 
gentoo-user@gentoo.org mailing list



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] 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



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/modules-update]

for cfg in /lib/modules/${KV}/build /usr/src/linux-${KV} \
   /boot /usr/src/linux 
do
cfg=${cfg}/System.map
[[ -f ${cfg} ]]  break
done

[/quote]
-- 
gentoo-user@gentoo.org mailing list



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
depmod -a ${KV}
fi
[/code]

One day, the code evolved to :
[code]
if [ -f /usr/src/linux/System.map ]; then
depmod -a -F /usr/src/linux/System.map ${KV}
else
ewarn System.map not found - unable to check symbols
fi
[/code]

So, developpers decided to search the System.map file in different
paths, but if your /boot and /usr directories are mounted on partitions,
you must copy the file in /, because modules-update is ran before
mounting partitions.

[1] - http://forums.gentoo.org/viewtopic-p-3038067.html#3038067
-- 
gentoo-user@gentoo.org mailing list



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://gentoo-wiki.com/TIP_Integrate_Thunderbird_and_Firefox
-- 
gentoo-user@gentoo.org mailing list



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 the freetype lib but downgrading solved it; 
 this time it did not.
 

Did you try :

$ mv ~/.ooo-2.0 ~/.ooo-2.0.old

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



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/TIP_Control_revdep-rebuild

Explanation is probably here :
http://forums.gentoo.org/viewtopic-p-2637639.html#2637639
-- 
gentoo-user@gentoo.org mailing list



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 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 list



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] 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's mtimes, and then we re-build
the service dependency tree.

If you have stable baselayout (1.11.14-r8), it has not been fixed, but
with newer releases, it is.

 Thanks,
 Mark
 

-- 
gentoo-user@gentoo.org mailing list



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] 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/php the use flags



 You must have the Ogg Python bindings
 installed in order to build and install
 these bindings. Import of ogg._ogg failed.
 
 !!! ERROR: dev-python/pyvorbis-1.4-r1 failed.
 !!! Function distutils_src_compile, Line 35, Exitcode 1
 !!! compilation failed

Try with emerge --update --deep *--newuse* world.
If it fails again, try to emerge *dev-python/pyogg*
-- 
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 mailing list



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