Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204421 - sys-apps/gawk - /lib/rcscripts/filefuncs.so: undefined symbol: CONVFMTidx
Summary: sys-apps/gawk - /lib/rcscripts/filefuncs.so: undefined symbol: CONVFMTidx
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Highest normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-05 12:34 UTC by daniel76
Modified: 2008-03-16 08:38 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 daniel76 2008-01-05 12:34:00 UTC
The scritp dependencies system has broken on my system.If i call depscan.sh or
gawk -f /lib/rcscripts/awk/cachedepends.awk i get :

fatal: extension: cannot open `/lib/rcscripts/filefuncs.so' (/lib/rcscripts/filefuncs.so: undefined symbol: CONVFMTidx)

emerge --info

Portage 2.1.3.19 (default-linux/x86/2007.0, [unavailable], glibc-2.6.1-r0, 2.6.23.1)
=================================================================
System uname: 2.6.23.1-grsec i686 Intel(R) Xeon(R) CPU 5110 @ 1.60GHz
Timestamp of tree: Mon, 26 Nov 2007 09:00:01 +0000
app-shells/bash:     3.2_p17
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r1
sys-devel/automake:  1.10
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=nocona -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="-G -K --deep"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE.utf8"
LINGUAS="de en"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl aio berkdb bitmap-fonts chroot cli cracklib crypt dri elf fortran gdbm iconv idn ipv6 isdnlog ldap midi mudflap ncurses nls nonfsv4 nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl ssl symlink tcpd truetype-fonts type1-fonts unicode x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-05 12:56:33 UTC
Re-emerge gawk.
Comment 2 daniel76 2008-01-05 13:03:15 UTC
This didn't solve the problem.It still exists
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-01-05 13:08:23 UTC
Well, then perhaps you should sanitize your system so that it isn't broken? For starters, where did your GCC go?

> Portage 2.1.3.19 (default-linux/x86/2007.0, [unavailable], glibc-2.6.1-r0,
Comment 4 daniel76 2008-01-05 13:22:18 UTC
(In reply to comment #3)
> Well, then perhaps you should sanitize your system so that it isn't broken? For
> starters, where did your GCC go?
> 
> > Portage 2.1.3.19 (default-linux/x86/2007.0, [unavailable], glibc-2.6.1-r0,
> 

gcc 4.1.2 is installed on the binpackage server.
Comment 5 SpanKY gentoo-dev 2008-01-05 16:20:08 UTC
CONVFMTidx is supposed to be provided by the gawk binary itself

do `readelf -s /usr/bin/gawk | grep CONVFMTidx` and make sure it is defined