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

Bug 185669

Summary: dev-tex/latex-beamer-3.07 compile failure with USE=emacs
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: [OLD] DevelopmentAssignee: Lars Weiler (RETIRED) <pylon>
Status: RESOLVED FIXED    
Severity: normal CC: emacs, tex
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to remove emacs support from latex-beamer-3.07.ebuild

Description Ulrich Müller gentoo-dev 2007-07-17 15:52:42 UTC
>>> Compiling source in /var/tmp/portage/dev-tex/latex-beamer-3.07/work/latex-beamer-3.07 ...
/local/home/ulm/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.07.ebuild: line 23: cd: emacs: No such file or directory
 * Compiling GNU Emacs Elisp files ...
cp: cannot stat `beamer.el': No such file or directory
/var/tmp/portage/dev-tex/latex-beamer-3.07/work/latex-beamer-3.07/elc.16082 /var/tmp/portage/dev-tex/latex-beamer-3.07/work/latex-beamer-3.07
>>Error occurred processing *.el: File error (("Opening input file" "no such file or directory" "/var/tmp/portage/dev-tex/latex-beamer-3.07/work/latex-beamer-3.07/elc.16082/*.el"))
Done
mv: cannot stat `*.elc': No such file or directory
/var/tmp/portage/dev-tex/latex-beamer-3.07/work/latex-beamer-3.07
 * 
 * ERROR: dev-tex/latex-beamer-3.07 failed.
 * Call stack:
 *   ebuild.sh, line 1647:   Called dyn_compile
 *   ebuild.sh, line 988:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   latex-beamer-3.07.ebuild, line 24:   Called die


File beamer.el is no longer included in the package (it now comes with app-emacs/auctex), so emacs support should be removed from the ebuild.
Comment 1 Ulrich Müller gentoo-dev 2007-07-17 15:59:34 UTC
Created attachment 125169 [details, diff]
Patch to remove emacs support from latex-beamer-3.07.ebuild
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2007-07-20 12:26:44 UTC
Oops.  I have a USE="-emacs"-system ;-)  So this flipped through my fingers.

Thanks for your patch.