Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78033 - sys-devel/autogen-5.6.4 install segfaults
Summary: sys-devel/autogen-5.6.4 install segfaults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 92758
  Show dependency tree
 
Reported: 2005-01-14 17:15 UTC by Curtis Magyar
Modified: 2005-07-10 20:50 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Autogen ebuild. (autogen-5.7_pre8.ebuild,623 bytes, text/plain)
2005-04-02 02:13 UTC, Peter Volkov (RETIRED)
Details
Autogen 5.7 (autogen-5.7.ebuild,686 bytes, text/plain)
2005-05-17 08:51 UTC, Matteo Bertozzi
Details
autogen-5.7.1.ebuild (autogen-5.7.1.ebuild,686 bytes, text/plain)
2005-07-08 14:46 UTC, Curtis Magyar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Magyar 2005-01-14 17:15:23 UTC
I've tried emerging with several variations of $CFLAGS, but it keeps segfaulting during the install.

There is a new version (5.6.5) available as well, but the same error happens when I tried bumping the ebuild's version number.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
+ cd ../compat
+ cp pathfind.c compat.h
/var/portage/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/pkg/libopts-23.0.14/compat/.
+ cd /var/portage/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/pkg/libopts-23.0.14
+ /var/portage/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/agen5/autogen -L
/var/portage/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/config --writable
sending output to libopts.m4
AutoGen aborting on signal 11 (Segmentation fault) in state EMITTING
processing template
/var/portage/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/config/conftest.tpl
            on line 28
       for function EXPR (11)
make[2]: *** [libopts-23.0.14.tar.gz] Error 139
make[2]: Leaving directory
`/var/portage/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/autoopts'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/var/portage/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/autoopts'
make: *** [install-recursive] Error 1



Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9 i686)
=================================================================
System uname: 2.6.9 i686 Intel(R) Celeron(R) CPU 1.70GHz
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov 10 2004, 19:09:23)]
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.9.3, 1.6.3, 1.7.9
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -Os -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/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/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i686 -Os -pipe"
DISTDIR="/var/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms userpriv
usersandbox"
GENTOO_MIRRORS="http://gentoo.mirrored.ca http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS=""
MAKEOPTS="-j6"
PKGDIR="/var/portage/packages"
PORTAGE_TMPDIR="/var/portage/tmp"
PORTDIR="/var/portage/tree"
PORTDIR_OVERLAY="/var/portage/tree_overlay"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X aalib acpi alsa apm arts avi berkdb bitmap-fonts bonobo cdr cjk crypt
cups dga directfb dvb dvd dvdr encode esd f77 fam fbcon flac font-server
foomaticdb fortran gcj gdbm ggi gif gimpprint glade glut gnome gphoto2 gpm
gstreamer gtk gtk2 gtkhtml guile imagemagick imlib ipv6 jack java joystick jpeg
junit kde lcms ldap libg++ libwww lirc live mad matroska mikmod mmx mng motif
mozdevelop mozilla mozsvg mpeg mysql nas ncurses network nls objc odbc oggvorbis
opengl oss pam pdflib perl png postgres ppds python qt quicktime readline samba
sdl slang speex spell sqlite sse ssl svg svga tcltk tcpd theora tiff truetype
truetype-fonts type1-fonts wmf x86 xinerama xml xml2 xmms xprint xv xvid zlib"
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-01-14 17:28:47 UTC
-Os is known to break packages, test without it.  We usually suggest -02.  If it fails with that too then it will probably get a lot more attention.
Comment 2 Curtis Magyar 2005-01-15 01:04:16 UTC
I tested with -Os, -O0, -O1, -O2, and -O3, and even tried -march=i386.  -Os is -O2 without some of the optimizations that cause the binary to be larger, so I don't see why it would break things any more than -O2 or for sure -O3.

It fails on all 3 systems I have here, an athlon, a P3, and a P4.
Comment 3 Curtis Magyar 2005-01-15 01:14:09 UTC
I should also note that it compiles and installs fine if I do it manually.  Just not with Portage.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-01-15 19:34:11 UTC
agriffis: please find a maintainer for metadata.xml.
Comment 5 Norman Thomas 2005-02-04 05:12:05 UTC
Hi!
I have the same problem, here's my error log:

+ cd /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/pkg/libopts-23.0.14
+ /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/agen5/autogen -L /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/config --writable
sending output to libopts.m4
AutoGen aborting on signal 11 (Segmentation fault) in state EMITTING
processing template /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/config/conftest.tpl
            on line 28
       for function EXPR (11)
make[2]: *** [libopts-23.0.14.tar.gz] Error 139
make[2]: Leaving directory `/var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/autoopts'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/autoopts'
make: *** [install-recursive] Error 1

!!! ERROR: sys-devel/autogen-5.6.4 failed.
!!! Function src_install, Line 23, Exitcode 2
!!! install failed
!!! If you need support, post the topmost build error, NOT this status message.

and my emerge --info:

Portage 2.0.51-r15 (gcc34-x86-2004.2, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.4,dev-lang/python-2.3.4 [2.4 (#1, Jan 26 2005, 18:26:41)]
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.4, 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.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r3
virtual/os-headers:  2.6.8.1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /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 /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs candy ccache distlocks nostrip sandbox"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LANG="de_DE.utf8"
MAKEOPTS="-j8"
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 aalib acpi alsa anthy apm arts avi berkdb bitmap-fonts bonobo canna cdr cjk crypt cups directfb doc dvd dvdr encode esd fbcon flac font-server foomaticdb fortran freewnn gdbm ggi gif gimpprint gnome gphoto2 gpm gtk gtk2 gtkhtml guile imlib ipv6 java jpeg kde libg++ libwww lzw-tiff mad mikmod mmx motif mozcalendar mozilla moznocompose moznoirc mozsvg mpeg ncurses nls nptl nptlonly oggvorbis opengl oss pam pda pdflib perl png ppds python qt quicktime readline ruby samba scanner sdl skk slang spell sse sse2 ssl svg svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts unicode usb wifi x86 xml xml2 xmms xprint xv xvid zlib linguas_de linguas_ja"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS
Comment 6 Sterling Christensen 2005-03-03 17:52:33 UTC
Same here, but I got it to compile by putting FEATURES="-sandbox -ccache" in /etc/make.conf
Comment 7 Nathaniel McCallum (RETIRED) gentoo-dev 2005-03-07 15:11:03 UTC
I also have the same bug.  If I just untar the source and build with ./configure ; make ; make install, it works fine.


Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.4.3-20050110, glibc-2.3.4.20050125-r0, 2.6.11-gentoo-r2 i686)
=================================================================
System uname: 2.6.11-gentoo-r2 i686 Intel(R) Pentium(R) M processor 1.80GHz
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Mar  5 2005, 12:02:47)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.7.9-r1, 1.5, 1.9.5, 1.6.3, 1.4_p6, 1.8.5-r3
sys-devel/binutils:  2.15.92.0.2-r4
sys-devel/libtool:   1.5.10-r5
virtual/os-headers:  2.6.10
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com http://gentoo.osuosl.org 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 /usr/local/overlays/bmg-main.alternative /usr/local/overlays/bmg-gnome-current.alternative"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl acpi alsa artworkextra avi berkdb bitmap-fonts bzip2 cdr cdrw crypt cups dbus dvd dvdr dvdrw eds emboss encode esd f77 fbcon flac font-server foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 guile hal imlib ipv6 java javascript jpeg kerberos ldap libclamav libg++ libwww mad mikmod mmx mono motif mozilla mp3 mpeg msql mysql ncurses nls nntp nptl oggvorbis opengl oss pam pcmcia pcre pda pdflib perl png postgres python quicktime readline samba sdl spell sse ssl svga tcpd tiff truetype truetype-fonts type1-fonts xinerama xml xml2 xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 8 Mike Dolan 2005-03-11 10:36:42 UTC
Same issue here:

+ cp -f version.c /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/pkg/libopts-23.0.14/.
+ cd /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/autoopts
+ cp -f COPYING /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/pkg/libopts-23.0.14/COPYING.lgpl
+ sed '/#ifdef AUTOGEN_BUILD/,/#endif.* AUTOGEN_BUILD/d' streqvcmp.c
+ sed '/broken printf/,/our own/d
     /include.*"snprintfv/d
     /#ifndef AUTOGEN_BUILD/d
     /#else.* AUTOGEN_BUILD/,/#endif.* AUTOGEN_BUILD/d' autoopts.h
+ cd ../compat
+ cp pathfind.c compat.h /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/pkg/libopts-23.0.14/compat/.
+ cd /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/pkg/libopts-23.0.14
+ /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/agen5/autogen -L /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/config --writable
sending output to libopts.m4
AutoGen aborting on signal 11 (Segmentation fault) in state EMITTING
processing template /var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/config/conftest.tpl
            on line 28
       for function EXPR (11)
make[2]: *** [libopts-23.0.14.tar.gz] Error 139
make[2]: Leaving directory `/var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/autoopts'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/autogen-5.6.4/work/autogen-5.6.4/autoopts'
make: *** [install-recursive] Error 1

!!! ERROR: sys-devel/autogen-5.6.4 failed.
!!! Function src_install, Line 23, Exitcode 2
!!! install failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 9 Peter Volkov (RETIRED) gentoo-dev 2005-03-31 22:32:08 UTC
Same problem here. And I also CAN compile and install package with sandbox FEATURE turned OFF. So the problem is with installation of package in sandbox environment. 

BTW. How to turn off sandbox feature only for this package?
Comment 10 Peter Volkov (RETIRED) gentoo-dev 2005-04-02 02:13:31 UTC
Created attachment 55084 [details]
Autogen ebuild.

Hello.

This is ebuild for the new version of autogen. You can download the sources
from:
http://autogen.sourceforge.net/data/autogen-5.7.pre8.tar.gz

Please check, that you do not have this and may be other problems with the
upcoming release, and report succesful and unsuccesful results.

May be it's good idea to add this ebuild in cvs.
Comment 11 Matteo Bertozzi 2005-05-17 08:51:17 UTC
Created attachment 59127 [details]
Autogen 5.7

Autogen 5.7... (Work...) :)
Comment 12 Matteo Bertozzi 2005-05-17 08:55:54 UTC
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-morph8 i686)
=================================================================
System uname: 2.6.11-morph8 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#2, Apr 27 2005, 19:45:38)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.7.9-r1, 1.8.5-r3, 1.6.3, 1.5, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
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
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
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/overlays"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X X509 aalib acl acpi adns alsa apache2 apm audiofile avi
bash-completion berkdb bidi bitmap-fonts bzip2 cdr chroot crypt cscope cups curl
divx4linux doc dv dvb dvd dvdr dvdread emboss encode esd examples fam firefox
flash font-server foomaticdb fortran gcj gd gdbm gif gimpprint gnome gnutls
gphoto2 graphviz gtk gtk2 gtkhtml guile hal hardenedphp imagemagick imap imlib
immqt-bc ipv6 ithreads java javascript jikes jit jpeg jython kde kdexdeltas ldap
libg++ libwww lua mad maildir mailwrapper mikmod mmx motif mozdevelop mozilla
moznocompose moznoirc moznomail mozsvg mozxmlterm mp3 mpeg mysql mythtv ncurses
network nls nptl nvidia offensive ogg oggvorbis opengl oss pam pdflib perl php
pic png ppds python qt quicktime readline real ruby sdk sdl silc slang sndfile
spell sqlite sse sse2 ssl stroke svga tcltk tcpd theora threads thumbnail tiff
truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vorbis win32codecs wmf
wxgtk1 xine xml xml2 xmms xprint xv xvid xvmc zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

Comment 13 Gustavo Ribeiro Alves 2005-05-19 12:32:54 UTC
I can confirm the bug.


Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.200
50125-r1,glibc-2.3.4.20040808-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 Unknown CPU Type
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 28 2005, 03:14:07)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r1, 2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X1
1/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox sfperms str
ict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/
distributions/gentoo"
LANG="pt_BR.UTF-8"
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="x86 3dnow 3dnowex S3TC X acl acpi alsa apache2 apm artworkextra auctex avi
bash-completion berkdb bitmap-fonts cdr crypt cscope cups curl divx4linux doc dv
d dvdread eds emboss encode fam font-server foomaticdb fortran fpx gd gdbm gif g
impprint glut gnome gphoto2 gpm graphviz gstreamer gtk gtk2 guile hal imagemagic
k imlib java joystick jpeg latex lcms libg++ libwww lua mad mikmod mmx mng motif
 mozilla moznocompose moznoirc moznomail moznoxft mp3 mpeg ncurses nls nptl offe
nsive ogg oggvorbis openal opengl pam pdf pdfkit pdflib perl physfs pic pie plot
utils png ppds pthreads python qt quicktime readline real rtc samba sdl skey sox
 speex spell ssl subversion svg symlink tcltk tcpd tetex threads tiff truetype t
ruetype-fonts type1-fonts unicode usb vim vim-with-x vorbis wmf wxwin wxwindows
xml2 xmms xprint xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, LINGUAS
Comment 14 Gustavo Ribeiro Alves 2005-05-19 12:34:42 UTC
autogen-5.7 worked on my system.
Comment 15 Curtis Magyar 2005-05-21 21:12:49 UTC
autogen-5.7 worked here as well.

Should I mark the bug resolved/fixed, or wait until the ebuild is bumped in cvs?
Comment 16 Andreas Hugi 2005-06-21 07:34:02 UTC
autogen-5.7 works. thx
Comment 17 Edgar Hucek 2005-06-30 14:38:32 UTC
autogen 5.7 works fine for me.

I have found this bug on http://bugs.sourcemage.org/show_bug.cgi?id=6884 too.
It seams that autogen 5.6.4 have generaly problems with preloaded libraries.
Comment 18 Cheng Zhang 2005-07-08 02:05:11 UTC
Yes, I also confirm that autogen-5.7 works for me.
Comment 19 Curtis Magyar 2005-07-08 14:46:45 UTC
Created attachment 62962 [details]
autogen-5.7.1.ebuild

Autogen 5.7.1 also works for me.

Could someone please bump the version in CVS so this bug can go away?
Comment 20 Aron Griffis (RETIRED) gentoo-dev 2005-07-09 08:51:13 UTC
autogen-5.7.1 fails to build if autogen-5.6.4 is already installed, working on
that problem now
Comment 21 Aron Griffis (RETIRED) gentoo-dev 2005-07-10 20:11:08 UTC
autogen-5.7.1 doesn't seem to work at all:

make[3]: Entering directory
`/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/agen5'
Re-building stamp-texi
/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/agen5/autogen -L../autoopts
-Taginfo -DLEVEL=chapter -bautogen opts.def
make[3]: Leaving directory `/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/agen5'
make[3]: Entering directory
`/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/autoopts'
! /var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/agen5/autogen
-DLEVEL=subsection -Taginfo3.tpl -blibopts funcs.def
make[3]: Leaving directory
`/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/autoopts'
+ /var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/getdefs/getdefs
load-opt=getdefs.ini
top_builddir=.. top_srcdir=.. PATH=`cd ../columns;pwd`:$PATH
AGexe=/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/agen5/autogen
CLexe=/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/columns/columns
GDexe=/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/getdefs/getdefs ; export
top_builddir top_srcdir PATH AGexe CLexe GDexe ; \
CC="i686-pc-linux-gnu-gcc" CFLAGS='-march=athlon -O3 -pipe' \
ADDON_MENU="../columns/columns.menu ../getdefs/getdefs.menu
../xml2ag/xml2ag.menu ./snprintfv.menu" ADDON_TEXI="../columns/columns.texi
../getdefs/getdefs.texi ../xml2ag/xml2ag.texi ./snprintfv.texi" \
DOC_DEPENDS="./auto_gen.tpl ../agen5/opts.def ../columns/columns.menu
../getdefs/getdefs.menu ../xml2ag/xml2ag.menu ./snprintfv.menu
../columns/columns.texi ../getdefs/getdefs.texi ../xml2ag/xml2ag.texi
./snprintfv.texi ../agen5/defParse-fsm.c ../agen5/opts.h ../agen5/autogen.menu
../autoopts/libopts.texi ../agen5/autogen.texi `echo ../agen5/func*.c
../agen5/exp*.c ../agen5/defDirect.c`" \
LIBS="-lm -ldl " SHELL=/bin/sh MAKE='make' \
/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/agen5/autogen -t180 -L. -L..
autogen.def
/bin/sh: line 1264: autoopts-config: command not found
/bin/sh: line 1265: autoopts-config: command not found
/bin/sh: line 1266: autogen: command not found
gcc: checkopt.c: No such file or directory
gcc: no input files
AutoGen aborting on signal 15 (Terminated) in state EMITTING
processing template auto_gen.tpl
            on line 630
       for function EXPR (11)
/bin/sh: line 1:  9360 Aborted                 CC="i686-pc-linux-gnu-gcc"
CFLAGS='-march=athlon -O3 -pipe' ADDON_MENU="../columns/columns.menu
../getdefs/getdefs.menu ../xml2ag/xml2ag.menu ./snprintfv.menu"
ADDON_TEXI="../columns/columns.texi ../getdefs/getdefs.texi
../xml2ag/xml2ag.texi ./snprintfv.texi" DOC_DEPENDS="./auto_gen.tpl
../agen5/opts.def ../columns/columns.menu ../getdefs/getdefs.menu
../xml2ag/xml2ag.menu ./snprintfv.menu ../columns/columns.texi
../getdefs/getdefs.texi ../xml2ag/xml2ag.texi ./snprintfv.texi
../agen5/defParse-fsm.c ../agen5/opts.h ../agen5/autogen.menu
../autoopts/libopts.texi ../agen5/autogen.texi `echo ../agen5/func*.c
../agen5/exp*.c ../agen5/defDirect.c`" LIBS="-lm -ldl " SHELL=/bin/sh
MAKE='make' /var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/agen5/autogen
-t180 -L. -L.. autogen.def
make[2]: *** [texi-stamp] Error 134
make[2]: Leaving directory `/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/autogen-5.7.1/work/autogen-5.7.1'
make: *** [all] Error 2

!!! ERROR: sys-devel/autogen-5.7.1 failed.
!!! Function src_compile, Line 19, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 22 Aron Griffis (RETIRED) gentoo-dev 2005-07-10 20:28:55 UTC
http://sourceforge.net/mailarchive/forum.php?thread_id=7629430&forum_id=7034

Looks like the problem is known, just no response from the author yet.
Comment 23 Aron Griffis (RETIRED) gentoo-dev 2005-07-10 20:50:24 UTC
Ok, I just disabled the documentation installation for now to workaround the
problem.  I also subscribed to the announcements list so hopefully I'll know
when a new version is released...

5.7.1 is in portage now.  Sorry for the long wait, and thanks for your patience.