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

2001-09-20 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 /usr/src/

Re: stdin/out/err changes kill world

2001-09-20 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: make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-20 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

Re: kldxref broken, maybe?

2001-09-20 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 10:19:22PM -0700, Peter Wemm wrote: > Warner Losh wrote: > > In message 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

Re: stdio change, other libraries needs bumping too!

2001-09-20 Thread Beech Rintoul
On Thursday 20 September 2001 09:21 pm, 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/l

Re: stdio change, other libraries needs bumping too!

2001-09-20 Thread Peter Wemm
"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: Undefined symbol "__stdout p" > > > > It is becaus

Re: kldxref broken, maybe?

2001-09-20 Thread Peter Wemm
Warner Losh wrote: > In message 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 > : comment about this in UPDATING. > > I'm just unsure how

Re: stdin/out/err changes kill world

2001-09-20 Thread Peter Wemm
Steve Kargl wrote: > Note, I'm updating a 3 week old current to today's sources. > I've fallen way behind in the mailing lists (due to living > out of a suitcase for week longer then intended), so if > this is a known problem please ignore. > > > cc -O -pipe -march=k6 -D_GNU_SOURCE -I- -I. -I/us

Re: kldxref broken, maybe?

2001-09-20 Thread Warner Losh
In message 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 : comment about this in UPDATING. I'm just unsure how to describe it... Warner To

Re: USB Multimedia Card (MMC) readers supported?

2001-09-20 Thread Warner Losh
In message <[EMAIL PROTECTED]> Konstantin Chuguev writes: : Are USB MMC Card Readers (such as SanDisk ImageMate) supported in : CURRENT? Some are, some aren't. The one I have that works identifies itself as: SanDisk ImageMate II 1.30 and except for lying about the geometry of the device

Re: anonymous-ftp cracked

2001-09-20 Thread Karsten W. Rohrbach
P. U. (Uli) Kruppa([EMAIL PROTECTED])@2001.09.12 17:52:23 +: > > Hi, > > sorry for cross-mailing two lists! > > I am running -CURRENT (ok - though I do not know anything > about computers) and just found about about 624 MB trash in > my /var/ftp - this is my anonymous-ftp -directory. > It

lsof broken on -current?

2001-09-20 Thread Jos Backus
NFSKERBKEY_T doesn't seem to be defined anywhere: ===> Building for lsof-4.58 (cd lib; make DEBUG="-O" CFGF="-pipe -march=pentium -DFREEBSDV=500 -DHASFDESCFS=2 -DHASPROCFS -DHAS9660FS -DHASIPv6 -DLSOF_VSTR=\"5.0-CURRENT\"") cc -pipe -march=pentium -DFREEBSDV=500 -DHASFDESCFS=2 -DHASPROCFS -DHA

libreadline error

2001-09-20 Thread Beech Rintoul
Just built and installed the latest -current, now I'm getting the following on a lot of commands: /usr/libexec/ld-elf.so.1: /usr/lib/libreadline.so.4: Undefined symbol "--stdoutp" any suggestions? Beech -- Micro$oft: "Where can we make you go today?"

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

2001-09-20 Thread Vincent Poy
On Thu, 20 Sep 2001, 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 modifications in

stdin/out/err changes kill world

2001-09-20 Thread Steve Kargl
Note, I'm updating a 3 week old current to today's sources. I've fallen way behind in the mailing lists (due to living out of a suitcase for week longer then intended), so if this is a known problem please ignore. cc -O -pipe -march=k6 -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld -I

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

2001-09-20 Thread Alexander Langer
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 modifications in etc. So any > chance of bringing back make.conf int

Re: kldxref broken, maybe?

2001-09-20 Thread Steve Kargl
On Thu, Sep 20, 2001 at 12:05:31PM -0700, David O'Brien wrote: > On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: > > root[265] make installkernel > > cd /usr/obj/usr/src/sys/C456086-A; MAKEOBJDIRPREFIX=/usr/obj > ... > > What steps lead up to this? > ``make buildworld && make kernel

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

2001-09-20 Thread Vincent Poy
On Thu, 20 Sep 2001, Peter Wemm wrote: > peter 2001/09/20 01:47:41 PDT > > Modified files: > include stdio.h > Log: > Now that the compat4x libc.so.4 binary has been updated, we can finally > switch over to using a future-proof stdin/out/err. > > Note that if you

Re: kldxref broken, maybe?

2001-09-20 Thread Mark Peek
At 12:05 PM -0700 9/20/01, David O'Brien wrote: >On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: >> root[265] make installkernel >> cd /usr/obj/usr/src/sys/C456086-A; MAKEOBJDIRPREFIX=/usr/obj >... > >What steps lead up to this? >``make buildworld && make kernel && make kernelinsta

Re: kldxref broken, maybe?

2001-09-20 Thread David O'Brien
On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: > root[265] make installkernel > cd /usr/obj/usr/src/sys/C456086-A; MAKEOBJDIRPREFIX=/usr/obj ... What steps lead up to this? ``make buildworld && make kernel && make kernelinstall'' To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: Seen this lock order reversal?

2001-09-20 Thread Wilko Bulte
On Wed, Sep 19, 2001 at 01:32:28PM -0700, John Baldwin wrote: > > On 19-Sep-01 Wilko Bulte wrote: > > On Tue, Sep 18, 2001 at 03:01:25PM -0700, John Baldwin wrote: ... > >> p_flag to p_sflag which changed its locking semantics.) > > > > Another one, on a -current from yesterday, on -alpha: > >

Re: kldxref broken, maybe?

2001-09-20 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 09:39:44AM -0700, Steve Kargl wrote: > On Thu, Sep 20, 2001 at 08:01:20AM +0200, Mark Santcroos wrote: > > On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: > > > root[265] make installkernel > > > ===> 3dfx > > > install -C -c -o root -g wheel -m 555 3dfx.ko /

Re: kldxref broken, maybe?

2001-09-20 Thread Steve Kargl
On Thu, Sep 20, 2001 at 08:01:20AM +0200, Mark Santcroos wrote: > On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: > > root[265] make installkernel > > ===> 3dfx > > install -C -c -o root -g wheel -m 555 3dfx.ko /boot/kernel/ > > kldxref /boot/kernel > > kldxref:No such file or direc

FW: USB Multimedia Card (MMC) readers supported?

2001-09-20 Thread Nick Hibma
Try [EMAIL PROTECTED] for more information. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Bryant > Sent: 20 September 2001 15:19 > To: Konstantin Chuguev > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: USB Multimedia Card (MMC) read

Re: USB Multimedia Card (MMC) readers supported?

2001-09-20 Thread Jim Bryant
I believe at least one version of the SanDisk one is supported, and I recently helped test and get committed the Microtech CameraMate I personally recommend the CameraMate, as it has support for all known CompactFlash devices, including IBM Microdrives, as well as the fact that it also re

USB Multimedia Card (MMC) readers supported?

2001-09-20 Thread Konstantin Chuguev
Hello, Are USB MMC Card Readers (such as SanDisk ImageMate) supported in CURRENT? I suppose they can be treated as generic SCSI-over-USB drives, just want to be sure... Thanks, Konstantin. -- * * Konstantin Chuguev Francis House * * Application Engine

Re: ipfw tutorial needed

2001-09-20 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 02:31:13PM +0400, Radoslav Vasilev wrote: > > Does anyone know is there any tutorial about ipfw implementation. It > seems to me, like there was one, describing the structures and the > code of ipfw, but can't remember where I've seen it. > ipfirewall(4), but much of the

ipfw tutorial needed

2001-09-20 Thread Radoslav Vasilev
Does anyone know is there any tutorial about ipfw implementation. It seems to me, like there was one, describing the structures and the code of ipfw, but can't remember where I've seen it.

Re: kldxref broken, maybe?

2001-09-20 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 08:01:20AM +0200, Mark Santcroos wrote: > On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: > > root[265] make installkernel > [...] > > ===> 3dfx > > install -C -c -o root -g wheel -m 555 3dfx.ko /boot/kernel/ > > kldxref /boot/kernel > > kldxref:No such file