You are not logged in.

#1 2012-05-14 07:50:30

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

[REQUEST] Supersonic: A license free Subsonic fork

Hi!
Im quite unexperienced in the world of compiling from git.
I tried to compile myself this project called Supersonic ( https://github.com/Mach5/supersonic/blob/master/INSTALL ) but i get build problems that i don't know how to fix...
Can anyone either provide a PKGBUILD or tell me how to do it properly?

Thanks!

Offline

#2 2012-05-14 11:35:03

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [REQUEST] Supersonic: A license free Subsonic fork

The instructions look pretty clear. What error did you get?

Offline

#3 2012-05-14 14:20:31

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [REQUEST] Supersonic: A license free Subsonic fork

Ok, this is what i do:

First, install https://aur.archlinux.org/packages.php?ID=44684
Then, create a folder called build and cd to it
git clone https://github.com/Mach5/supersonic.git
cd supersonic/
/opt/maven/bin/mvn clean -P full;/opt/maven/bin/mvn install -P full
Result: http://pastebin.com/vELTYQ3F

What can be the error? did i do anything wrong?

Offline

#4 2012-05-14 21:42:46

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [REQUEST] Supersonic: A license free Subsonic fork

Wow, it has been done and it works!!!!
http://aur.archlinux.org/packages.php?ID=59271

Only issue is that i cannot run it via /etc/rc.d/supersonic start

If i do:
sudo /var/supersonic/supersonic.sh start

It does work.. but it ain't the right way to do it.. sad

Thanks to Morfeo... i hope this last issue gets fixed..... i just have to add it just works.. and no license needed for anything smile

Offline

#5 2012-05-16 20:48:20

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [REQUEST] Supersonic: A license free Subsonic fork

As I commented in the aur package adreess:

I just changed the line in: /etc/rc.d/supersonic


$DAEMON $DAEMON_ARGS&>/dev/null

to

$DAEMON $DAEMON_ARGS start&>/dev/null


It now WORKS!!

Perfec smile



Won-der-ful smile

Offline

Board footer

Powered by FluxBB