Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2005 18:43:37 +0400
From:      Alexander Polakov <polachok@narod.ru>
To:        freebsd-current@freebsd.org
Subject:   new comms/ltmdm problem
Message-ID:  <20051024184337.406c3f7e.polachok@narod.ru>

next in thread | raw e-mail | index | archive | help
I made a cvsup (ports & src) last night, and of course rebuilt a kernel & world. In the morning before going to university I made: make installkernel ; installworld ; mergemaster procedure. When I rebooted after that I saw that the kernel fails when loading ltmdm.ko(comms/ltmdm) module.
/var/log/messages:
Oct 24 11:04:53 darkstar root: /usr/local/etc/rc.d/ltmdm.sh: ERROR: ltmdm module failed to load.
It was something about undefined symbol `ttsetcompat`. Then I rebooted into single user mode and rebuilt the module. Here are compiler warnings:
: In function `sioioctl':
/usr/obj/usr/ports/comms/ltmdm/work/sys/modules/ltmdm/../../dev/ltmdm/ltmdmsio.c:2236: warning: implicit declaration of function `ttsetcompat'
/usr/obj/usr/ports/comms/ltmdm/work/sys/modules/ltmdm/../../dev/ltmdm/ltmdmsio.c:2236: warning: nested extern declaration of `ttsetcompat'

New module kills kernel too. Now I use old kernel.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051024184337.406c3f7e.polachok>