Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: sudoer on April 14, 2012, 08:14:23 PM

Title: bashburn - missing dependancy
Post by: sudoer on April 14, 2012, 08:14:23 PM
<!-- 2012-04-14 08:49:55+00:00 -->

bashburn BUG:

$ tce-load -i bashburn.tcz
$ bashburn
<Quit>
Thank you for using BashBurn 3.1.0
Visit [SORRY, YOUR ARE NOT ALLOWED TO POST EXTERNAL LINKS] for info and updates.
/usr/local/bin/bashburn: line 83: tput: command not found
$ grep -n tput /usr/local/bin/bashburn
83:    tput sgr0
$ sudo which tput
$

ab indicated a provider for the missing tput closely matching bashburn's tree:
ncurses-utils.tcz

added extension to bashburn.tcz.dep (replacing the blank line!) under tce/optional

$ tce-load -is bashburn.tcz
$ which tput
/usr/local/bin/tput
$ bashburn
<Quit>
Thank you for using BashBurn 3.1.0
Visit [SORRY, YOU ARE NOT ALLOWED TO POST EXTERNAL LINKS] for info and updates.
$

resolved.
Title: Re: bashburn - missing dependancy
Post by: Jason W on April 14, 2012, 11:05:44 PM
I added the dependency.

Thanks.