Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486754 - sys-devel/gcc installs useless man page whose name contains transformed ${S}
Summary: sys-devel/gcc installs useless man page whose name contains transformed ${S}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-02 05:23 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2015-05-26 08:32 UTC (History)
0 users

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 Arfrever Frehtes Taifersar Arahesis 2013-10-02 05:23:32 UTC
$ ls /usr/share/gcc-data/x86_64-pc-linux-gnu/*/man/man3/_var*
/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.4/man/man3/_var_tmp_portage_sys-devel_gcc-4.6.4_work_gcc-4.6.4_.3.bz2
/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man/man3/_var_tmp_portage_sys-devel_gcc-4.7.3-r1_work_gcc-4.7.3_.3.bz2
/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man/man3/_var_tmp_portage_sys-devel_gcc-4.8.1_work_gcc-4.8.1_.3.bz2
$ qfile -v /usr/share/gcc-data/x86_64-pc-linux-gnu/*/man/man3/_var*
sys-devel/gcc-4.8.1 (/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man/man3/_var_tmp_portage_sys-devel_gcc-4.8.1_work_gcc-4.8.1_.3.bz2)
sys-devel/gcc-4.7.3-r1 (/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man/man3/_var_tmp_portage_sys-devel_gcc-4.7.3-r1_work_gcc-4.7.3_.3.bz2)
sys-devel/gcc-4.6.4 (/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.4/man/man3/_var_tmp_portage_sys-devel_gcc-4.6.4_work_gcc-4.6.4_.3.bz2)
$ man /usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man/man3/_var_tmp_portage_sys-devel_gcc-4.8.1_work_gcc-4.8.1_.3.bz2
<Nothing useful>
$ 

I suggest that these files not be installed.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2013-10-06 09:36:47 UTC
I don't see anything like that here.
Comment 2 Arfrever Frehtes Taifersar Arahesis 2013-10-07 22:23:52 UTC
(In reply to Ryan Hill from comment #1)

Do you have "doc" USE flag enabled for sys-devel/gcc?
Do you have app-doc/doxygen installed?
Comment 3 SpanKY gentoo-dev 2015-05-26 08:32:47 UTC
not sure if there's a way to turn Directory Reference's off in doxygen (which is what all of those are).  they've slowly updated their "run_doxygen" script to delete more and more of these things.

most of them were trimmed via bug 113902, but looks like i missed a few.

i've updated the eclass to blindly delete any generated man page with the string 'Directory Reference'.

http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.670&r2=1.671