Bug 178411 - app-cdr/bashburn-2.0 ebuild doesn't install /opt/bashburn/func directory
Bug#: 178411 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: mjolnir@gentoo.org Reported By: mjolnir@gentoo.org
Component: Ebuilds
URL: 
Summary: app-cdr/bashburn-2.0 ebuild doesn't install /opt/bashburn/func directory
Keywords:  
Status Whiteboard: 
Opened: 2007-05-13 18:47 0000
Description:   Opened: 2007-05-13 18:47 0000
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 From Martin Jackson (RETIRED) 2007-05-13 18:55:44 0000 -------
Created an attachment (id=119138) [details]
Patch to add func directory to bashburn install image

------- Comment #2 From Martin Jackson (RETIRED) 2007-05-13 18:56:55 0000 -------
Note: applying the fix in the patch made my installation configurable again.

------- Comment #3 From Jakub Moc (RETIRED) 2007-05-14 08:39:07 0000 -------
Steve, you bumped this, please have a look.

------- Comment #4 From Martin Jackson (RETIRED) 2007-05-15 00:10:57 0000 -------
Fixed in CVS, with beandog's consent (IRC)