This could be because I'm using the (unoffical) SVN ebuilds for KDE.... config.status: creating kdebluetooth/kdebluetooth-common/faxhandler/faxhandler.desktop config.status: creating config.h config.status: executing default-1 commands Good - your configure finished. Start make now *** Creating configure.files cd . && aclocal-1.4 aclocal: macro `KDE_PKG_CHECK_MODULES' defined in acinclude.m4 but never used cd . && automake-1.4 --foreign Makefile.am:3: require version 1.5, but have 1.4-p6 kdebluetooth/kbluetoothd/kcm_btpaired/Makefile.am:9: variable `SDP_LIBS' not defined kdebluetooth/libqobex/qobex/Makefile.am:57: variable `BTTRANSPORT_OBJ' not defined kdebluetooth/libqobex/qobex/Makefile.am:57: variable `IRDATRANSPORT_OBJ' not defined make: *** [Makefile.in] Error 1 !!! ERROR: net-wireless/kdebluetooth-1.0_beta1-r2 failed. Call stack: ebuild.sh, line 1539: Called dyn_compile ebuild.sh, line 939: Called src_compile kdebluetooth-1.0_beta1-r2.ebuild, line 49: Called kde_src_compile kde.eclass, line 76: Called kde_src_compile 'all' kde.eclass, line 179: Called kde_src_compile 'myconf' 'configure' 'make' kde.eclass, line 175: Called die !!! died running emake, kde_src_compile:make !!! If you need support, post the topmost build error, and the call stack if relevant. emerge --info Portage 2.1-r1 (default-linux/x86/2005.1, gcc-4.1.1, glibc-2.3.6-r4, 2.6.16-gentoo-r9 i686) ================================================================= System uname: 2.6.16-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz Gentoo Base System version 1.12.1 ccache version 2.3 [disabled] dev-lang/python: 2.3.5-r2, 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.3 dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/devel/env /usr/kde/devel/share/config /usr/kde/devel/shutdown /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/overlays/kde-live /usr/local/overlays/custom /usr/local/overlays/xgl-coffee /usr/portage/local/layman/musicbrainz" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dfx 3dnow X alsa apache2 apm arts audiofile avi bash-completion berkdb bitmap-fonts bluetooth bzip2 cdr cli crypt cups curl dlloader dri eds elibc_glibc emboss encode esd exif expat fam ffmpeg flac foomaticdb fortran gd gdbm gif glut gmp gpm gstreamer gtk gtk2 gtkhtml hal idn imagemagick imlib isdnlog java jpeg junit kde kernel_linux lcms libg++ libwww mad mhash mikmod mmx mng motif mozilla mp3 mpeg mysql ncurses nls nptl nptlonly nsplugin nvidia ogg oggvorbis openal opengl oss pam pcre pdflib perl php png pppd python qt qt3 qt4 quicktime readline real reflection ruby samba sasl sdl session snmp spell spl sse sse2 ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts udev usb userland_GNU vhosts vorbis win32codecs wmf x86 xine xinerama xml2 xorg xv xvid zlib input_devices_keyboard input_devices_mouse video_cards_nvidia video_cards_nv video_cards_vesa" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
The configure script is calling the wrong version of automake. It might be a bug in the ./configure script or maybe we aren't passing the correct variable to ./configure...investigating at the moment
At the moment, I'm unable to reproduce the errors on my system here. It seems to call automake 1.7 here, which is a compatable version.
can I force it in anyway?
Maybe if you attached the entire compile log, that might help me pinpoint the issue at hand here.
Created attachment 90929 [details] emerge -av net-wireless/kdebluetooth
done - thanks for your time :)
disabling my kde-live (the SVN overlay thing) overlay seems to have fixed this - I can only assume it's a problem in the eclasses that it provides? I imagine this can be closed then.... thanks, and sorry if I wasted your time. :)
Yep, that seems the be the problem.. [snippet kde-live's eclass/kde-functions.eclass] 3*) # a generic call for need-kde 3 - automake 1.4 works most often need-autoconf 2.5 need-automake 1.4 ;; [/snippet] While the standard kde-functions.eclass calls for 1.7 [snippet normal eclass/kde-functions.eclass] 3*) # a generic call for need-kde 3 - automake 1.7 works most often need-autoconf 2.5 need-automake 1.7 ;; [/snippet]
Closing.