Page 1 of 2

Denemo on Debian (broke?)

Posted: Fri Apr 03, 2009 10:37 am
by studio32
When I want to install Denemo

Code: Select all

$ sudo dpkg -i denemo_0.8.0-1_i386.deb
(Reading database ... 260908 files and directories currently installed.)
Unpacking denemo (from denemo_0.8.0-1_i386.deb) ...
dpkg: error processing denemo_0.8.0-1_i386.deb (--install):
 unable to create `./etc/denemo/denemo.conf': No such file or directory
Errors were encountered while processing:
 denemo_0.8.0-1_i386.deb

Re: Denemo on Debian (broke?)

Posted: Fri Apr 03, 2009 1:59 pm
by nils
Don't know anything about this.

Compile from source/git or use Archlinux.

Re: Denemo on Debian (broke?)

Posted: Fri Apr 03, 2009 2:21 pm
by studio32
It would be better if the Denemo devs deliver proper packages for Debian, better for users and the project itself...

make

Code: Select all

-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lguile -lgmp -lcrypt -lm -lltdl   -laubio   -lportaudio -lm -lpthread   -lxml2
libtool: link: cannot find the library `/usr/lib/libjack.la' or unhandled argument `/usr/lib/libjack.la'
make[2]: *** [denemo] Error 1
make[2]: Leaving directory `/home/d/2home/denemo-0.8.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/d/2home/denemo-0.8.2'
make: *** [all] Error 2
Its an disaster to install Denemo properly

Re: Denemo on Debian (broke?)

Posted: Fri Apr 03, 2009 2:45 pm
by mauser
studio32 wrote:It would be better if the Denemo devs deliver proper packages for Debian, better for users and the project itself...
Ehm,why should a developer care about proper packaging? It's ok if some of them offer packages, but it is definitely not the task of a developer to package his software. There's no reason to blame the developers, just file a bug report at debian and get in contact with the maintainer..

Re: Denemo on Debian (broke?)

Posted: Fri Apr 03, 2009 3:11 pm
by studio32
It's an debian package from denemo website and also the source doesn't build here

Re: Denemo on Debian (broke?)

Posted: Fri Apr 03, 2009 3:18 pm
by nils
The deb package may be broken, yes. The right place would be denemo.org and not this board.

Anyway: I can guarantee that both the sourcecode-release and the git version are compiling fine. I don't like that sentence myself, but "it has to be your system".

Re: Denemo on Debian (broke?)

Posted: Fri Apr 03, 2009 4:58 pm
by raboof
studio32 wrote:unable to create `./etc/denemo/denemo.conf': No such file or directory
Looks like a workaround might be to run the dpkg command with / as the 'current directory'

Re: Denemo on Debian (broke?)

Posted: Sat May 23, 2009 4:10 pm
by nils
Denemo 0.8.4 has been released.

http://www.denemo.org

Re: Denemo on Debian (broke?)

Posted: Wed Jun 10, 2009 11:12 am
by studio32
NilsGey wrote:Denemo 0.8.4 has been released.

http://www.denemo.org

Code: Select all

libtool: link: cannot find the library `/usr/lib/libjack.la' or unhandled argument `/usr/lib/libjack.la'
make[2]: *** [smfsh] Fout 1
make[2]: Map '/home/d/2home/denemo-0.8.4/libsmf' wordt verlaten
make[1]: *** [all-recursive] Fout 1
make[1]: Map '/home/d/2home/denemo-0.8.4' wordt verlaten
make: *** [all] Fout 2

Re: Denemo on Debian (broke?)

Posted: Thu Jun 18, 2009 1:47 pm
by nils
ls /usr/lib/libjack.la

Re: Denemo on Debian (broke?)

Posted: Thu Jun 18, 2009 2:25 pm
by studio32
NilsGey wrote:ls /usr/lib/libjack.la
file does not exist...

Re: Denemo on Debian (broke?)

Posted: Fri Jun 19, 2009 7:33 pm
by nils
I think you can guess the rest....

Re: Denemo on Debian (broke?)

Posted: Fri Jun 19, 2009 8:31 pm
by studio32
NilsGey wrote:I think you can guess the rest....
I would guess I need libjack, but I've already installed

Re: Denemo on Debian (broke?)

Posted: Sat Jun 20, 2009 8:48 am
by nils
have you installed it by hand or by package management? If by hand mabye its in /usr/local and does not get found. I only know that debian can be quite strange with placing packages.

Code: Select all

sudo updatedb
locate libjack.la
ln -s [filefound] /usr/lib/libjack.la

Re: Denemo on Debian (broke?)

Posted: Sat Jun 20, 2009 10:00 am
by raboof
apt-file is the tool you're looking for:

Code: Select all

arnouten@mintzer:~$ apt-file search libjack.la
libjack-dev: /usr/lib/libjack.la
arnouten@mintzer:~$ 
.. so it looks like you don't have libjack-dev yet (or you have a different setup from mine).