[opensuse-buildservice] Newbie: building an RPM using SCons in Buildservice
Hi all I have just uploaded the necessary files for my project to the Build Service. My package is for the ASCEND modelling environment. It has been fairly well tested and builds correctly on Fedora Core 6. I uploaded the tarball and the spec file (which is actually also included in the tarball, FWIW). The build log gets down as far as starting the build, but it says 'scons: command not found'. It seems that it's not picking up the build dependency on the 'scons' package. What do I need to do to make sure that all the necessary dependencies are there at the start of the build? I had assumed that they would just be installed as a result of the stated package BuildDepends dependencies? Looking forward to getting this all working. Seems like a really good idea. Cheers JP --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
I found that rearranging spec file seemed to fix the problem. FWIW the original spec file that caused the trouble is here: http://ascendcode.cheme.cmu.edu/viewvc.cgi/code/branches/extfn/ascend.spec?v... This spec file works fine for FC6. Cheers JP John Pye wrote:
Hi all
I have just uploaded the necessary files for my project to the Build Service. My package is for the ASCEND modelling environment. It has been fairly well tested and builds correctly on Fedora Core 6.
I uploaded the tarball and the spec file (which is actually also included in the tarball, FWIW).
The build log gets down as far as starting the build, but it says 'scons: command not found'. It seems that it's not picking up the build dependency on the 'scons' package.
What do I need to do to make sure that all the necessary dependencies are there at the start of the build? I had assumed that they would just be installed as a result of the stated package BuildDepends dependencies?
Looking forward to getting this all working. Seems like a really good idea.
Cheers JP
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (1)
-
John Pye