Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43769 - Missing pthread manual pages when NPTL is installed
Summary: Missing pthread manual pages when NPTL is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 20:40 UTC by Aaron Walker (RETIRED)
Modified: 2004-08-18 02:22 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 Aaron Walker (RETIRED) gentoo-dev 2004-03-04 20:40:06 UTC
I noticed that on my all x86 laptop (running 2.6.3;no NPTL) I have the pthread lib manual pages, but on both my desktop machines (all ~x86 2.6.3 w/NPTL) there are no pthread manual pages.


Reproducible: Always
Steps to Reproduce:
1.  Fresh Install of all ~x86 and nptl USE flag set (it may be reproduceble on non-fresh installs as well but this is what I used)
2.  Try to view a pthread man page (ie. man pthread_create)


Actual Results:  
No manual entry for pthread_create

Expected Results:  
Showed the manual page.


Laptop:
=======

Gentoo Base System version 1.4.3.13
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3-gentoo-r1)
=================================================================
System uname: 2.6.3-gentoo-r1 i686 mobile AMD Athlon(tm) XP2500+
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://morpheus/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://morpheus/gentoo-portage"
USE="3dnow X acpi alsa apm avi berkdb bonobo cdr crypt cups directfb dvd encode
esd fam fbcon foomaticdb gdbm gif gnome gpm gtk gtk2 gtkhtml guile imlib java
jpeg libg++ libwww mad mikmod mmx mozilla mpeg mysql ncurses nls oggvorbis
opengl oss pam pcmcia pdflib perl png postgres python quicktime readline samba
sdl slang spell ssl svga tcpd truetype unicode x86 xml2 xmms xv zlib"
 

Desktop (other desktop is pretty much identical):
=================================================

Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040207-r0,
2.6.4-rc1-mm2)
=================================================================
System uname: 2.6.4-rc1-mm2 i686 AMD Athlon(TM) XP 2100+
Gentoo Base System version 1.4.3.13p1
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer -funroll-loops"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://mirror.iawnet.sandia.gov/pub/gentoo/
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa avi berkdb bonobo crypt cups curl esd fam fbcon foomaticdb gd
gdbm gif gnome gtk gtk2 gtkhtml imlib java jpeg mad mmx mozilla mpeg ncurses nls
nptl opengl oss pam pdflib perl png ppds python readline samba slang spell sse
ssl svga tcpd tiff truetype usb videos x86 xml2 xmms xv zlib"
Comment 1 pasi.valminen 2004-04-10 06:19:51 UTC
Actually no pthread* man pages are installed

enigma root # makewhatis && apropos pthread
pthread: nothing appropriate
Comment 2 Aaron Walker (RETIRED) gentoo-dev 2004-07-15 16:58:56 UTC
This needs to be CLOSED.  Looks like this was fixed at some point.  The several pthread_* functions I attempted to lookup succeeded, however apropos and whatis still return:

pthread: nothing appropriate
Comment 3 Aaron Walker (RETIRED) gentoo-dev 2004-08-18 02:22:05 UTC
This seems to have been fixed for quite a while now.