Hi everyone
I encounter buildworld issue, please help me debug if you can
I updated my source tree at 4/24 15:00(GMT) RELDATE=900505 by cvsup (# make update in /usr/src) on a pentium 3 machine and [cmd=]rm -rf /usr/obj/usr && make clean && make cleandir && make cleandir && make buildworld[/cmd] But got an error:
My make.conf:
Here
Please help me.
Thanks a lot.
Neko
I encounter buildworld issue, please help me debug if you can
I updated my source tree at 4/24 15:00(GMT) RELDATE=900505 by cvsup (# make update in /usr/src) on a pentium 3 machine and [cmd=]rm -rf /usr/obj/usr && make clean && make cleandir && make cleandir && make buildworld[/cmd] But got an error:
Code:
.... sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/gnu/usr.bin/cc/include/../../../../contrib/gcc/config /i386/emmintrin.h /usr/src/gnu/usr.bin/cc/include/../../../../contrib/gcc/config/i386/mmintrin.h /usr/src/gnu/usr.bin /cc/include/../../../../contrib/gcc/config/i386/pmmintrin.h /usr/src/gnu/usr.bin/cc/include/../../../../contrib /gcc/config/i386/tmmintrin.h /usr/src/gnu/usr.bin/cc/include/../../../../contrib/gcc/config/i386/xmmintrin.h mm_malloc.h /usr/obj/usr/src/tmp/usr/include/gcc/4.2 .... ===> gnu/usr.bin/texinfo/install-info (installincludes) ===> gnu/usr.bin/texinfo/texindex (installincludes) ===> gnu/usr.bin/texinfo/doc (installincludes) ===> include (includes) cd /usr/src/include; make buildincludes; make installincludes creating osreldate.h from newvers.sh /usr/local/bin/svnversion *** Error code 1 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. #
My make.conf:
Code:
CPUTYPE=pentium3m CFLAGS= -O2 -pipe -msse COPTFLAGS= -O -pipe NO_ATM= true # do not build ATM related programs and libraries NO_BLUETOOTH= true # do not build Bluetooth related stuff NO_CVS= true # do not build CVS NO_DICT= true # do not build the Webster dictionary files NO_FORTRAN= true # do not build g77 and related libraries NO_GAMES= true # do not build games (games/ subdir) NO_GPIB= true # do not build GPIB support NO_I4B= true # do not build isdn4bsd package NO_IPFILTER= true # do not build IP Filter package NO_NETCAT= true # do not build netcat NO_NIS= # do not build NIS support and related programs. NO_NLS_CATALOGS= # do not build NLS catalog support for csh(1) NO_OPENSSH= true # do not build OpenSSH NO_RCMDS= true # do not build or install BSD r* commands (rsh, etc). NO_SHAREDOCS= # do not build the 4.4BSD legacy docs NO_BIND= true # Do not build any part of BIND SUP_UPDATE= yes SUP= /usr/bin/csup SUPFLAGS= -g -L 2 SUPHOST= ftp.freebsd.org SUPFILE= /usr/share/examples/cvsup/stable-supfile PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile WITHOUT_X11=yes X11BASE=${LOCALBASE} OPTIMIZED_CFLAGS=yes # ports only? WITH_OPTIMIZED_CFLAGS=yes # ports only? CC=clang CXX=clang++ CPP=clang-cpp # Don't forget this when using Jails! NO_FSCHG= WITH_CLANG=yes WITH_CLANG_EXTRAS=yes WITH_CLANG_IS_CC=yes # added by use.perl 2012-03-07 16:12:16 PERL_VERSION=5.14.2
Here
- I tried to rename /usr/local/bin/svnversion to /usr/local/bin/svnversionXX. The "/usr/local/bin/svnversion" message disappears, but the error is the same.
- Now compiled by clang, even removed clang relation in make.conf (back to gcc), error the same.
- I tried [cmd=]#sh -x ./sys/conf/newvers.sh[/cmd] and got below result:
Code:+ LC_ALL=C + export LC_ALL + [ ! -r version ] + touch version + cat version + pwd + hostname + date + v=6 u=epopen d=/usr/src h=epopen.com t='Wed Apr 25 10:05:18 CST 2012' + make -V KERN_IDENT + i='' + [ -x /bin/svnversion ] + [ -x /usr/bin/svnversion ] + [ -x /usr/local/bin/svnversion ] + svnversion=/usr/local/bin/svnversion + break + [ -d ./sys/conf/../../.git ] + [ -n /usr/local/bin/svnversion ] + echo /usr/local/bin/svnversion /usr/local/bin/svnversion + cd ./sys/conf/.. + /usr/local/bin/svnversion + svn='Unversioned directory' + unset svn + [ -n '' ] + cat + echo 7
Here, my code sync by cvsup, but system tried "svnversion" and reply "Unversioned directory"
svnversion exists or not all same error (previous rename test)
Please help me.
Thanks a lot.
Neko