Summary: | dev-tcltk/tclxml-expat-2.4 not found tc-lTclxmlstub2.4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sharker <terrores> |
Component: | New packages | Assignee: | Karl Trygve Kalleberg (RETIRED) <karltk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | utx |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch to tclxml-2.4.ebild |
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ó 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" 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.
i have change this line in ebuilt and it works ok Thx for coders, good job why the main portage tree is not patched ? forgotten? |