Re: new module-references compile error

2002-01-13 Thread Mike Makonnen

On Sat, 12 Jan 2002 13:22:47 +0100 (MET)
Michael Class [EMAIL PROTECTED] wrote:

 pc-micha:/sys/i386/compile/MCSMP2# make
 linking kernel.debug
 linprocfs.o: In function `linprocfs_donetdev':
 /sys/i386/compile/MCSMP2/../../../compat/linprocfs/linprocfs.c(.text+0xfe9): 
undefined reference to `linux_ifname'
 *** Error code 1
 

A few days ago changes were made to sys/compat/linux/linux_ioctl.c (rev. 1.79, I 
believe) that removed linux_ifname(). Just checkout rev. 1.78 and use that instead.

cheers,
mike makonnen

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: new module-references compile error

2002-01-13 Thread Nickolay Dudorov

In article [EMAIL PROTECTED]
Mike Makonnen [EMAIL PROTECTED] wrote:
 On Sat, 12 Jan 2002 13:22:47 +0100 (MET)
 Michael Class [EMAIL PROTECTED] wrote:
 
 pc-micha:/sys/i386/compile/MCSMP2# make
 linking kernel.debug
 linprocfs.o: In function `linprocfs_donetdev':
 /sys/i386/compile/MCSMP2/../../../compat/linprocfs/linprocfs.c(.text+0xfe9): 
undefined reference to `linux_ifname'
 *** Error code 1
 
 
 A few days ago changes were made to sys/compat/linux/linux_ioctl.c (rev. 1.79, I 
believe) that removed linux_ifname(). Just checkout rev. 1.78 and use that instead.
$
And now linux_ioctl.c has rev. 1.81 and you can not simply revert
it to the rev 1.78 or 1.77.

Is there any intentions to unbroke current after removing
linux_ifname() and not change linprocfs.c which needs it ?

N.Dudorov 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: new module-references compile error

2002-01-13 Thread Mike Makonnen

On Mon, 14 Jan 2002 11:25:47 +0600 (NOVT)
[EMAIL PROTECTED] (Nickolay Dudorov) wrote:

   And now linux_ioctl.c has rev. 1.81 and you can not simply revert
 it to the rev 1.78 or 1.77.

The commits after 1.79 touch a different part of the file. Just reverse diff 1.79  and 
patch it onto 1.81. Everything except the ident string should succeed.


cheers,
mike makonnen

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



new module-references compile error

2002-01-12 Thread Michael Class

Hello current,

with source from today(Jan 12th, 9am CET) I am getting the following error
with a statically compiled kernel including:

# Enable Linux ABI emulation
options COMPAT_LINUX
options PSEUDOFS
options LINPROCFS


pc-micha:/sys/i386/compile/MCSMP2# make
linking kernel.debug
linprocfs.o: In function `linprocfs_donetdev':
/sys/i386/compile/MCSMP2/../../../compat/linprocfs/linprocfs.c(.text+0xfe9): undefined 
reference to `linux_ifname'
*** Error code 1

Any hints?

Michael


-
michael class, viktor-renner str. 39, 72074 tuebingen, frg
E-Mail: [EMAIL PROTECTED]
 Phone: +49 7031 14-3707 (work) +49 7071 81950 (private)
-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message