FiendX n00b
Joined: 11 Apr 2002 Posts: 18 Location: Montreal
|
Posted: Tue May 07, 2002 5:44 pm Post subject: Help needed! A couple of emerge problem since emerge --updat |
|
|
Hi all
Having problems with emerge since I recently did an
Code: | emerge --update system | . That command appeared to complete normally.
Now when i do emerge mozilla galeon
I get fiollowing output
Code: |
Calculating dependencies ...done!
>>> emerge net-analyzer/nmap-2.54_beta33 to /
ARCH=x86
AUTOCLEAN=no
BAD=$'\E[31;01m'
BASH=/bin/bash
BASH_ENV=/root/.bashrc
BASH_VERSINFO=([0]="2" [1]="05a" [2]="0" [3]="1" [4]="release" [5]="i686-pc-linux-gnu")
BASH_VERSION='2.05a.0(1)-release'
BUILDDIR=/var/tmp/portage/nmap-2.54_beta33
BUILD_PREFIX=/var/tmp/portage
CATEGORY=net-analyzer
CFLAGS='-O2 -mcpu=i686 -pipe'
CHOST=i686-pc-linux-gnu
CLASSPATH=/opt/blackdown-jre-1.3.1/lib/rt.jar
CLEAN_DELAY=5
COLS=73
CONFIG_PROTECT='/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config'
CURRENTFILE=/usr/portage/current-packages
CVS_RSH=ssh
CXXFLAGS='-O2 -mcpu=i686 -pipe'
D=/var/tmp/portage/nmap-2.54_beta33/image/
DEPEND=$'virtual/glibc\n\tgtk? ( >=x11-libs/gtk+-1.2.10-r4 )'
DESCRIPTION=Portscanner
DESTTREE=/usr
DIROPTIONS=-m0755
DIRSTACK=()
DISTDIR=/usr/portage/distfiles
DOCDESTTREE=
EBUILD=/usr/portage/net-analyzer/nmap/nmap-2.54_beta33.ebuild
ECLASSDIR=/usr/portage/eclass
EDITOR=/usr/bin/vi
ENDCOL=$'\E[A\E[73G'
EUID=0
EXEDESTTREE=
EXEOPTIONS=-m0755
FEATURES=sandbox
FETCHCOMMAND='/usr/bin/wget -t 5 --passive-ftp ${URI} -P ${DISTDIR}'
FILESDIR=/usr/portage/net-analyzer/nmap/files
GENTOO_MIRRORS=http://www.ibiblio.org/gentoo
GOOD=$'\E[32;01m'
GROUPS=()
HILITE=$'\E[36;01m'
HISTFILESIZE=10000
HISTIGNORE='[ ]*:&:bg:fg'
HOME=/root
HOMEPAGE=http://www.insecure.org/nmap/
HOSTNAME=fiendx.videotron.ca
HOSTTYPE=i686
HZ=100
IFS=$' \t\n'
INFODIR=/usr/share/info:/usr/X11R6/info
INPUTRC=/etc/inputrc
INSDESTTREE=
INSOPTIONS=-m0644
|
and then freezes. It's as though some output is piped to
less. This is happening on ALLb emerges...
If I hit "q" the next page continues, and so on until finally mozilla source downloads and unpacks.
Second problem then, compile bombs with following output;
Code: |
creating examples/Makefile
creating config.h
emake tier_0
make[1]: Entering directory `/var/tmp/portage/mozilla-1.0_rc1-r1/work/mozilla'
tier_0: config build include
/bin/sh: emake: command not found
make[1]: *** [tier_0] Error 127
make[1]: Leaving directory `/var/tmp/portage/mozilla-1.0_rc1-r1/work/mozilla'
make[1]: Entering directory `/var/tmp/portage/mozilla-1.0_rc1-r1/work/mozilla'
tier_0: config build include
/bin/sh: emake: command not found
make[1]: *** [tier_0] Error 127
make[1]: Leaving directory `/var/tmp/portage/mozilla-1.0_rc1-r1/work/mozilla'
make: *** [default] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 87, Exitcode 2
!!! (no error message)
!!! emerge aborting on /usr/portage/net-www/mozilla/mozilla-1.0_rc1-r1.ebuild .
|
emake is in /usr/lib/portage/bin, which for some reason is not being found by emerge.
Very weird.
If I add /usr/lib/portage/bin to /etc/profile.env and rerun the emerge command the compile proceeds.
Can anyone shed some light on what I need to do to fix this?
Thanks in advance!
Bob Ross _________________ running Gentoo Linux since April 2002 ;- 0 |
|