Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 1996 03:36:33 -0700 (PDT)
From:      Ron Echeverri <rone@bofh.noc.best.net>
To:        stable@freebsd.org
Subject:   problems during make all
Message-ID:  <199607121036.DAA09145@bofh.noc.best.net>

next in thread | raw e-mail | index | archive | help
Right now, i'm actually running the latest 2.2-SNAP, but am
"downgrading" to -stable because i'm just not a hacker dude.

===> usr.bin/dig
cc -O -I/usr/src/usr.bin/dig/../../usr.sbin/nslookup   -c /usr/src/usr.bin/dig/dig.c
cc -O -I/usr/src/usr.bin/dig/../../usr.sbin/nslookup   -c /usr/src/usr.bin/dig/../../usr.sbin/nslookup/debug.c
cc -O -I/usr/src/usr.bin/dig/../../usr.sbin/nslookup   -c /usr/src/usr.bin/dig/../../usr.sbin/nslookup/list.c
cc -O -I/usr/src/usr.bin/dig/../../usr.sbin/nslookup   -c /usr/src/usr.bin/dig/../../usr.sbin/nslookup/send.c
cc -O -I/usr/src/usr.bin/dig/../../usr.sbin/nslookup   -c /usr/src/usr.bin/dig/../../usr.sbin/nslookup/subr.c
cc -O -I/usr/src/usr.bin/dig/../../usr.sbin/nslookup    -o dig dig.o debug.o list.o send.o subr.o  
debug.o: Undefined symbol `_iso_ntoa' referenced from text segment
list.o: Undefined symbol `_iso_ntoa' referenced from text segment
*** Error code 1

Stop.

>From usr.sbin/nslookup/debug.c (usr.sbin/nslookup/list.c has a similar
mistake)

        case T_NSAP:
                isoa.isoa_len = dlen;
                if (isoa.isoa_len > sizeof(isoa.isoa_genaddr))
                        isoa.isoa_len = sizeof(isoa.isoa_genaddr);
                bcopy(cp, isoa.isoa_genaddr, isoa.isoa_len);
                fprintf(file, "\tnsap = %s\n", iso_ntoa(&isoa));
                cp += dlen;
                break;

I got a D in CS 101, but i don't see iso_ntoa anywhere else in the
file, so i'm assuming that it should be inet_ntoa, of which there are
many in there...  I supped at 23:00 yesterday from sup5.  Hope this is
useful, and not just deranged babbling...

rone
-- 
 Ron Echeverri        Best Internet Systems Administration        rone@best.net
 ==============================================================================
       No, i don't know what i'm doing, and if i did, i wouldn't tell you.



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