Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185669 - dev-tex/latex-beamer-3.07 compile failure with USE=emacs
Summary: dev-tex/latex-beamer-3.07 compile failure with USE=emacs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-17 15:52 UTC by Ulrich Müller
Modified: 2007-07-20 12:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to remove emacs support from latex-beamer-3.07.ebuild (latex-beamer-3.07.ebuild.patch,1.44 KB, patch)
2007-07-17 15:59 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.