Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74354 - dev-dotnet/gtk-sharp-1.0.4-r1 and glade-sharp-1.0.4 fail libtool sanity check
Summary: dev-dotnet/gtk-sharp-1.0.4-r1 and glade-sharp-1.0.4 fail libtool sanity check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 02:52 UTC by Ari Rahikkala
Modified: 2004-12-14 05:23 UTC (History)
0 users

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 Ari Rahikkala 2004-12-14 02:52:02 UTC
From build of gtk-sharp:
-----
checking for correct ltmain.sh version... no

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.10, ltmain.sh = 1.5.2) ***

Please run:

  libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.
-----

glade-sharp has exactly the same problem.

Adding the "libtoolize --copy --force" line before "aclocal", as per the instructions, to gtk-sharp-1.0.4-r1.ebuild and gtk-sharp-component.eclass fixed it. Ref. http://bugs.gentoo.org/show_bug.cgi?id=73140#c8 .

Reproducible: Always
Steps to Reproduce:





Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20041102-r0,
2.6.10-rc2-mm3 i686)
=================================================================
System uname: 2.6.10-rc2-mm3 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 30 2004, 23:05:22)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r1
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe -g"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /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/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ http://mirror.gentoo.no/
http://gentoo.oregonstate.edu/
http://www.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.gentoo.org/gentoo-portage"
USE="3dnow 3dnowex 3ds X Xaw3d aac aalib acpi adns aim alsa ansi apache2 ared
aredmem arts artworkextra audiofile avi ba-completion berkdb bidi bitmap-fonts
blender-game bonobo bzlib cairo cdb cddb cdf cdparanoia cdr cdrom cgi cjk clisp
cmucl codecs crypt cscope css ctype cups curl dba dga dio directfb distcache
divx4linux dlloader doc droproot dts dv dvd dvdr dvdread editor edl eds emacs
encode escreen ethereal f77 faac faad fam fastcgi ffmpeg fftw fla flac
foomaticdb fortran gb gcj gcl gd gdbm gif gimp gimpprint gnome gnuplot gphoto2
gpm gprof gs gsl gstreamer gtk gtk2 guile hal howl iconv icq imagemagick imap
imlib innodb intl ipv6 ithreads jabber jack java javadoc javascript jikes
joystick jp2 jpeg jpeg2k junit kde leim libg++ libgda libsamplerate libwww live
lm_sensors lzw lzw-tiff mad makecheck md5sum mikmod mime ming mixer mmap mmx
mmx2 mng mono motif mozcalendar mozdevelop mozilla moznocompose moznoirc
moznomail mozp3p mozsvg mozxmlterm mp3 mpeg mpeg4 mpi mplayer mysql native
ncurses net network neural nls nntp no-old-linux nocd nodrm nptl nptlonly
offensive oggvorbis openal opengl oscar pam pcntl pcre pdf pdfkit pdflib pear-db
perl pg-hier pg-intdatetime pg-vacuumdelay php pic pie png portaudio posix
postgres postgresql povray print procmail pthreads python qmail qt quicktime
radeon readline real rtc ruby samba sbcl scanner sdl session simplexml skey
slang soap sockets sox spamassassin speex spell spl sse ssl svg szip tcltk tcpd
tetex theora threads tidy tiff timidity tools truetype truetype-fonts unicode
usb userlocales v4l v4l2 videos wxwindows x86 xanim xface xinerama xml xml2
xmlrpc xmms xpm xprint xrandr xscreensaver xsl xv xvid zlib"
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2004-12-14 04:44:30 UTC
I literally commited a fix for this last night. (:

Please try syncing and emerging again, and report back if you are still having problems. Thanks.
Comment 2 Ari Rahikkala 2004-12-14 05:00:49 UTC
Synced, works. It was a rather short time since I'd last synced so I thought I could just check packages.gentoo.org to see if there had been a fix since the last sync. It appears that the relevant ChangeLog entry isn't on packages.gentoo.org yet... how often is p.g.o updated?
Comment 3 Peter Johanson (RETIRED) gentoo-dev 2004-12-14 05:23:50 UTC
I think every 24 hours or so. It could be the change didn't show up on p.g.o since it was just a fix to an existing ebuilds, not a new revision, etc. NOt sure the exact mechanism used to update that site. Marking FIXED.