Re: HEADS UP: -current world broken since Feb 10

2001-02-18 Thread Farid Hajji

Hi,

I just updated -CURRENT 2001-01-25 to 2001-02-18.0100 CET and the system
runs fine for me. Built and installed kernel too. All old binaries that
linked to libc.so.5 (including X11) not recompiled; they still run fine.
No problems with as(1) either.

The only glitch during installworld was:

install: /usr/share/examples/BSD_daemon/FreeBSD.pfa: No such file or directory
  Error Code 71
and other errors in /usr/share/examples/BSD_daemon about missing files.

make -k buileworld did the trick just fine. Other errors (besides BSD_daemon)
didn't occur during buildworld.

   FreeBSD machine.whacky.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Feb 16 
14:33:37 CET 2001 
stephanb@machine.whacky.net:/mnt/archive/CVS/CURRENT/src/sys/compile/machine  i386

Here too:

FreeBSD bsdevil.meta.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Feb 18 22:04:15 CET 
2001 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYTWR  i386

  If you want to discover and reproduce the problem (:-)
  it is sufficient to go to ports/devel/gettext and 'make' this port.
  When make start to make in the 'po' directory it SIGFAULTs in
  __ungetc.
 
 *sighs* True.. it fails here as well. Damn
This works fine here (gettext-0.10.35.tar.gz). No problems whatsoever
recompiling...

Regards,

-Farid.

-- 
Farid Hajji -- Unix Systems and Network Admin | Phone: +49-2131-67-555
Broicherdorfstr. 83, D-41564 Kaarst, Germany  | [EMAIL PROTECTED]
- - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - -
Murphy's Law fails only when you try to demonstrate it, and thus succeeds.



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



Re: HEADS UP: -current world broken since Feb 10

2001-02-17 Thread Stephan van Beerschoten

On Fri, 16 Feb 2001, Warner Losh wrote:

 In message [EMAIL PROTECTED] "David O'Brien" writes:
 : Warner committed a fix for this.  But I'm having trouble building world
 : with it.
 : 
 : cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE 
-I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD 
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdio/_flock_stub.c 
-o _flock_stub.o
 : /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `init_lock':
 : /usr/src/lib/libc/../libc/stdio/_flock_stub.c:95: structure has no member named 
`_extra'
 : /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `_flockfile':
 : /usr/src/lib/libc/../libc/stdio/_flock_stub.c:111: structure has no member named 
`_extra'
 : ..snip..
 
 Did you snag stdio.h as well?  My buildworld on a virgin tree post my
 fix on a 4.2-stable system completed last night.

(stephanb@tripwire|ttyp4)/usr/src# ident ./include/stdio.h
./include/stdio.h:
 $FreeBSD: src/include/stdio.h,v 1.30 2001/02/16 06:11:21 imp Exp $

and again, all seems to work and compile perfect for me.

-- 
Stephan van Beerschoten [SVB21-RIPE]   [EMAIL PROTECTED]
  PGP fingerprint:  4557 9761 B212 FB4C  778D 3529 C42A 2D27
 "To err is human, to forgive is Not Company Policy"


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-17 Thread Stephan van Beerschoten

On Fri, 16 Feb 2001, [EMAIL PROTECTED] wrote:

 In article [EMAIL PROTECTED] you wrote:
  
Has anybody gotten world to build?
   Mine isn't finished yet, but it is past libc, it is busy in usr.sbin.
 
  Finished buildworld without problems.. CVS as of now (check mailheader).
  I'm about to install.. 
  
  Finished installing, built kernel, and booted it. No problems whatsoever.
  
  FreeBSD machine.whacky.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Feb 16 
14:33:37 CET 2001 
stephanb@machine.whacky.net:/mnt/archive/CVS/CURRENT/src/sys/compile/machine  i386
  
 
   If you want to discover and reproduce the problem (:-)
 it is sufficient to go to ports/devel/gettext and 'make' this port.
 When make start to make in the 'po' directory it SIGFAULTs in
 __ungetc.
 

*sighs* True.. it fails here as well. Damn

-- 
Stephan van Beerschoten [SVB21-RIPE]   [EMAIL PROTECTED]
  PGP fingerprint:  4557 9761 B212 FB4C  778D 3529 C42A 2D27
 "To err is human, to forgive is Not Company Policy"


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Stephan van Beerschoten

On Tue, 13 Feb 2001, Dag-Erling Smorgrav wrote:

 'make world' on -CURRENT has been broken since Feb 10 due to a change
 in the size of struct __sFILE (which changes the address of stdin,
 stdout and stderr). It will remain broken for a few more days while we
 work out the best possible solution to this problem.
 
 DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB
 10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED.

Any updates on this yet ?

-- 
Stephan van Beerschoten [SVB21-RIPE]   [EMAIL PROTECTED]
  PGP fingerprint:  4557 9761 B212 FB4C  778D 3529 C42A 2D27
 "To err is human, to forgive is Not Company Policy"


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread David O'Brien

On Fri, Feb 16, 2001 at 10:44:10AM +0100, Stephan van Beerschoten wrote:
  DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB
  10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED.
 
 Any updates on this yet ?

Warner committed a fix for this.  But I'm having trouble building world
with it.

cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE 
-I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD 
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdio/_flock_stub.c 
-o _flock_stub.o
/usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `init_lock':
/usr/src/lib/libc/../libc/stdio/_flock_stub.c:95: structure has no member named 
`_extra'
/usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `_flockfile':
/usr/src/lib/libc/../libc/stdio/_flock_stub.c:111: structure has no member named 
`_extra'
..snip..


Has anybody gotten world to build?

-- 
-- David  ([EMAIL PROTECTED])
  GNU is Not Unix / Linux Is Not UniX


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread John Hay

   DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB
   10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED.
  
  Any updates on this yet ?
 
 Warner committed a fix for this.  But I'm having trouble building world
 with it.
 
 cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE 
-I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD 
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdio/_flock_stub.c 
-o _flock_stub.o
 /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `init_lock':
 /usr/src/lib/libc/../libc/stdio/_flock_stub.c:95: structure has no member named 
`_extra'
 /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `_flockfile':
 /usr/src/lib/libc/../libc/stdio/_flock_stub.c:111: structure has no member named 
`_extra'
 ..snip..
 
 
 Has anybody gotten world to build?

Mine isn't finished yet, but it is past libc, it is busy in usr.sbin.

_flock_stub.c did compile:
beast:~  ls -l /usr/obj/usr/src/lib/libc/_flock_stub.*
-rw-r--r--  1 root  wheel  1797 Feb 16 11:37 /usr/obj/usr/src/lib/libc/_flock_stub.So
-rw-r--r--  1 root  wheel  1631 Feb 16 11:37 /usr/obj/usr/src/lib/libc/_flock_stub.o

John
-- 
John Hay -- [EMAIL PROTECTED]


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Robert Drehmel

In [EMAIL PROTECTED],
David O'Brien wrote:
 cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-D__DBINTERFACE_PRIVATE -DINET6
 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale 
-DBROKEN_DES -DYP -DHESIOD
 -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdio/_flock_stub.c 
-o _flock_stub.o
 /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `init_lock':
 /usr/src/lib/libc/../libc/stdio/_flock_stub.c:95: structure has no member named 
`_extra'
 /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `_flockfile':
 /usr/src/lib/libc/../libc/stdio/_flock_stub.c:111: structure has no member named 
`_extra'
 ..snip..

Are you sure you are building with src/include/stdio.h 1.30?

-- 
Robert S. F. Drehmel  -  [EMAIL PROTECTED]
 currently 47 hours without sleep `,-)


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread John Hay

   DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB
   10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED.
  
  Any updates on this yet ?
 
 Warner committed a fix for this.  But I'm having trouble building world
 with it.

Well make world finished here, but it looks like all is not well. The
resultant /usr/libexec/elf/as coredump with a signal 11. I did put an
old one back but it only helped for a little while. gdb traceback for
both look the same:

beast:/sys/compile/BEAST # gdb /usr/libexec/elf/as as.core 
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
...
Core was generated by `as'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...
done.
#0  0x28102bab in __ungetc () from /usr/lib/libc.so.5
(gdb) bt
#0  0x28102bab in __ungetc () from /usr/lib/libc.so.5
#1  0x28102ac9 in ungetc () from /usr/lib/libc.so.5
#2  0x804f694 in hash_traverse ()
#3  0x804fa2f in hash_traverse ()
#4  0x8053a7d in hash_traverse ()
#5  0x804b53a in free ()
#6  0x804b22d in free ()
#7  0x8049335 in free ()

John
-- 
John Hay -- [EMAIL PROTECTED]


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Stephan van Beerschoten

On Fri, 16 Feb 2001, John Hay wrote:

DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB
10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED.
   
   Any updates on this yet ?
  
  Warner committed a fix for this.  But I'm having trouble building world
  with it.
  
  cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE 
-I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD 
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdio/_flock_stub.c 
-o _flock_stub.o
  /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `init_lock':
  /usr/src/lib/libc/../libc/stdio/_flock_stub.c:95: structure has no member named 
`_extra'
  /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `_flockfile':
  /usr/src/lib/libc/../libc/stdio/_flock_stub.c:111: structure has no member named 
`_extra'
  ..snip..
  
  
  Has anybody gotten world to build?
 
 Mine isn't finished yet, but it is past libc, it is busy in usr.sbin.

Finished buildworld without problems.. CVS as of now (check mailheader).

I'm about to install.. 

-Stephan

-- 
Stephan van Beerschoten [SVB21-RIPE]   [EMAIL PROTECTED]
  PGP fingerprint:  4557 9761 B212 FB4C  778D 3529 C42A 2D27
 "To err is human, to forgive is Not Company Policy"


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Stephan van Beerschoten

On Fri, 16 Feb 2001, Stephan van Beerschoten wrote:

   Has anybody gotten world to build?
  Mine isn't finished yet, but it is past libc, it is busy in usr.sbin.

 Finished buildworld without problems.. CVS as of now (check mailheader).
 I'm about to install.. 

Finished installing, built kernel, and booted it. No problems whatsoever.

FreeBSD machine.whacky.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Feb 16 14:33:37 
CET 2001 
stephanb@machine.whacky.net:/mnt/archive/CVS/CURRENT/src/sys/compile/machine  i386


-- 
Stephan van Beerschoten [SVB21-RIPE]   [EMAIL PROTECTED]
  PGP fingerprint:  4557 9761 B212 FB4C  778D 3529 C42A 2D27
 "To err is human, to forgive is Not Company Policy"


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread nnd

In article [EMAIL PROTECTED] you wrote:
 
   Has anybody gotten world to build?
  Mine isn't finished yet, but it is past libc, it is busy in usr.sbin.

 Finished buildworld without problems.. CVS as of now (check mailheader).
 I'm about to install.. 
 
 Finished installing, built kernel, and booted it. No problems whatsoever.
 
 FreeBSD machine.whacky.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Feb 16 14:33:37 
CET 2001 
stephanb@machine.whacky.net:/mnt/archive/CVS/CURRENT/src/sys/compile/machine  i386
 

If you want to discover and reproduce the problem (:-)
it is sufficient to go to ports/devel/gettext and 'make' this port.
When make start to make in the 'po' directory it SIGFAULTs in
__ungetc.

N.Dudorov


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Daniel Eischen

On Fri, 16 Feb 2001, John Hay wrote:

DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB
10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED.
   
   Any updates on this yet ?
  
  Warner committed a fix for this.  But I'm having trouble building world
  with it.
 
 Well make world finished here, but it looks like all is not well. The
 resultant /usr/libexec/elf/as coredump with a signal 11. I did put an
 old one back but it only helped for a little while. gdb traceback for
 both look the same:

Try this uncompiled and untested patch to lib/libc/stdio/findfp.c.
If it doesn't compile, you should be able to tweak it.

-- 
Dan Eischen

Index: findfp.c
===
RCS file: /opt/b/CVS/src/lib/libc/stdio/findfp.c,v
retrieving revision 1.14
diff -u -r1.14 findfp.c
--- findfp.c2001/02/16 06:11:22 1.14
+++ findfp.c2001/02/16 15:25:20
@@ -66,6 +66,7 @@
   /* _ub _extra */
/* the usual - (stdin + stdout + stderr) */
 static FILE usual[FOPEN_MAX - 3];
+static struct usual_extra[FOPEN_MAX - 3];
 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
 
 static struct __sFILEX __sFX[3];
@@ -215,7 +216,17 @@
 void
 __sinit()
 {
-   /* Make sure we clean up on exit. */
-   __cleanup = _cleanup;   /* conservative */
-   __sdidinit = 1;
+   int i;
+
+   THREAD_LOCK();
+   if (__sdidinit == 0) {
+   /* Set _extra for the usual suspects. */
+   for (i = 0; i  FOPENMAX - 3; i++)
+   usual[i]._extra = usual_extra[i];
+
+   /* Make sure we clean up on exit. */
+   __cleanup = _cleanup;   /* conservative */
+   __sdidinit = 1;
+   }
+   THREAD_UNLOCK();
 }


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread nnd


Daniel Eischen [EMAIL PROTECTED] wrote:

Try this uncompiled and untested patch to lib/libc/stdio/findfp.c.
If it doesn't compile, you should be able to tweak it.

After small tweak this patch comiles and works - i.e.
I can now make /usr/ports/devel/gettext.

N.Dudorov

Index: findfp.c
===
RCS file: /opt/b/CVS/src/lib/libc/stdio/findfp.c,v
retrieving revision 1.14
diff -u -r1.14 findfp.c
--- findfp.c2001/02/16 06:11:22 1.14
+++ findfp.c2001/02/16 15:25:20
@@ -66,6 +66,7 @@
   /* _ub _extra */
/* the usual - (stdin + stdout + stderr) */
 static FILE usual[FOPEN_MAX - 3];
+static struct __sFILEX usual_extra[FOPEN_MAX - 3];
 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
 
 static struct __sFILEX __sFX[3];
@@ -215,7 +216,17 @@
 void
 __sinit()
 {
-   /* Make sure we clean up on exit. */
-   __cleanup = _cleanup;   /* conservative */
-   __sdidinit = 1;
+   int i;
+
+   THREAD_LOCK();
+   if (__sdidinit == 0) {
+   /* Set _extra for the usual suspects. */
+   for (i = 0; i  FOPEN_MAX - 3; i++)
+   usual[i]._extra = usual_extra[i];
+
+   /* Make sure we clean up on exit. */
+   __cleanup = _cleanup;   /* conservative */
+   __sdidinit = 1;
+   }
+   THREAD_UNLOCK();
 }




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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh

In message [EMAIL PROTECTED] "David O'Brien" writes:
: Warner committed a fix for this.  But I'm having trouble building world
: with it.
: 
: cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
:-D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE 
:-I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD 
:-I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libc/../libc/stdio/_flock_stub.c 
:-o _flock_stub.o
: /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `init_lock':
: /usr/src/lib/libc/../libc/stdio/_flock_stub.c:95: structure has no member named 
:`_extra'
: /usr/src/lib/libc/../libc/stdio/_flock_stub.c: In function `_flockfile':
: /usr/src/lib/libc/../libc/stdio/_flock_stub.c:111: structure has no member named 
:`_extra'
: ..snip..

Did you snag stdio.h as well?  My buildworld on a virgin tree post my
fix on a 4.2-stable system completed last night.

Warner


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh

In message [EMAIL PROTECTED] Stephan van Beerschoten writes:
:  DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB
:  10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED.
: 
: Any updates on this yet ?

I claim I've fixed this.  I have 1 report that says I haven't and one
report that says I have, plus my own buildworld.

Warner


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh

In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
: Daniel Eischen [EMAIL PROTECTED] wrote:
: 
: Try this uncompiled and untested patch to lib/libc/stdio/findfp.c.
: If it doesn't compile, you should be able to tweak it.
: 
:   After small tweak this patch comiles and works - i.e.
: I can now make /usr/ports/devel/gettext.

This patch looks good to my eyes.  I'll toss it into my buildworld and
if it succeeds, I'll commit it, or let Daniel commit it if his testing
gets done first.

Warner


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Daniel Eischen

On Fri, 16 Feb 2001, Warner Losh wrote:
 In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
 : Daniel Eischen [EMAIL PROTECTED] wrote:
 : 
 : Try this uncompiled and untested patch to lib/libc/stdio/findfp.c.
 : If it doesn't compile, you should be able to tweak it.
 : 
 : After small tweak this patch comiles and works - i.e.
 : I can now make /usr/ports/devel/gettext.
 
 This patch looks good to my eyes.  I'll toss it into my buildworld and
 if it succeeds, I'll commit it, or let Daniel commit it if his testing
 gets done first.

I'm away from my -current box until tonight so go ahead and
commit it.

-- 
Dan Eischen



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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh

In message [EMAIL PROTECTED] Daniel Eischen 
writes:
: I'm away from my -current box until tonight so go ahead and
: commit it.

Sounds good.

warner


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread David O'Brien

On Fri, Feb 16, 2001 at 10:03:06AM -0700, Warner Losh wrote:
 Did you snag stdio.h as well?  My buildworld on a virgin tree post my
 fix on a 4.2-stable system completed last night.

My system was probably so hosed nothing was going to fix it.  I backed up
my sources to varisous dates and could not get a world to build. :-(

I'm downloading a snapshot's bin.?? as I type this.

-- 
-- David  ([EMAIL PROTECTED])
  GNU is Not Unix / Linux Is Not UniX


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



Re: HEADS UP: -current world broken since Feb 10

2001-02-16 Thread Warner Losh

In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
: 
: Daniel Eischen [EMAIL PROTECTED] wrote:
: 
: Try this uncompiled and untested patch to lib/libc/stdio/findfp.c.
: If it doesn't compile, you should be able to tweak it.
: 
:   After small tweak this patch comiles and works - i.e.
: I can now make /usr/ports/devel/gettext.

Ditto.  I've committed this.

I've also sent a bit of a roadmap to arch explaining the issues with a
bit of code that's the first step towards moving back to Peter's
patches once we have the upgrade path in place.

Warner


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



HEADS UP: -current world broken since Feb 10

2001-02-12 Thread Dag-Erling Smorgrav

'make world' on -CURRENT has been broken since Feb 10 due to a change
in the size of struct __sFILE (which changes the address of stdin,
stdout and stderr). It will remain broken for a few more days while we
work out the best possible solution to this problem.

DO NOT TRY TO UPGRADE -STABLE OR A PRE-FEB 10 -CURRENT TO A POST-FEB
10 -CURRENT UNTIL THIS IS RESOLVED. YOU HAVE BEEN WARNED.

Thank you for your attention. We now return you to our regularly
scheduled hacking.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


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