Bug 185669 - dev-tex/latex-beamer-3.07 compile failure with USE=emacs
Bug#: 185669 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: pylon@gentoo.org Reported By: ulm@gentoo.org
Component: Development
URL: 
Summary: dev-tex/latex-beamer-3.07 compile failure with USE=emacs
Keywords:  
Status Whiteboard: 
Opened: 2007-07-17 15:52 0000
Description:   Opened: 2007-07-17 15:52 0000
>>> 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 From Ulrich Müller 2007-07-17 15:59:34 0000 -------
Created an attachment (id=125169) [details]
Patch to remove emacs support from latex-beamer-3.07.ebuild

------- Comment #2 From Lars Weiler (RETIRED) 2007-07-20 12:26:44 0000 -------
Oops.  I have a USE="-emacs"-system ;-)  So this flipped through my fingers.

Thanks for your patch.