Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91836 - gpm-1.20.1-r4 does not compile during stage2, disabling further intall progress
Summary: gpm-1.20.1-r4 does not compile during stage2, disabling further intall progress
Status: RESOLVED DUPLICATE of bug 80217
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-07 15:09 UTC by Jan Hrabe
Modified: 2005-07-17 13:06 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 Jan Hrabe 2005-05-07 15:09:44 UTC
Following emerge --emptytree system command, the compilation stops with:

make[1]: Leaving directory `/var/tmp/portage/gpm-1.20.1-r4/work/gpm-1.20.1/contrib'
rm -f /var/tmp/portage/gpm-1.20.1-r4/work/gpm-1.20.1/contrib/emacs/*.elc
emacs -batch -l /var/tmp/portage/gpm-1.20.1-r4/work/gpm-1.20.1/contrib/emacs/exec.el -exec '(byte-compile-file "emacs/t-mouse.el")'
make: emacs: Command not found
make: *** [emacs/t-mouse.elc] Error 127

!!! ERROR: sys-libs/gpm-1.20.1-r4 failed.


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




My USE variable includes emacs keyword.  The machine is Athlon MP dual processor.
 Installation started by building from stage1 file. The make.conf file is:

CHOST="i686-pc-linux-gnu"

CFLAGS="-O2 -march=athlon-mp -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j3"

USE="-f77 -gtk -gtk2 -gnome -guile -icc -ipv6 X kde ruby cdr emacs
imagemagic tetex"

FEATURES="candy ccache"
CCACHE_SIZE="1G"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-07 15:46:06 UTC

*** This bug has been marked as a duplicate of 80217 ***