Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69627 - Some manuals can't be displayed by man.
Summary: Some manuals can't be displayed by man.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-31 08:19 UTC by netgator
Modified: 2004-11-01 06:04 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 netgator 2004-10-31 08:19:19 UTC
After I complied gcc-3.3.4-r2, I have found many errors when I want to see new complied software's manual using 'man'.  Errors are like:

gentoo ~ # man qpkg
/usr/bin/gtbl: relocation error: /usr/bin/gtbl: symbol __gxx_personality_v0, version CXXABI_1.2 not defined in file libstdc++.so.5 with link time reference
groff: relocation error: groff: symbol __gxx_personality_v0, version CXXABI_1.2 not defined in file libstdc++.so.5 with link time reference
(END)


This is my parameters of compling gcc.
gentoo ~ # emerge -pv gcc
[ebuild   R   ] sys-devel/gcc-3.3.4-r2  +X -bootstrap -build -debug +f77 -gcj +hardened* -multilib +nls -objc +pic* -static -uclibc* 0 kB
 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 netgator 2004-10-31 08:51:33 UTC
Here are my computers environment settings.

Portage 2.0.51-r2 (selinux/2004.1/x86, gcc-3.3.4, glibc-2.3.4.20041006-r0, 2.6.7-hardened-r9 i686)
=================================================================
System uname: 2.6.7-hardened-r9 i686 AMD Athlon(TM) XP 2000+
Gentoo Base System version 1.6.4
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -fforce-addr"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/init.d /etc/security /etc/skel /etc/terminfo /etc/wget /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer -fforce-addr"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks loadpolicy sandbox sfperms strict"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
USE="X berkdb crypt f77 gpm gtk hardened mysql ncurses nls opengl pam perl pic pie png python readline selinux ssl tcltk tcpd x86 xml2 zlib"
Comment 2 netgator 2004-11-01 06:04:34 UTC
After recompiling gcc-3.3.4-r2 with following USE parameters and removing cache files in /var/tmp/man, the same error disappered.
gentoo ~ # emerge -pv gcc
[ebuild   R   ] sys-devel/gcc-3.3.4-r2  +X -bootstrap -build -debug +f77 -gcj +hardened -multilib +nls -objc +pic -static -uclibc 0 kB