Re: kldxref broken, maybe?

2001-09-21 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 10:19:22PM -0700, Peter Wemm wrote: Warner Losh wrote: In message p05100307b7cfef6da22f@[207.76.207.129] Mark Peek writes: : Install a -current kernel on a 4.X or pre-kldxref (before 9/10/01) : 5.X system. I sent a note to Warner mentioning he might want to put a

Re: stdin/out/err changes kill world

2001-09-21 Thread Ruslan Ermilov
This is because BMAKEENV has DESTDIR=${WORLDTMP}, and bsd.{prog,lib}.mk have the magic of adding the -I${DESTDIR}/usr/include to CFLAGS if DESTDIR is set. I'm currently testing the following patch with the -CURRENT build on a -STABLE box. Index: bsd.prog.mk

Re: stdin/out/err changes kill world

2001-09-21 Thread Ruslan Ermilov
Also, this error may only be caused if: 1. The previous ``buildworld'' installed new headers in ${WORLDTMP}/usr/include. 2. The next ``buildworld'' was run with -DNOCLEAN. (Only in this case ${WORLDTMP}/usr/include will be non-empty.) On Fri, Sep 21, 2001 at 10:22:07AM +0300,

Re: Problems with interrupts on -current.

2001-09-21 Thread Josef Karthauser
[This is the continuation of a thread that started on -committers] On Sun, Sep 16, 2001 at 02:48:48PM +0100, Josef Karthauser wrote: On Sun, Sep 16, 2001 at 01:35:20AM +0100, Josef Karthauser wrote: On Sat, Sep 15, 2001 at 03:51:07PM +0200, Dag-Erling Smorgrav wrote: Josef Karthauser

Re: stdin/out/err changes kill world

2001-09-21 Thread Bruce Evans
On Fri, 21 Sep 2001, Ruslan Ermilov wrote: This is because BMAKEENV has DESTDIR=${WORLDTMP}, and bsd.{prog,lib}.mk have the magic of adding the -I${DESTDIR}/usr/include to CFLAGS if DESTDIR is set. I'm currently testing the following patch with the -CURRENT build on a -STABLE box. Index:

Re: kldxref broken, maybe?

2001-09-21 Thread Garrett Wollman
On Thu, 20 Sep 2001 22:19:22 -0700, Peter Wemm [EMAIL PROTECTED] said: foreach $path (`sysctl -n kern.module_path | sed -e 's/;/ /`) if (-d $path) kldxref $path endif endfor module_path=$(sysctl -n kern.module_path) OIFS=$IFS; IFS=; set ${module_path} IFS=$OIFS for directory; do

NFS mount issues ...

2001-09-21 Thread Andrew P. Lentvorski
There were some issues with trying to mount an NFS exported volume after the last NFS megacommit. I'm still seeing issues after doing a cvsup today. Has this been resolved? Is there an official workaround? I can chase it down, but if there is work already going on to fix it, I'd rather not

PS/2 mouse (psm0) is not detected with recent -current

2001-09-21 Thread Viren R . Shah
I tried to upgrade my -current system today (I hadn't upgraded for a couple of weeks before this), and my PS/2 mouse went undetected. Here's my hints file: # $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.2 2000/06/14 10:01:39 peter Exp $ hint.fdc.0.at=isa hint.fdc.0.port=0x3F0 hint.fdc.0.irq=6

Re: PS/2 mouse (psm0) is not detected with recent -current

2001-09-21 Thread Jos Backus
On Fri, Sep 21, 2001 at 03:00:08PM -0400, Viren R.Shah wrote: atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0 ^ Same here (Asus CUBX mobo): atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0 which Kazutaka

RE: cvs commit: src/sys/sys mutex.h

2001-09-21 Thread Vincent Poy
On Fri, 21 Sep 2001, John Baldwin wrote: On 21-Sep-01 John Baldwin wrote: jhb 2001/09/21 16:15:10 PDT Modified files: sys/sys mutex.h Log: Use __FILE__ and __LINE__ explicitly since we know we will be using them when calling _mtx_assert() to

RE: cvs commit: src/sys/sys mutex.h - it's working!

2001-09-21 Thread Vincent Poy
On Fri, 21 Sep 2001, Vincent Poy wrote: On Fri, 21 Sep 2001, John Baldwin wrote: On 21-Sep-01 John Baldwin wrote: jhb 2001/09/21 16:15:10 PDT Modified files: sys/sys mutex.h Log: Use __FILE__ and __LINE__ explicitly since we know we will be

Re: make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-21 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 09:26:13PM +0200, Alexander Langer wrote: Thus spake Vincent Poy ([EMAIL PROTECTED]): I was looking on the -current tree and don't see make.conf in either etc or etc/defaults. In previous versions, make.conf is in etc/defaults and then you can put your own

Is it possible to make 4.4-REELASE on the -CURRENT ?

2001-09-21 Thread Nickolay Dudorov
When I try to make release ... RELEASETAG=RELENG_4_4_0_RELEASE on the freshly buildworld-ed -CURRENT it stops on the stage 2: build tools with the following diagnostics: cd /usr/src/bin/sh; make build-tools cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat-c

Re: make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-21 Thread Alexander Langer
Thus spake Ruslan Ermilov ([EMAIL PROTECTED]): IIRC, it was requested by many that this change be backed out, no? No, the discussion -arch converted to a discussion about the implementation of a world.conf file, which implicits this commit. Alex To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: stdio change, other libraries needs bumping too!

2001-09-21 Thread Andrey A. Chernov
On Thu, Sep 20, 2001 at 22:21:31 -0700, Peter Wemm wrote: Andrey A. Chernov wrote: On Thu, Sep 20, 2001 at 18:32:57 +0400, Andrey A. Chernov wrote: After stdio changes 4.4 binaries linked with libtermcap/libcurses refuse to work: /usr/libexec/ld-elf.so.1: /usr/lib/libcurses.so:

Re: stdio change, other libraries needs bumping too!

2001-09-21 Thread Peter Wemm
Andrey A. Chernov wrote: On Thu, Sep 20, 2001 at 22:21:31 -0700, Peter Wemm wrote: Andrey A. Chernov wrote: On Thu, Sep 20, 2001 at 18:32:57 +0400, Andrey A. Chernov wrote: After stdio changes 4.4 binaries linked with libtermcap/libcurses refus e to work:

Re: stdio change, other libraries needs bumping too!

2001-09-21 Thread Andrey A. Chernov
On Fri, Sep 21, 2001 at 01:37:38 -0700, Peter Wemm wrote: Adding COMPAT4X alone not helps in such situation. As I already report, I found the root of the problem - old /usr/lib/*.so* libraries must be removed because the picked before fixed /usr/lib/compat/*.so* libraries. Perhaps the

Problem with 'ps' in todays -current

2001-09-21 Thread Harti Brandt
Hi, with a fresh -current from today 'ps' from time to time stops my machine. I discovered this when building a new net-snmpd. It always stops at the line saying checking for correct flags to ps... I had a look at the configure script. It does a 'ps' with different options. Runnning 'ps' by

Problems with latest current build

2001-09-21 Thread Beech Rintoul
I just built today's -current, still having a couple of problems. First off, when install tried to rm -R libc_r.so.4 and libc.so.4 it couldn't because schg flags were set. Went fine after I removed them. Second I still have apps looking for libc.so.4 (mountd for example) I finally just linked

Àô«O¹p®gºÒ¯»§X±MÃD¬ã¨s³ø§i

2001-09-21 Thread gd168
¨ü¤åªÌ¡G§e¡@°ê¥ß¥xÆW¤j¾Çº[©ÒÄݦæ¬F¾Ç³N¬ã¨s³æ¦ì¡þ ¡@¡@¡@¡@¡@¡@¥þ°ê¦U¯Å¾÷Ãö¹ÎÅé¡þ¤½¥q¦æ¸¹¡þ¤½·|©Î­Ó¤H¡@½Ðų®Ö¡I µo¤åªÌ¡G¥øÀs¿ì¤½¥Î«~¦³­­¤½¥q¡@¹q¸Ü¡G(02)2701-2000 ¥D¡@¦®¡G¨Ï¥Î¡eÀô«O¹p®gºÒ¯»§X¡f¤§ÀuÂI¤Î±ÄÁÊ­nÂI¡C »¡¡@©ú¡GÀô«O¹p®gºÒ¯»§X¤§±MÃD¬ã¨s³ø§i ¡]¤@¡^«e¨¥

Re: Problems with interrupts on -current.

2001-09-21 Thread Terry Lambert
John Baldwin wrote: The problem is that during a fast interrupt handler, we don't acknowledge the interrupt until we return from the interrupt handler, so if we preempt it may be a while before we get back to the interrupted process so it can finish the interrupt handler and ack the interrupt

Re: Problems with interrupts on -current.

2001-09-21 Thread Terry Lambert
John Baldwin wrote: Bah, we leave interrupts disabled during fast interrupt handlers, so this should be fine in -current since the softclock swi_sched() uses SWI_NOSWITCH (there is no NOSWITCH flag in a preemptive kernel, it's automatic and that is what bit the preemption kernel). I think

Latest 2001/09/21 -current breaks buildkernel at /usr/src/sys/compat/svr4/svr4_resource.c

2001-09-21 Thread Aloha Guy
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter

RE: Latest 2001/09/21 -current breaks buildkernel at /usr/src/sy

2001-09-21 Thread John Baldwin
On 21-Sep-01 Aloha Guy wrote: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica

RE: Latest 2001/09/21 -current breaks buildkernel at /usr/src/sys/compat/svr4/svr4_resource.c

2001-09-21 Thread Aloha Guy
John Baldwin [EMAIL PROTECTED] wrote: On 21-Sep-01 Aloha Guy wrote: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev