Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49213 - fte-20020324-r2 ebuild failed
Summary: fte-20020324-r2 ebuild failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-27 15:01 UTC by Paul
Modified: 2004-04-28 16:18 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 Paul 2004-04-27 15:01:57 UTC
emerge fte failed (see error messages below).

Note: I went to /var/tmp/portage/fte-20020324-r2/work/fte-20020324 manually built, and there were no errors. I did the following:
  make
  make install
  cd config
  cfte main.fte
  cp fte-new.cnf ~/.fterc
I then verified that xfte, vfte, and sfte worked.

Here are the errors from emerge fte:
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[2]: *** [c_config.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/fte-20020324-r2/work/fte-20020324/src'
make[1]: *** [unix] Error 2
make[1]: Leaving directory `/var/tmp/portage/fte-20020324-r2/work/fte-20020324/src'
make: *** [all] Error 2

!!! ERROR: app-editors/fte-20020324-r2 failed.
!!! Function src_compile, Line 62, Exitcode 2
!!! (no error message)



Reproducible: Always
Steps to Reproduce:
1. emerge fte

Actual Results:  
build failed

Expected Results:  
successful emerge

Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 
2.4.25-co-0.6.0)
=================================================================
System uname: 2.4.25-co-0.6.0 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Gentoo Base System version 1.4.10
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=i586 -funroll-loops"
CHOST="i586-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i586 -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.ccccom.com 
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo 
ftp://mirror.iawnet.sandia.gov/pub/gentoo/ http://open-
systems.ufl.edu/mirrors/gentoo http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X esd gif gtk gtk2 imlib java jpeg libg++ libwww mad mpeg ncurses 
oggvorbis opengl pam perl png python qt readline sdl slang spell ssl tcpd 
truetype x86 xml2 xmms xv zlib"
Comment 1 Paul 2004-04-28 16:18:49 UTC
It turns out it was an out-of-memory problem. After adding substantial swap partition, it emerged just fine.