Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178411 - app-cdr/bashburn-2.0 ebuild doesn't install /opt/bashburn/func directory
Summary: app-cdr/bashburn-2.0 ebuild doesn't install /opt/bashburn/func directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Martin Jackson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 18:47 UTC by Martin Jackson (RETIRED)
Modified: 2007-05-15 00:10 UTC (History)
1 user (show)

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


Attachments
Patch to add func directory to bashburn install image (bashburn-func.patch,371 bytes, patch)
2007-05-13 18:55 UTC, Martin Jackson (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jackson (RETIRED) gentoo-dev 2007-05-13 18:47:45 UTC
First off, thanks for bumping bashburn.  It's one of my favorite console interfaces to burning optical media.

Now, for the problem:  bashburn has, according to the sourceforge.net page, sprouted a new "abstraction layer", which involves the func directory.  The ebuild, however, does not include the func directory in the copy statement (line 43 of the ebuild):

   mv {burning,config,convert,menus,misc,lang} ${D}/opt/BashBurn

This results in bashburn not being able to resolve certain function names related to configuration, with messages such as:

/opt/BashBurn/config/configure.sh: line 14: /opt/BashBurn/func/configfunc.sh: No such file or directory
/opt/BashBurn/config/configure.sh: line 31: pretty_top: command not found



Reproducible: Always
Comment 1 Martin Jackson (RETIRED) gentoo-dev 2007-05-13 18:55:44 UTC
Created attachment 119138 [details, diff]
Patch to add func directory to bashburn install image
Comment 2 Martin Jackson (RETIRED) gentoo-dev 2007-05-13 18:56:55 UTC
Note: applying the fix in the patch made my installation configurable again.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-05-14 08:39:07 UTC
Steve, you bumped this, please have a look.
Comment 4 Martin Jackson (RETIRED) gentoo-dev 2007-05-15 00:10:57 UTC
Fixed in CVS, with beandog's consent (IRC)