Es geschah am Thursday 10 July 2008 als schoappied schrieb: > schoappied wrote: > > schoappied wrote: > >> schoappied wrote: > >>> It's not totally clear to me which rule in the debian> rules file I > >>> have to edit: there seems to be two of the mentioned rules: > >>> > >>> fi > >>> chmod a+x configure > >>> * ./configure --host=$(DEB_HOST_GNU_TYPE) > >>> --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr > >>> --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info* > >>> touch configure-stamp > >>> > >>> > >>> build: build-stamp > >>> > >>> build-stamp: configure-stamp > >>> dh_testdir > >>> > >>> # Add here commands to compile the package. > >>> $(MAKE) > >>> # docbook-to-man debian/linuxsampler.sgml > linuxsampler.1 > >>> > >>> # $(MAKE) > >>> > >>> # generate Doxygen API documentation > >>> $(MAKE) docs > >>> > >>> touch build-stamp > >>> > >>> clean: > >>> dh_testdir > >>> dh_testroot > >>> rm -f build-stamp configure-stamp > >>> > >>> if [ -e Makefile.cvs ] ; then \ > >>> $(MAKE) -f Makefile.cvs; \ > >>> fi; > >>> # Add here commands to clean up after the build process. > >>> chmod a+x configure > >>> * ./configure --host=$(DEB_HOST_GNU_TYPE) > >>> --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr > >>> --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info* > >>> > >>> > >>> > >>> This are the errors I get: > >>> > >>> > >>> ake[4]: Entering directory > >>> `/home/d/.local/share/Trash/files/linuxsampler/src/db' > >>> /bin/sh ../../libtool --tag=CXX --mode=link i486-linux-gnu-g++ -g > >>> -O2 -pthread -msse -o liblinuxsamplerdb.la -luuid > >>> mkdir .libs > >>> ar cru .libs/liblinuxsamplerdb.a > >>> ranlib .libs/liblinuxsamplerdb.a > >>> creating liblinuxsamplerdb.la > >>> (cd .libs && rm -f liblinuxsamplerdb.la && ln -s > >>> ../liblinuxsamplerdb.la liblinuxsamplerdb.la) > >>> make[4]: Leaving directory > >>> `/home/d/.local/share/Trash/files/linuxsampler/src/db' > >>> Making all in network > >>> make[4]: Entering directory > >>> `/home/d/.local/share/Trash/files/linuxsampler/src/network' > >>> ../../scripts/generate_parser.sh > >>> Searching for a parser generator...Error: You need yacc (or bison) to > >>> generate the LSCP parser ! > >>> make[4]: *** [lscpparser.cpp] Error 255 > >>> make[4]: Leaving directory > >>> `/home/d/.local/share/Trash/files/linuxsampler/src/network' > >>> make[3]: *** [all-recursive] Error 1 > >>> make[3]: Leaving directory > >>> `/home/d/.local/share/Trash/files/linuxsampler/src' > >>> make[2]: *** [all-recursive] Error 1 > >>> make[2]: Leaving directory > >>> `/home/d/.local/share/Trash/files/linuxsampler' make[1]: *** [all] > >>> Error 2 > >>> make[1]: Leaving directory > >>> `/home/d/.local/share/Trash/files/linuxsampler' make: *** [build-stamp] > >>> Error 2 > >>> dpkg-buildpackage: failure: debian/rules build gave error exit status 2 > >>> > >>> > >>> ----------------------------------------------------------------------- > >>>-- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > >>> Studies have shown that voting for your favorite open source project, > >>> along with a healthy diet, reduces your potential for chronic lameness > >>> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > >>> _______________________________________________ > >>> Linuxsampler-devel mailing list > >>> Linuxsampler-devel@lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > >> > >> Fixed it by installing bison.... > >> > >> ------------------------------------------------------------------------ > >>- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > >> Studies have shown that voting for your favorite open source project, > >> along with a healthy diet, reduces your potential for chronic lameness > >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > >> _______________________________________________ > >> Linuxsampler-devel mailing list > >> Linuxsampler-devel@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > > > > There is a linuxsampler package, but I can't install it :/ > > > > # dpkg -i linuxsampler_0.5.1-1_i386. > > dpkg: error processing linuxsampler_0.5.1-1_i386. (--install): > > cannot access archive: No such file or directory > > Errors were encountered while processing: > > linuxsampler_0.5.1-1_i386. > > > > dpkg-genchanges -b >../linuxsampler_0.5.1-1_i386.changes > > dpkg-genchanges: binary-only upload - not including any source code > > dpkg-buildpackage: binary only upload (no source included) > > The two other packages are working just well, but there is something > wrong with the linuxsampler package. I tried it several times to build it..
dpkg -i linuxsampler_0.5.1-1_i386.deb You forgot, the .deb file extension. CU Christian ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel