WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: C.A.V.A. visualizer (can't build it)  (Read 2429 times)

Offline Scampada

  • Full Member
  • ***
  • Posts: 164
C.A.V.A. visualizer (can't build it)
« on: July 04, 2016, 05:51:20 PM »
Hi,
I've lost my brain (that part of it that was still there after Coca-Cola and shooter games) while trying to build this wannabe-cool stuff:
https://github.com/karlstav/cava

Got some kind of errors in the automake step, then did some dirty magic and it worked but then my Perl refused to find its strict.pl (when it was in its place).
I gave up (at least for time). Maybe there will appear a good person that would build it in his not-so-crappy environment, or, applying his not-so-clumsy hands, and commit the resulting .tcz?

I hate these auto-don't-know-what things, why don't people provide their sources with pre-built configure scripts and all?
The winning entries in UNIX users' hymns competition were 'What's the buzz, tell me what's happening' and 'Strange Thing Mystifying' songs from A.L.Webber's musical.

Tiny Core Linux. Like Gentoo, except Gentoo is easier.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: C.A.V.A. visualizer (can't build it)
« Reply #1 on: July 05, 2016, 01:08:19 PM »
Your problem was perhaps this:
Code: [Select]
cp: invalid option -- 'n'
BusyBox v1.24.2 (2016-05-16 13:28:30 UTC) multi-call binary.
..which can be cured by using the coreutils extension.

The configure script is generated without errors using this:
Code: [Select]
$ tce-load -i compiletc git automake libtool-dev gettext-dev intltool coreutils
$ git clone https://github.com/karlstav/cava
$ cd cava
$ ./autogen.sh

Offline Scampada

  • Full Member
  • ***
  • Posts: 164
Re: C.A.V.A. visualizer (can't build it)
« Reply #2 on: July 05, 2016, 01:27:19 PM »
I'm using coreutils, maybe the path variable does the dirty trick. What if I try to remove /usr/bin: before configuring...
The winning entries in UNIX users' hymns competition were 'What's the buzz, tell me what's happening' and 'Strange Thing Mystifying' songs from A.L.Webber's musical.

Tiny Core Linux. Like Gentoo, except Gentoo is easier.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: C.A.V.A. visualizer (can't build it)
« Reply #3 on: July 05, 2016, 01:34:41 PM »
I didn't touch $PATH and /usr/local/bin is before /bin in $PATH anyway.

You could remove the /bin/cp -> /bin/busybox symlink, but that shouldn't be needed.

Offline Scampada

  • Full Member
  • ***
  • Posts: 164
Re: C.A.V.A. visualizer (can't build it)
« Reply #4 on: July 05, 2016, 01:39:58 PM »
Ah yes. There it is what it looks like. Hmm... it's a generic Linux issue I guess...) ??? Googling around...



PS Is there some kind of [spoiler] \ [more] tag?

[spoiler]test[/spoiler]
[more]test[/more]

UPD: uhm... I've been messing around with my $PATH... But yes, /local goes first.
The winning entries in UNIX users' hymns competition were 'What's the buzz, tell me what's happening' and 'Strange Thing Mystifying' songs from A.L.Webber's musical.

Tiny Core Linux. Like Gentoo, except Gentoo is easier.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: C.A.V.A. visualizer (can't build it)
« Reply #5 on: July 05, 2016, 01:50:00 PM »
Did you load all of the extensions I mentioned in the previous post (libtool.m4 is in libtool-dev)?

Offline Scampada

  • Full Member
  • ***
  • Posts: 164
Re: C.A.V.A. visualizer (can't build it)
« Reply #6 on: July 05, 2016, 01:55:21 PM »
Yep, I forgot the dev package. Now it's processing... something..., it's way better, not regarding to results.
The winning entries in UNIX users' hymns competition were 'What's the buzz, tell me what's happening' and 'Strange Thing Mystifying' songs from A.L.Webber's musical.

Tiny Core Linux. Like Gentoo, except Gentoo is easier.

Offline Scampada

  • Full Member
  • ***
  • Posts: 164
Re: C.A.V.A. visualizer (can't build it)
« Reply #7 on: July 05, 2016, 06:02:56 PM »
Made it. Thank you very much.
The winning entries in UNIX users' hymns competition were 'What's the buzz, tell me what's happening' and 'Strange Thing Mystifying' songs from A.L.Webber's musical.

Tiny Core Linux. Like Gentoo, except Gentoo is easier.