ubpf link errer

2005-10-14 Thread Aluminium Oxide
e to `dumphook' udbp.o(.text+0x1860): In function `ng_udbp_disconnect': : undefined reference to `dumpnode' udbp.o(.text+0x18ab): In function `ng_udbp_disconnect': : undefined reference to `dumphook' udbp.o(.text+0x18c4): In function `ng_udbp_disconnect': : undefi

Re: ubpf link errer

2005-10-15 Thread Aluminium Oxide
Yes, I tried it just now and got the problem at same place too. But My > system is 7.0-CURRENT. > > On 10/14/05, Aluminium Oxide <[EMAIL PROTECTED]> wrote: > > > > Has anyone else seen this? > > > > I received an error on a kernel build during linking, for ubp

Re: ubpf link errer

2005-10-15 Thread Aluminium Oxide
I've moved this to the usb list. Sorry for the inconvenience. -- Aluminium Oxide [EMAIL PROTECTED] -- http://www.fastmail.fm - And now for something completely differentÂ… ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/ma

/usr/src/lib/libc/net/res_debug.c: compile problem fixed

2006-01-01 Thread Aluminium Oxide
normal case */ 742c743,744 < } else if ((which1 == 2) && (which2 == 1)) { /* reversed */ --- > } else if ((*which1 == 2) && (*which2 == 1)) { /* reversed > */ = -- Aluminium Oxide [EMAIL PROTECTED]

Fwd: /usr/src/lib/libc/net/res_debug.c: compile problem fixed

2006-01-01 Thread Aluminium Oxide
Oops. Let's try that again, with the attachments this time... On Mon, 02 Jan 2006 12:39:26 +1030, "Aluminium Oxide" <[EMAIL PROTECTED]> said: > I've fixed a problem with res_debug.c, which, during a make buildworld > on a 6.0 RELEASE i386 system cvsupped yeste

To where should I address a fix for /usr/src/lib/libc/rpc code?

2006-01-01 Thread Aluminium Oxide
Hi, I've been fixing code in a recently (yesterday) cvsupped i386 Release 6.0 system and would like to know where I should direct my atttention (and code) to. Thanks, Damien Miller = Sub UNIX lumen [EMAIL PROTECTED] = -- Aluminium

Re: /usr/src/lib/libc/net/res_debug.c: compile problem fixed

2006-01-29 Thread Aluminium Oxide
> Suggestion: use unified diff (diff -u res_debug.org.c res_debug.c). It's > *much* easier to read. > > Regards, > > Brian. Thankyou Brian, I've done as you suggested. Q: How can I edit the new PR title to reflect that I've fixed the problem? -- A

Re: /usr/src/lib/libc/net/res_debug.c: compile problem fixed

2006-01-29 Thread Aluminium Oxide
tate-Changed-When: Sun Jan 29 09:46:25 UTC 2006 > State-Changed-Why: > You are using unsupported CFLAGS > A... You're right, but there's only a handlful of these that stop buildworld with -O3 inlineing, I miss you... (sniff) -- Aluminium Oxide [EMAIL PROTECTED