Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17450 - eroaster will not start (2.1.0 2.1.0-r1)
Summary: eroaster will not start (2.1.0 2.1.0-r1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-13 12:54 UTC by Nick Brake
Modified: 2003-03-14 05:36 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 Nick Brake 2003-03-13 12:54:54 UTC
eroaster looks for it's included python files in /usr/lib/eroaster/, but they 
are being installed directly into /usr/lib/

Reproducible: Always
Steps to Reproduce:
1.emerge eroaster
2.eroaster
3.

Actual Results:  
Traceback (most resent call last):
  File "/usr/bin/eroaster", line 8, in ?
    from constants import title, version, year
ImportError: No module named constants

Expected Results:  
loaded the appropriate modules

Add in between lines 29 and 30:
        libdir=${D}/usr/lib/eroaster/ \
in the eroaster ebuild script.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-14 05:36:05 UTC
portage bug -- portage-2.0.47-r10 will solve this.  when that is unmasked, please remerge eroaster.