op 30-09-13 17:30, Greg Freemyer schreef:
On Mon, Sep 30, 2013 at 10:55 AM, Daniël Huisman <d.d.huisman@gmail.com> wrote:
Hi all,
I'm not sure this is the right mailing list but here I go.
After a long search on howto making packeges and a lot of try and more error I was hoping you all could help.
For a development project I have to run ccbuild, it makes dynamic makefiles. But I can't find any package to install it. I don't like building and running from source. It prevents from keeping track of what is installed.
That said I have a spec-file for ccbuild that looks okay. But it needs bobcat (Brokken's Own Base Classes And Templates). And that's where the big problem is. I can't seem to get a spec-file to build it. I always get an error on the directory or the files in use.
So I was hoping you could help me making a package for ccbuild and/or bobcat. I even think that there will be dev how would like to see them in openSUSE.
Best regarts Daniël Huisman
bobcat: http://bobcat.sourceforge.net/ made my Frans Brokken the same one as icmake ccbuild http://www.logfish.net/pr/ccbuild/ spec-file at https://build.opensuse.org/package/view_file/home:Drunken/ccbuild/ccbuild.sp... Daniel,
You're stuck at step zero.
If you click on the word "failed" at <https://build.opensuse.org/package/show/home:Drunken/bobcat> you get the build log including the error 3 or 4 lines from the end of the log:
error: File /home/abuild/rpmbuild/SOURCES/bobcat_3.16.00.orig.tar.gz: No such file or directory
And indeed if you look at the contents of that package, all it has is a specfile. As a general rule a package has to have a tarball (*.tar.gz or similar) to build from and a specfile to control the build process.
The specfile as it exists assumes that bobcat_3.16.00.orig.tar.gz has been added to the project. You need to either do that or add a different tarball and update the specfile with the alternate name.
Greg Hi Greg,
I know. The testing of the spec-files I did on my own computer. It builds way faster then the openbuild service so it's easier for testing. But I have added the sourcefile to the project. And bobcat gives me the same error as it does on my pc. Even writing the %setup myself didn't work. Daniël -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org