Gday,
I noticed that the documentation on the extention page ( http://people.redhat.com/anderson/extensions.html ) mentions that the sial scripts should be built by default when crash is built. In the current release (version 6.0.0) the sial scripts are not being built due to a missing BuildRequires dependencies in the spec file, in my case specifically flex and bison.
Attached is a modification to the crash.spec file to include the correct BuildRequires.
Thanks,
Wade Mealing
--- crash.spec.orig 2011-11-08 22:47:31.626577000 -0500
+++ crash.spec 2011-11-07 01:49:12.911717000 -0500
@@ -15,7 +15,7 @@
ExclusiveOS: Linux
ExclusiveArch: %{ix86} alpha ia64 ppc ppc64 ppc64pseries ppc64iseries x86_64 s390 s390x arm
Buildroot: %{_tmppath}/%{name}-root
-BuildRequires: ncurses-devel zlib-devel
+BuildRequires: ncurses-devel zlib-devel flex bison
Requires: binutils
# Patch0: crash-3.3-20.installfix.patch (patch example)
--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility