WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bashburn - missing dependancy  (Read 1493 times)

Offline sudoer

  • Newbie
  • *
  • Posts: 6
bashburn - missing dependancy
« on: April 14, 2012, 05: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.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: bashburn - missing dependancy
« Reply #1 on: April 14, 2012, 08:05:44 PM »
I added the dependency.

Thanks.