Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41723 - imlib2-1.1.0.20040214 fails with "/usr/bin/autoheader-2.59: unrecognized option `--language=autoconf'"
Summary: imlib2-1.1.0.20040214 fails with "/usr/bin/autoheader-2.59: unrecognized opti...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-15 17:15 UTC by Jens Mayer
Modified: 2004-02-18 23:08 UTC (History)
2 users (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 Jens Mayer 2004-02-15 17:15:38 UTC
While upgrading world, the compilations of media-libs/imlib2-1.1.0.20040214 failed, providing the following output:

+ cd /var/tmp/portage/imlib2-1.1.0.20040214/work/imlib2/.
+ aclocal
aclocal: both `configure.ac' and `configure.in' present: ignoring `configure.in'
+ libtoolize --ltdl --force --copy
+ autoheader
autoheader-2.59: `configure.ac' and `configure.in' both present.
autoheader-2.59: proceeding with `configure.ac'.
autoheader-2.59: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader-2.59: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader-2.59: WARNING: is deprecated and discouraged.
autoheader-2.59: 
autoheader-2.59: WARNING: Using the third argument of `AC_DEFINE' and
autoheader-2.59: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
autoheader-2.59: WARNING: `acconfig.h':
autoheader-2.59: 
autoheader-2.59: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader-2.59:                [Define if a function `main' is needed.])
autoheader-2.59: 
autoheader-2.59: WARNING: More sophisticated templates can also be produced, see the
autoheader-2.59: WARNING: documentation.
/usr/bin/autoheader-2.59: unrecognized option `--language=autoconf'
Try `/usr/bin/autoheader-2.59 --help' for more information.
autoheader-2.59: /usr/bin/autoheader-2.59 failed with exit status: 1
+ abort autoheader
+ echo 'autoheader not found or command failed. Aborting!'
autoheader not found or command failed. Aborting!
+ exit 1

!!! ERROR: media-libs/imlib2-1.1.0.20040214 failed.
!!! Function enlightenment_src_compile, Line 61, Exitcode 1
!!! autogen failed

Reproducible: Always
Steps to Reproduce:
1. emerge -v imlib2
Actual Results:  
See Details.

Expected Results:  
Emerged successfully.

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040207-r0,
2.6.3-rc2-gentoo)
=================================================================
System uname: 2.6.3-rc2-gentoo i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.13
distcc 2.12.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
Autoconf: sys-devel/autoconf-2.59-r1
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O3 -mmmx -m3dnow -pipe"
CHOST="i686-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="-march=athlon-tbird -O3 -mmmx -m3dnow -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://gentoo.inode.at/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
MAKEOPTS="-j4"
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="3dnow X aalib acl alsa apm arts avi berkdb bonobo cdr crypt cups dga
directfb dvd dvdr encode esd fam fbcon foomaticdb gd gdbm ggi gif gnome gphoto2
gpm gtk gtk2 gtkhtml guile imap imlib java jpeg kde lcms libg++ libwww mad
maildir mbox mikmod mmx motif mozilla mpeg mysql ncurses nls oggvorbis opengl
oss pam pdflib perl pic png python qt quicktime readline samba scanner sdl slang
spell ssl svga tcltk tcpd tetex tiff truetype usb videos x86 xml2 xmms xv zlib"
Comment 1 Terry 2004-02-15 18:15:50 UTC
I can confirm that I get a similar error for ntp-4.2.0:

/usr/bin/autoheader-2.59: unrecognized option `--language=autoconf'
Try `/usr/bin/autoheader-2.59 --help' for more information.
autoheader-2.59: /usr/bin/autoheader-2.59 failed with exit status: 1
Comment 2 Sean 2004-02-15 19:01:16 UTC
I had the same thing and this fixed it for me.
fix: NEED_LIBTOOL_1_3=1 emerge imlib
Comment 3 Stephane Loeuillet 2004-02-15 19:26:28 UTC
got the very same error but compiling totem CVS HEAD

sys-devel/autoconf-2.59-r1
Comment 4 Sean 2004-02-15 20:37:34 UTC
heh... nevermind the comment about NEED_LIBTOOL_1_3=1... I ended up emergeing imlib and not imlib2
Comment 5 Sean 2004-02-15 21:48:06 UTC
I was just talking with a guy on irc who had the same problem with coreutils. Apparently, this is blocking a lot of packages includeing new installs. I think the priority should be updated to BLOCKER.
Comment 6 Meder Bakirov 2004-02-15 23:50:07 UTC
Also get this error!
Comment 7 seiji 2004-02-16 01:33:41 UTC
im just in that situation with coreutils.
fummm.... 
could not install gentoo in my box.


===============================================================>>
config.status: creating config.h
config.status: linking ./lib/ftw_.h to lib/ftw.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
cd . && /bin/sh /var/tmp/portage/coreutils-5.0.91-r4/work/coreutils-5.0.91/config/missing --run autoheader
/usr/bin/autoheader-2.58: unrecognized option `--language=autoconf'
Try `/usr/bin/autoheader-2.58 --help' for more information.
autoheader-2.58: /usr/bin/autoheader-2.58 failed with exit status: 1
make: *** [config.hin] Error 1

!!! ERROR: sys-apps/coreutils-5.0.91-r4 failed.
!!! Function src_compile, Line 130, Exitcode 2
!!! (no error message)
<<===============================================================
Comment 8 Meder Bakirov 2004-02-16 01:49:14 UTC
It seems, that new autoconf ebuild fixes that!

emerge sync
emerge autoconf


Comment 9 seiji 2004-02-16 02:09:22 UTC
year!
it seems to fixed 'autoconf'

thanx!
Comment 10 Priit Laes (IRC: plaes) 2004-02-16 05:58:49 UTC
Fix confirmed.
Thanks.
Comment 11 Jens Mayer 2004-02-16 07:01:36 UTC
Confirmed, the new autoconf build solved the issue. Fixed at the speed of light! Thank you!
Comment 12 SpanKY gentoo-dev 2004-02-18 23:08:13 UTC
use 2.59-r3 people ;)