Re: Today's make world breakage

1999-12-15 Thread David O'Brien

On Wed, Dec 15, 1999 at 02:10:43PM -0500, Forrest Aldrich wrote:
> cpp: }: No such file or directory
> cpp: }: No such file or directory
> mkdep: compile failed
> *** Error code 1


Fixed.  Thanks for the report.

-- 
-- David([EMAIL PROTECTED])


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



Re: Today's make world breakage

1999-12-15 Thread Tom Bartol


Ditto here.

Tom


On Wed, 15 Dec 1999, Forrest Aldrich wrote:

> FYI just CVSup'd and got this:
> 
> 
> 
> X-UIDL: 495287ccf607850cc65e4c59c7b49751
> 
> cd /usr/src/lib/librpcsvc;  make beforeinstall
> cd /usr/src/lib/libskey;make beforeinstall
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libskey/skey.h  
>/usr/obj/usr/src/i386/usr/include
> cd /usr/src/lib/libstand;   make beforeinstall
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 
>/usr/src/lib/libstand/stand.h  /usr/obj/usr/src/i386/usr/include
> cd /usr/src/lib/libtacplus; make beforeinstall
> sh /usr/src/tools/install.sh -c -o root -g wheel -m 444  
>/usr/src/lib/libtacplus/taclib.h /usr/obj/usr/src/i386/usr/include
> cd /usr/src/lib/libcom_err; make beforeinstall
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
>/usr/src/lib/libcom_err/../../contrib/com_err/com_err.h 
>/usr/src/lib/libcom_err/../../contrib/com_err/com_right.h  
>/usr/obj/usr/src/i386/usr/include
> cd /usr/src/lib/libss;  make -B hdrs beforeinstall
> test -e ss_err.et || ln -s /usr/src/lib/libss/ss_err.et .
> compile_et ss_err.et
> test -h ss_err.et && rm -f ss_err.et
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libss/ss.h  
>ss_err.h /usr/obj/usr/src/i386/usr/include/ss
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 
>/usr/src/lib/libss/copyright.h  
>/usr/obj/usr/src/i386/usr/include/ss/mit-sipb-copyright.h
> cd /usr/src/lib/libutil;make beforeinstall
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 
>/usr/src/lib/libutil/libutil.h  /usr/obj/usr/src/i386/usr/include
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 
>/usr/src/lib/libutil/login_cap.h  /usr/obj/usr/src/i386/usr/include
> cd /usr/src/lib/libvgl; make beforeinstall
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libvgl/vgl.h  
>/usr/obj/usr/src/i386/usr/include
> cd /usr/src/lib/libwrap;make beforeinstall
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
>/usr/src/lib/libwrap/../../contrib/tcp_wrappers/tcpd.h  
>/usr/obj/usr/src/i386/usr/include
> cd /usr/src/lib/libz;   make beforeinstall
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libz/zconf.h  
>/usr/obj/usr/src/i386/usr/include
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libz/zlib.h  
>/usr/obj/usr/src/i386/usr/include
> cd /usr/src/usr.bin/lex;make beforeinstall
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 644  
>/usr/src/usr.bin/lex/FlexLexer.h /usr/obj/usr/src/i386/usr/include/g++
> 
> --
>  >>> Building libraries
> --
> cd /usr/src; 
>COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin  
>LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib  
>OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  
>PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503  MAKEOBJDIRPREFIX=/usr/obj  
>DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"  
>PATH=/usr/obj/usr/src/i386/bin:/usr/obj/usr/src/i386/usr/bin:/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/ssl/bin:/usr/X11R6/bin:/usr/local/samba/bin:/usr/local/home/forrie/bin
> make -f Makefile.inc1 -DNOINFO -DNOMAN libraries
> cd /usr/src/lib/csu/i386-elf;  make depend;  make all;  make install
> rm -f .depend
> mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include
>/usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S
> cpp: }: No such file or directory
> cpp: }: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop in /usr/src/lib/csu/i386-elf.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 



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



Today's make world breakage

1999-12-15 Thread Forrest Aldrich

FYI just CVSup'd and got this:



X-UIDL: 495287ccf607850cc65e4c59c7b49751

cd /usr/src/lib/librpcsvc;  make beforeinstall
cd /usr/src/lib/libskey;make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libskey/skey.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libstand;   make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libstand/stand.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libtacplus; make beforeinstall
sh /usr/src/tools/install.sh -c -o root -g wheel -m 444  
/usr/src/lib/libtacplus/taclib.h /usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libcom_err; make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
/usr/src/lib/libcom_err/../../contrib/com_err/com_err.h 
/usr/src/lib/libcom_err/../../contrib/com_err/com_right.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libss;  make -B hdrs beforeinstall
test -e ss_err.et || ln -s /usr/src/lib/libss/ss_err.et .
compile_et ss_err.et
test -h ss_err.et && rm -f ss_err.et
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libss/ss.h  
ss_err.h /usr/obj/usr/src/i386/usr/include/ss
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libss/copyright.h 
 /usr/obj/usr/src/i386/usr/include/ss/mit-sipb-copyright.h
cd /usr/src/lib/libutil;make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libutil/libutil.h 
 /usr/obj/usr/src/i386/usr/include
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 
/usr/src/lib/libutil/login_cap.h  /usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libvgl; make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libvgl/vgl.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libwrap;make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/tcpd.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libz;   make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libz/zconf.h  
/usr/obj/usr/src/i386/usr/include
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libz/zlib.h  
/usr/obj/usr/src/i386/usr/include
cd /usr/src/usr.bin/lex;make beforeinstall
sh /usr/src/tools/install.sh -C -o root -g wheel -m 644  
/usr/src/usr.bin/lex/FlexLexer.h /usr/obj/usr/src/i386/usr/include/g++

--
 >>> Building libraries
--
cd /usr/src; 
COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin  
LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib  
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503  MAKEOBJDIRPREFIX=/usr/obj  
DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"  
PATH=/usr/obj/usr/src/i386/bin:/usr/obj/usr/src/i386/usr/bin:/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/ssl/bin:/usr/X11R6/bin:/usr/local/samba/bin:/usr/local/home/forrie/bin
 make -f Makefile.inc1 -DNOINFO -DNOMAN libraries
cd /usr/src/lib/csu/i386-elf;  make depend;  make all;  make install
rm -f .depend
mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include
/usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S
cpp: }: No such file or directory
cpp: }: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/lib/csu/i386-elf.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.




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



Re: Today's Make World

1999-01-17 Thread Daniel O'Connor

On 17-Jan-99 Mark Murray wrote:
> > Every -current release I try and build falls over with this one.
> > Tried making a release lately? :)
>  Aaaah! _Releases_ are broken? For how long?
Hmm..
I did make release on the 12th (or so :) and it generates broken boot 
disks/cdroms :(
(ie it doesn't put /boot/loader on) 
The fixit CD seems OK tho, but we don't boot off it :)

---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-17 Thread Bill Fenner
The one that failed:

cc -c   -nostdinc -O -pipe -DVERSION=\"1.03\"  -DXS_VERSION=\"1.03\" -DPIC -
fpic -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC="" DynaLoader.c

The one that succeeded:

cc -c-DVERSION=\"1.03\"  -DXS_VERSION=\"1.03\" -DPIC -fpic -I/usr/obj/us
r/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC="" DynaLoader.c

which is why I suggested that the -nostdinc caused the problem that
people were seeing.  Now, maybe the -nostdinc belongs there along
with another -I to get the build environment instead of the host
environment, but...

  Bill

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-17 Thread Mark Murray
Bill Fenner wrote:
> In message <199901171000.maa16...@greenpeace.grondar.za> Mark Murray wrote:
> >OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone
> >been screwing with build tools?
> 
> Uh, the failing command in my log file included "-nostdinc"; that
> does a good job of hiding friends like stdio.h...

Right, but there was a -I/usr/obj/...tmp.../someplace/include
in there to get the build environment's headers.

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-17 Thread Bill Fenner
In message <199901171000.maa16...@greenpeace.grondar.za> Mark Murray wrote:
>OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone
>been screwing with build tools?

Uh, the failing command in my log file included "-nostdinc"; that
does a good job of hiding friends like stdio.h...

  Bill

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-17 Thread Mark Murray
"Jordan K. Hubbard" wrote:
> > Aaaah! _Releases_ are broken? For how long?
> 
> Since the 12th, but don't worry - it was only your problem for the
> last couple of days. :)

OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone
been screwing with build tools?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-17 Thread Jordan K. Hubbard
> Aaaah! _Releases_ are broken? For how long?

Since the 12th, but don't worry - it was only your problem for the
last couple of days. :)

- Jordan

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-17 Thread Mark Murray
"Jordan K. Hubbard" wrote:
> Every -current release I try and build falls over with this one.
> Tried making a release lately? :)

OK - I got it! I backed out a commit and things are rosy. Have I mentioned
before that I hate the Perl5 build?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-17 Thread Mark Murray
"Jordan K. Hubbard" wrote:
> Every -current release I try and build falls over with this one.
> Tried making a release lately? :)

Aaaah! _Releases_ are broken? For how long?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-17 Thread Greg Lehey
On Sunday, 17 January 1999 at  9:47:40 +0200, Mark Murray wrote:
> "Jordan K. Hubbard" wrote:
>> We're all seeing this error, not to worry.  Happily, it's clearly
>> Mark's baby since he both imported the new texinfo *and* does the
>> perl5 stuff. :-)
>
> ... and he is not getting the errors!

It obviously knows you :-)

> I have done N make worlds in the last 48 hours; clean as a whistle.
> (I do blow away /usr/obj/* each time, and I'm pretty anal about
> cleaning garbage out of the source tree before building; garbage
> includes editor backup files, .#* files from CVS, .o .so files from
> builds without obj/ and so forth. I want the tree to be _really_
> clean before I try).

It looks as if it's missing a header file.  Maybe it's finding it
elsewhere on your system.  I had the problem too, and the backout
trick worked for me too.

Greg
--
See complete headers for address, home page and phone numbers
finger g...@lemis.com for PGP public key

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-16 Thread Jordan K. Hubbard
Every -current release I try and build falls over with this one.
Tried making a release lately? :)

- Jordan

> "Jordan K. Hubbard" wrote:
> > We're all seeing this error, not to worry.  Happily, it's clearly
> > Mark's baby since he both imported the new texinfo *and* does the
> > perl5 stuff. :-)
> 
> ... and he is not getting the errors!
> 
> I have done N make worlds in the last 48 hours; clean as a whistle.
> (I do blow away /usr/obj/* each time, and I'm pretty anal about cleaning
> garbage out of the source tree before building; garbage includes editor
> backup files, .#* files from CVS, .o .so files from builds without obj/
> and so forth. I want the tree to be _really_ clean before I try).
> 
> M
> --
> Mark Murray
> Join the anti-SPAM movement: http://www.cauce.org
> 
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-16 Thread Mark Murray
"Jordan K. Hubbard" wrote:
> We're all seeing this error, not to worry.  Happily, it's clearly
> Mark's baby since he both imported the new texinfo *and* does the
> perl5 stuff. :-)

... and he is not getting the errors!

I have done N make worlds in the last 48 hours; clean as a whistle.
(I do blow away /usr/obj/* each time, and I'm pretty anal about cleaning
garbage out of the source tree before building; garbage includes editor
backup files, .#* files from CVS, .o .so files from builds without obj/
and so forth. I want the tree to be _really_ clean before I try).

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-16 Thread Andrew Gordon

On Sat, 16 Jan 1999, Jordan K. Hubbard wrote:

> We're all seeing this error, not to worry.  Happily, it's clearly
> Mark's baby since he both imported the new texinfo *and* does the
> perl5 stuff. :-)

Backing out /usr/src/gnu/usr.bin/perl/libperl/config.SH* to 14jan
allowed "make world" to complete for me. (revision 1.7 in the case of
config.SH-elf.i386).


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-16 Thread Jordan K. Hubbard
We're all seeing this error, not to worry.  Happily, it's clearly
Mark's baby since he both imported the new texinfo *and* does the
perl5 stuff. :-)

- Jordan


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-16 Thread Matthew Jacob


Huh?  Isn't a 'make world' or 'make buildworld' supposed to just do the
right thing? I mean, I *have* converted to elf...


On Sat, 16 Jan 1999, David A. Gobeille wrote:

> Edwin Culp wrote:
> > 
> > I haven't been able to make world since the texinfo problem.  I don't
> > see anyone else on the list with problems.  Did I miss another change?
> > Am I doing something wrong?
> > 
> > Thanks,
> > 
> > ed
> > 
> > P.S.  This is where I stopped this time.  cvsup finished about 9:25 CST.
> > 
> > DynaLoader.c:282: `NULL' undeclared (first use this function)
> > DynaLoader.c:282: dereferencing pointer to incomplete type
> > DynaLoader.c:282: dereferencing pointer to incomplete type
> > DynaLoader.c:282: dereferencing pointer to incomplete type
> > DynaLoader.c:282: dereferencing pointer to incomplete type
> > *** Error code 1
> > 
> > Stop.
> > *** Error code 1
> > 
> > To Unsubscribe: send mail to majord...@freebsd.org
> > with "unsubscribe freebsd-current" in the body of the message
> 
> Try setting KERNFORMAT and OBJFORMAT in the environment before
> building.  In my case they were set to elf.
> 
> I was able to successfully buildworld this morning after setting
> those.
> 
> I noticed that there used to be an elf and an aout directory in
> /usr/obj.  Now there doesn't seem to be, maybe that is causing
> the problem?
> 
> -- 
> 
> Dave
> 
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-16 Thread David A. Gobeille
Edwin Culp wrote:
> 
> I haven't been able to make world since the texinfo problem.  I don't
> see anyone else on the list with problems.  Did I miss another change?
> Am I doing something wrong?
> 
> Thanks,
> 
> ed
> 
> P.S.  This is where I stopped this time.  cvsup finished about 9:25 CST.
> 
> DynaLoader.c:282: `NULL' undeclared (first use this function)
> DynaLoader.c:282: dereferencing pointer to incomplete type
> DynaLoader.c:282: dereferencing pointer to incomplete type
> DynaLoader.c:282: dereferencing pointer to incomplete type
> DynaLoader.c:282: dereferencing pointer to incomplete type
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message

Try setting KERNFORMAT and OBJFORMAT in the environment before
building.  In my case they were set to elf.

I was able to successfully buildworld this morning after setting
those.

I noticed that there used to be an elf and an aout directory in
/usr/obj.  Now there doesn't seem to be, maybe that is causing
the problem?

-- 

Dave

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-16 Thread Edwin Culp
Carroll Kong wrote:

>
> I have been getting that error all day yesterday.  Remade world 2-3
> times... after cvsupping... none of the changes fixed it, and I still
> 'perished' at the same spot you did.  I figured... I might as well wait a
> few more days before the next cvsup so they can fix whatever they are
> working on.
>
> -Carroll Kong

Thanks, "misery loves company".

Have a great day

ed


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Re: Today's Make World

1999-01-16 Thread Carroll Kong
At 10:23 AM 1/16/99 -0600, Edwin Culp wrote:
>I haven't been able to make world since the texinfo problem.  I don't
>see anyone else on the list with problems.  Did I miss another change?
>Am I doing something wrong?
>
>Thanks,
>
>ed
>
>P.S.  This is where I stopped this time.  cvsup finished about 9:25 CST.
>
>DynaLoader.c:282: `NULL' undeclared (first use this function)
>DynaLoader.c:282: dereferencing pointer to incomplete type
>DynaLoader.c:282: dereferencing pointer to incomplete type
>DynaLoader.c:282: dereferencing pointer to incomplete type
>DynaLoader.c:282: dereferencing pointer to incomplete type
>*** Error code 1
>
>Stop.
>*** Error code 1
>

I have been getting that error all day yesterday.  Remade world 2-3
times... after cvsupping... none of the changes fixed it, and I still
'perished' at the same spot you did.  I figured... I might as well wait a
few more days before the next cvsup so they can fix whatever they are
working on.  

-Carroll Kong

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message


Today's Make World

1999-01-16 Thread Edwin Culp
I haven't been able to make world since the texinfo problem.  I don't
see anyone else on the list with problems.  Did I miss another change?
Am I doing something wrong?

Thanks,

ed

P.S.  This is where I stopped this time.  cvsup finished about 9:25 CST.

DynaLoader.c:282: `NULL' undeclared (first use this function)
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
DynaLoader.c:282: dereferencing pointer to incomplete type
*** Error code 1

Stop.
*** Error code 1



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message