On 22 Apr 2002 14:27:31 -0700, 
Thomas Duffy <[EMAIL PROTECTED]> wrote:
>Anybody seen an error like this before?
>
>  CC fs/udf/unicode.o
>pp_makefile5: 
>/darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_db.c:952:
> read_db_ccd_list: Assertion `__tv.dptr' failed.pp_makefile5: dependencies (pid 
>32696) did not exit normally due to signal 6

Trying to read a ccd list and it cannot find the record.  If you have
the core dump

  cd $KBUILD_OBJTREE
  gdb scripts/pp_makefile5
  bt

And if you still have the failing .tmp_db_main

  ./scripts/pp_dbdump > /var/tmp/dbdump

The dump is 32Mb+ so compress it and put it somewhere I can download it.


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to