>Добрый день!
>
>Не компилируется сабж!
>
>proxy#cvsup -g -L 2 /etc/cvsup/stable-supfile && make -j4 buildworld
>заканчивается на :
>
>===> gnu/usr.bin/texinfo/install-info (depend)
>rm -f .depend
>mkdep -f .depend -a -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/util/install-info.c
>
>echo install-info: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/gnu/usr.bin/texinfo/install-info/../libtxi/libtxi.a >> .depend
>===> gnu/usr.bin/texinfo/texindex (depend)
>rm -f .depend
>mkdep -f .depend -a -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/util/texindex.c
>
>echo texindex: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/gnu/usr.bin/texinfo/texindex/../libtxi/libtxi.a >> .depend
>===> gnu/usr.bin/texinfo/doc (depend)
>1 error
>*** Error code 2
>1 error
>*** Error code 2
>1 error
>proxy# cat /etc/cvsup/stable-supfile
>*default host=cvsup5.ru.FreeBSD.org
>*default base=/usr
>*default prefix=/usr
>*default RELEASE=cvs
>*default tag=RELENG_6_2
>*default delete use-rel-suffix
>doc-all
>*default compress
>src-all
>
>proxy# cat /etc/make.conf
># added by use.perl 2007-03-22 14:05:36
>PERL_VER=5.8.8
>PERL_VERSION=5.8.8
>#CFLAGS= -O -pipe
>NOPROFILES=true
>NO_GAMES=true
>NO_USB=true
>CPUTYPE?=pentium3
>proxy# uname -a
>FreeBSD proxy.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
> root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>proxy#
>
>Куда смотреть и как решается? Смотреть handbook и ВНИМАТЕЛЬНО читать: какой tag нужен для doc-all и какой для
security+bugfixes
специЯльно Агромными буквами написано DANGER:
# less /usr/share/examples/cvsup/stable-supfile
###############################################################################
#
# DANGER! WARNING! LOOK OUT! VORSICHT!
#
# If you add any of the ports or doc collections to this file, be sure to
# specify them with a "tag" value set to ".", like this:
#
# ports-all tag=.
# doc-all tag=.
#
# If you leave out the "tag=." portion, CVSup will delete all of
# the files in your ports or doc tree. That is because the ports and doc
# collections do not use the same tags as the main part of the FreeBSD
# source tree.
#
###############################################################################
Если уж хочется УСЕ вместе, то следовало:
...
...
*default tag=RELENG_6_2
...
*default compress
src-all
#--lavr for docs
doc-all tag=.
решение(их несколько возможно):
# man make.conf - как собрать без документации
>Спасибо!