Re: Perl won't installworld: INET.pm

2000-06-30 Thread Alain Thivillon
Leif Neland <[EMAIL PROTECTED]> écrivait (wrote) : > Just cvsupped: > > Make buildworld seems ok now, however make installworld fails: Mine installs (maybe i am a lucky one or i have cvsup before/after you, who knows ...) But /usr/libdata/perl/5.006/mach/IO/Socket.pm is broken

Missing module in current Perl

2000-06-30 Thread Ollivier Robert
It seems that the newly added Errno module is not in the Makefile... Index: Makefile === RCS file: /home/ncvs/src/gnu/usr.bin/perl/library/Makefile,v retrieving revision 1.2 diff -u -2 -r1.2 Makefile --- Makefile2000/06/27 15:28:

Re: HEADS UP: new fetch(1)

2000-06-30 Thread Dag-Erling Smorgrav
Garrett Wollman <[EMAIL PROTECTED]> writes: > < said: > > I've replaced fetch(1) with a libfetch-based implementation. > It introduces numerous style bugs in both code and documentation, and > furthermore claims copyright on text in the manual page which I > wrote. It also removes support for a n

Re: what turns on YP in getpwent()

2000-06-30 Thread George Michaelson
To answer my own question: src/lib/libc/Makefile.inc has .if !defined(NO_YP_LIBC) CFLAGS+= -DYP .include "${.CURDIR}/../libc/yp/Makefile.inc" .endif a find down the src tree does not reveal this being defined. I'm going to have to look elsewhere for Y

Re: what turns on YP in getpwent()

2000-06-30 Thread George Michaelson
RTFM. you cannot use +:* as the NIS catchall in FreeBSD. Its documented. (sigh) sorry. -George To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: XML driver config file to replace LINT

2000-06-30 Thread Robert Withrow
[EMAIL PROTECTED] said: :- Both of which are bugs imported from NetBSD. Obviously a matter of opinion. I think declarative DSLs for this kind of things are a good idea. But I understand some people want to do everything by hand in good-old C, and won't stop until it is ripped from their cold,

Boot hang (was Re: bug: "device ether" no longer optional)

2000-06-30 Thread Andrey A. Chernov
On Thu, Jun 29, 2000 at 12:46:59PM -0700, Doug Barton wrote: > Are you using any optimizations other than "-O -pipe"? There's a > problem since Peter's recent changes that cause it to bomb out with > anything more exotic. Yes, this was a reason. I have "-O2 -pipe" instead of "-O -pipe", bu

Re: bug: kernel hangs at boot

2000-06-30 Thread Andrey A. Chernov
On Wed, Jun 28, 2000 at 11:03:22PM -0700, Andrey A. Chernov wrote: > Fresh -current kernel with fresh -current bootblocks loaded ok but hangs in > boot (no diagnostics even printed, just silent hang with "/" on the screen). > > Kernel from Jun14 with fresh -current bootblocks (i.e. the same boot

Re: Laptop boot problem in current with GENERIC & GENERIC.hints

2000-06-30 Thread Edwin Culp
John Baldwin wrote: > On 27-Jun-00 Edwin Culp wrote: > > Donn Miller wrote: > > > >> Did you compile your kernel with any optimizations, such as -Os? If so, > >> try it recompiling it without optimizations. > > > > Unfortunately, no. I wish that I had, because I'm fresh out of things to > > try

Re: XML driver config file to replace LINT

2000-06-30 Thread Hiroki Sato
Nik Clayton <[EMAIL PROTECTED]> wrote in <[EMAIL PROTECTED]>: > That being the case, it wouldn't be too hard to do > > ... > > ... > > and so on, would it? If so, translated comment field can be obsolete while the author's one is always up-to-date. The comment field is edited by

Re: HEADS UP: new fetch(1)

2000-06-30 Thread Garrett Wollman
< said: > You're not one for constructive criticism, are you? I don't know how What part of YOU MAY NOT CLAIM COPYRIGHT ON MY TEXT don't you understand? -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Buildworld successful

2000-06-30 Thread Hasan Diwan
Around 10am PDT yesterday, -CURRENT built and installed without an error. My only concern is why we need to have a hard link between /bin/csh and /bin/tcsh. -- Hasan Diwan [[EMAIL PROTECTED]] Computer Science Department Rensselaer Polytechnic Institute PGP signature

make release still broken

2000-06-30 Thread Shin-ichi YOSHIMOTO
bsd.ports.mk don't have the version of new perl (5.006). So, make release still broken. chflags -R noschg /R/stage/trees touch release.2 Making docs... ===> Extracting for docproj-1.1 >> No MD5 checksum file. ===> Patching for docproj-1.1 ===> Configuring for docproj-1.1 ===> Installing for d

Re: Boot hang (was Re: bug: "device ether" no longer optional)

2000-06-30 Thread Doug Barton
"Andrey A. Chernov" wrote: > > On Thu, Jun 29, 2000 at 12:46:59PM -0700, Doug Barton wrote: > > Are you using any optimizations other than "-O -pipe"? There's a > > problem since Peter's recent changes that cause it to bomb out with > > anything more exotic. > > Yes, this was a reason. > I

On the modules

2000-06-30 Thread Volodymyr Kostyrko
When I was compiling the modules I face the following situation. While its possible to compile kernel even with -O3 -pipe, the modules still copmpiled with -O -pipe. Where I can change this? The search in the /sys/compile returns nothing... Next. What would be with the modules in future? So

Re: roots shell == /bin/sh please

2000-06-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> gnu not unix writes: : My vote is for root's shell to be /bin/sh if anyone's counting. Please no. Root's shell has been csh too long to change it now. what's so hard about chsh or exec sh? Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: bug: "device ether" no longer optional

2000-06-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> Archie Cobbs writes: : check in the fix thanks to the broken ssh. So now I'm now building : another kernel with RANDOMDEV, even though that this is the solution : was not at all obvious from reading UPDATING. Patches to UPDATING welcome. Grumping about UPDATING ign

Re: bug: "device ether" no longer optional

2000-06-30 Thread Archie Cobbs
Warner Losh writes: > : check in the fix thanks to the broken ssh. So now I'm now building > : another kernel with RANDOMDEV, even though that this is the solution > : was not at all obvious from reading UPDATING. > > Patches to UPDATING welcome. Grumping about UPDATING ignored. :-) OK, does th

Re: XML driver config file to replace LINT

2000-06-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jun Kuriyama writes: : Of course, source tree are for programmers. First thing we should : consider is not to stress programmers for that procedure. Nik's : suggestion is more conceptual one. We need more discussion for this : subject. I think that a large part o

Re: XML driver config file to replace LINT

2000-06-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> Garrett Wollman writes: : > using XML is same process such as using src/sys/dev/usb/usbdevs. As : > you know, generation of usbdevs{,_data}.h is done by awk script. And : > same procedure is done in src/sys/dev/pccarddevs for generating : > pccarddevs{,_data}.h. :

Re: XML driver config file to replace LINT

2000-06-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> Robert Withrow writes: : : [EMAIL PROTECTED] said: : :- Both of which are bugs imported from NetBSD. : : Obviously a matter of opinion. I think declarative DSLs for : this kind of things are a good idea. The problem is that they are generated files that are chec

Re: bug: "device ether" no longer optional

2000-06-30 Thread Warner Losh
In message <[EMAIL PROTECTED]> Archie Cobbs writes: : OK, does this sound correct? Almost. : diff -u -r1.91 UPDATING : --- UPDATING 2000/06/29 00:34:54 1.91 : +++ UPDATING 2000/06/30 17:01:58 : @@ -21,6 +21,10 @@ : openssh and openssl should not be used to generate keys from this :

Re: Buildworld successful

2000-06-30 Thread Bill Fumerola
On Fri, Jun 30, 2000 at 11:37:10AM -0400, Hasan Diwan wrote: > Around 10am PDT yesterday, -CURRENT built and installed without an > error. My only concern is why we need to have a hard link between > /bin/csh and /bin/tcsh. For reasons you can find out by reading the mailing list archives. -- B

Re: bug: "device ether" no longer optional

2000-06-30 Thread Andrey A. Chernov
On Fri, Jun 30, 2000 at 11:10:47AM -0600, Warner Losh wrote: > If you must operate at this reduced level of security, add > 'options RANDOMDEV' to your kernel or modload the randomdev > module. > > I think is much closer to reality. Thanks for the patch, it was just > want I ne

Re: Panic in boot after flushing buffers

2000-06-30 Thread Matthew Jacob
On Fri, 30 Jun 2000, Mark Murray wrote: > > > > Interesting. I've also been seeing this on alphas. > > Do you have sys/dev/randomdev/randomdev.c v1.5? > Now I do. Better. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

buildworld ok, but kernel fails

2000-06-30 Thread Marc Schneiders
Buildworld as well as installworld worked out here, it seems (no reboot yet). Kernel build does not work. After config -r, make depends dies thus: ===> procfs @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/vnode_if.pl -h @/kern/vnode_if.src rm -f .depend mkdep -f .depend -a

Re: roots shell == /bin/sh please

2000-06-30 Thread Brian Somers
> > Is the /bin/sh in freebsd more buggy than, say, the solaris /bin/sh? > > If so, thats's probably why it's currently /bin/csh. > > I doubt it; Solaris /bin/sh is likely more buggy. *GASP* Tell me about it ! I am eternally surprised by it ! > -- > Will Andrews <[EMAIL PROTECTED]> <[EMAIL P

Re: bug: kernel hangs at boot

2000-06-30 Thread David O'Brien
On Fri, Jun 30, 2000 at 06:29:11AM -0700, Andrey A. Chernov wrote: > The reason found. I have "-O2 pipe" instead of default "-O pipe", but I have > it working all the time from very beginning. Why this becomes broken? Because the code change now triggers one of the bugs that has made us always s

Re: bug: kernel hangs at boot

2000-06-30 Thread Donn Miller
David O'Brien wrote: > Because the code change now triggers one of the bugs that has made us > always say "don't use anything above -O". But, it's still OK to use -march=pentium, though. I'd hate to be using 386 instructions. 8-) -- - Donn To Unsubscribe: send mail to [EMAIL PROTECTED] with

perl6 first time build problem

2000-06-30 Thread Andrey A. Chernov
I say "make cleandir; make obj; make depend;" in perl directory and got: ... ===> perl Extracting config.h (with variable substitutions) Extracting cflags (with variable substitutions) Extracting writemain (with variable substitutions) Extracting myconfig (with variable substitutions) /usr/obj/us

Re: RSA support..

2000-06-30 Thread Julian Elischer
Mark Murray wrote: > > Hi > > Please check /usr/src/UPDATING Unfortunatly /etc/updateing doesn't warn you of this.. I hit this as well. What is in /etc/updating is so vague and nondescript that it doesn't help wit this problem. (at least as it was when I hit it) > M > > > I have been trying t

Re: buildworld ok, but kernel fails

2000-06-30 Thread Eric Ogren
Yes, you missed the fact that crypto is now required to build the kernel. Put cvs-crypto in your cvsup file, cvsup, and try again. Eric On Fri, Jun 30, 2000 at 09:34:02PM +0200, Marc Schneiders wrote: > make: don't know how to make bf_cbc.c. Stop > *** Error code 2 > > Stop in /usr/src/sys/modu

Re: XML driver config file to replace LINT

2000-06-30 Thread Thomas M. Sommers
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> "Thomas M. Sommers" writes: > : I was thinking of something analogous to the way syscalls.master is used > : to generate several files. > > This works well for syscalls.master, but I don't think it would work > well in the driver area. Call

randomdev and APM. Not working together?

2000-06-30 Thread Munehiro Matsuda
Hello, If I use randomdev for ssh, then APM seem to have stopped working. I'm loading randomdev by randomdev_load="YES" in /boot/loader.conf. Afrer that, APM has disappeared from boot message, and I get: # apm apm: can't open /dev/apm: Device not configured # If I disable ran

Re: On the modules

2000-06-30 Thread David O'Brien
On Fri, Jun 30, 2000 at 06:59:35PM +0300, Volodymyr Kostyrko wrote: > When I was compiling the modules I face the following situation. > While its possible to compile kernel even with -O3 -pipe, the modules > still copmpiled with -O -pipe. Where I can change this? You know this is unsupport

Re: randomdev and APM. Not working together?

2000-06-30 Thread Mark Murray
> If I use randomdev for ssh, then APM seem to have stopped working. This is wierd; I am running this randomdev on my Libretto, (I wrote it there), and it and APM are both fine. > Am I doing something wrong? No - you are doing everything right. Can you do any debugging on this? Are you able pe