Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41590 - gtk-engines-thinice-2.0.2-r1 configure fails on amd64
Summary: gtk-engines-thinice-2.0.2-r1 configure fails on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-14 15:20 UTC by Jeff Ames
Modified: 2004-02-25 10:03 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 Jeff Ames 2004-02-14 15:20:04 UTC
When unpacking, the amd64 specific stuff generates these msgs:

configure.in:24: warning: AC_CANONICAL_HOST invoked multiple times
autoheader-2.59: error: AC_CONFIG_HEADERS not found in configure.in
automake-1.5: configure.in: installing `./depcomp'
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.5/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
configure.in:24: warning: AC_CANONICAL_HOST invoked multiple times

configure seems to successfully exit, but it generates a bad Makefile,
resulting in a 'Makefile:196: *** missing separator' error on the
gtk-thinice-theme make, with a bunch of @AMDEP_TRUE@ and @AMDEPBACKSLASH@'s
in Makefile.

Changing 'aclocal; autoheader; automake -a -c; autoconf; libtoolize -c -f'
so aclocal occurs after automake but before libtoolize seems to fix this,
perhaps because then automake version 1.4-p6 runs instead of 1.5.  Hardcoding
automake-1.4 in the ebuild works too, without moving aclocal.

I'm using autoconf-2.59, automake-1.8.2, and libtool-1.5.2-r3.

Portage 2.0.50-r1 (default-amd64-2004.0, gcc-3.3.2, glibc-2.3.3_pre20040207-r0, 2.6.3-rc2-gentoo)
=================================================================
System uname: 2.6.3-rc2-gentoo x86_64 4
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /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/env.d"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
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.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts avi berkdb canna cdr cjk crypt cups dvd encode esd evo foomaticdb gdbm gif gpm gtk gtk2 imap imlib innodb java jpeg kde ldap libg++ libwww mikmod motif mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl tcltk tcpd tetex tiff truetype xml xml2 xmms xv zlib"
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-02-25 10:03:11 UTC
Fixed in CVS, thanks!