Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14289 - INFOPATH in env.d/00basic
Summary: INFOPATH in env.d/00basic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
: 14325 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-21 08:01 UTC by YAMAKURA Makoto
Modified: 2003-01-22 00:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description YAMAKURA Makoto 2003-01-21 08:01:59 UTC
Hello,

With recent gcc improvement we have a INFOPATH setting in env.d/05gcc.
When we execute info command we get only infodir about gcc but others.
If we have INFOPATH=/usr/share/info setting in env.d/00basic, we can
access infodir for gcc and others simultaneously.

thanks,
Comment 1 SpanKY gentoo-dev 2003-01-21 15:29:09 UTC
so whats the problem ?

root@rux0r libpng # grep INFO /etc/env.d/*   
/etc/env.d/00basic:INFODIR="/usr/share/info"
/etc/env.d/00basic:INFOPATH="/usr/share/info"
/etc/env.d/05gcc:INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/2.95/info"
/etc/env.d/10xfree:INFODIR=/usr/X11R6/info

root@rux0r libpng # env-update
>>> Regenerating /etc/ld.so.cache...

root@rux0r libpng # grep INFO /etc/profile.env 
export INFODIR='/usr/share/info:/usr/X11R6/info'
export INFOPATH='/usr/share/info:/usr/share/gcc-data/i686-pc-linux-gnu/2.95/info'
Comment 2 YAMAKURA Makoto 2003-01-21 18:20:22 UTC
Thank you for the reply,
I'm using baselayout-1.8.5.5.ebuild now.
I have found the INFOPATH line in 00basic for 1.8.5.8 or later.
I can use them with keyword ~x86, so this bug can be closed.

Thanks!
Comment 3 SpanKY gentoo-dev 2003-01-21 22:40:23 UTC
*** Bug 14325 has been marked as a duplicate of this bug. ***
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-22 00:01:21 UTC
Ill bump 1.8.5.8 to stable.