Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 93591

Summary: emerge gpm fails on compiling emacs support
Product: Gentoo Linux Reporter: João P. Teixeira <jteix>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description João P. Teixeira 2005-05-22 11:45:12 UTC
Here's the relevant output of emerge

make[1]: Entering directory `/var/tmp/portage/gpm-1.20.1/work/gpm-1.20.1/contrib'
/usr/bin/emacs -batch -l
/var/tmp/portage/gpm-1.20.1/work/gpm-1.20.1/contrib/emacs/exec.el -exec
'(byte-compile-file "emacs/t-mouse.el")'
Symbol's value as variable is void: load
make[1]: *** [emacs/t-mouse.elc] Error 255
make[1]: Leaving directory `/var/tmp/portage/gpm-1.20.1/work/gpm-1.20.1/contrib'
make: *** [do-all] Error 1


Same thing happens with gpm-1.20.1-r4

make[1]: Entering directory `/var/tmp/portage/gpm-1.20.1-r4/work/gpm-1.20.1/contrib'
: -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[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")'
Symbol's value as variable is void: load
make: *** [emacs/t-mouse.elc] Error 255


Reproducible: Always
Steps to Reproduce:
1. emerge -u gpm


Actual Results:  
emerge failed

Expected Results:  
should have emerged package gpm-1.20.1

emacs 21.4 installed
still running gpm-1.20.0-r5 (version not in portage tree anymore)
Comment 1 SpanKY gentoo-dev 2005-05-22 14:23:28 UTC

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