<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/lkcd/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/lkcd/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 02 Jan 2009 07:32:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lkcd/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>missing depend in libsial/Makefile</title><link>https://sourceforge.net/p/lkcd/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the libsial/Makefile file in the 6.2.0 release does not declare a dependency of sial_api.o on sial.tab.h&lt;/p&gt;
&lt;p&gt;as such, a parallel build may fail as make attempts to compile sial_api.c before sial.tab.h has been generated&lt;/p&gt;
&lt;p&gt;--- a/libsial/Makefile&lt;br /&gt;
+++ b/libsial/Makefile&lt;br /&gt;
@@ -53,7 +53,7 @@&lt;br /&gt;
./mkbaseop &amp;gt; baseops.c&lt;br /&gt;
$(CC) $(CFLAGS) -c baseops.c&lt;/p&gt;
&lt;p&gt;-mkbaseop.c sial_member.o sial_op.o sial_stat.o sial_type.o y.tab.o : sial.tab.h&lt;br /&gt;
+mkbaseop.c sial_api.o sial_member.o sial_op.o sial_stat.o sial_type.o y.tab.o : sial.tab.h&lt;/p&gt;
&lt;p&gt;lex.sial.o: lex.sial.c sial.tab.c sial.h&lt;br /&gt;
$(CC) $(CFLAGS) -c lex.sial.c&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Frysinger</dc:creator><pubDate>Fri, 02 Jan 2009 07:32:52 -0000</pubDate><guid>https://sourceforge.netccf87c680922d468e71bb94b2329d9a809a7104e</guid></item><item><title>trivial, missing COPYING in bunch-0.3.tgz</title><link>https://sourceforge.net/p/lkcd/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Although the .c source files have the GPL prelude, the full text of the license is not present in the distribution of buncho-0.3.tgz&lt;/p&gt;
&lt;p&gt;It isn't clear whether the license covers the scripts or regnat.S.&lt;/p&gt;
&lt;p&gt;Suggest adding COPYING to the build of the tarball next time.&lt;/p&gt;
&lt;p&gt;I wasn't able to find any "make dist" target, so the attached patch adds one.  COPYING still needs to be added though.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Cameron</dc:creator><pubDate>Wed, 15 Nov 2006 04:24:27 -0000</pubDate><guid>https://sourceforge.net840bd30978127926f7347b7aa19966a2911ac0f9</guid></item><item><title>unable to compile lkcd due to error</title><link>https://sourceforge.net/p/lkcd/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am using a i386 system. Here is the error I get when&lt;br /&gt;
i try to compile:&lt;/p&gt;
&lt;p&gt;cc -I/usr/src/kernelmods/lkcdutils/dwarf/libdwarf -g&lt;br /&gt;
-D_FILE_OFFSET_BITS=64 -DARCH=i386   -Iinclude&lt;br /&gt;
-I../liballoc -I../libutil -I/usr/local/include&lt;br /&gt;
-I/usr/include/libelf -Wall -Wstrict-prototypes&lt;br /&gt;
-DDUMP_ARCH_I386  -c -o kl_cmp.o kl_cmp.c&lt;br /&gt;
kl_cmp.c:37: error: static declaration of cache_head&lt;br /&gt;
follows non-static declaration&lt;br /&gt;
include/kl_cmp.h:85: error: previous declaration of&lt;br /&gt;
cache_head was here&lt;br /&gt;
kl_cmp.c:37: error: static declaration of cache_tail&lt;br /&gt;
follows non-static declaration&lt;br /&gt;
include/kl_cmp.h:86: error: previous declaration of&lt;br /&gt;
cache_tail was here&lt;br /&gt;
kl_cmp.c: In function kl_compress_gzip:&lt;br /&gt;
kl_cmp.c:1338: warning: pointer targets in passing&lt;br /&gt;
argument 1 of compress differ in signedness&lt;br /&gt;
kl_cmp.c:1338: warning: pointer targets in passing&lt;br /&gt;
argument 3 of compress differ in signedness&lt;br /&gt;
make: *** [kl_cmp.o] Error 1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 11 Oct 2005 01:08:20 -0000</pubDate><guid>https://sourceforge.net6d8bfcd8ebe8fb7a54e313b86d31b71eeb37dd8e</guid></item><item><title>"invalid address mapping" error comes in lcrash</title><link>https://sourceforge.net/p/lkcd/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We are using the linux kernel 2.4.18-14 for development&lt;br /&gt;
of a networking product and have used the lkcd for&lt;br /&gt;
generation of core dumps is case the linux kernel&lt;br /&gt;
crashes. The system has about one gig of RAM, but the&lt;br /&gt;
amount of memory visible to the kernel is passed as 128&lt;br /&gt;
MB to the kernel at boot time in the "mem" parameter&lt;br /&gt;
for lilo. Till now, the crash dumps that we were&lt;br /&gt;
getting were readable by the lcrash and everything was&lt;br /&gt;
running fine. Recently we have increased the amount of&lt;br /&gt;
memory visible to the kernel from 128 to 384 MB. After&lt;br /&gt;
this change the crash dumps created were unreadable by&lt;br /&gt;
the lcrash util and we get "invalid memory mapping"&lt;br /&gt;
errors in lcrash. Can u help us in here (like pointing&lt;br /&gt;
to some fix in lkcd or some special cfg to be done). I&lt;br /&gt;
am pasting the device stats and the /ect/sysconfig/dump&lt;br /&gt;
file in the mail.&lt;/p&gt;
&lt;p&gt;Device stats:&lt;br /&gt;
Disk /dev/sda: 255 heads, 63 sectors, 4462 cylinders&lt;br /&gt;
Units = cylinders of 16065 * 512 bytes&lt;/p&gt;
&lt;p&gt;Device Boot    Start       End    Blocks   Id  System&lt;br /&gt;
/dev/sda1   *         1       131   1052226   83  Linux&lt;br /&gt;
/dev/sda2           132      2742  20972857+  83  Linux&lt;br /&gt;
/dev/sda3          2743      3264   4192965   82  Linux&lt;br /&gt;
swap (second swap)&lt;br /&gt;
/dev/sda4          3265      4462   9622935    f  Win95&lt;br /&gt;
Ext'd (LBA)&lt;br /&gt;
/dev/sda5          3265      3786   4192933+  83  Linux&lt;br /&gt;
/dev/sda6          3787      4047   2096451   83  Linux&lt;br /&gt;
/dev/sda7          4048      4462   3333456   82  Linux&lt;br /&gt;
swap (first swap)&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;/etc/sysconfig/dump:&lt;/p&gt;
&lt;p&gt;DUMP_ACTIVE=1&lt;br /&gt;
DUMPDEV=/dev/vmdump&lt;br /&gt;
DUMPDIR=/var/log/dump&lt;br /&gt;
DUMP_SAVE=1&lt;br /&gt;
DUMP_LEVEL=8&lt;br /&gt;
DUMP_FLAGS=0&lt;br /&gt;
DUMP_COMPRESS=0&lt;br /&gt;
PANIC_TIMEOUT=600&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;Seekig help desparately,&lt;br /&gt;
Anurag Mathur &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 25 Apr 2005 05:55:31 -0000</pubDate><guid>https://sourceforge.net96fc48a3dd6c4792a6667437c82d27a383fe354b</guid></item><item><title>build fails WRT CONFIG_SCHEDSTATS</title><link>https://sourceforge.net/p/lkcd/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Build fails with my config because struct runqueue def was&lt;br /&gt;
moved from sched.c to sched.h, but not completely -- small&lt;br /&gt;
portion inside #ifdef CONFIG_SCHEDSTATS was dropped.&lt;/p&gt;
&lt;p&gt;I fixed this myself, but now got another error:&lt;/p&gt;
&lt;p&gt;drivers/dump/dump_overlay.c: In function&lt;br /&gt;
`dump_passthru_add_data':&lt;br /&gt;
drivers/dump/dump_overlay.c:791: error: structure has&lt;br /&gt;
no member named `count'&lt;/p&gt;
&lt;p&gt;I think it's due to similar matter.&lt;/p&gt;
&lt;p&gt;-- &lt;br /&gt;
Digging further...&lt;br /&gt;
xrgtn (arg@online.com.ua)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 15 Feb 2005 14:24:30 -0000</pubDate><guid>https://sourceforge.net85f2682f7c7dd360538a50de1bca3b320e2d7299</guid></item><item><title>Building of lkcdutils fails with following error.</title><link>https://sourceforge.net/p/lkcd/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;[root@localhost lkcdutils]# pwd&lt;br /&gt;
/lkcd/lkcdutils&lt;br /&gt;
onfigure: creating ./config.status&lt;br /&gt;
config.status: creating Makefile&lt;br /&gt;
config.status: creating config.h&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_abbrev.o dwarf_abbrev.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_alloc.o dwarf_alloc.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_arange.o dwarf_arange.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_die_deliv.o dwarf_die_deliv.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_error.o dwarf_error.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_form.o dwarf_form.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_frame.o dwarf_frame.c&lt;br /&gt;
dwarf_frame.c: In function&lt;br /&gt;
`dwarf_expand_frame_instructions':&lt;br /&gt;
dwarf_frame.c:2140: warning: cast from pointer to&lt;br /&gt;
integer of different size&lt;br /&gt;
dwarf_frame.c:2140: warning: cast to pointer from&lt;br /&gt;
integer of different size&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_funcs.o dwarf_funcs.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_global.o dwarf_global.c&lt;br /&gt;
gcc -I. -I. -I.   -c -o dwarf_init_finish.o&lt;br /&gt;
dwarf_init_finish.c&lt;br /&gt;
dwarf_init_finish.c: In function `_dwarf_setup':&lt;br /&gt;
dwarf_init_finish.c:155: error: `Elf_Scn' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:155: error: (Each undeclared&lt;br /&gt;
identifier is reported only once&lt;br /&gt;
dwarf_init_finish.c:155: error: for each function it&lt;br /&gt;
appears in.)&lt;br /&gt;
dwarf_init_finish.c:155: error: `scn' undeclared (first&lt;br /&gt;
use in this function)&lt;br /&gt;
dwarf_init_finish.c:182: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c:229: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c:290: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c:297: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c: In function `dwarf_init':&lt;br /&gt;
dwarf_init_finish.c:529: error: `Elf_Cmd' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:529: error: syntax error before&lt;br /&gt;
"what_kind_of_elf_read"&lt;br /&gt;
dwarf_init_finish.c:571: error: `what_kind_of_elf_read'&lt;br /&gt;
undeclared (first use in this function)&lt;br /&gt;
dwarf_init_finish.c:571: error: `ELF_C_READ' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:574: warning: assignment makes&lt;br /&gt;
pointer from integer without a cast&lt;br /&gt;
dwarf_init_finish.c: In function `_dwarf_load_section':&lt;br /&gt;
dwarf_init_finish.c:712: error: `Elf_Scn' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:712: error: `scn' undeclared (first&lt;br /&gt;
use in this function)&lt;br /&gt;
dwarf_init_finish.c:713: error: `Elf_Data' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
dwarf_init_finish.c:713: error: `data' undeclared&lt;br /&gt;
(first use in this function)&lt;br /&gt;
make: *** [dwarf_init_finish.o] Error 1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 14 Feb 2005 14:39:57 -0000</pubDate><guid>https://sourceforge.netcde143bda6cd514a9b1c1ee03f449267cf6f71f3</guid></item><item><title>lcrash in linux alpha lkcdutils vrs.4.2</title><link>https://sourceforge.net/p/lkcd/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;br /&gt;
i search to use LKCD  e lkcdutils in ALPHA cpu.&lt;/p&gt;
&lt;p&gt;I have 2.4.20 kernel version with lkcd; kernels works&lt;br /&gt;
but lcrash don't save in /var/log/dump the crash.&lt;/p&gt;
&lt;p&gt;Because you don't change &lt;/p&gt;
&lt;p&gt;#define KL_DUMP_PAGE_SHIFT     12ULL&lt;/p&gt;
&lt;p&gt;in&lt;/p&gt;
&lt;p&gt;#define KL_DUMP_PAGE_SHIFT     13ULL (page is 8K in alpha)&lt;/p&gt;
&lt;p&gt;in file:&lt;/p&gt;
&lt;p&gt;libklib/include/kl_dump.h&lt;/p&gt;
&lt;p&gt;Thus so alpha works!&lt;/p&gt;
&lt;p&gt;cappelc&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 09 Apr 2004 12:44:48 -0000</pubDate><guid>https://sourceforge.net3fc30aa02f86fc4d7e82fa840948682981e787a6</guid></item><item><title>missing files</title><link>https://sourceforge.net/p/lkcd/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Main page and downloads readme as of Feb 2, 2004 says&lt;br /&gt;
files were moved to the main sourceforge page at&lt;br /&gt;
&lt;a href="http://www.sourceforge.net/projects/lkcd"&gt;http://www.sourceforge.net/projects/lkcd&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are no files there.  Looking manually at the&lt;br /&gt;
downloads page for this group, it says there are no&lt;br /&gt;
files.   The newest files on OLD are August, 2003.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Josh Davis</dc:creator><pubDate>Tue, 06 Apr 2004 02:20:47 -0000</pubDate><guid>https://sourceforge.net2ba1ac1dfd8ed529360b36bf1caff2e4528b6ed6</guid></item><item><title>Kerntypes not compiled when LKCD is built as modules</title><link>https://sourceforge.net/p/lkcd/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The following patch is needed to compile kerntypes.o&lt;br /&gt;
when LKCD is built as modules.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hariprasad</dc:creator><pubDate>Tue, 20 Jan 2004 06:52:46 -0000</pubDate><guid>https://sourceforge.neta9d309fe0f93f9d9d3ed9b584c0e1dcfcf787fac</guid></item><item><title>sialpp.y does not work with new bison</title><link>https://sourceforge.net/p/lkcd/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The sialpp.y and associated code uses bison internals,&lt;br /&gt;
and the internals have changed with new versions of&lt;br /&gt;
bison.  I would strongly recommend not relying on bison&lt;br /&gt;
internals.  This is a simple enough parser that it&lt;br /&gt;
could easily be rewritten by hand, if necessary.  In&lt;br /&gt;
its current form it will continually break with&lt;br /&gt;
different versions of bison and will not work with any&lt;br /&gt;
other parser generators.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Corey Minyard</dc:creator><pubDate>Sat, 19 Jul 2003 16:20:59 -0000</pubDate><guid>https://sourceforge.net50cb5108143841675d6a08df05452b725c431b60</guid></item></channel></rss>