Hello:
        (I've asked in -questions and on the newsgroup and found no
answer to this.)
        I'm running:

FreeBSD 5.1-CURRENT #0: Tue Oct 21 23:17:38 EDT 2003

        with the src tree cvsup'd nightly.
        Recently, "make buildworld" (called from appended script file)
breaks with:

>  cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"  
> -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo 
> -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib  
> -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/contrib/texinfo/makeinfo/toc.c
>  cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"  
> -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo 
> -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib  
> -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/contrib/texinfo/makeinfo/xml.c
>  make: don't know how to make 
> /usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi/libtxi.a. Stop
>  *** Error code 2
>  
>  Stop in /usr/src/gnu/usr.bin/texinfo.
>  *** Error code 1
>  
>  Stop in /usr/src.
>  *** Error code 1

        It's probably something minor, but I can't figure it out.
        What clue am I missing?


                                        Robert Huff


#! /bin/csh -x

cd /usr/src
rm buildworld.errors
rm -r -f /usr/obj
date > ./buildworld.time
make clean
make depend
#   make -j 5 buildworld >& ./buildworld.errors
make buildworld >& ./buildworld.errors


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to