I've downloaded the sources of the newest Guitarix:
http://sourceforge.net/projects/guitarix/files/guitarix/guitarix-0.05.1-1/guitarix-0.05.1-1.tar.bz2/download
and unpacked it into the temporary directory.
In the README file I have found the following description:

[...]
---- Debian
To build a Debian package, run "dpkg-buildpackage -rfakeroot -b"
[...]

However then I've got the following error message:

waf configure --prefix=/usr
make: waf: Command not found
make: *** [configure-stamp] Error 127
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Obviously the system is not able to locate the "waf" program located in the
directory into which I've unpacked the sources.
To avoid this I've temporarily added the current directory to the PATH:

$ PATH=.:$PATH dpkg-buildpackage -rfakeroot -b

The above command has successfully built the working debian package:
guitarix_0.05.1-1_i386.deb
-- 
HTH, Wojtek






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to