Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109377 - dev-tex/europecv-*: ebuild doesn't install europasslogo*
Summary: dev-tex/europecv-*: ebuild doesn't install europasslogo*
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-15 09:55 UTC by Sandro Bonazzola (RETIRED)
Modified: 2005-12-02 00:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandro Bonazzola (RETIRED) gentoo-dev 2005-10-15 09:55:45 UTC
ebuild doesn't install europasslogo*

this cause `pdflatex cv_template_it.tex` fail with: 
! LaTeX Error: File `europasslogo' not found.

the command draweuropasslogo declared in europecv.cls require europasslog in
/usr/share/texmf/tex/latex/europecv/

I'll attach a patch to the ebuild to fix this with europecv-20050408.ebuild.

Reproducible: Always
Steps to Reproduce:
1.emerge europecv
2.pdflatex cv_template_it.tex

Actual Results:  
! LaTeX Error: File `europasslogo' not found.

Expected Results:  
europasslogo found.

patch:
--- europecv-20050408.ebuild	2005-05-22 13:42:33.000000000 +0200
+++ /root/europecv-20050408.ebuild	2005-10-15 15:17:46.000000000 +0200
@@ -27,7 +27,7 @@
 src_install() {
 
 	insinto /usr/share/texmf/tex/latex/europecv
-	doins ecv* europecv.cls EuropeFlag*
+	doins ecv* europecv.cls EuropeFlag* europasslogo*
 
 	insinto /usr/share/doc/${PF}/examples
 	doins examples/*
Comment 1 Thomas Kjosmoen 2005-11-28 08:27:16 UTC
I can confirm this bug. Please include the proposed fix in portage.
Comment 2 Alexandre Buisse (RETIRED) gentoo-dev 2005-11-28 09:06:26 UTC
Fixed in CVS. Thanks for the report and patch.
Comment 3 Sandro Bonazzola (RETIRED) gentoo-dev 2005-12-02 00:24:03 UTC
verified, it's ok. closing.