Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 431898

Summary: app-admin/eselect - binutils module is not symlinking man pages, info files, or locale files
Product: Gentoo Hosted Projects Reporter: Ari Entlich <atrigent>
Component: eselectAssignee: Gentoo eselect Team <eselect>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ari Entlich 2012-08-18 19:22:26 UTC
There is a typo in the eselect binutils module (/usr/share/eselect/modules/binutils.eselect). The binutils package puts its data files in /usr/share/binutils-data, but the eselect module is looking in /usr/share/binutils-date.
Comment 1 Ari Entlich 2012-08-18 19:41:51 UTC
This has been broken since the original version of binutils.eselect was written in 2005. See http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commitdiff;h=9a01ae3b943a30aaf74eba45313c9edfd36a24ff . O_o
Comment 2 Ari Entlich 2012-08-18 20:50:31 UTC
Ok I have performed some more investigation of this. It looks like eselect binutils is actually not getting used in favor of binutils-config. The reason I wasn't finding the man pages was because I had upgraded binutils a few days ago and still had the old MANPATH value in my X session (and since /etc/profile.env is only sourced for login shells, I actually have to restart my X session. grumble).

So if the eselect binutils module is wrong and not being used, should it simply be deleted?

Also I'm not sure what the story is with binutils' locale files, because I'm not sure any of the commands would know how to get at them. But that's probably a different bug.

It would also be nice if profile.env were run for every terminal, but that's also a different issue.
Comment 4 Ulrich Müller gentoo-dev 2012-09-13 19:33:02 UTC
Fixed in eselect-1.3.2.
Thanks for reporting.