Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dependency or file system problem?
Hi!
Today I had another build failing with
# install /usr/obj/amd64.gcc.20240701/usr/include/krb5/hdb_asn1.h
/usr/obj/tools.gcc/bin/x86_64--netbsd-install -N /usr/src/etc -c -r -o root -g wheel -m 444 hdb_asn1.h /usr/obj/amd64.gcc.20240701/usr/include/krb5/hdb_asn1.h
x86_64--netbsd-install: hdb_asn1.h: stat: No such file or directory
I had that a couple weeks ago, but there is a random element to it, it
didn't happen in the next build (with empty target directories).
Commandline:
build.sh -j 32 -x -V MKDEBUG=yes -V MKDEBUGLIB=yes -T /usr/obj/tools.gcc -m amd64 -O /usr/obj/src.amd64 -D /usr/obj/amd64.gcc.20240701 -R /usr/obj/amd64.gcc.20240701.release distribution
Same machine, earlier today, I saw, when building emulators/mame-0.266:
Converting translation language/Estonian/strings.po...
Creating obj/Release/src/host/lua-5.3.0/src
../../src/host/lua-5.3.0/src/lctype.c:53:1: fatal error: opening dependency file obj/Release/src/host/lua-5.3.0/src/lctype.d: No such file or directory
53 | };
| ^
which was also not repeatable, which is why I'm wondering if it's a
file system problem or not. The lua53 package doesn't cause trouble
and is not marked as MAKE_JOBS_SAFE=no, but it could of course be a
bug in the mame build system for lua.
Anyone else seen similar issues?
Thomas
Home |
Main Index |
Thread Index |
Old Index