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

Bug 104981

Summary: Request for gcc libstdc++ library documentation
Product: Gentoo Linux Reporter: Dizzy <dizzy>
Component: New packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/
Whiteboard:
Package list:
Runtime testing required: ---

Description Dizzy 2005-09-06 01:02:36 UTC
Hi

I am unable to find if gentoo can install the manual pages for gcc libstdc++ (I
searched portage, searched this bug tracker, asked on the gentoo forums). So my
request is to have some way to install from portage the libstdc++ documentation
(I prefer manual pages for obvious reasons).

It can be done with a separate ebuild or a "doc" flag to gcc :)

Thanks!
Comment 1 ville 2005-09-30 01:45:48 UTC
I second the request for GCC's libstdc++ documentation. Both HTML and man pages
should be available.
Comment 2 SpanKY gentoo-dev 2005-10-31 05:43:00 UTC
dont know why this is assigned to lv ...
Comment 3 SpanKY gentoo-dev 2005-10-31 05:43:39 UTC
gcc ebuilds already build libstdc++ documentation

you need doxygen and USE=doc for it though
Comment 4 Dizzy 2005-10-31 06:19:47 UTC
Huh ? Maybe I miss something but to check for a "doc" USE flag was the first 
thing I done before reporting this. I have no such flag with gcc:  
# emerge -pv gcc  
  
These are the packages that I would merge, in order:  
  
Calculating dependencies ...done!  
[ebuild   R   ] sys-devel/gcc-3.4.4-r1  (-altivec) -bootstrap -boundschecking  
-build -fortran -gcj +gtk -hardened -ip28 (-multilib) -multislot (-n32) (-n64)  
-nls -nocxx -nopie -nossp -objc -static -vanilla 0 kB   
  
PS: yeah, x86_64  
  
Comment 5 SpanKY gentoo-dev 2005-10-31 06:49:13 UTC
ok, so it doesnt utilize the doc USE flag ... you just have to install doxygen first
Comment 6 SpanKY gentoo-dev 2005-11-03 18:31:54 UTC
ok, i lied ... you dont need USE=doc, you just need to install doxygen first

re-emerge gcc and it'll generate the manpages for you