Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28804 - a2ps installation error
Summary: a2ps installation error
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-15 09:55 UTC by Andrei Ivanov
Modified: 2003-09-26 18:09 UTC (History)
1 user (show)

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


Attachments
full configure output and error (typescript,49.74 KB, text/plain)
2003-09-16 07:19 UTC, Andrei Ivanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Ivanov 2003-09-15 09:55:20 UTC
Making all in ogonkify
make[2]: Entering directory `/var/tmp/portage/a2ps-4.13b-r5/work/a2ps-4.13/ogonkify'
cd . && /bin/sh /var/tmp/portage/a2ps-4.13b-r5/work/a2ps-4.13/auxdir/missing
--run aclocal -I m4
cd . && /bin/sh /var/tmp/portage/a2ps-4.13b-r5/work/a2ps-4.13/auxdir/missing
--run automake --foreign Makefile
cd . && /bin/sh /var/tmp/portage/a2ps-4.13b-r5/work/a2ps-4.13/auxdir/missing
--run autoconf
configure.in:2: /usr/bin/m4: Bad expression in eval (bad input): 0 + 13 * 1000 +
2 * 1000000 < 0 + 14a * 1000 + 2 * 1000000
autoconf: Undefined macros:
configure.in:56:AC_CONFIG_FILES(composeglyphs, [chmod +x composeglyphs])
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.in'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.
/bin/sh ./config.status --recheck
running /bin/sh ./configure  'CFLAGS=-march=athlon -O3 -pipe
-fomit-frame-pointer -fprefetch-loop-arrays -ffast-math -fforce-addr
-falign-functions=4' --prefix=/usr --host=i686-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --sysconfdir=/etc/a2ps
--includedir=/usr/include --disable-nls --cache-file=.././config.cache
--srcdir=. --no-create --no-recursion
configure: warning: CFLAGS=-march=athlon -O3 -pipe -fomit-frame-pointer
-fprefetch-loop-arrays -ffast-math -fforce-addr -falign-functions=4: invalid
host type
loading cache .././config.cache
checking for a BSD compatible install... (cached) /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for perl perl5... (cached) /usr/bin/perl
checking how to run the C preprocessor... (cached) gcc -E
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IBM font files... /usr/X11R6/lib/X11/fonts/Type1/cour*.pfa
./configure: line 1226: syntax error near unexpected token `composeglyphs,'
./configure: line 1226: `AC_CONFIG_FILES(composeglyphs, chmod +x composeglyphs)'
make[2]: *** [config.status] Error 2
make[2]: Leaving directory `/var/tmp/portage/a2ps-4.13b-r5/work/a2ps-4.13/ogonkify'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/a2ps-4.13b-r5/work/a2ps-4.13'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-text/a2ps-4.13b-r5 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! emake failed
Comment 1 Andrei Ivanov 2003-09-15 09:55:45 UTC
Portage 2.0.49-r4 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r3, 2.6.0-test5-mm1)
=================================================================
System uname: 2.6.0-test5-mm1 i686 AMD Athlon(tm) Processor
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer -fprefetch-loop-arrays -ffast-math -fforce-addr -falign-functions=4"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer -fprefetch-loop-arrays -ffast-math -fforce-addr -falign-functions=4"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="ftp://ftp.uninett.no/pub/linux/Gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 oss avi crypt cups encode foomaticdb gif jpeg libg++ libwww mad mikmod mmx mpeg ncurses pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline arts mysql postgres X sdl gpm tcpd pam ssl imlib oggvorbis gtk qt opengl aalib acl acpi alsa apache2 -apm bonobo curl dga esd evo gd gphoto2 -gnome gnomedb gstreamer gtk2 gtkhtml imap innodb -java -kde lcms ldap libgda maildir mcal memlimit -motif mozilla mozsvg -nas -nls odbc -perl -python samba sasl scanner slp -svga tiff usb wmf wxwindows xml"
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-09-15 15:20:44 UTC
I added a patch to stop the waring, so please give it a try and report
back if you can compile the software.
Comment 3 Andrei Ivanov 2003-09-16 07:19:28 UTC
Created attachment 17809 [details]
full configure output and error
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-09-26 18:09:30 UTC
Hi, I've just committed a2ps-4.13c.ebuild. If this will fix your
problem I'd like to change a2ps-4.13b-r5.ebuild (This ebuild causes 
so many problems due to the patches I added ;-( ) back to ~x86 and
mark a2ps-4.13c.ebuild stable later.