Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99095 - KDevelop 3.1.2 fails to configure a C "Hello World Application"
Summary: KDevelop 3.1.2 fails to configure a C "Hello World Application"
Status: RESOLVED DUPLICATE of bug 97600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 04:37 UTC by Giorgos Akrivas
Modified: 2005-07-15 05:34 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 Giorgos Akrivas 2005-07-15 04:37:11 UTC
Build|Run Automake & friends gives several warnings, and exits successfuly.  
Build|Run Configure gives: 
checking for correct ltmain.sh version... no 
 
*** Gentoo sanity check failed! *** 
*** libtool.m4 and ltmain.sh have a version mismatch! *** 
*** (libtool.m4 = 1.5.18, ltmain.sh = 1.5a) *** 
 
Please run: 
 
libtoolize --copy --force 
 
if appropriate, please contact the maintainer of this 
package (or your distribution) for help. 
 
 

Reproducible: Always
Steps to Reproduce:
1.Project|New Project...|C|Simple Hello World Program 
2.Build|Run Automake & friends 
3.Build|Run Configure 
 
Actual Results:  
Run Automake & friend results: 
cd '/home/gakrivas/a' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f 
Makefile.cvs 
aclocal 
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of 
AM_OPTIONS_WXCONFIG 
run info '(automake)Extending aclocal' 
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal 
/usr/share/aclocal/wxwin.m4:59: warning: underquoted definition of 
AM_PATH_WXCONFIG 
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR 
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of 
_AC_PTH_VERBOSE 
/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH 
/usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF 
/usr/share/aclocal/libguppi.m4:11: warning: underquoted definition of 
AM_PATH_LIBGUPPI 
/usr/share/aclocal/libglade.m4:7: warning: underquoted definition of 
AM_PATH_LIBGLADE 
/usr/share/aclocal/libfame.m4:6: warning: underquoted definition of 
AM_PATH_LIBFAME 
/usr/share/aclocal/gtkgl.m4:4: warning: underquoted definition of 
AM_PATH_GTKGL 
/usr/share/aclocal/gnucash.m4:9: warning: underquoted definition of 
AM_PATH_GNUCASH 
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of 
AM_PATH_GDK_PIXBUF 
/usr/share/aclocal/gconf-1.m4:4: warning: underquoted definition of 
AM_PATH_GCONF 
/usr/share/aclocal/gconf-1.m4:71: warning: underquoted definition of 
AM_GCONF_SOURCE 
/usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of 
AC_GWRAP_CHECK_GUILE 
/usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of 
AM_PATH_GWRAP 
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO 
autoheader 
automake 
autoconf 
*** Success *** 
 
Run Configure results: 
cd '/home/gakrivas/a/debug' && CFLAGS="-O0 -g3 " "/home/gakrivas/a/configure" 
--enable-debug=full 
installing -c 
checking whether build environment is sane... yes 
checking for gawk... gawk 
checking whether make sets $(MAKE)... yes 
checking for gcc... gcc 
checking for C compiler default output file name... a.out 
checking whether the C compiler works... yes 
checking whether we are cross compiling... no 
checking for suffix of executables...  
checking for suffix of object files... o 
checking whether we are using the GNU C compiler... yes 
checking whether gcc accepts -g... yes 
checking for gcc option to accept ANSI C... none needed 
checking for style of include used by make... GNU 
checking dependency style of gcc... gcc3 
checking build system type... i686-pc-linux-gnu 
checking host system type... i686-pc-linux-gnu 
checking for a sed that does not truncate output... /usr/bin/sed 
checking for egrep... grep -E 
checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld 
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes 
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r 
checking for BSD-compatible nm... /usr/bin/nm -B 
checking whether ln -s works... yes 
checking how to recognise dependent libraries... pass_all 
checking how to run the C preprocessor... gcc -E 
checking for ANSI C header files... yes 
checking for sys/types.h... yes 
checking for sys/stat.h... yes 
checking for stdlib.h... yes 
checking for string.h... yes 
checking for memory.h... yes 
checking for strings.h... yes 
checking for inttypes.h... yes 
checking for stdint.h... yes 
checking for unistd.h... yes 
checking dlfcn.h usability... yes 
checking dlfcn.h presence... yes 
checking for dlfcn.h... yes 
checking for g++... g++ 
checking whether we are using the GNU C++ compiler... yes 
checking whether g++ accepts -g... yes 
checking dependency style of g++... gcc3 
checking how to run the C++ preprocessor... g++ -E 
checking for g77... g77 
checking whether we are using the GNU Fortran 77 compiler... yes 
checking whether g77 accepts -g... yes 
checking the maximum length of command line arguments... 32768 
checking command to parse /usr/bin/nm -B output from gcc object... ok 
checking for objdir... .libs 
checking for ar... ar 
checking for ranlib... ranlib 
checking for strip... strip 
checking for correct ltmain.sh version... no 
 
*** Gentoo sanity check failed! *** 
*** libtool.m4 and ltmain.sh have a version mismatch! *** 
*** (libtool.m4 = 1.5.18, ltmain.sh = 1.5a) *** 
 
Please run: 
 
libtoolize --copy --force 
 
if appropriate, please contact the maintainer of this 
package (or your distribution) for help. 
 
*** Exited with status: 1 *** 
 

Expected Results:  
Automake with no warnings, configure successfuly 

I am running KDE 3.4.1 
emerge --info 
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.5-20050130, 
glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r4 i686) 
================================================================= 
System uname: 2.6.12-gentoo-r4 i686 Mobile AMD Athlon(tm) XP 1500+ 
Gentoo Base System version 1.6.12 
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    1.2.10 
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.5 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-xp -Os -pipe" 
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/splash /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=athlon-xp -Os -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="ftp://ftp.ntua.gr/pub/linux/gentoo  
http://ftp.snt.utwente.nl/pub/os/linux/gentoo   
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo  http://gentoo.mirror.icd.hu/   
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo" 
LANG="en_US.utf8" 
LINGUAS="en el" 
MAKEOPTS="-j3" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="x86 X a52 aalib alsa apache2 apm arts avi bash-completion berkdb 
bitmap-fonts bonobo cdr crypt cups curl directfb divx4linux dts dv dvd dvdread 
eds emboss encode esd fam fame fbcon flac foomaticdb fortran gdbm ggi gif 
gimprint gnome gpm gstreamer gtk gtk2 gtkhtml guile hal imagemagick imlib ipv6 
jack java jpeg junit kde kdexdeltas libcaca libg++ libwww mad matroska mikmod 
motif mozilla mp3 mpeg mysql nas ncurses nls nptl nptlonly ogg oggvorbis 
opengl oss pam pdflib perl pic png ppds python qt quicktime readline real 
samba sdl slang spell ssl subtitles svga symlink tcltk tcpd tetex theora tiff 
truetype truetype-fonts type1-fonts unicode usb vorbis xine xinerama xml xml2 
xmms xv xvid xvmc zlib linguas_en linguas_el userland_GNU kernel_linux 
elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-15 05:34:28 UTC

*** This bug has been marked as a duplicate of 97600 ***