Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113212 - psmisc-21.8 (uclibc) is using ipv6 functions when not supported
Summary: psmisc-21.8 (uclibc) is using ipv6 functions when not supported
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-21 16:47 UTC by solar (RETIRED)
Modified: 2005-11-22 21:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
psmisc-21.8-fuser-ipv6.patch (psmisc-21.8-fuser-ipv6.patch,1.58 KB, patch)
2005-11-21 16:51 UTC, solar (RETIRED)
Details | Diff
psmisc-21.8.ebuild.diff (psmisc-21.8.ebuild.diff,1.24 KB, patch)
2005-11-21 16:51 UTC, solar (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description solar (RETIRED) gentoo-dev 2005-11-21 16:47:12 UTC
i386-gentoo-linux-uclibc-gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -Os -pipe
-DIPV4_ONLY   -o fuser  fuser.o signals.o  
fuser.o: In function `parse_inet':
fuser.c:(.text+0x950): undefined reference to `in6addr_any'
fuser.c:(.text+0x956): undefined reference to `in6addr_any'
fuser.c:(.text+0x95c): undefined reference to `in6addr_any'
fuser.c:(.text+0x962): undefined reference to `in6addr_any'
collect2: ld returned 1 exit status
make[3]: *** [fuser] Error 1
make[3]: Leaving directory `/var/tmp/portage/psmisc-21.8/work/psmisc-21.8/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/psmisc-21.8/work/psmisc-21.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/psmisc-21.8/work/psmisc-21.8'
make: *** [all] Error 2

-----
Portage 2.0.53_rc7 (uclibc/x86/2005.1, gcc-3.3.6, uclibc-0.9.28-r0,
2.6.11-hardened-r15 i686)
=================================================================
System uname: 2.6.11-hardened-r15 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.12.0_pre10
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i386-gentoo-linux-uclibc"
CFLAGS="-Os -pipe"
CHOST="i386-gentoo-linux-uclibc"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks nodoc noinfo noman sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 bitmap-fonts ncurses readline truetype-fonts type1-fonts uclibc zlib
userland_GNU kernel_linux elibc_uclibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 solar (RETIRED) gentoo-dev 2005-11-21 16:51:12 UTC
Created attachment 73335 [details, diff]
psmisc-21.8-fuser-ipv6.patch

There are probably cleaner ways to handle this but the following patch allows
it 
to atleast compile till contact is made with upstream and a new version is 
released.
Comment 2 solar (RETIRED) gentoo-dev 2005-11-21 16:51:50 UTC
Created attachment 73336 [details, diff]
psmisc-21.8.ebuild.diff

ebuild diff
Comment 3 Joe Sapp (RETIRED) gentoo-dev 2005-11-21 17:09:20 UTC
This is fixed in CVS with the addition of the configure option '--disable-ipv6'.
Comment 4 SpanKY gentoo-dev 2005-11-21 19:37:01 UTC
should be fixed in cvs
Comment 5 solar (RETIRED) gentoo-dev 2005-11-22 21:57:27 UTC
confirmed fixed