Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335482 - app-cdr/disc-cover has a latex problem - no cover generated
Summary: app-cdr/disc-cover has a latex problem - no cover generated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 04:28 UTC by Stephan Litterst
Modified: 2012-04-03 15:53 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 Stephan Litterst 2010-09-01 04:28:48 UTC
disc-cover -D /dev/hdc -va 
Output for cddb entry "4310e918" goes to "Various_-_Finnischer_Tango_-_Tule_Tanssimaan.ps"
Use of uninitialized value in split at /usr/bin/disc-cover line 873.
Error: Something went wrong while running latex.

Solution 1: Check if the necessary LaTeX packages are installed:
inputenc,ifthen,graphicx,color,multicol.

Solution 2: Run disc-cover with the option '-t tex' and run latex on the
output file.

---
I don't find the necessary LaTeX packages with emerge...

Reproducible: Always

Steps to Reproduce:
1. run disc-cover
2.
3.

Actual Results:  
no cover created

Expected Results:  
should generate a cover
Comment 1 Rene Pinto 2012-04-02 23:07:05 UTC
Please, try to install dev-texlive/texlive-latex. All those packages (inputenc, ifthen, graphicx, color, multicol) are in dev-texlive/texlive-latex.

Perhaps should dev-texlive/texlive-latex become a disc-cover dependecy?
Comment 2 Stephan Litterst 2012-04-03 15:53:56 UTC
re-emerging dev-texlive/texlive-latex did the trick...