Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-12-03 Thread Ruslan Ermilov
On Tue, Dec 03, 2002 at 11:09:20AM +0300, Andrey A. Chernov wrote: > On Wed, Nov 20, 2002 at 14:54:12 +0200, Ruslan Ermilov wrote: > > > Index: b.c > > === > > RCS file: /home/ncvs/src/contrib/one-true-awk/b.c,v > > retrieving revisio

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-12-03 Thread Andrey A. Chernov
On Wed, Nov 20, 2002 at 14:54:12 +0200, Ruslan Ermilov wrote: > Index: b.c > === > RCS file: /home/ncvs/src/contrib/one-true-awk/b.c,v > retrieving revision 1.1.1.2 > diff -u -p -r1.1.1.2 b.c David, this variant is nice enough. Pleas

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-20 Thread Ruslan Ermilov
On Wed, Nov 20, 2002 at 02:27:53PM +1100, Tim Robbins wrote: > On Wed, Nov 20, 2002 at 04:38:38AM +0300, Andrey A. Chernov wrote: > > > On Tue, Nov 19, 2002 at 14:52:02 +0200, Ruslan Ermilov wrote: > > > It seems that this patch has never been committed. This is a critical > > > bug that should b

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-19 Thread Andrey A. Chernov
On Wed, Nov 20, 2002 at 14:27:53 +1100, Tim Robbins wrote: > On Wed, Nov 20, 2002 at 04:38:38AM +0300, Andrey A. Chernov wrote: > > > On Tue, Nov 19, 2002 at 14:52:02 +0200, Ruslan Ermilov wrote: > > > It seems that this patch has never been committed. This is a critical > > > bug that should be

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-19 Thread Tim Robbins
On Wed, Nov 20, 2002 at 04:38:38AM +0300, Andrey A. Chernov wrote: > On Tue, Nov 19, 2002 at 14:52:02 +0200, Ruslan Ermilov wrote: > > It seems that this patch has never been committed. This is a critical > > bug that should be fixed before 5.0-RELEASE is out. > > I agree. There is no locale yet

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-19 Thread Andrey A. Chernov
On Tue, Nov 19, 2002 at 14:52:02 +0200, Ruslan Ermilov wrote: > It seems that this patch has never been committed. This is a critical > bug that should be fixed before 5.0-RELEASE is out. I agree. There is no locale yet and I never see that patch. -- Andrey A. Chernov http://ache.pp.ru/ msg4

awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-19 Thread Ruslan Ermilov
On Thu, Nov 01, 2001 at 05:58:08PM -0800, David O'Brien wrote: > On Fri, Nov 02, 2001 at 04:44:12AM +0300, Andrey A. Chernov wrote: > > Next bad thing discovered about new awk just looking at sourse code: it > > not support locale (collating in regexp ranges too, of course). We just > > make great

Re: buildworld breakage

2002-08-16 Thread Robert Watson
I ran into this also, and a bit of fiddling with a debugger was un-enlightening -- it was segfaulting on a write to __collate_substitute_table in parse.y. The pointer to the table didn't appear to be corrupted, and it should have been in writable memory. It also appeared to be properly aligned.

Re: buildworld breakage

2002-08-15 Thread Maxim Konovalov
On 12:10-0700, Aug 15, 2002, Mike Makonnen wrote: > I don't know if I'm the only one having this problem, but I haven't > been able to make a complete buildworld for a couple of > days now. The last time I upgraded was arround August 5. > I have been getting a signal 11 consistently in the same

Re: buildworld breakage

2002-08-15 Thread Nate Lawson
I got that but a recent cvsup fixed it. Not sure what the problem was but there were a few patches to colldef on Wednesday. -Nate On Thu, 15 Aug 2002, Mike Makonnen wrote: > I don't know if I'm the only one having this problem, but I haven't > been able to make a complete buildworld for a coupl

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-06 Thread Doug Barton
On Thu, 1 Nov 2001, Alfred Perlstein wrote: > Although I admit the fallout has been somewhat painful, let's > try to make do with it, if we disconnect the new awk I feel > that we will keep repeating this cycle, basically each activation > will see new problems requiring another disconnect. Let'

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-02 Thread Riccardo Torrini
On 02-Nov-2001 (12:58:55/GMT) Cyrille Lefevre wrote: >>> because `echo' nicely removes \n's from env vars when it prints them. >> des@des ~% foo='bar >> quote> baz' >> des@des ~% echo $foo >> bar >> baz >> des@des ~% /bin/echo $foo >> bar >> baz > humm! what shell ($SHELL) are you using ? Here

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-02 Thread Cyrille Lefevre
Dag-Erling Smorgrav wrote: > "David O'Brien" <[EMAIL PROTECTED]> writes: > > because `echo' nicely removes \n's from env vars when it prints them. > > des@des ~% foo='bar > quote> baz' > des@des ~% echo $foo > bar > baz > des@des ~% /bin/echo $foo > bar > baz > > DES > -- > Dag-Erling Smorgrav

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David O'Brien
On Fri, Nov 02, 2001 at 04:44:12AM +0300, Andrey A. Chernov wrote: > Next bad thing discovered about new awk just looking at sourse code: it > not support locale (collating in regexp ranges too, of course). We just > make great backward step switching to it. I have a patch for that. -- -- David

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Andrey A. Chernov
On Thu, Nov 01, 2001 at 11:42:13 -0800, David O'Brien wrote: > Mostly agreed. This has not been at all as smooth as I thought it would > be. Before going down this path, I would like to see if the current > state of the world isn't usable. I think (hope) all the nits are out > now. #6 is def

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David O'Brien
On Thu, Nov 01, 2001 at 09:42:18PM +0200, Sheldon Hearn wrote: > > Although I admit the fallout has been somewhat painful, let's > > try to make do with it, if we disconnect the new awk I feel > > that we will keep repeating this cycle, basically each activation > > will see new problems requiring

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Sheldon Hearn
On Thu, 01 Nov 2001 13:31:04 CST, Alfred Perlstein wrote: > Although I admit the fallout has been somewhat painful, let's > try to make do with it, if we disconnect the new awk I feel > that we will keep repeating this cycle, basically each activation > will see new problems requiring another d

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David O'Brien
On Thu, Nov 01, 2001 at 09:23:12PM +0200, Sheldon Hearn wrote: > > No, awk should be fixed instead to conform POSIX specs, or switched back > > to gawk. > > It's not a binary decision. What we should probably do is: > > 1) Disconnect bwk-awk from the build. > 2) Connect gawk to the build. > 3)

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Alfred Perlstein
* Sheldon Hearn <[EMAIL PROTECTED]> [011101 13:27] wrote: > > > On Thu, 01 Nov 2001 22:08:36 +0300, "Andrey A. Chernov" wrote: > > > No, awk should be fixed instead to conform POSIX specs, or switched back > > to gawk. > > It's not a binary decision. What we should probably do is: > > 1) Dis

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Andrey A. Chernov
On Thu, Nov 01, 2001 at 11:04:13 -0800, David Wolfskill wrote: > > Circumvention is to use /boot/loader.old, if it was built with gawk, or > somehow build a new "loader" after applying a patch that accomplishes > what this one does: > # > -# Note! This script uses strftime() which is a gawk-ism,

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David Wolfskill
This is a quick heads-up. If you have built -CURRENT within the last couple of days, and if you try to use that (recently-built -CURRENT) as the host system for building -CURRENT, the 3 patches I posted last night do appear to get through the build process, but the result is a system that does no

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Dag-Erling Smorgrav
"David O'Brien" <[EMAIL PROTECTED]> writes: > because `echo' nicely removes \n's from env vars when it prints them. des@des ~% foo='bar quote> baz' des@des ~% echo $foo bar baz des@des ~% /bin/echo $foo bar baz DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-10-31 Thread David Wolfskill
>Date: Wed, 31 Oct 2001 08:34:16 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include /usr/src/usr.bin/jot/jot.c >cd /usr/src/usr.bin/jot; make _EXTRADEPEND >echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend >===> usr.bin/kdu

Re: buildworld breakage in pim6sd

2000-07-06 Thread Hajimu UMEMOTO
> On Thu, 6 Jul 2000 15:49:27 +0200 > Ollivier Robert <[EMAIL PROTECTED]> said: roberto> /src/src/usr.sbin/pim6sd/cftoken.l:47: y.tab.h: No such file or directory roberto> mkdep: compile failed roberto> *** Error code 1 Thank you for reporting. I just fixed. Index: Makefile

Re: buildworld breakage in getconf

2000-04-27 Thread Garrett Wollman
< said: > Was this not ``make buildworld'' tested, or is there a change to > gnu/usr.bin/gperf/Makefile you forgot to commit? I am obviously *way* out of date with the state of the build system I was trying to quickly get things back working again for upgrade builds, and ended up breaking e

Re: buildworld breakage in getconf

2000-04-27 Thread David O'Brien
On Thu, Apr 27, 2000 at 12:46:43PM -0400, Garrett Wollman wrote: > I got caught out by gperf version skew. gperf is now a build-tool (as > it should always have been) so this problem should be fixed in your > next update. cc -pipe -O -DSHELL -I. -I/FBSD/src/bin/sh -Wall -Wformat-static mksy

Re: buildworld breakage in getconf

2000-04-27 Thread David O'Brien
On Thu, Apr 27, 2000 at 12:46:43PM -0400, Garrett Wollman wrote: > I got caught out by gperf version skew. gperf is now a build-tool (as > it should always have been) so this problem should be fixed in your > next update. Was this not ``make buildworld'' tested, or is there a change to gnu/usr.b

Re: buildworld breakage (netstat/route.c rev 1.43)

2000-04-23 Thread Will Andrews
On Sun, Apr 23, 2000 at 06:44:51PM -0400, Will Andrews wrote: > If Mark or Garrett could fix this ASAP that would be nice. :) Never mind, this was an oversight on my part. -- Will Andrews <[EMAIL PROTECTED]> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE

Re: Buildworld Breakage

2000-01-12 Thread Jason Evans
On Wed, Jan 12, 2000 at 11:16:38AM -0800, Jason Evans wrote: > On Wed, Jan 12, 2000 at 02:57:41PM +0100, Pascal Hofstee wrote: > > With my CURRENT-tre updated within an hour ago ... Buildworld is broken. > > > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H > > -DDEFAULT_TARGET_VERSION=\

Re: Buildworld Breakage

2000-01-12 Thread Pascal Hofstee
On Wed, Jan 12, 2000 at 11:16:38AM -0800, Jason Evans wrote: > On Wed, Jan 12, 2000 at 02:57:41PM +0100, Pascal Hofstee wrote: > > With my CURRENT-tre updated within an hour ago ... Buildworld is broken. > > > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H > > -DDEFAULT_TARGET_VERSION=\

Re: Buildworld Breakage

2000-01-12 Thread Jason Evans
On Wed, Jan 12, 2000 at 02:57:41PM +0100, Pascal Hofstee wrote: > With my CURRENT-tre updated within an hour ago ... Buildworld is broken. > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H > -DDEFAULT_TARGET_VERSION=\ "2.95.2\" > -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" > -DPREFI

Re: Buildworld Breakage

2000-01-12 Thread Donn Miller
On Wed, 12 Jan 2000, Pascal Hofstee wrote: > With my CURRENT-tre updated within an hour ago ... Buildworld is broken. [snip] > /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp. > o): In function `mktemp': > mktemp.o(.text+0x1e1): undefined reference to `_libc_open