Updating from 4.4

2002-04-05 Thread Seth Hettich

Doing a buildworld I get:
cc -O -pipe  -D_open=open -DIN_GCC -DHAVE_CONFIG_H
-DPREFIX=\/usr/obj/usr/src/i386/usr\
-I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_fbsd/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc_fbsd/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../contrib/gcc.295
-I/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../contrib/gcc.295/config  -c
/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c -o
mktemp.o
/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38:
syntax error before string constant
/usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38:
warning: data definition has no type or storage class
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc_fbsd.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1



-Seth

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



Re: Updating from 4.4

2002-04-05 Thread Thomas Quinot

Le 2002-04-05, Seth Hettich écrivait :

 Doing a buildworld I get:

 /usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38:
 syntax error before string constant

Got hit by that one two days ago. There is a patch in PR bin/36747.

Thomas.

-- 
[EMAIL PROTECTED]

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



Re: Updating from 4.4

2002-04-05 Thread David O'Brien

On Sat, Apr 06, 2002 at 12:16:22AM +0200, Thomas Quinot wrote:
  Doing a buildworld I get:
 
  /usr/src/gnu/usr.bin/cc/cc_fbsd/../../../../lib/libc/stdio/mktemp.c:38:
  syntax error before string constant
 
 Got hit by that one two days ago. There is a patch in PR bin/36747.

If possible, I would like for no one to commit this PR.  ru and I had a
way to fix this once and for all.  I would like a few days to investigate
this.

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