Installation issues Ubuntu studio.

You name it!
Post Reply
eclecticeye
Newbie
Posts: 6
Joined: Tue Jan 15, 2013 10:32 am

Installation issues Ubuntu studio.

Post by eclecticeye » Tue Jan 15, 2013 10:44 am

Hi all,

I'm folowing the installation instructions here
http://www.linuxsampler.org/debian.html#benchmark

as things weren't working well when I tried to do it using synaptic for the dependencies and I came accross this thread on the forums
http://bb.linuxsampler.org/viewtopic.php?f=6&t=264
which made me think the installation instructions on the first link where the way to go. (uninstalled on the dependencies via synaptic.

I'm up to building the back end and have installed the 'unmet build dependencies'.
When I run

Code: Select all

luke@luke-MacBookPro:~/libgig$ dpkg-buildpackage -rfakeroot -b
I get this .....

dpkg-buildpackage: source package libgig
dpkg-buildpackage: source version 3.3.0-1
dpkg-buildpackage: source changed by Christian Schoenebeck <cuse@users.sourceforge.net>
dpkg-buildpackage: host architecture i386
dpkg-source --before-build libgig
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
/usr/bin/make -f Makefile.cvs || true
make[1]: Entering directory `/home/luke/libgig'
make[1]: libtoolize: Command not found
make[1]: *** [configure] Error 127
make[1]: Leaving directory `/home/luke/libgig'
chmod a+x configure
chmod: cannot access `configure': No such file or directory
make: *** [clean] Error 1
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2

any help would be appreciated.

Thanks

- Luke

eclecticeye
Newbie
Posts: 6
Joined: Tue Jan 15, 2013 10:32 am

Re: Installation issues Ubuntu studio.

Post by eclecticeye » Tue Jan 15, 2013 10:52 am

ps

macbook pro 5.1

unbuntu studio 12.10

let me know if there is any other info needed.

Thanks again.

-Luke

Andreas
Developer
Posts: 214
Joined: Sun Feb 03, 2008 8:33 am

Re: Installation issues Ubuntu studio.

Post by Andreas » Tue Jan 15, 2013 6:52 pm

It looks like the libtool package is missing.

eclecticeye
Newbie
Posts: 6
Joined: Tue Jan 15, 2013 10:32 am

Re: Installation issues Ubuntu studio.

Post by eclecticeye » Sun Jan 20, 2013 11:53 pm

Code: Select all

sudo apt-get install libtool 
did the trick.

I realised that it was missing. I just didnt realise it was as simple as that to get it.

Now I have a final (hopefully) issue that I don't have the Jack/Alsa development (header files).
does anyone now what I need to install to get them?

Thanks heaps

- Luke

eclecticeye
Newbie
Posts: 6
Joined: Tue Jan 15, 2013 10:32 am

Re: Installation issues Ubuntu studio.

Post by eclecticeye » Sun Jan 20, 2013 11:56 pm

No supported MIDI input system found!
Sorry, LinuxSampler only supports the following MIDI drivers at the moment:
ALSA, JACK, MIDIShare, CoreMIDI, MME.
If you think you have one of those available on your system, make sure you
also have the respective development (header) files installed.

This is what I'm getting in Terminal.
I have Jack (Qjackctl) and ALSA MIDI so it must be just needing to install the right thing to get the header files

- This happens when I try to compile the linuxsampler

Thanks - Luke

eclecticeye
Newbie
Posts: 6
Joined: Tue Jan 15, 2013 10:32 am

Re: Installation issues Ubuntu studio.

Post by eclecticeye » Mon Jan 21, 2013 2:23 am

Ok so I just installed Jack-dev via synaptic.
and now

Code: Select all

./configure
works.
when I do

Code: Select all

make
I get error building the engine.

Code: Select all

make[4]: *** [Engine.lo] Error 1
make[4]: Leaving directory `/home/luke/linuxsampler-1.0.0/src/engines/gig'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/luke/linuxsampler-1.0.0/src/engines'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/luke/linuxsampler-1.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luke/linuxsampler-1.0.0'
make: *** [all] Error 2
It might be because i installed the jack-dev via synaptic, when this thread http://bb.linuxsampler.org/viewtopic.php?f=6&t=264 says to install all the bits from your own build. But I figured the jack-dev wouldn't count. It could also be because I didn't do the dpkg parts of this http://www.linuxsampler.org/debian.html ... stallation tutorial because I was having errors I couldn't figure out. Instead I jumped to this thread http://bb.linuxsampler.org/viewtopic.ph ... 4a744#p797 and followed there advice which seemed to get me further along inthe process, but now having issues again.

Any sugguestions appreciated. In the meantime I might try figuring out the dpkg issues I was having and maybe start again from scratch.

Thanks

- Luke

varpa
User
Posts: 63
Joined: Thu Dec 09, 2010 8:15 pm

Re: Installation issues Ubuntu studio.

Post by varpa » Wed Jan 23, 2013 4:00 pm

I suggest using the ksxtudio repositories which have linuxsampler precompiled.

Post Reply