Thread
:
Does the autobuilder have cmake?
View Single Post
fatalsaint
2010-02-08 , 03:06
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#
1
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?
__________________
If I've helped you or you use any of my packages feel free to help me
out
.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio
- Pandora Radio on your N900, N810 or N800!
Quote & Reply
|
fatalsaint
View Public Profile
Send a private message to fatalsaint
Find all posts by fatalsaint