Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30057 - dev-tcltk/tclxml-expat-2.4 not found tc-lTclxmlstub2.4
Summary: dev-tcltk/tclxml-expat-2.4 not found tc-lTclxmlstub2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 06:02 UTC by Sharker
Modified: 2003-11-09 07:26 UTC (History)
1 user (show)

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


Attachments
patch to tclxml-2.4.ebild (tclxml-2.4.ebuild.patch,290 bytes, patch)
2003-10-05 09:03 UTC, Wojciech Milkowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sharker 2003-10-01 06:02:31 UTC
when i merge dev-tcltk/tclxml-expat-2.4 in during compilation show this msg:

gcc -pipe -shared -o libTclexpat2.4.so tclexpat.o xmltok.o xmlrole.o xmlwf.o
xmlfile.o codepage.o hashtable.o unixfilemap.o xmlparse.o    -L/usr/lib
-ltclstub8.3 -LNONE/lib/Tclxml2.4 -lTclxmlstub2.4 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld:
no se puede encontrar -lTclxmlstub2.4 -> not found
collect2: ld devolvi
Comment 1 Sharker 2003-10-01 06:02:31 UTC
when i merge dev-tcltk/tclxml-expat-2.4 in during compilation show this msg:

gcc -pipe -shared -o libTclexpat2.4.so tclexpat.o xmltok.o xmlrole.o xmlwf.o
xmlfile.o codepage.o hashtable.o unixfilemap.o xmlparse.o    -L/usr/lib
-ltclstub8.3 -LNONE/lib/Tclxml2.4 -lTclxmlstub2.4 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld:
no se puede encontrar -lTclxmlstub2.4 -> not found
collect2: ld devolvió el estado de salida 1 -> ld send state exit 1
make: *** [libTclexpat2.4.so] Error 1

!!! ERROR: dev-tcltk/tclxml-expat-2.4 failed.
!!! Function src_compile, Line 21, Exitcode 2
!!! (no error message)

Sorry, but english don't native language me


Reproducible: Always
Steps to Reproduce:
1.i write emerge tkabber
2.the emerge needs 1 dependencies for this: tclxml-expat-2.4 
3.and when it is compiling, crash in this point




Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22)
=================================================================
System uname: 2.4.22 i686 AMD Athlon(tm) XP 2000+
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss foomaticdb gnome mad mikmod mmx xml2 zlib gdbm berkdb slang tcltk
tcpd libwww esd cdr X 3dnow sse apm gphoto2 arts java tk cups slp opengl xv kde
qt gtk bonobo evo gb gtkhtml motif aalib imlib ncurses readline sdl svga lcms
gif jpeg png tiff avi mpeg quicktime alsa ggi dvd xmms oggvorbis flash encode
pam ssl crypt xface mozilla spell truetype xml pdflib tetex perl python ruby
libg++ samba nls doc gpm"
Comment 2 Wojciech Milkowski 2003-10-05 09:03:39 UTC
Created attachment 18789 [details, diff]
patch to tclxml-2.4.ebild

This is trivial patch to resolve this problem, simply adds '-i' option to
sed
that was forgotten.
Comment 3 Sharker 2003-10-05 16:10:27 UTC
i have change this line in ebuilt and it works ok

Thx for coders, good job
Comment 4 aurélien francillon 2003-11-09 07:26:26 UTC
why the main portage tree is not patched ?
forgotten?