Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118267 - slidentd: fails to emerge with "__you_tried_to_link_a_dietlibc_object_against_glibc"
Summary: slidentd: fails to emerge with "__you_tried_to_link_a_dietlibc_object_against...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 02:26 UTC by Paul Worrall
Modified: 2006-09-04 08:59 UTC (History)
1 user (show)

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


Attachments
slidentd-1.0.0.ebuild (slidentd-1.0.0.ebuild,1.02 KB, text/plain)
2006-07-16 09:27 UTC, Christian Heim (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Worrall 2006-01-08 02:26:18 UTC
Emerge-ing slidentd fails with multiple error messages similar to:

buffer_stubborn2.c:(.text+0x22): undefined reference to `errno'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../libowfat.a(buffer_stubborn2.o):(.note+0x10): undefined reference to `__you_tried_to_link_a_dietlibc_object_against_glibc'
collect2: ld returned 1 exit status
Comment 1 Paul Worrall 2006-01-08 02:28:09 UTC
Portage 2.0.53 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6.11-gentoo-r9-prw-r26 i686)
=================================================================
System uname: 2.6.11-gentoo-r9-prw-r26 i686 AMD Athlon(TM) XP 2700+
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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
virtual/os-headers:  2.6.8.1-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -pipe -O1"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /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/init.d /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -pipe -O1"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk http://mirror.uni-c.dk/gentoo/ http://mirror.datapipe.net/gentoo ftp://mir.zyrianes.net/gentoo/"
LANG="en_GB.UTF-8"
LC_ALL="en_GB.UTF-8"
LINGUAS="en_GB"
MAKEOPTS="-j2"
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 3dnow X acl alsa apm arts audiofile avi bash-completion berkdb bitmap-fonts bzip2 cdparanoia cdr cjk crypt cscope cups curl dvb eds emboss encode esd ethereal exif expat fam ffmpeg flac foomaticdb fortran gd gdbm gif glut gnome gphoto2 gpm gstreamer gtk gtk2 idn imagemagick imlib ipv6 java jpeg junit kde kdeenablefinal lcms ldap libg++ libwww live lm_sensors lua mad mhash mikmod mmx mmx2 mng motif mozilla mp3 mpeg mysql ncurses nls nptl nsplugin ogg oggvorbis openal opengl oss pam pcre pdflib perl php png ppds python qt quicktime readline real samba sasl sdl slang spell sse ssl subversion svg svga sysfs tcltk tcpd tetex theora threads tidy tiff truetype truetype-fonts type1-fonts udev unicode usb vorbis wmf xine xml2 xmms xprint xv xvid zlib video_cards_radeon linguas_en_GB userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 2 Angelo Babudro 2006-01-26 03:10:19 UTC
I got it to work this way:

CC="diet gcc -nostdinc" emerge slidentd

I got that from the dietlibc FAQ.
Comment 3 Christian Heim (RETIRED) gentoo-dev 2006-07-16 09:27:11 UTC
Created attachment 91914 [details]
slidentd-1.0.0.ebuild

slidentd-1.0.0.ebuild
Comment 4 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2006-07-23 02:44:40 UTC
sorry, i must have missed this report.

this bug was fixed on 14 May 2006 (according to ChangeLog) by myself ;)

#3: Christian, did you experience this recently?
Comment 5 Christian Heim (RETIRED) gentoo-dev 2006-08-22 03:04:15 UTC
(In reply to comment #4)
> sorry, i must have missed this report.
> 
> this bug was fixed on 14 May 2006 (according to ChangeLog) by myself ;)
> 
> #3: Christian, did you experience this recently?

Nope, I didn't experience this lately, just cleaned out my overlay. If you say its fixed, then it probably is.
Comment 6 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2006-09-04 08:59:03 UTC
alright, closing then.
Thank you all.