[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#543923: It is easy to compile guitarix as a debian package from the original sources.



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






Reply to: