Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 14:23:42 +0000
From:      John Murphy <sub01@freeode.co.uk>
To:        questions@FreeBSD.ORG
Cc:        cargnini@matrix.com.br
Subject:   Re: Kernel 5.3 error tryring to compile it
Message-ID:  <71h9p09s5hs5k1i9v5pr3s3ud3qfc5dbak@4ax.com>

next in thread | raw e-mail | index | archive | help
Cargnini wrote:

>hi i'm trrying to compile the new kernel 5.3 and i received the
>following error during compilation(please someone could know
>what it is ):

>udbp.o(.text+0x40c): In function `udbp_attach':
>: undefined reference to `ng_newtype'

Did you enable the following line? GENERIC has it disabled.

#device	      udbp        # USB Double Bulk Pipe devices

If you must have that device, check the man page for udbp
which suggests you also need 'options NETGRAPH' although
/sys/i386/conf/NOTES doesn't seem to mention it.

-- 
John.



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