Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: segmentation fault immediately after start of vdr



Juri Haberland wrote:
> Oliver Endriss wrote:
> > Walter Schittek wrote:
> >> I have a hot trace:
> >>
> >> I made a complete compilation of the kernel I actually use (SuSE
> >> 2.4.19-4GB), and at the end of "make modules_install", there were
> >> error messages:
> >>
> >> depmod: *** Unresolved symbols in
> >> All point to the same unresolved symbol: __pollwait
> >
> > __pollwait is in /usr/src/linux/fs/select.c.
> >
> > Are you sure that you compiled *everything*?
> >
> > cd /usr/src/linux
> > make clean
> > make dep
> > make bzImage
> > make modules
> > make modules_install
>
> The error messages might come from modules that were installed by the
> SuSE-RPM and not updated by the kernel compile because he didn't
> selected them while configuring.
> Either move the old modules out of the way and do a 'make
> modules_install' again or change the EXTRAVERSION in
> /usr/src/linux/Makefile and do the whole recompile again.

Maybe you are right. On the other hand I would expect __pollwait to be 
present in every kernel...

Anyway, I recommend to use a vanilla 2.4.21 kernel from www.kernel.org.

Oliver


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index