> On Tue, 15 May 2001 18:04:35 +0930 (CST), 
> Jonathan Woithe <[EMAIL PROTECTED]> wrote:
> >ksymoops 2.4.1 on i686 2.2.19.  Options used
> >Warning (compare_maps): ksyms_base symbol module_list_R__ver_module_list not found 
>in System.map.  Ignoring ksyms_base entry
> 
> module_list was added to the export list in 2.2.17 so the message above
> implies that you are using kernel build information from 2.2.17 in your
> 2.2.19 build.  I suggest you follow http://www.tux.org/lkml/#s8-8 and
> see if your problems recur after a completely clean kernel build.

This is curious because the compilation was done from a completely fresh
2.2.19 tree (ie: not patched, no old .configs used).  In any case, I have
just carried out the following as per the URL above:
  mv .config ..
  make mrproper
  mv ../.config .
  make oldconfig
  make dep clean bzImage modules
  # install, boot

After going through these steps and rebooting, ksymoops still complains
about the missing symbol, and checking System.map confirms that
module_list_R__ver_module_list is indeed not present:
  auster:~>ksymoops
  ksymoops 2.4.1 on i686 2.2.19.  Options used
       -V (default)
       -k /proc/ksyms (default)
       -l /proc/modules (default)
       -o /lib/modules/2.2.19/ (default)
       -m /usr/src/linux/System.map (default)
  :
  Warning (compare_maps): ksyms_base symbol module_list_R__ver_module_list not
  found in System.map.  Ignoring ksyms_base entry

/usr/src/linux is a symlink to the 2.2.19 tree.

The mystery of this ksymoops message remains.

Thanks and regards
  jonathan
-- 
* Jonathan Woithe    [EMAIL PROTECTED]                        *
*                    http://www.physics.adelaide.edu.au/~jwoithe            *
***-----------------------------------------------------------------------***
** "Time is an illusion; lunchtime doubly so"                              **
*  "...you wouldn't recognize a subtle plan if it painted itself purple     *
*   and danced naked on a harpsicord singing 'subtle plans are here again'" *
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to