Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28598 - libgtkhtml-3.0.8-r2 make failed
Summary: libgtkhtml-3.0.8-r2 make failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-13 04:55 UTC by Erik Swanson (RETIRED)
Modified: 2003-09-13 13:09 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Swanson (RETIRED) gentoo-dev 2003-09-13 04:55:40 UTC
When attempting to emerge libgtkhtml-3.0.8-r2 (as a dep of evolution), the
following error occurs:
--------
/bin/sh ../libtool --mode=link gcc  -O0 -g -pipe -I/usr/include/gail-1.0 -I/usr/
include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/
include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/i
nclude/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/li
bart-2.0   -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEP
RECATED=1 -DGNOME_DISABLE_DEPRECATED=1  -o libgtkhtml-a11y-3.0.la -rpath /usr/li
b -version-info 3:1:1 cell.lo factory.lo html.lo hyperlink.lo image.lo link.lo o
bject.lo paragraph.lo table.lo text.lo utils.lo -pthread -Wl,--export-dynamic -L
/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-2 -lpopt -lbonobo-2 -
lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lgnomeprintui
-2-2 -lgnomecanvas-2 -lpangoft2-1.0 -lgal-2.0 -lglade-2.0 -lgnomeprint-2-2 -lgtk
-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -l
art_lgpl_2 -lxml2 -lpthread -lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl
 -lglib-2.0   -Wl,--export-dynamic -lgailutil -lgnomecanvas-2 -lart_lgpl_2 -lpan
goft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-
1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
grep: /usr/lib/liblinc.la: No such file or directory
/bin/sed: can't read /usr/lib/liblinc.la: No such file or directory
libtool: link: `/usr/lib/liblinc.la' is not a valid libtool archive
make[2]: *** [libgtkhtml-a11y-3.0.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/libgtkhtml-3.0.8-r2/work/gtkhtml-3.
0.8/a11y'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libgtkhtml-3.0.8-r2/work/gtkhtml-3.
0.8'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-extra/libgtkhtml-3.0.8-r2 failed.
!!! Function src_compile, Line 59, Exitcode 2
!!! make failed
--------

My 'emerge info' is:
--------
Portage 2.0.49-r4 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 2.6.0-test5)
=================================================================
System uname: 2.6.0-test5 i686 AMD Athlon(tm) processor
distcc 2.10 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O0 -g -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/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O0 -g -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs sandbox ccache strict nostrip cvs"
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="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mmx
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb
gdbm berkdb slang readline arts svga java X sdl gpm tcpd pam libwww ssl python
imlib oggvorbis gnome gtk qt kde motif opengl cdr 3dnow aalib alsa
artswrappersuid bonobo dga dvd esd faad gstreamer gtk2 ldap mozilla nas perl pic
samba slp tcltk tetex tiff v4l wmf wxwindows xinerama xml xvid"
--------

Oh, is "major" the correct severity for make failures? Because it's preventing
me from installing evolution, it would seem to fall under "major lock of function".
Comment 1 foser (RETIRED) gentoo-dev 2003-09-13 05:14:22 UTC
have you been using BMG ebuilds ?

let us decide on majority levels, we don't consider a problem for one person a major gentoo problem.
Comment 2 Erik Swanson (RETIRED) gentoo-dev 2003-09-13 07:31:59 UTC
Understoond about bug severity.
No bmg ebuilds, and as far as I can tell ( find /var/db/pkg/ -name '*-r3?.ebuild*' ) no remnants of xd2gen2. 
Comment 3 foser (RETIRED) gentoo-dev 2003-09-13 07:48:51 UTC
do you have linc installed ?
Comment 4 Erik Swanson (RETIRED) gentoo-dev 2003-09-13 08:16:11 UTC
No, but libgtkhtml built fine after I emerged it.

I feel like an idiot now for not realizing "not found" == missing dep. :)
Comment 5 foser (RETIRED) gentoo-dev 2003-09-13 08:20:59 UTC
makes me wonder how it got removed.

closing
Comment 6 Spider (RETIRED) gentoo-dev 2003-09-13 13:09:38 UTC
grep linc /usr/lib/*.la,
run qpkg -v -f on the files responding
Rebuild those.