Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193381 - dev-tex/latex-beamer-3.07 install fails w/ USE=lyx
Summary: dev-tex/latex-beamer-3.07 install fails w/ USE=lyx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-22 04:52 UTC by M. Edward Borasky
Modified: 2007-10-08 21:00 UTC (History)
2 users (show)

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


Attachments
Remove beamer.layout installation (latex-beamer-lyx-layout.patch,571 bytes, patch)
2007-09-22 12:20 UTC, Charles Clément
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description M. Edward Borasky 2007-09-22 04:52:27 UTC
# USE=lyx emerge -v latex-beamer

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-tex/latex-beamer-3.07  USE="doc lyx*" 0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB

>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) dev-tex/latex-beamer-3.07 to /
 * latex-beamer-3.07.tar.gz RMD160 ;-) ...                                [ ok ]
 * latex-beamer-3.07.tar.gz SHA1 ;-) ...                                  [ ok ]
 * latex-beamer-3.07.tar.gz SHA256 ;-) ...                                [ ok ]
 * latex-beamer-3.07.tar.gz size ;-) ...                                  [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking latex-beamer-3.07.tar.gz ;-) ...                              [ ok ]
>>> Unpacking source...
>>> Unpacking latex-beamer-3.07.tar.gz to /var/tmp/portage/dev-tex/latex-beamer-3.07/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-tex/latex-beamer-3.07/work/latex-beamer-3.07 ...
>>> Source compiled.
>>> Test phase [not enabled]: dev-tex/latex-beamer-3.07

>>> Install latex-beamer-3.07 into /var/tmp/portage/dev-tex/latex-beamer-3.07/image/ category dev-tex
install: cannot stat `lyx/layouts/beamer.layout': No such file or directory
 * 
 * ERROR: dev-tex/latex-beamer-3.07 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_install
 *   ebuild.sh, line 1089:   Called qa_call 'src_install'
 *   ebuild.sh, line 44:   Called src_install
 *   latex-beamer-3.07.ebuild, line 30:   Called die
 * 
 * (no error message)
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-tex/latex-beamer-3.07/temp/build.log'.
 * 

 * Messages for package dev-tex/latex-beamer-3.07:

 * 
 * ERROR: dev-tex/latex-beamer-3.07 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_install
 *   ebuild.sh, line 1089:   Called qa_call 'src_install'
 *   ebuild.sh, line 44:   Called src_install
 *   latex-beamer-3.07.ebuild, line 30:   Called die
 * 
 * (no error message)
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-tex/latex-beamer-3.07/temp/build.log'.
 * 
DreamGate ~ #
Comment 1 Charles Clément 2007-09-22 11:39:52 UTC
Beamer layout is now included in Lyx package, from the latex-beamer Changelog :
- LyX layout removed since it is now part of the LyX development tree.
I think we should remove the lyx use flag from this ebuild.
Comment 2 Charles Clément 2007-09-22 12:20:33 UTC
Created attachment 131593 [details, diff]
Remove beamer.layout installation

Fix installation issue, though the *lyx documentation files still gets installed in two different places.
Comment 3 M. Edward Borasky 2007-09-22 14:59:29 UTC
(In reply to comment #1)
> Beamer layout is now included in Lyx package, from the latex-beamer Changelog :
> - LyX layout removed since it is now part of the LyX development tree.
> I think we should remove the lyx use flag from this ebuild.
> 

Yeah ... sounds like a plan. That's what I ended up with -- emerging latex-beamer without the "lyx" flag.
Comment 4 pavel sanda 2007-10-08 07:52:14 UTC
btw isnt beamer integral part of tetex 3 ?
Comment 5 Charles Clément 2007-10-08 08:18:14 UTC
(In reply to comment #4)
> btw isnt beamer integral part of tetex 3 ?
> 

Indeed, but tetex-3.0_p1-r4, the stable tetex package in portage contains version 3.01 of latex-beamer, which was out on 2004-10-11. This package permits to have the most up-to-date version.
Comment 6 Lars Weiler (RETIRED) gentoo-dev 2007-10-08 21:00:46 UTC
Thanks for testing with lyx.  I must have missed that before I commit.

It's fixed now.