fatalsaint
02-07-2010, 10:06 PM
So I am maintaining pianobar in the extras-devel/testing and it requires cmake initially to build it.
Now, I've been doing it the lazy way and just compiling it myself in the SDK, building a platform specific source package with the binary and just uploading that. The problem is the autobuilder won't let me upload the same package version twice.. one for i386 and one for armel, it thinks they are the same package because of the version.
So I decided I better try and do it the "right" way and have the autobuilder compile it for me for both armel and i386...
So I added "cmake ." to the debian/rules file.
This works perfectly in the SDK when I do "dpkg-buildpackage -rfakeroot".. it does the full cmake ., make, and installs to the deb file.. even got it to optify..
But when I upload to autobuilder I get:
make: /usr/bin/cmake: Command not found
So.. does autobuilder have cmake? And/or.. what would be the "right" way to build from a cmake source so that autobuilder can understand it?
Now, I've been doing it the lazy way and just compiling it myself in the SDK, building a platform specific source package with the binary and just uploading that. The problem is the autobuilder won't let me upload the same package version twice.. one for i386 and one for armel, it thinks they are the same package because of the version.
So I decided I better try and do it the "right" way and have the autobuilder compile it for me for both armel and i386...
So I added "cmake ." to the debian/rules file.
This works perfectly in the SDK when I do "dpkg-buildpackage -rfakeroot".. it does the full cmake ., make, and installs to the deb file.. even got it to optify..
But when I upload to autobuilder I get:
make: /usr/bin/cmake: Command not found
So.. does autobuilder have cmake? And/or.. what would be the "right" way to build from a cmake source so that autobuilder can understand it?