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

Bug 72891

Summary: emacs-cvs-21.3.50-r2 doesn't compile
Product: Gentoo Linux Reporter: Sebastien <acidburnsw>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sebastien 2004-11-30 00:55:34 UTC
Emacs-cvs doesn't compile. I posted the error message of emerge.

Reproducible: Always
Steps to Reproduce:
1.emerge emacs-cvs


Actual Results:  
[...]
make[1]: Leaving directory `/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/man'
(cd lispref; make  info)
make[1]: Entering directory
`/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref'
makeinfo -I. -I/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/elisp.texi -o
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/../info/elisp
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref//locals.texi:202:
Querverweis auf nicht existierenden Knoten ,,Yet to be written" (vielleicht
@section statt @subsection o.
Comment 1 Sebastien 2004-11-30 00:55:34 UTC
Emacs-cvs doesn't compile. I posted the error message of emerge.

Reproducible: Always
Steps to Reproduce:
1.emerge emacs-cvs


Actual Results:  
[...]
make[1]: Leaving directory `/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/man'
(cd lispref; make  info)
make[1]: Entering directory
`/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref'
makeinfo -I. -I/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/elisp.texi -o
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/../info/elisp
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref//locals.texi:202:
Querverweis auf nicht existierenden Knoten ,,Yet to be written" (vielleicht
@section statt @subsection o.ä.?).
/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref//locals.texi:136:
Querverweis auf nicht existierenden Knoten ,,Yet to be written" (vielleicht
@section statt @subsection o.ä.?).
makeinfo: Entferne Ausgabe-Datei
,,/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/../info/elisp" wegen
Fehler; --force benutzen, um diese beizubehalten.
make[1]: ***
[/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref/../info/elisp] Fehler 1
make[1]: Leaving directory
`/var/tmp/portage/emacs-cvs-21.3.50-r2/work/emacs/lispref'
make: *** [info] Fehler 2

!!! ERROR: app-editors/emacs-cvs-21.3.50-r2 failed.
!!! Function src_compile, Line 95, Exitcode 2
!!! make emacs bootstrap failed


Expected Results:  
It should compile.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-30 03:37:55 UTC
Sebastian, please do `echo LC_MESSAGES=\"C\" >> /etc/env.d/02locale` to set your error messages to english. 

Using a cvs ebuild means that you're using the latest stuff the emacs developers worked on. This means it can fail the one day and work the other. If you don't want this, don't use the cvs ebuild.