Bug 3287

Summary: want ksymoops in 6.0 somehow, here makes sense I guess.
Product: [Retired] Red Hat Linux Reporter: Zach Brown <zab>
Component: kernelAssignee: Cristian Gafton <gafton>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: sweil
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-02 22:19:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Zach Brown 1999-06-05 18:19:30 UTC
not having a ksymoops binary is annoying, perhaps I'm
just missing it? :)

quick untested hack that might work: (patch available on
   request as well, should dorky http eat it)

--- /usr/src/redhat/SPECS/kernel-2.2.spec       Thu Apr 29
17:22:45 1999
+++ kernel-2.2.spec     Sat Jun  5 14:10:46 1999
@@ -339,6 +339,9 @@
 BuildPCMCIA
 %endif

+#sneak this in
+make -C scripts/ksymoops ksymoops
+
 ###
 ### install
 ###
@@ -351,6 +354,9 @@

 mkdir -p $RPM_BUILD_ROOT/{boot,sbin}
 install -m 755 $RPM_SOURCE_DIR/installkernel
$RPM_BUILD_ROOT/sbin/installkernel
+install -m 755 scripts/ksymoops/ksymoops
$RPM_BUILD_ROOT/sbin/ksymoops
+#?? is RPM_DOC_DIR already build root relative ????
+install -m 444 scripts/ksymoops/README \
$RPM_DOC_DIR/ksymoops.README

 %ifarch i386 i586 i686
 mkdir -p $RPM_BUILD_ROOT/etc/pcmcia
@@ -521,6 +527,7 @@
 /boot/System.map-%{KVERREL}
 /boot/module-info-%{KVERREL}
 /sbin/installkernel
+/sbin/ksymoops
 %dir /lib/modules
 /lib/modules/%{KVERREL}

@@ -622,6 +629,7 @@
 /boot/System.map-%{KVERREL}smp
 /boot/module-info-%{KVERREL}smp
 /sbin/installkernel
+/sbin/ksymoops
 %dir /lib/modules
 /lib/modules/%{KVERREL}smp

@@ -636,6 +644,7 @@
 /boot/vmlinuz-%{KVERREL}BOOT
 /boot/System.map-%{KVERREL}BOOT
 /sbin/installkernel
+/sbin/ksymoops
 %dir /lib/modules
 /lib/modules/%{KVERREL}BOOT
 %endif

Comment 1 Jay Turner 1999-06-29 12:42:59 UTC
Your crazy suggestion has been forwarded to a qualified developer who
will do your wimpy dirty work!!

- J

Comment 2 Cristian Gafton 1999-07-02 22:19:59 UTC
Incorporated into the devel version of the spec file.
Thanks, zab