Make world Broken on my machine

1999-04-05 Thread Kenneth Wayne Culver
What am I doing wrong here, this is my error, CVSup was run 10 minutes
ago.


cc -O -pipe
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/objc
 -DFREEBSD_ELF
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc -
I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/config
-DFREEBSD_
NATIVE -DDEFAULT_TARGET_VERSION=\egcs-2.91.66\
-DDEFAULT_TARGET_MACHINE=\i386
-unknown-freebsd\ -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-I/usr
/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-I/usr/obj/usr/src/tmp/usr/include -c
 /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/gengenrtl.c
In file included from
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/
gcc/config/i386/xm-i386.h:43,
 from
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/
gcc/hconfig.h:2,
 from
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/
gcc/gengenrtl.c:22:
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3:
linux.h: N
o such file or directory
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:4:
i386/freeb
sd-elf.h: No such file or directory
*** Error code 1

Stop.


with a bunch more of the error code 1 and Stop.

can someone help?



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



I still get errors on make world

1999-04-05 Thread Kenneth Wayne Culver
I still get errors, would killing all the source, and re-supping do the
trick??

Kenneth Culver



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



RE: I still get errors on make world

1999-04-05 Thread Jeroen Ruigrok/Asmodai
On 05-Apr-99 Kenneth Wayne Culver wrote:
 I still get errors, would killing all the source, and re-supping do the
 trick??

To ensure a complete clean build try to do this:

rm -rf the whole of /usr/obj

cvsup one last time

then make world or buildworld WITHOUT -j flags.

Takes a while, but ensure accurate errors for the remaining errors. That's
how I am trying to `help' David ;)

---
Jeroen Ruigrok van der Werven http://www.freebsdzine.org 
asmodai(at)wxs.nlThe idea does not replace the work...
Network/Security Specialist  http://home.wxs.nl/~asmodai
*BSD: Powered by Knowledge  Know-how http://www.freebsd.org


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: I still get errors on make world

1999-04-05 Thread Andreas Klemm
On Mon, Apr 05, 1999 at 07:51:00PM +0200, Jeroen Ruigrok/Asmodai wrote:
 On 05-Apr-99 Kenneth Wayne Culver wrote:
  I still get errors, would killing all the source, and re-supping do the
  trick??
 
 To ensure a complete clean build try to do this:
 
 rm -rf the whole of /usr/obj
 
 cvsup one last time
 
 then make world or buildworld WITHOUT -j flags.
 
 Takes a while, but ensure accurate errors for the remaining errors. That's
 how I am trying to `help' David ;)

I did additionally the following:
rm -rf /usr/include/*
cd /usr/src
make includes
cd /usr/src/gnu/usr.bin/gcc
make clean all install

-- 
Andreas Klemm   http://www.FreeBSD.ORG/~andreas
  http://www.freebsd.org/~fsmp/SMP/SMP.html
powered by Symmetric MultiProcessor FreeBSD


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: I still get errors on make world

1999-04-05 Thread David O'Brien
 I did additionally the following:
   rm -rf /usr/include/*
   cd /usr/src
   make includes

cd /usr/src
make -DCLOBBER includes

-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Make world Broken on my machine

1999-04-05 Thread David O'Brien
 /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/
 gcc/gengenrtl.c:22:
 /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/egcs/gcc/tm.h:3:
 linux.h: No such file or directory
  ^^^
I'm not sure where this came from.  I never commited bits that created
tm.h that specified linux.h to be included.

How are you building cc and friends?

-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Make world of 990404 14:20 GMT

1999-04-04 Thread Jeroen Ruigrok/Asmodai
Just for the stats:

=== gnu/lib/libg++/doc
=== gnu/lib/libgcc
cd: can't cd to /work/FreeBSD/src/gnu/lib/libgcc
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Looking in /usr/src/gnu/lib there's no libgcc directory, yet the Makefile
proclaims:

[asmo...@daemon] (15) # more Makefile 
#   $Id: Makefile,v 1.20 1999/03/31 06:30:40 obrien Exp $

SUBDIR= libdialog libg++ libgcc libgmp libmp libobjc libregex libreadline
libstdc++

.include bsd.subdir.mk

Does the libgcc target have to be removed?

---
Jeroen Ruigrok van der Werven http://www.freebsdzine.org 
asmodai(at)wxs.nlThe idea does not replace the work...
Network/Security Specialist  http://home.wxs.nl/~asmodai
*BSD: Powered by Knowledge  Know-how http://www.freebsd.org


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



make world is broken ...

1999-04-03 Thread Gianmarco Giovannelli


The make world (4.0-current) broke yesterday and after a day of cvsupping
is still broke ...

I can't send the output but it stopped in the libc I presume ...
Please check...
Happy Easter to everybody (also to whom broke world :-))

Thanks for attention



Best Regards,
Gianmarco Giovannelli ,  Unix expert since yesterday
http://www.giovannelli.it/~gmarco  
http://www2.masternet.it 





To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: make world is hosed

1999-04-03 Thread David O'Brien
 - -
 Last section:  Building elf libraries
 - -
 Last arrow: === libstdc++
 - -
 Last 20 lines before first error:
 - -
 install -c -o root -g wheel -m 444   libreadline_p.a 
 /usr/obj/usr/src/tmp/usr/lib
 install -c -o root -g wheel -m 444 libreadline.so.3 
 /usr/obj/usr/src/tmp/usr/lib
 ln -sf libreadline.so.3 /usr/obj/usr/src/tmp/usr/lib/libreadline.so
 === libreadline/doc
 === libreadline/doc/history
 === libreadline/doc/readline
 === libstdc++
..snip..
 cd /usr/src/gnu/usr.bin/cc/libgcc; /usr/obj/usr/src/tmp/usr/bin/make all; 
 /usr/obj/usr/src/tmp/usr/bin/make -B install
 install -c -o root -g wheel -m 444 bsd.README bsd.dep.mk bsd.doc.mk 
 bsd.docb.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk bsd.lib.mk bsd.libnames.mk 
 bsd.man.mk bsd.obj.mk bsd.own.mk bsd.port.mk bsd.port.post.mk  
 bsd.port.pre.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk 
 sys.mk  /usr/obj/usr/src/tmp/mk
 usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
  fileN directory
install -d [-g group] [-m mode] [-o owner] directory ...
 *** Error code 64

Is anyone else experiencing this?

-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: make world is hosed

1999-04-03 Thread Amancio Hasty
I did a cvsup and a make world around 8:00 PM last nite and went without a 
hitch .

Amancio




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: make world is hosed

1999-04-03 Thread Pierre Y. Dampure
David O'Brien wrote:
 
 
 Is anyone else experiencing this?
 
 --

I did earlier on today; I removed /usr/src/gnu/usr.bin/cc/libgcc, and
all went fine. It might in fact have been a consequence of one of your
earlier commits (when you moved the Makefile to the Attic)?

Best Regards,

PYD


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



make world fail with ctm src-cur.3809

1999-04-01 Thread Chan Yiu Wah
Hello,

I tried to update my system with ctm upto src-cur.3809 and found the following
error. Can anyone help ? thanks.

Clarence

=== Error ===
In file included from 
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/new.cc:24:
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/include/posix.h:25:
 osfcn.h: No such file or directory
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/new.cc: 
In function `void ewrite(const char *)':
/usr/src/gnu/usr.bin/groff/libgroff/../../../../contrib/groff/libgroff/new.cc:30:
 warning: implicit declaration of function `int write(...)'
*** Error code 1

Stop.

=== Error ===


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread David O'Brien
I have just changed made a change concerning the building of legacy a.out
bits during `make world'.

Previous to my change, one would define NOAOUT to keep from building
the legacy a.out bits.  Now one would define WANT_AOUT to build them.

The default of building a.out bits gets in the way of some other changes
I will make to the `build world' process soon.

-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread Greg Lehey
On Monday, 29 March 1999 at  3:02:28 -0800, David O'Brien wrote:
 I have just changed made a change concerning the building of legacy a.out
 bits during `make world'.

 Previous to my change, one would define NOAOUT to keep from building
 the legacy a.out bits.  Now one would define WANT_AOUT to build them.

OK, which bits?  Does this mean that new systems will no longer run
a.out binaries?  Or will the libraries no longer be built?  Will the
existing ones be removed?

Greg
--
See complete headers for address, home page and phone numbers
finger g...@lemis.com for PGP public key


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread David O'Brien
  Previous to my change, one would define NOAOUT to keep from building
  the legacy a.out bits.  Now one would define WANT_AOUT to build them.

 Does this mean that new systems will no longer run a.out binaries?  

No.

 Or will the libraries no longer be built?  

Yes.

 Will the existing ones be removed?

No.
 
-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread Joel Ray Holveck
 I have just changed made a change concerning the building of legacy a.out
 bits during `make world'.
 Previous to my change, one would define NOAOUT to keep from building
 the legacy a.out bits.  Now one would define WANT_AOUT to build them.
 The default of building a.out bits gets in the way of some other changes
 I will make to the `build world' process soon.

Will WANT_AOUT be considered a supported option?  That is, if I choose
to build a.out libraries, will I be giving up the right to gripe when
`make world' breaks, and be resigned to the ranks of the NOCLEAN
masses?

Cheers,
joelh

-- 
Joel Ray Holveck - jo...@gnu.org
   Fourth law of programming:
   Anything that can go wrong wi
sendmail: segmentation violation - core dumped


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: HEADS UP!! NOAOUT `make world' knob changed

1999-03-29 Thread David O'Brien
 Will WANT_AOUT be considered a supported option?  

If I can get it to work.

 That is, if I choose to build a.out libraries, will I be giving up the
 right to gripe when `make world' breaks, and be resigned to the ranks
 of the NOCLEAN masses?

At this time (well... you will know when you time comes).
Right now, I do need it tested that WANT_AOUT works.

-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



natd broke my make world (990326)

1999-03-26 Thread Gianmarco Giovannelli

It's more than one days that natd modifications break my make world...
Anyone, other than me, has verified it ? (4.0-CURRENT)

=== sbin/natd
cc -nostdinc -O -pipe -Wall   -I/usr/obj/usr/src/tmp/usr/include -c
/usr/src/sbin/natd/natd.c
cc -nostdinc -O -pipe -Wall   -I/usr/obj/usr/src/tmp/usr/include -c
/usr/src/sbin/natd/icmp.c
gzip -cn /usr/src/sbin/natd/natd.8  natd.8.gz
/usr/src/sbin/natd/natd.c:795: conflicting types for `Quit'
/usr/src/sbin/natd/natd.h:20: previous declaration of `Quit'
/usr/src/sbin/natd/natd.c: In function `Quit':
/usr/src/sbin/natd/natd.c:796: warning: passing arg 1 of `Warn' discards
`const' from pointer target type
/usr/src/sbin/natd/natd.c: At top level:
/usr/src/sbin/natd/natd.c:801: conflicting types for `Warn'
/usr/src/sbin/natd/natd.h:21: previous declaration of `Warn'
*** Error code 1
1 error
*** Error code 2




Best Regards,
Gianmarco Giovannelli ,  Unix expert since yesterday
http://www.giovannelli.it/~gmarco  
http://www2.masternet.it 





To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: make world broken for a day. some NFS stuff as well.

1999-03-01 Thread Sheldon Hearn


On Sun, 28 Feb 1999 20:06:33 EST, Alfred Perlstein wrote:

 Lastly i'm interested in writing a man page for kernel.conf i know
 how to submit diffs, but what about totally new files?  just send-pr
 with it attached? or a url?

Send-pr(1). For new files, see the diff(1) manpage description of the -N
command-line option. If you're submitting diffs against a CVS repo, do

cvs -qR diff -udRN

:-)

Later,
Sheldon.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



make world broken for a day. some NFS stuff as well.

1999-02-28 Thread Alfred Perlstein

Sorry if this is the result of work in progress, but i've been unable
to make world since saturday night.

It happens during the build of libskey.

--

cc -fpic -DPIC -pipe -DPERMIT_CONSOLE -D_SKEY_INTERNAL -I/usr/src/lib/libskey -W
 -Wall -Werror -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libskey/skey_g
etpass.c -o skey_getpass.So
cc1: warnings being treated as errors
cc1: warnings being treated as errors
cc1: warnings being treated as errors
/usr/obj/usr/src/tmp/usr/include/stdio.h:354: warning: `__sputc' defined but not
 used
/usr/obj/usr/src/tmp/usr/include/stdio.h:354: warning: `__sputc' defined but not
 used
/usr/obj/usr/src/tmp/usr/include/stdio.h:354: warning: `__sputc' defined but not
 used
*** Error code 1
**

.

I'm also noticing that 4.0-current defualt NFS mounts are hanging
the client nfsiod gets wedged in sbwait state. 

I'm able to reproduce it locally by building and installing ssh2 from
ports, it hangs during the install phase.  The rest of the machine is
ok, but i cannot umount -f the NFS mount from the client.

I'm going to see if i can do anything to track this down, my goal is
that umount -f on NFS should never, EVER not work.

It seems that while it's wegded it sends data back and forth (tcpdump)
i'm going to look into this, if you have any tests or programs i can run
to track it down please tell me.

.

Lastly i'm interested in writing a man page for kernel.conf i know
how to submit diffs, but what about totally new files?  just send-pr
with it attached? or a url?

thanks,
-Alfred



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



make world fails on natd

1999-02-27 Thread Gianmarco Giovannelli

My current box, cvsupped at abot 15:30 (CET) of the 27-02-1999 fails to
complete the make world :

=== usr.sbin/natd
cc -nostdinc -O -pipe -Wall   -I/usr/obj/usr/src/tmp/usr/include -c
/usr/src/usr.sbin/natd/nat
d.c
cc -nostdinc -O -pipe -Wall   -I/usr/obj/usr/src/tmp/usr/include -c
/usr/src/usr.sbin/natd/icm
p.c
gzip -cn /usr/src/usr.sbin/natd/natd.8  natd.8.gz
/usr/src/usr.sbin/natd/natd.c: In function `SetAliasAddressFromIfName':
/usr/src/usr.sbin/natd/natd.c:702: warning: implicit declaration of
function `SetPacketAliasAd
dress'
/usr/src/usr.sbin/natd/natd.c: In function `SetupPermanentLink':
/usr/src/usr.sbin/natd/natd.c:1203: warning: implicit declaration of
function `PacketAliasPerm
anentLink'
cc -nostdinc -O -pipe -Wall   -I/usr/obj/usr/src/tmp/usr/include  -o
natd natd.o icmp.o  -lali
as
natd.o: In function `SetAliasAddressFromIfName':
natd.o(.text+0xc47): undefined reference to `SetPacketAliasAddress'
natd.o: In function `SetupPermanentLink':
natd.o(.text+0x12c4): undefined reference to `PacketAliasPermanentLink'
*** Error code 1
1 error



--

Regards...

Gianmarco
Unix expert since yesterday

http://www.giovannelli.it





To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



make world gottcha...

1999-02-07 Thread Poul-Henning Kamp

Any clues to this one ?

--
 Making make
--
mkdir -p /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/tmp/make
[...]
cc -O -pipe -I/usr/src/usr.bin/make   -I/usr/obj/usr/src/tmp/usr/include  -stati
c -o make arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o pa
rse.o str.o suff.o targ.o var.o util.o lstAppend.o lstAtEnd.o lstAtFront.o lstCl
ose.o lstConcat.o lstDatum.o lstDeQueue.o lstDestroy.o lstDupl.o lstEnQueue.o ls
tFind.o lstFindFrom.o lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o lstInse
rt.o lstIsAtEnd.o lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstRemo
ve.o lstReplace.o lstSucc.o  
install -c -s -o root -g wheel -m 555   make /usr/obj/usr/src/tmp
install: /usr/obj/usr/src/tmp/make: Is a directory


--
Poul-Henning Kamp FreeBSD coreteam member
p...@freebsd.org   Real hackers run -current on their laptop.
FreeBSD -- It will take a long time before progress goes too far!

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world gottcha...

1999-02-07 Thread Bruce Evans
install -c -s -o root -g wheel -m 555   make /usr/obj/usr/src/tmp
install: /usr/obj/usr/src/tmp/make: Is a directory

Something set BINDIR (to ) in the environment.

Bruce

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


make world dies on todayes cvsup...............

1999-02-07 Thread William Woods
On todays cvsup of  -current, I get the following

--
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:201:
dereferencing pointer to incompl
ete type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:202:
dereferencing pointer to incompl
ete type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:203:
dereferencing pointer to incompl
ete type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:204:
dereferencing pointer to incompl
ete type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:205:
dereferencing pointer to incompl
ete type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:206:
dereferencing pointer to incompl
ete type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c: In function
`cvt_semid2isemid':
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:214: warning:
passing arg 2 of `cvt_p
erm2iperm' from incompatible pointer type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c: In function
`cvt_isemid2semid':
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:227: warning:
passing arg 1 of `cvt_i
perm2perm' from incompatible pointer type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c: In function
`cvt_shmid2ishmid':
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:318: warning:
passing arg 2 of `cvt_p
erm2iperm' from incompatible pointer type
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c: In function
`cvt_ishmid2shmid':
/usr/local/src/sys/modules/ibcs2/../../i386/ibcs2/ibcs2_ipc.c:335: warning:
passing arg 1 of `cvt_i
perm2perm' from incompatible pointer type
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error   
--

ideas please.

Thanks

--
E-Mail: William Woods wwo...@cybcon.com
Date: 07-Feb-99 / Time: 22:53:54
FreeBSD 4.0 -Current
--

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


make world: fail

1999-02-03 Thread Hostas Red
Hi!

At least for a week now i can't make world with following message:

=== sys/modules/syscons/logo
make: don't know how to make
/usr/src/sys/modules/syscons/logo/@/i386/isa/videoio.h. Stop
*** Error code 2

Stop.
*** Error code 1

...

What i'm getting wrong? Maybe i've missed something?

Adios,
/KONG


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world: fail

1999-02-03 Thread Vladimir Kushnir
On Thu, 4 Feb 1999, Hostas Red wrote:

 Hi!
 
 At least for a week now i can't make world with following message:
 
 === sys/modules/syscons/logo
 make: don't know how to make
 /usr/src/sys/modules/syscons/logo/@/i386/isa/videoio.h. Stop
 *** Error code 2
 
 Stop.
 *** Error code 1
 
 ...
 
 What i'm getting wrong? Maybe i've missed something?

cd /usr/src/sys/modules/syscons/logo
make cleandepend

Did you compile this module before? That's the remnants.
 
 
 Adios,
 /KONG
 

Regards,
Vladimir

===|===
 Vladimir Kushnir  |
 ku...@mail.kar.net,   |Powered by FreeBSD
 kush...@ap3.bitp.kiev.ua  |


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


make world failure (2 days in a row)

1999-02-02 Thread John W. DeBoskey
Hi,

   The following says it all...

Thanks,
John

=== ru
cd /usr/doc/ru ; make afterdistribute DESTDIR=/R/stage/trees/bin
=== ru/FAQ
cd /usr/doc/ru/FAQ ; make install DESTDIR=/R/stage/trees/doc SHARED=copies
install -c -o root -g wheel -m 444  FAQ*.html 
/R/stage/trees/doc/usr/share/doc/ru/FAQ
if [ -f /usr/doc/ru/FAQ/FAQ.ln ]; then  (cd 
/R/stage/trees/doc/usr/share/doc/ru/FAQ;  sh /usr/doc/ru/FAQ/FAQ.ln);  fi
install -c -o root -g wheel -m 444  FAQ.roff  
/R/stage/trees/doc/usr/share/doc/ru/FAQ
=== zh
cd /usr/doc/zh ; make afterdistribute DESTDIR=/R/stage/trees/bin
=== zh/FAQ
cd /usr/doc/zh/FAQ ; make install DESTDIR=/R/stage/trees/doc SHARED=copies
install -c -o root -g wheel -m 444  FAQ*.html /R/stage/trees/doc/FAQ
usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
   install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
 fileN directory
   install -d [-g group] [-m mode] [-o owner] directory ...
*** Error code 64


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Make world failure in lpr.c

1999-02-01 Thread John W. DeBoskey
Hi,

   4.0-current sources current as of 9pm EST. Is anyone else seeing
this problem?

   Version 1.28 (wollman) seems to have broken this... The relevant
pieces being:

+static char*Uflag; /* user name specified with -U flag */

+   uflag = optarg;

   uflag = optarg;looks like it should be Uflag.



Thanks,
John



=== usr.sbin/lpr/lpr
cc -nostdinc -O -pipe -I/usr/src/usr.sbin/lpr/lpr/../common_source -Wall 
-Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls 
-Wstrict-prototypes   -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/usr.sbin/lpr/lpr/lpr.c
/usr/src/usr.sbin/lpr/lpr/lpr.c: In function `main':
/usr/src/usr.sbin/lpr/lpr/lpr.c:192: `uflag' undeclared (first use this 
function)
/usr/src/usr.sbin/lpr/lpr/lpr.c:192: (Each undeclared identifier is reported 
only once
/usr/src/usr.sbin/lpr/lpr/lpr.c:192: for each function it appears in.)
*** Error code 1


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Make world dies on 3.0 STABLE

1999-01-23 Thread Tom Jackson
On Thu, Jan 21, 1999 at 07:41:20AM -0400, Victor Salaman wrote:
 I just csvup'ed the sources...(I had the sources from January 12's
 snapshot). While trying to do a make world, eventually I get this message.
 
 c++ -pg -I/usr/obj/usr/src/tmp/usr/include/g++ -nostdinc -O -pipe
 -I/usr/src/gnu
[snipped]
 Stop.
 *** Error code 1
  
 Stop.
 
 
 
 
 and then dies!
 

What's your migration path? I went from 3.0-current to 3.0-release
and then to 3.0-stable successfully. I have noticed that 'ppp -auto
-alias demand' no longer works for me, however. Anybody else
experiencing this gremlin?
-- 
Tom

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world broken in /lib

1999-01-22 Thread Luke
 me too
 
 -DNOSECURE seems to help but it hasn't completed yet.
 
 julian

me too, but figured the longer strings with the crypt -DNOSECURE makes
must be better :). Anyone know of an easy or possible way to turn a DES crypted
passwd file into the normal libcrypt kind?

---

E-Mail: Luke l...@aus.org
Sent by XFMail
--

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


make world breakage

1999-01-22 Thread Dima Ruban
Hey guys!

After all these commits for secure/lib/libcrypt it seems that
make world doesn't work anymore.

=== csu/i386-elf
=== libcom_err
=== libcom_err/doc
=== ../secure/lib/libcrypt
cc -nostdinc -O -pipe -I/usr/src/secure/lib/libcrypt/../../../lib/libmd -Wall
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/secure/lib/libcrypt/crypt.c -o
crypt.o
make: don't know how to make crypt-md5.c. Stop
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
burka# 

-- dima

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world breakage

1999-01-22 Thread brian
 make: don't know how to make crypt-md5.c. Stop

Me three.  I was looking forward to testing all the VM improvements,
but have been stuck because of this.   I've watched the cvs-all list
and haven't seen a mention of this being fixed.

-- 
Brian Litzinger br...@litzinger.com

On Fri, Jan 22, 1999 at 02:54:08PM -0800, Dima Ruban wrote:
 After all these commits for secure/lib/libcrypt it seems that
 make world doesn't work anymore.
 
 === csu/i386-elf
 === libcom_err
 === libcom_err/doc
 === ../secure/lib/libcrypt
 cc -nostdinc -O -pipe -I/usr/src/secure/lib/libcrypt/../../../lib/libmd -Wall
 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/secure/lib/libcrypt/crypt.c -o
 crypt.o
 make: don't know how to make crypt-md5.c. Stop
 *** Error code 2
...
 Stop.
 *** Error code 1
 
 Stop.

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Make world dies on 3.0 STABLE

1999-01-21 Thread Victor Salaman
I just csvup'ed the sources...(I had the sources from January 12's
snapshot). While trying to do a make world, eventually I get this message.

c++ -pg -I/usr/obj/usr/src/tmp/usr/include/g++ -nostdinc -O -pipe
-I/usr/src/gnu
/lib/libstdc++/../../../contrib/libg++/include
-I/usr/obj/usr/src/tmp/usr/includ
e/g++ -I. -I/usr/obj/usr/src/tmp/usr/include
-I/usr/src/gnu/lib/libstdc++/../../
../contrib/libg++/include
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/l
ibio -I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libstdc++
-fno-implici
t-templates -c
/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/fstream.
cc -o fstream.po
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `void
ios::clear(int
 = 0)':
In file included from /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:31,
 from /usr/obj/usr/src/tmp/usr/include/g++/fstream.h:30,
 from
/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/f
stream.cc:34:
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: `_strbuf' undeclared
(firs
t use this function)
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: (Each undeclared
identifie
r is reported only once
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: for each function it
appea
rs in.)
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `class streambuf
* i
os::rdbuf() const':
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:220: `_strbuf' undeclared
(firs
t use this function)
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `class streambuf
* i
os::rdbuf(class streambuf *)':
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:222: `_strbuf' undeclared
(firs
t use this function)
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `void
ios::init(stru
ct streambuf *, class ostream * = 0)':
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:458: `_strbuf' undeclared
(firs
t use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class ostream 
ostr
eam::put(char)':
In file included from /usr/obj/usr/src/tmp/usr/include/g++/fstream.h:30,
 from
/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/f
stream.cc:34:
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:56: `_strbuf' undeclared
(first
use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `struct streambuf
* o
stream::ostreambuf() const':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:104: `_strbuf' undeclared
(first
 use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `int
istream::get()':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:165: `_strbuf' undeclared
(first
 use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class istream 
istr
eam::putback(char)':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:177: `_strbuf' undeclared
(first
 use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class istream 
istr
eam::unget()':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:180: `_strbuf' undeclared
(first
 use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `struct streambuf
* i
stream::istreambuf() const':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:187: `_strbuf' undeclared
(first
 use this function)
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.




and then dies!

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


make world fails -- libcrypt's Makefile?

1999-01-21 Thread Norman C. Rice
Current cvsup'd today at 12:08 EST -- make world failed looking
for /usr/src/secure/lib/libcrypt/crypt-md5.c. It appears that
crypt-md5.c and crypt.3 were moved to /usr/src/lib/libcrypt/
on Thu Jan 21 13:50:09 1999 UTC by brandon, but 

  /usr/src/secure/lib/libcrypt/Makefile

still references crypt-md5.c and crypt.3

  SRCS=  crypt.c crypt-md5.c md5c.c
  MAN3=  crypt.3

-- 
Regards,
Norman C. Rice, Jr.

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world broken in /lib

1999-01-21 Thread Julian Elischer

me too

-DNOSECURE seems to help but it hasn't completed yet.

julian



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


make world dying

1999-01-19 Thread Aaron D. Gifford
I'm still trying to upgrade from 3.0-RELEASE to 3.0-CURRENT
unsuccessfully.  It used to die in perl, then that was fixed, but for
the past 2 days, it has been dying in /usr/src/sys/boot/i386/libi386. 
Is this a known problem?  Yes, I'm a CURRENT newbie, but hopefully only
until the split to 3.1 when I can hopefully then play with 3.1-STABLE.

Are questions such as the above better addressed to -questions or
-current?

Thanks.

Hoping to catch a cvsup when the source tree will build,
Aaron out.

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world dying

1999-01-19 Thread Chris Timmons

Hmmm, I zapped my /usr/obj clean around 1100PST 19/Jan/1999 and made world
just fine.  Try starting with an empty /usr/obj.  

You can pretty much glean from reading -current whether or not most people
are building it or if it is broken.  -questions is more for general
freebsd issues.

-Chris

On Tue, 19 Jan 1999, Aaron D. Gifford wrote:

 I'm still trying to upgrade from 3.0-RELEASE to 3.0-CURRENT
 unsuccessfully.  It used to die in perl, then that was fixed, but for
 the past 2 days, it has been dying in /usr/src/sys/boot/i386/libi386. 
 Is this a known problem?  Yes, I'm a CURRENT newbie, but hopefully only
 until the split to 3.1 when I can hopefully then play with 3.1-STABLE.
 
 Are questions such as the above better addressed to -questions or
 -current?
 
 Thanks.
 
 Hoping to catch a cvsup when the source tree will build,
 Aaron out.
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-current in the body of the message
 


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world dying

1999-01-19 Thread Matthew Dillon

:Hmmm, I zapped my /usr/obj clean around 1100PST 19/Jan/1999 and made world
:just fine.  Try starting with an empty /usr/obj.  
:
:You can pretty much glean from reading -current whether or not most people
:are building it or if it is broken.  -questions is more for general
:freebsd issues.
:
:-Chris
:
:On Tue, 19 Jan 1999, Aaron D. Gifford wrote:
:
: I'm still trying to upgrade from 3.0-RELEASE to 3.0-CURRENT
: unsuccessfully.  It used to die in perl, then that was fixed, but for
:...

I updated my tree last night and was able to do a buildworld without
mishap, but I already had a mostly -current install.  However, I do
not recall there being a specific problem with libi386.

The only other thing I can think of is that I'm doing an ELF build,
and I suppose it is possible that the A.OUT build is broken and the
ELF build is not.

-Matt

Matthew Dillon 
dil...@backplane.com

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world dying

1999-01-19 Thread Robert Nordier
Aaron D. Gifford wrote:
 I'm still trying to upgrade from 3.0-RELEASE to 3.0-CURRENT
 unsuccessfully.  It used to die in perl, then that was fixed, but for
 the past 2 days, it has been dying in /usr/src/sys/boot/i386/libi386. 
 Is this a known problem?  Yes, I'm a CURRENT newbie, but hopefully only
 until the split to 3.1 when I can hopefully then play with 3.1-STABLE.

A good plan is to include the actual diagnostic, together with some
context, if you run into a problem.  For instance:

| /usr/obj/elf/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr  -o
| boot2.ld -P 1 boot2.bin
| kernel: ver=0.87 size=6d0 load=9000 entry=9010 map=16M pgctl=1:1
| client: fmt=bin size=143c text=0 data=0 bss=0 entry=0
| output: fmt=bin size=1d0c text=200 data=1b0c org=0 entry=0
| 244 bytes available
| dd if=boot2.ld of=boot2 obs=7680 conv=osync 2/dev/null
| === sys/boot/i386/libi386
| make: don't know how to make machine/ansi.h. Stop
| *** Error code 2
| 
| Stop.

That way, if it's not a known problem, but some form of pilot error,
you may get some useful help anyway.

-- 
Robert Nordier

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


make world error upto src-cur.3710

1999-01-18 Thread Chan Yiu Wah
Hello,

I tried to make world (src-cur.3710) todya and found the following error.
Can anyone tell me how to solve it.  thanks.

Clarence

=== Error ===
In file included from /usr/obj/usr/src/gnu/usr.bin/perl/perl/perl.h:2081,
 from DynaLoader.xs:107:
/usr/obj/usr/src/gnu/usr.bin/perl/perl/thrdvar.h:73: parse error before 
`PL_ofslen'
/usr/obj/usr/src/gnu/usr.bin/perl/perl/thrdvar.h:73: warning: data definition 
has no type or storage class
In file included from DynaLoader.xs:130:
dlutils.c:10: `NULL' undeclared here (not in a function)
dlutils.c: In function `dl_generic_private_init':
dlutils.c:35: `NULL' undeclared (first use this function)
dlutils.c:35: (Each undeclared identifier is reported only once
dlutils.c:35: for each function it appears in.)
dlutils.c: In function `SaveError':
dlutils.c:50: `va_list' undeclared (first use this function)
dlutils.c:50: parse error before `args'
dlutils.c:56: `args' undeclared (first use this function)
DynaLoader.c: In function `XS_DynaLoader_dl_load_file':
DynaLoader.c:155: dereferencing pointer to incomplete type
DynaLoader.c:155: dereferencing pointer to incomplete type
DynaLoader.c:165: dereferencing pointer to incomplete type
DynaLoader.xs:163: warning: assignment makes pointer from integer without a cast
DynaLoader.xs:166: `NULL' undeclared (first use this function)
DynaLoader.c: In function `XS_DynaLoader_dl_find_symbol':
DynaLoader.c:197: dereferencing pointer to incomplete type
DynaLoader.c:198: dereferencing pointer to incomplete type
DynaLoader.c:198: dereferencing pointer to incomplete type
DynaLoader.xs:183: warning: assignment makes pointer from integer without a cast
DynaLoader.xs:187: `NULL' undeclared (first use this function)
DynaLoader.c: In function `XS_DynaLoader_dl_install_xsub':
DynaLoader.c:240: dereferencing pointer to incomplete type
DynaLoader.c:240: dereferencing pointer to incomplete type
DynaLoader.c:241: dereferencing pointer to incomplete type
DynaLoader.c:247: dereferencing pointer to incomplete type
DynaLoader.c:247: dereferencing pointer to incomplete type
DynaLoader.c: In function `boot_DynaLoader':
DynaLoader.c:282: `NULL' undeclared (first use this function)
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
*** Error code 1

Stop.

=== Error ===

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Broken make world

1999-01-18 Thread Charlie ROOT
I got the following when trying a new make world (1-17-99):

cc -O -pipe   -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/usr.bin/netstat/if.c
cc -O -pipe   -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/usr.bin/netstat/inet.c
cc -O -pipe   -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/usr.bin/netstat/main.c
cc -O -pipe   -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/usr.bin/netstat/mbuf.c
/usr/src/usr.bin/netstat/mbuf.c:71: `MT_RTABLE' undeclared here (not in a 
function)
/usr/src/usr.bin/netstat/mbuf.c:71: initializer element for 
`mbtypes[4].mt_type' is not constant
*** Error code 1



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Make world breakage in netgraph

1999-01-17 Thread Greg Lehey

=== libnetgraph
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
*** Error code 1

Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
-- 
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


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



Re: Make world breakage in netgraph

1999-01-17 Thread Julian Elischer

hmm archie seems to have missed something.
I'll look and see wht he's left out
he just got called away while committing.



On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1
 
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
 -- 
 Finger [EMAIL PROTECTED] for PGP public key
 See complete headers for address and phone numbers
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



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



Re: Make world breakage in netgraph

1999-01-17 Thread Julian Elischer

try add this to ng_async.h
I just committed this. It's in archie's tree but not the checked in
version.

/* Configuration for this node */
struct ng_async_cfg {
u_char  enabled;/* Turn encoding on/off */
-- u_char  acfcomp;/* Address/control field
compression */
u_int16_t   amru;   /* Max receive async frame length
*/
u_int16_t   smru;   /* Max receive sync frame length
*/
u_int32_t   accm;   /* ACCM encoding */
};


On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1
 
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.
 -- 
 Finger [EMAIL PROTECTED] for PGP public key
 See complete headers for address and phone numbers
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



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



Re: Make world breakage in netgraph

1999-01-17 Thread Ollivier Robert

According to Greg Lehey:
 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.

Re-sup. I fixed this already and added a few missing modules while I was
here. 55mn for buildworld on my PIII/500 makes testing easy :-)
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #75: Tue Nov  2 21:03:12 CET 1999



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



Re: Make world breakage in netgraph

1999-01-17 Thread Greg Lehey

On Friday, 19 November 1999 at 12:34:27 -0800, Julian Elischer wrote:
 On Fri, 19 Nov 1999, Greg Lehey wrote:

 === libnetgraph
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o
 cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys 
-I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c 
/usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs':
 /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named 
`acfcomp'
 *** Error code 1

 Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph.

 try add this to ng_async.h
 I just committed this. It's in archie's tree but not the checked in
 version.

 /* Configuration for this node */
 struct ng_async_cfg {
 u_char  enabled;/* Turn encoding on/off */
 -- u_char  acfcomp;/* Address/control field compression */
 u_int16_t   amru;   /* Max receive async frame length */
 u_int16_t   smru;   /* Max receive sync frame length */
 u_int32_t   accm;   /* ACCM encoding */
 };

Well, it looks like it compiles OK now with Ollivier's patches.

Greg
--
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


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



Re: make world fails

1999-01-17 Thread David O'Brien

 sorry i'm don't put error message
 i'm build and install -CURRENT kernel , and trying make world

Do you have any local hacks in /usr/src/contrib/gcc/ ??  It seems you may
have corrupted sources.  Can you remove /usr/src/contrib/gcc and ``cvs
up'' or ``cvsup'' again?


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



Re: Today's Make World

1999-01-17 Thread Greg Lehey
On Sunday, 17 January 1999 at  9:47:40 +0200, Mark Murray wrote:
 Jordan K. Hubbard wrote:
 We're all seeing this error, not to worry.  Happily, it's clearly
 Mark's baby since he both imported the new texinfo *and* does the
 perl5 stuff. :-)

 ... and he is not getting the errors!

It obviously knows you :-)

 I have done N make worlds in the last 48 hours; clean as a whistle.
 (I do blow away /usr/obj/* each time, and I'm pretty anal about
 cleaning garbage out of the source tree before building; garbage
 includes editor backup files, .#* files from CVS, .o .so files from
 builds without obj/ and so forth. I want the tree to be _really_
 clean before I try).

It looks as if it's missing a header file.  Maybe it's finding it
elsewhere on your system.  I had the problem too, and the backout
trick worked for me too.

Greg
--
See complete headers for address, home page and phone numbers
finger g...@lemis.com for PGP public key

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-17 Thread Mark Murray
Jordan K. Hubbard wrote:
 Every -current release I try and build falls over with this one.
 Tried making a release lately? :)

Aaaah! _Releases_ are broken? For how long?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-17 Thread Mark Murray
Jordan K. Hubbard wrote:
 Every -current release I try and build falls over with this one.
 Tried making a release lately? :)

OK - I got it! I backed out a commit and things are rosy. Have I mentioned
before that I hate the Perl5 build?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-17 Thread Jordan K. Hubbard
 Aaaah! _Releases_ are broken? For how long?

Since the 12th, but don't worry - it was only your problem for the
last couple of days. :)

- Jordan

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-17 Thread Mark Murray
Jordan K. Hubbard wrote:
  Aaaah! _Releases_ are broken? For how long?
 
 Since the 12th, but don't worry - it was only your problem for the
 last couple of days. :)

OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone
been screwing with build tools?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-17 Thread Bill Fenner
In message 199901171000.maa16...@greenpeace.grondar.za Mark Murray wrote:
OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone
been screwing with build tools?

Uh, the failing command in my log file included -nostdinc; that
does a good job of hiding friends like stdio.h...

  Bill

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-17 Thread Mark Murray
Bill Fenner wrote:
 In message 199901171000.maa16...@greenpeace.grondar.za Mark Murray wrote:
 OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone
 been screwing with build tools?
 
 Uh, the failing command in my log file included -nostdinc; that
 does a good job of hiding friends like stdio.h...

Right, but there was a -I/usr/obj/...tmp.../someplace/include
in there to get the build environment's headers.

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


make world release breakage

1999-01-17 Thread Joss Roots
Hi there,
I've been experiencing breakage of make world
very late during the install phase of man pages
and rebuilding whatis database.(manually trying
to make install in the /src/share/man) completes
succefully.

make release also breaks at the make readmes phase
in /ports directory, the interesting thing
is that manually making readmes in the ports
directory (of /src) completes successflly.

is it a problem with the Makefiles
or what, how can I fix.
Thanks

- MAY THE FORCE BE WITH YOU.~o  .^.
  ___   o~ .00 )
Static Email   : osiris2...@yahoo.com   /|   o~ /)(
Bouncing Email : r...@isis.dynip.com   / |   | \
Web Site   : http://isis.dynip.com:80 (Frames) ___/  |  /   \
Anon FTP Site  : ftp://isis.dynip.com:21 (anonymous)  |  /''___/ /   |
Gopher Site: gopher://isis.dynip.com:70   | /'''/___/|
Network News   : isis.dynip.com (Read, Post, Xfer)  __|/'''/
Mailing Lists  : majord...@isis.dynip.com (public)
pgp key: finger r...@isis.dynip.com


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-17 Thread Bill Fenner
The one that failed:

cc -c   -nostdinc -O -pipe -DVERSION=\1.03\  -DXS_VERSION=\1.03\ -DPIC -
fpic -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC= DynaLoader.c

The one that succeeded:

cc -c-DVERSION=\1.03\  -DXS_VERSION=\1.03\ -DPIC -fpic -I/usr/obj/us
r/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC= DynaLoader.c

which is why I suggested that the -nostdinc caused the problem that
people were seeing.  Now, maybe the -nostdinc belongs there along
with another -I to get the build environment instead of the host
environment, but...

  Bill

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-17 Thread Daniel O'Connor

On 17-Jan-99 Mark Murray wrote:
  Every -current release I try and build falls over with this one.
  Tried making a release lately? :)
  Aaaah! _Releases_ are broken? For how long?
Hmm..
I did make release on the 12th (or so :) and it generates broken boot 
disks/cdroms :(
(ie it doesn't put /boot/loader on) 
The fixit CD seems OK tho, but we don't boot off it :)

---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
The nice thing about standards is that there
are so many of them to choose from.
  -- Andrew Tanenbaum

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: make world fails

1999-01-16 Thread Maxim Kolinko


sorry i'm don't put error message
i'm build and install -CURRENT kernel , and trying make world

cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H
-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\"
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I.   
-I/usr/obj/usr/src/tmp/usr/include -c
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/lex.c
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/lex.c: In
function 
`reinit_parse_for_block':/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/lex.c:1502:
`RETURN_KEYWORD' undeclared (first use in this function)
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/lex.c:1502:
(Each undeclared identifier is reported only once
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/lex.c:1502: for
eachfunction it appears in.)
*** Error code 1
Stop in /usr/src/gnu/usr.bin/cc/cc1plus.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1




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



Today's Make World

1999-01-16 Thread Edwin Culp
I haven't been able to make world since the texinfo problem.  I don't
see anyone else on the list with problems.  Did I miss another change?
Am I doing something wrong?

Thanks,

ed

P.S.  This is where I stopped this time.  cvsup finished about 9:25 CST.

DynaLoader.c:282: `NULL' undeclared (first use this function)
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
*** Error code 1

Stop.
*** Error code 1



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-16 Thread Carroll Kong
At 10:23 AM 1/16/99 -0600, Edwin Culp wrote:
I haven't been able to make world since the texinfo problem.  I don't
see anyone else on the list with problems.  Did I miss another change?
Am I doing something wrong?

Thanks,

ed

P.S.  This is where I stopped this time.  cvsup finished about 9:25 CST.

DynaLoader.c:282: `NULL' undeclared (first use this function)
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
*** Error code 1

Stop.
*** Error code 1


I have been getting that error all day yesterday.  Remade world 2-3
times... after cvsupping... none of the changes fixed it, and I still
'perished' at the same spot you did.  I figured... I might as well wait a
few more days before the next cvsup so they can fix whatever they are
working on.  

-Carroll Kong

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-16 Thread Edwin Culp
Carroll Kong wrote:


 I have been getting that error all day yesterday.  Remade world 2-3
 times... after cvsupping... none of the changes fixed it, and I still
 'perished' at the same spot you did.  I figured... I might as well wait a
 few more days before the next cvsup so they can fix whatever they are
 working on.

 -Carroll Kong

Thanks, misery loves company.

Have a great day

ed


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-16 Thread David A. Gobeille
Edwin Culp wrote:
 
 I haven't been able to make world since the texinfo problem.  I don't
 see anyone else on the list with problems.  Did I miss another change?
 Am I doing something wrong?
 
 Thanks,
 
 ed
 
 P.S.  This is where I stopped this time.  cvsup finished about 9:25 CST.
 
 DynaLoader.c:282: `NULL' undeclared (first use this function)
 DynaLoader.c:282: dereferencing pointer to incomplete type
 DynaLoader.c:282: dereferencing pointer to incomplete type
 DynaLoader.c:282: dereferencing pointer to incomplete type
 DynaLoader.c:282: dereferencing pointer to incomplete type
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-current in the body of the message

Try setting KERNFORMAT and OBJFORMAT in the environment before
building.  In my case they were set to elf.

I was able to successfully buildworld this morning after setting
those.

I noticed that there used to be an elf and an aout directory in
/usr/obj.  Now there doesn't seem to be, maybe that is causing
the problem?

-- 

Dave

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-16 Thread Matthew Jacob


Huh?  Isn't a 'make world' or 'make buildworld' supposed to just do the
right thing? I mean, I *have* converted to elf...


On Sat, 16 Jan 1999, David A. Gobeille wrote:

 Edwin Culp wrote:
  
  I haven't been able to make world since the texinfo problem.  I don't
  see anyone else on the list with problems.  Did I miss another change?
  Am I doing something wrong?
  
  Thanks,
  
  ed
  
  P.S.  This is where I stopped this time.  cvsup finished about 9:25 CST.
  
  DynaLoader.c:282: `NULL' undeclared (first use this function)
  DynaLoader.c:282: dereferencing pointer to incomplete type
  DynaLoader.c:282: dereferencing pointer to incomplete type
  DynaLoader.c:282: dereferencing pointer to incomplete type
  DynaLoader.c:282: dereferencing pointer to incomplete type
  *** Error code 1
  
  Stop.
  *** Error code 1
  
  To Unsubscribe: send mail to majord...@freebsd.org
  with unsubscribe freebsd-current in the body of the message
 
 Try setting KERNFORMAT and OBJFORMAT in the environment before
 building.  In my case they were set to elf.
 
 I was able to successfully buildworld this morning after setting
 those.
 
 I noticed that there used to be an elf and an aout directory in
 /usr/obj.  Now there doesn't seem to be, maybe that is causing
 the problem?
 
 -- 
 
 Dave
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-current in the body of the message
 


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-16 Thread Jordan K. Hubbard
We're all seeing this error, not to worry.  Happily, it's clearly
Mark's baby since he both imported the new texinfo *and* does the
perl5 stuff. :-)

- Jordan


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-16 Thread Andrew Gordon

On Sat, 16 Jan 1999, Jordan K. Hubbard wrote:

 We're all seeing this error, not to worry.  Happily, it's clearly
 Mark's baby since he both imported the new texinfo *and* does the
 perl5 stuff. :-)

Backing out /usr/src/gnu/usr.bin/perl/libperl/config.SH* to 14jan
allowed make world to complete for me. (revision 1.7 in the case of
config.SH-elf.i386).


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-16 Thread Mark Murray
Jordan K. Hubbard wrote:
 We're all seeing this error, not to worry.  Happily, it's clearly
 Mark's baby since he both imported the new texinfo *and* does the
 perl5 stuff. :-)

... and he is not getting the errors!

I have done N make worlds in the last 48 hours; clean as a whistle.
(I do blow away /usr/obj/* each time, and I'm pretty anal about cleaning
garbage out of the source tree before building; garbage includes editor
backup files, .#* files from CVS, .o .so files from builds without obj/
and so forth. I want the tree to be _really_ clean before I try).

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Today's Make World

1999-01-16 Thread Jordan K. Hubbard
Every -current release I try and build falls over with this one.
Tried making a release lately? :)

- Jordan

 Jordan K. Hubbard wrote:
  We're all seeing this error, not to worry.  Happily, it's clearly
  Mark's baby since he both imported the new texinfo *and* does the
  perl5 stuff. :-)
 
 ... and he is not getting the errors!
 
 I have done N make worlds in the last 48 hours; clean as a whistle.
 (I do blow away /usr/obj/* each time, and I'm pretty anal about cleaning
 garbage out of the source tree before building; garbage includes editor
 backup files, .#* files from CVS, .o .so files from builds without obj/
 and so forth. I want the tree to be _really_ clean before I try).
 
 M
 --
 Mark Murray
 Join the anti-SPAM movement: http://www.cauce.org
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-current in the body of the message


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Make world failure

1999-01-15 Thread John W. DeBoskey
Hi,

   My src tree is current as of 2:00 EST (35 minutes ago), and I'm 
seeing the following failure:

cp dl_dlopen.xs DynaLoader.xs
/usr/obj/usr/src/tmp/usr/bin/miniperl 
-I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib 
-I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib 
/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/ExtUtils/xsubpp -noprototypes 
-typemap /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/ExtUtils/typemap 
DynaLoader.xs xstmp.c  mv xstmp.c DynaLoader.c
cc -c   -nostdinc -O -pipe -DVERSION=\1.03\  -DXS_VERSION=\1.03\ -DPIC 
-fpic -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC= 
DynaLoader.c
In file included from DynaLoader.xs:107:
/usr/obj/usr/src/gnu/usr.bin/perl/perl/perl.h:301: sys/types.h: No such file or 
directory
/usr/obj/usr/src/gnu/usr.bin/perl/perl/perl.h:312: stdarg.h: No such file or 
directory
In file included from /usr/obj/usr/src/gnu/usr.bin/perl/perl/iperlsys.h:203,
 from /usr/obj/usr/src/gnu/usr.bin/perl/perl/perl.h:319,
 from DynaLoader.xs:107:
/usr/obj/usr/src/gnu/usr.bin/perl/perl/perlsdio.h:5: stdio.h: No such file or 
directory
In file included from DynaLoader.xs:107:


   I'll see if I can figure out what changed later this afternoon.

Later,
John

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


OOps broke make world..

1999-01-03 Thread Julian Elischer


I've broken 'make world'
because I forgot theat netstat has promiscuous fingers in places it
shouldn't

'QUICK FIX:'
copy old /usr/src/sys/netgraph/ng_socketvar.h from before I deleted it.
then netstat should recompile..
I will fix it as soon as I get to my source tree.

julian




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



<    1   2   3   4   5   6