NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 11 beta `make release' fails at makestrs.c



Hello,

Using the `build.sh' script, as follows, the diagnostics errors towards the end and aborts.

I was able to build 10 using the `build.sh' script before.

That part where it says `cd include && find . -name '*.h' -print' finds no `*.h' files.

  $ cd /usr/src
  $ /bin/sh ./build.sh -j 4    -U -T /usr/tools -m amd64 -M /usr/obj -D /home/obj/n11/amd64 -R /home/obj/n11/release -x -X /usr/xsrc release

  #   install  /usr/tools/share/compat/defs.mk
  /usr/obj/usr/src/tools/binstall/xinstall -d /usr/tools/share
  --- /usr/tools/lib/libnbcompat.a ---
  #   install  /usr/tools/lib/libnbcompat.a
  /usr/obj/usr/src/tools/binstall/xinstall -d /usr/tools/lib
  --- /usr/tools/share/compat/defs.mk ---
  /usr/obj/usr/src/tools/binstall/xinstall -d /usr/tools/share/compat
  --- /usr/tools/lib/libnbcompat.a ---
  /usr/obj/usr/src/tools/binstall/xinstall -c  -r -m 444 libnbcompat.a /usr/tools/lib/libnbcompat.a
  --- /usr/tools/share/compat/defs.mk ---
  /usr/obj/usr/src/tools/binstall/xinstall -c  -r defs.mk /usr/tools/share/compat/defs.mk
  --- includes ---
  cd: can't cd to include

  *** Failed target: includes
  *** In directory: /usr/src/tools/compat
  *** Failed commands:
⊣         @(cd include && find . -name '*.h' -print | while read f ; do  ${HOST_INSTALL_FILE} $$f ${HOST_INCSDIR}/compat/$$f ;  done)
          => @(cd include && find . -name '*.h' -print | while read f ; do  /usr/obj/usr/src/tools/binstall/xinstall -c  -r $f /usr/tools/include/compat/$f ;  done)
  *** [includes] Error code 2

  nbmake[6]: stopped making "install" in /usr/src/tools/compat
  nbmake[6]: 1 error

  nbmake[6]: stopped making "install" in /usr/src/tools/compat

  nbmake[5]: stopped making "install-compat install-binstall install-host-mkdep" in /usr/src/tools

  nbmake[4]: stopped making "build_install" in /usr/src/tools

  nbmake[3]: stopped making "do-tools" in /usr/src

  nbmake[2]: stopped making "build" in /usr/src

  nbmake[1]: stopped making "distribution" in /usr/src

  nbmake: stopped making "release" in /usr/src

  ERROR: Failed to make release

  *** BUILD ABORTED ***


-- 
vl


Home | Main Index | Thread Index | Old Index