Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126301 - net-tools-1.60 breaks on ether_hostton on uClibc systems
Summary: net-tools-1.60 breaks on ether_hostton on uClibc systems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 06:36 UTC by Stefan de Konink
Modified: 2006-03-15 19:29 UTC (History)
0 users

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


Attachments
ether-wake-uclibc.patch (ether-wake-uclibc.patch,542 bytes, patch)
2006-03-15 08:55 UTC, solar (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan de Konink 2006-03-15 06:36:05 UTC
i586-gentoo-linux-uclibc-gcc -O -Wall -Wstrict-prototypes -DLIBFLASH -DLIBMII    ether-wake.c   -o ether-wake
/var/tmp/portage/net-tools-1.60-r12/temp/ccoggZw9.o: In function `get_dest_addr':
ether-wake.c:(.text+0x4d2): undefined reference to `ether_hostton'
collect2: ld returned 1 exit status

Portage 2.1_pre6-r2 (uclibc/x86/2005.1, gcc-3.4.5, uclibc-0.9.28-r0, 2.6.15-gentoo i686)
=================================================================
System uname: 2.6.15-gentoo i686 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i586-gentoo-linux-uclibc"
CFLAGS="-march=i586 -Os -fomit-frame-pointer -pipe"
CHOST="i586-gentoo-linux-uclibc"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i586 -Os -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache distlocks fixpackages metadata-transfer nodoc noinfo noman sandbox sfperms strict"
GENTOO_MIRRORS="ftp://192.168.1.2/ http://distfiles.gentoo.org/"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 bitmap-fonts dri ipv6 minimal mmx ncurses nocxx readline snmp truetype-fonts type1-fonts uclibc zlib elibc_uclibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 solar (RETIRED) gentoo-dev 2006-03-15 08:46:34 UTC
sys-libs/uclibc (/usr/include/netinet/ether.h)

Yet.
 (libc.so)    4A        STT_FUNC ether_ntoa_r
 (libc.so)    F0        STT_FUNC ether_aton_r
 (libc.so)    24        STT_FUNC ether_aton
 (libc.so)    24        STT_FUNC ether_ntoa
Comment 2 solar (RETIRED) gentoo-dev 2006-03-15 08:55:40 UTC
Created attachment 82221 [details, diff]
ether-wake-uclibc.patch

works around the problem for the moment.
Comment 3 SpanKY gentoo-dev 2006-03-15 19:29:36 UTC
added patch to cvs