Hi Paolo, On Tue, 2006-12-05 at 16:43 +0100, Paolo FALZEA wrote: > Hi, > I've installed SCMBUG rel 0.15.7. between Bugzilla 2.20.2 and CVS 1.11.18 on > Solaris platform. > I'm following the step 7.1 "Glue installer" from > http://files.mkgnu.net/files/scmbug/SCMBUG_RELEASE_0-15-7/manual/html-single/manual.html#FIG-BINARY-PATHS > > But I had this following error: > > myserver> scmbug_install_glue --scm=CVS --product=TestProduct > --repository=/home/myprefix --bug=120 > --binary-paths=/home/myaccount/bin,/home/myaccount/bugrep/scmbug/Package/docbook-utils-0.6.14/bin > --daemon=127.0.0.1 > ******************************************* > ** > ** > ** Scmbug error 36: The following tool could not be found in the list of > supplied paths: diff > . The paths > were:/home/myaccount/bin,/home/myaccount/bugrep/scmbug/Package/docbook-utils-0.6.14/bin > ** > ** > *******************************************
You need to also supply a bath to the "diff" tool. You can do this by adjusting slightly the glue installation command you used to include the "/usr/bin" path. $ scmbug_install_glue --scm=CVS --product=TestProduct --repository=/home/myprefix --bug=120 --binary-paths=/usr/bin,/home/myaccount/bin,/home/myaccount/bugrep/scmbug/Package/docbook-utils-0.6.14/bin --daemon=127.0.0.1 > Do I need to install the tools diff, xsltproc, docbook2pdf, docbook2html ? For the glue installer to work, as the error message reported, you only need the "diff" tool. For the VDD generator you need the packages xsltproc, and docbook-utils. > Where do I find them and which versions I need to download ? This site seems to have a lot of the free, GNU tools: http://www.sunfreeware.com/ I don't know if it has xsltproc and docbook-utils. But in any case, I'm sure you could find the source code of these tools and recompile from source for Solaris. The big problem here is that sometimes there is no "official" xsltproc or docbook-utils distribution (for all OSs). One has to go around searching for rpms, debs, Solaris or FreeBSD packages. This seems like a bigger problem we can't solve. You just have to find them on your own, for now. I'm sure they'll turn up with Google. About the versions, have a look at the following, which is what is known to work: http://bugzilla.mkgnu.net/show_bug.cgi?id=540#c13 > How can I integrate them with scmbug ? It's just a matter of them being in your PATH when the vdd generator runs. Don't worry; if the tool can't find them, it will complain like the glue installer. _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
