Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23063 - k3b-0.9_pre2 ebuild fails
Summary: k3b-0.9_pre2 ebuild fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Rainer Größlinger (RETIRED)
URL:
Whiteboard:
Keywords:
: 23074 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-06-18 13:08 UTC by Sean O'Dubhghaill
Modified: 2003-06-19 02:36 UTC (History)
1 user (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 Sean O'Dubhghaill 2003-06-18 13:08:18 UTC
k3b-0.9_pre2 ebuild crash, here's the code: 
 
Good - your configure finished. Start make now 
 
cd . && make -f admin/Makefile.common configure.in 
make[1]: Entering directory `/var/tmp/portage/k3b-0.9_pre2/work/k3b-0.9pre2' 
make[1]: Leaving directory `/var/tmp/portage/k3b-0.9_pre2/work/k3b-0.9pre2' 
cd . && /bin/sh /var/tmp/portage/k3b-0.9_pre2/work/k3b-0.9pre2/admin/missing --run 
aclocal-1.7 
cd . && \ 
  /bin/sh /var/tmp/portage/k3b-0.9_pre2/work/k3b-0.9pre2/admin/missing --run 
automake-1.7 --foreign  Makefile 
cd . && rm -f configure && make -f admin/Makefile.common configure 
make[1]: Entering directory `/var/tmp/portage/k3b-0.9_pre2/work/k3b-0.9pre2' 
NONE:0: /usr/bin/m4: ERROR: EOF in argument list 
autom4te-2.57: cannot not rename autom4te.cache/traces.0t as autom4te.cache/traces.0: 
No such file or directory 
configure.in: `AM_INIT_AUTOMAKE' must be used 
automake-1.7: your implementation of AM_INIT_AUTOMAKE comes from an 
automake-1.7: old Automake version.  You should recreate aclocal.m4 
automake-1.7: with aclocal and run automake again. 
configure.in: required file `./install-sh' not found 
configure.in: required file `./mkinstalldirs' not found 
configure.in: required file `./missing' not found 
SUBDIRS: variable `TOPSUBDIRS' is used but `TOPSUBDIRS' is undefined 
make: *** [Makefile.in] Error 1 
make: *** Waiting for unfinished jobs.... 
make[1]: Leaving directory `/var/tmp/portage/k3b-0.9_pre2/work/k3b-0.9pre2' 
 
!!! ERROR: app-cdr/k3b-0.9_pre2 failed. 
!!! Function kde_src_compile, Line 123, Exitcode 2 
!!! died running emake, kde_src_compile:make 
 

Reproducible: Always
Steps to Reproduce:
1. Try to emerge the latest k3b 



here's some info on my system, please email me if i'm missing any important info 
 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-O3 -march=athlon-xp -pipe " 
USE="doc dvd fbcon gtk2 imap sse -gnome" 
ACCEPT_KEYWORDS="~x86" 
 
I am using autoconf version 2.57-r1
Comment 1 Guy 2003-06-18 15:52:10 UTC
I'm having the same problem.

emerge info
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20 i686 AMD Athlon(TM) XP 1900+
GENTOO_MIRRORS="rsync://csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://csociety-ftp.ecn.purdue.edu/pub/gentoo/ ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
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/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg gnome libg++ mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib alsa gdbm berkdb slang readline arts tetex bonobo svga java guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt kde motif opengl mozilla cdr"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -Os -pipe"
CXXFLAGS="-march=athlon-xp -Os -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 2 Rainer Größlinger (RETIRED) gentoo-dev 2003-06-18 16:09:59 UTC
I had the same problem, too.

It is related to parallel building, I'll commit a fixed version soon.
Comment 3 Rainer Größlinger (RETIRED) gentoo-dev 2003-06-18 16:27:55 UTC
I just committed a fixed version, please try ;)
Comment 4 Rainer Größlinger (RETIRED) gentoo-dev 2003-06-19 02:36:04 UTC
*** Bug 23074 has been marked as a duplicate of this bug. ***