START gnu/usr.bin/perl 2024-06-25T06:00:53Z ==== build ==== # Makefile and Perl tree must exist in obj directory for testing. make -C /usr/src/gnu/usr.bin/perl -f Makefile.bsd-wrapper obj /usr/src/gnu/usr.bin/perl/obj -> /usr/obj/gnu/usr.bin/perl make -C /usr/src/gnu/usr.bin/perl -f Makefile.bsd-wrapper -j 1 all cd /usr/src/gnu/usr.bin/perl && exec make -f Makefile.bsd-wrapper1 perl.build cd /usr/src/gnu/usr.bin/perl/obj && exec make cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -O2 -Wall -DPIC -fpic perl.c In file included from perl.c:38: In file included from ./perl.h:4543: ./scope.h:11:10: fatal error: 'scope_types.h' file not found #include "scope_types.h" ^~~~~~~~~~~~~~~ 1 error generated. *** Error 1 in /usr/src/gnu/usr.bin/perl/obj (makefile:255 'perl.o': @`sh cflags "optimize='-O2'" perl.o` -DPIC -fpic perl.c) *** Error 2 in /usr/src/gnu/usr.bin/perl (Makefile.bsd-wrapper1:838 'perl.build') *** Error 2 in /usr/src/gnu/usr.bin/perl (Makefile.bsd-wrapper:43 'all') *** Error 2 in . (Makefile:11 'build') *** Error 2 in . (:84 'stamp-build': make -C /usr/src/regress/gnu/usr.bin/perl build) *** Error 2 in /usr/src/regress/gnu/usr.bin/perl (:92 'regress': make -C /usr/src/regress/gnu/usr.bin/perl stamp-build) NOEXIT gnu/usr.bin/perl Command 'make regress' failed: 512