> For me, make(1) doesn't try to generate them again. We would certainly > have run into this during bulk builds if it was a common problem. > > How is your build environment? We've seen some problems before if the > build directory is on NFS.
hmmm, my environment has only local file systems, no NFS. whole system (kernel, userland, xenocara) is compiled from the source code which are cvs updated on September 26. > The rules in the Makefile say that flex.pdf should only be regenerated > if it is older than flex.texi / version.texi, times look like this: > > $ ls -lrtT doc/flex.texi doc/version.texi doc/flex.pdf > -rw-r--r-- 1 sthen sthen 293690 Dec 6 15:00:25 2012 doc/flex.texi > -rw-r--r-- 1 sthen sthen 102 Mar 26 18:56:30 2014 doc/version.texi > -rw-r--r-- 1 sthen sthen 553361 Mar 26 18:59:45 2014 doc/flex.pdf > > So it should not rebuild it. right. I think so too, but the compilation re-generates flex.info and other files..... % date && ls -alt /usr/ports/pobj/flex-2.5.39/flex-2.5.39/doc/ Sun Sep 27 13:10:42 JST 2015 total 3288 drwxr-xr-x 2 yozo wsrc 512 Sep 27 12:45 . -rw-r--r-- 1 yozo wsrc 10414 Sep 27 12:45 flex.info -rw-r--r-- 1 yozo wsrc 288623 Sep 27 12:45 flex.info-1 -rw-r--r-- 1 yozo wsrc 52181 Sep 27 12:45 flex.info-2 -rw-r--r-- 1 yozo wsrc 102 Sep 27 12:45 stamp-vti -rw-r--r-- 1 yozo wsrc 102 Sep 27 12:45 version.texi drwxr-xr-x 10 yozo wsrc 2048 Sep 27 12:45 .. -rw-r--r-- 1 yozo wsrc 27749 Sep 27 12:45 Makefile -rw-r--r-- 1 yozo wsrc 553361 Mar 27 2014 flex.pdf -rw-r--r-- 1 yozo wsrc 26996 Mar 27 2014 Makefile.in -rwxr-xr-x 1 yozo wsrc 6095 Mar 27 2014 mdate-sh -rw-r--r-- 1 yozo wsrc 320197 Mar 27 2014 texinfo.tex -rw-r--r-- 1 yozo wsrc 3739 Mar 27 2014 flex.1 -rw-r--r-- 1 yozo wsrc 525 Mar 26 2014 Makefile.am -rw-r--r-- 1 yozo wsrc 293690 Dec 7 2012 flex.texi % tar zvft /usr/ports/distfiles/flex-2.5.39.tar.gz flex-2.5.39/doc drwxrwxr-x 2 yozo yozo 0 Mar 27 2014 flex-2.5.39/doc -rw-rw-r-- 1 yozo yozo 102 Mar 27 2014 flex-2.5.39/doc/version.texi -rw-rw-r-- 1 yozo yozo 525 Mar 26 2014 flex-2.5.39/doc/Makefile.am -rw-r--r-- 1 yozo yozo 320197 Mar 27 2014 flex-2.5.39/doc/texinfo.tex -rw-rw-r-- 1 yozo yozo 52182 Mar 27 2014 flex-2.5.39/doc/flex.info-2 -rwxr-xr-x 1 yozo yozo 6095 Mar 27 2014 flex-2.5.39/doc/mdate-sh -rw-rw-r-- 1 yozo yozo 26996 Mar 27 2014 flex-2.5.39/doc/Makefile.in -rw-rw-r-- 1 yozo yozo 553361 Mar 27 2014 flex-2.5.39/doc/flex.pdf -rw-rw-r-- 1 yozo yozo 293690 Dec 7 2012 flex-2.5.39/doc/flex.texi -rw-rw-r-- 1 yozo yozo 3739 Mar 27 2014 flex-2.5.39/doc/flex.1 -rw-rw-r-- 1 yozo yozo 102 Mar 27 2014 flex-2.5.39/doc/stamp-vti -rw-rw-r-- 1 yozo yozo 288420 Mar 27 2014 flex-2.5.39/doc/flex.info-1 -rw-rw-r-- 1 yozo yozo 10415 Mar 27 2014 flex-2.5.39/doc/flex.info % anyway, I attached the output log for your reference... -- yozo.
Sun Sep 27 12:45:08 JST 2015 ===> Checking files for flex-2.5.39 `/usr/ports/distfiles/flex-2.5.39.tar.gz' is up to date. >> (SHA256) flex-2.5.39.tar.gz: OK ===> flex-2.5.39 depends on: help2man-* -> help2man-1.47.2 ===> flex-2.5.39 depends on: bison-* -> bison-2.3p2 ===> flex-2.5.39 depends on: gettext->=0.10.38 -> gettext-0.19.6 ===> flex-2.5.39 depends on: gettext-tools-* -> gettext-tools-0.19.6 ===> flex-2.5.39 depends on: gmake-* -> gmake-4.1p0 ===> flex-2.5.39 depends on: libiconv-* -> libiconv-1.14p3 ===> Verifying specs: c m intl>=5 iconv>=6 ===> found c.83.0 m.9.0 intl.6.0 iconv.6.0 ===> Extracting for flex-2.5.39 ===> Patching for flex-2.5.39 ===> Configuring for flex-2.5.39 Using /usr/ports/pobj/flex-2.5.39/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /usr/ports/pobj/flex-2.5.39/config.site checking for a BSD-compatible install... /usr/ports/pobj/flex-2.5.39/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking whether NLS is requested... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking build system type... x86_64-unknown-openbsd5.8 checking host system type... x86_64-unknown-openbsd5.8 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so.6.0 checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so.6.0 /usr/local/lib/libiconv.so.6.0 -lc -Wl,-rpath,/usr/local/lib checking for bison... bison checking for flex... (cached) flex checking lex output file root... (cached) lex.yy checking lex library... -lfl checking whether yytext is a pointer... (cached) yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 checking whether cc understands -c and -o together... yes checking whether ln -s works... yes checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd5.8 file names to x86_64-unknown-openbsd5.8 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd5.8 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd5.8 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd5.8 ld.so checking how to hardcode library paths into programs... immediate checking for gawk... (cached) awk checking for bison... /usr/local/bin/bison checking for help2man... /usr/local/bin/help2man checking for m4 that supports -P... (cached) /usr/bin/m4 checking for indent... /usr/bin/indent checking if /usr/bin/indent is GNU indent... no configure: WARNING: /usr/bin/indent does not appear to be GNU indent. checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for inttypes.h... (cached) yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for malloc.h... (cached) no checking for netinet/in.h... (cached) yes checking for regex.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for pthread_mutex_lock in -lpthread... yes checking for pthread.h... (cached) yes checking for log10 in -lm... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for pid_t... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for dup2... (cached) yes checking for isascii... (cached) yes checking for memset... (cached) yes checking for pow... yes checking for regcomp... (cached) yes checking for setlocale... (cached) yes checking for strchr... (cached) yes checking for strtol... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating examples/fastwc/Makefile config.status: creating examples/manual/Makefile config.status: creating lib/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating tests/TEMPLATE/Makefile config.status: creating tests/test-array-nr/Makefile config.status: creating tests/test-array-r/Makefile config.status: creating tests/test-basic-nr/Makefile config.status: creating tests/test-basic-r/Makefile config.status: creating tests/test-bison-yylloc/Makefile config.status: creating tests/test-bison-yylval/Makefile config.status: creating tests/test-c-cpp-nr/Makefile config.status: creating tests/test-c-cpp-r/Makefile config.status: creating tests/test-header-nr/Makefile config.status: creating tests/test-header-r/Makefile config.status: creating tests/test-include-by-buffer/Makefile config.status: creating tests/test-include-by-push/Makefile config.status: creating tests/test-include-by-reentrant/Makefile config.status: creating tests/test-multiple-scanners-nr/Makefile config.status: creating tests/test-multiple-scanners-r/Makefile config.status: creating tests/test-noansi-nr/Makefile config.status: creating tests/test-noansi-r/Makefile config.status: creating tests/test-prefix-nr/Makefile config.status: creating tests/test-prefix-r/Makefile config.status: creating tests/test-pthread/Makefile config.status: creating tests/test-string-nr/Makefile config.status: creating tests/test-string-r/Makefile config.status: creating tests/test-yyextra/Makefile config.status: creating tests/test-alloc-extra/Makefile config.status: creating tests/test-lineno-nr/Makefile config.status: creating tests/test-lineno-trailing/Makefile config.status: creating tests/test-lineno-r/Makefile config.status: creating tests/test-linedir-r/Makefile config.status: creating tests/test-debug-r/Makefile config.status: creating tests/test-debug-nr/Makefile config.status: creating tests/test-mem-nr/Makefile config.status: creating tests/test-mem-r/Makefile config.status: creating tests/test-posix/Makefile config.status: creating tests/test-posixly-correct/Makefile config.status: creating tests/test-table-opts/Makefile config.status: creating tests/test-c++-basic/Makefile config.status: creating tests/test-bison-nr/Makefile config.status: creating tests/test-reject/Makefile config.status: creating tests/test-c++-multiple-scanners/Makefile config.status: creating tests/test-top/Makefile config.status: creating tests/test-rescan-nr/Makefile config.status: creating tests/test-rescan-r/Makefile config.status: creating tests/test-quotes/Makefile config.status: creating tests/test-ccl/Makefile config.status: creating tests/test-extended/Makefile config.status: creating tests/test-c++-yywrap/Makefile config.status: creating tests/test-concatenated-options/Makefile config.status: creating config.h config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for flex-2.5.39 gmake all-recursive gmake[1]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' Making all in lib gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/lib' /usr/bin/libtool --tag=disable-shared --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -O2 -pipe -MT lib.lo -MD -MP -MF .deps/lib.Tpo -c -o lib.lo lib.c cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -O2 -pipe -MT lib.lo -MD -MP -MF .deps/lib.Tpo -c lib.c -o lib.o mv -f .deps/lib.Tpo .deps/lib.Plo /usr/bin/libtool --tag=disable-shared --tag=CC --mode=link cc -O2 -pipe -L/usr/local/lib -o libcompat.la lib.lo -lm libtool: link: ar cru .libs/libcompat.a lib.o libtool: link: ranlib .libs/libcompat.a gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/lib' Making all in . gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' /usr/bin/libtool --tag=disable-shared --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT libmain.lo -MD -MP -MF .deps/libmain.Tpo -c -o libmain.lo libmain.c cc -DHAVE_CONFIG_H -I. -DLOCALEDIR="/usr/local/share/locale" -I./intl -I/usr/local/include -O2 -pipe -MT libmain.lo -MD -MP -MF .deps/libmain.Tpo -c libmain.c -o libmain.o mv -f .deps/libmain.Tpo .deps/libmain.Plo /usr/bin/libtool --tag=disable-shared --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT libyywrap.lo -MD -MP -MF .deps/libyywrap.Tpo -c -o libyywrap.lo libyywrap.c cc -DHAVE_CONFIG_H -I. -DLOCALEDIR="/usr/local/share/locale" -I./intl -I/usr/local/include -O2 -pipe -MT libyywrap.lo -MD -MP -MF .deps/libyywrap.Tpo -c libyywrap.c -o libyywrap.o mv -f .deps/libyywrap.Tpo .deps/libyywrap.Plo /usr/bin/libtool --tag=disable-shared --tag=CC --mode=link cc -O2 -pipe -no-undefined -version-info 2:0:0 -L/usr/local/lib -o libfl.la -rpath /usr/local/lib/flex libmain.lo libyywrap.lo -L/usr/local/lib -lintl -L/usr/local/lib -liconv -lc -R/usr/local/lib -lm libtool: link: ar cru .libs/libfl.a libmain.o libyywrap.o libtool: link: ranlib .libs/libfl.a /usr/bin/libtool --tag=disable-shared --tag=CC --mode=link cc -O2 -pipe -no-undefined -version-info 2:0:0 -L/usr/local/lib -o libfl_pic.la -rpath /usr/local/lib/flex libmain.lo libyywrap.lo -L/usr/local/lib -lintl -L/usr/local/lib -liconv -lc -R/usr/local/lib -lm libtool: link: ar cru .libs/libfl_pic.a libmain.o libyywrap.o libtool: link: ranlib .libs/libfl_pic.a cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT ccl.o -MD -MP -MF .deps/ccl.Tpo -c -o ccl.o ccl.c mv -f .deps/ccl.Tpo .deps/ccl.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT dfa.o -MD -MP -MF .deps/dfa.Tpo -c -o dfa.o dfa.c mv -f .deps/dfa.Tpo .deps/dfa.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT ecs.o -MD -MP -MF .deps/ecs.Tpo -c -o ecs.o ecs.c mv -f .deps/ecs.Tpo .deps/ecs.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT scanflags.o -MD -MP -MF .deps/scanflags.Tpo -c -o scanflags.o scanflags.c scanflags.c: In function 'sf_init': scanflags.c:65: warning: passing argument 2 of 'lerrsf_fatal' makes pointer from integer without a cast mv -f .deps/scanflags.Tpo .deps/scanflags.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT gen.o -MD -MP -MF .deps/gen.Tpo -c -o gen.o gen.c mv -f .deps/gen.Tpo .deps/gen.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c mv -f .deps/misc.Tpo .deps/misc.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT nfa.o -MD -MP -MF .deps/nfa.Tpo -c -o nfa.o nfa.c mv -f .deps/nfa.Tpo .deps/nfa.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c mv -f .deps/parse.Tpo .deps/parse.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT scan.o -MD -MP -MF .deps/scan.Tpo -c -o scan.o scan.c mv -f .deps/scan.Tpo .deps/scan.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT skel.o -MD -MP -MF .deps/skel.Tpo -c -o skel.o skel.c mv -f .deps/skel.Tpo .deps/skel.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT sym.o -MD -MP -MF .deps/sym.Tpo -c -o sym.o sym.c mv -f .deps/sym.Tpo .deps/sym.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT tblcmp.o -MD -MP -MF .deps/tblcmp.Tpo -c -o tblcmp.o tblcmp.c mv -f .deps/tblcmp.Tpo .deps/tblcmp.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT yylex.o -MD -MP -MF .deps/yylex.Tpo -c -o yylex.o yylex.c mv -f .deps/yylex.Tpo .deps/yylex.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c mv -f .deps/options.Tpo .deps/options.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT scanopt.o -MD -MP -MF .deps/scanopt.Tpo -c -o scanopt.o scanopt.c mv -f .deps/scanopt.Tpo .deps/scanopt.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT buf.o -MD -MP -MF .deps/buf.Tpo -c -o buf.o buf.c buf.c: In function 'buf_linedir': buf.c:101: warning: assignment discards qualifiers from pointer target type mv -f .deps/buf.Tpo .deps/buf.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT tables.o -MD -MP -MF .deps/tables.Tpo -c -o tables.o tables.c mv -f .deps/tables.Tpo .deps/tables.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT tables_shared.o -MD -MP -MF .deps/tables_shared.Tpo -c -o tables_shared.o tables_shared.c mv -f .deps/tables_shared.Tpo .deps/tables_shared.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c mv -f .deps/filter.Tpo .deps/filter.Po cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -I./intl -I/usr/local/include -O2 -pipe -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c mv -f .deps/regex.Tpo .deps/regex.Po /usr/bin/libtool --tag=disable-shared --tag=CC --mode=link cc -O2 -pipe -L/usr/local/lib -o flex ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o tables.o tables_shared.o filter.o regex.o lib/libcompat.la -L/usr/local/lib -lintl -L/usr/local/lib -liconv -lc -R/usr/local/lib -lm libtool: link: cc -o flex -O2 -pipe ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o tables.o tables_shared.o filter.o regex.o /usr/ports/pobj/flex-2.5.39/flex-2.5.39/lib/.libs/libcompat.a -L.libs -lm -lintl -liconv -Wl,-rpath,/usr/local/lib,-rpath-link,/usr/local/lib gen.o: In function `gen_next_state': gen.c:(.text+0xc15): warning: warning: strcpy() is almost always misused, please use strlcpy() buf.o: In function `buf_linedir': buf.c:(.text+0x515): warning: warning: sprintf() is often misused, please use snprintf() gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' Making all in doc gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/doc' Updating ./version.texi gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/doc' Making all in examples gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/examples' Making all in manual gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/examples/manual' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/examples/manual' Making all in fastwc gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/examples/fastwc' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/examples/fastwc' gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/examples' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/examples' gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/examples' Making all in po gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/po' gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/po' Making all in tests gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests' Making all in test-concatenated-options gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-concatenated-options' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-concatenated-options' Making all in test-c++-yywrap gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c++-yywrap' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c++-yywrap' Making all in test-extended gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-extended' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-extended' Making all in test-ccl gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-ccl' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-ccl' Making all in test-quotes gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-quotes' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-quotes' Making all in test-rescan-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-rescan-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-rescan-r' Making all in test-rescan-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-rescan-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-rescan-nr' Making all in test-basic-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-basic-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-basic-nr' Making all in test-basic-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-basic-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-basic-r' Making all in test-bison-yylloc gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-bison-yylloc' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-bison-yylloc' Making all in test-bison-yylval gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-bison-yylval' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-bison-yylval' Making all in test-bison-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-bison-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-bison-nr' Making all in test-multiple-scanners-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-multiple-scanners-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-multiple-scanners-nr' Making all in test-multiple-scanners-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-multiple-scanners-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-multiple-scanners-r' Making all in test-header-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-header-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-header-nr' Making all in test-header-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-header-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-header-r' Making all in test-reject gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-reject' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-reject' Making all in test-c++-multiple-scanners gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c++-multiple-scanners' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c++-multiple-scanners' Making all in test-c++-basic gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c++-basic' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c++-basic' Making all in test-posixly-correct gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-posixly-correct' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-posixly-correct' Making all in test-posix gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-posix' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-posix' Making all in test-mem-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-mem-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-mem-r' Making all in test-mem-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-mem-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-mem-nr' Making all in test-debug-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-debug-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-debug-nr' Making all in test-debug-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-debug-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-debug-r' Making all in test-lineno-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-lineno-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-lineno-r' Making all in test-lineno-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-lineno-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-lineno-nr' Making all in test-lineno-trailing gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-lineno-trailing' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-lineno-trailing' Making all in test-linedir-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-linedir-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-linedir-r' Making all in test-array-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-array-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-array-nr' Making all in test-array-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-array-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-array-r' Making all in test-c-cpp-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c-cpp-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c-cpp-nr' Making all in test-c-cpp-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c-cpp-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-c-cpp-r' Making all in test-include-by-buffer gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-include-by-buffer' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-include-by-buffer' Making all in test-include-by-push gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-include-by-push' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-include-by-push' Making all in test-include-by-reentrant gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-include-by-reentrant' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-include-by-reentrant' Making all in test-prefix-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-prefix-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-prefix-nr' Making all in test-prefix-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-prefix-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-prefix-r' Making all in test-pthread gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-pthread' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-pthread' Making all in test-string-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-string-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-string-nr' Making all in test-string-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-string-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-string-r' Making all in test-yyextra gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-yyextra' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-yyextra' Making all in test-alloc-extra gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-alloc-extra' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-alloc-extra' Making all in test-noansi-nr gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-noansi-nr' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-noansi-nr' Making all in test-noansi-r gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-noansi-r' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-noansi-r' Making all in test-top gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-top' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-top' Making all in test-table-opts gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-table-opts' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests/test-table-opts' gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests' gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/tests' gmake[1]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' ===> Faking installation for flex-2.5.39 install -d -m 755 /usr/ports/pobj/flex-2.5.39/fake-amd64 gmake install-recursive gmake[1]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' Making install in lib gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/lib' gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/lib' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/lib' gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/lib' Making install in . gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' gmake[3]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' mkdir -p '/usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/lib/flex' systrace: deny user: yozo, prog: /bin/mkdir, pid: 12587(0)[27682], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr systrace: deny user: yozo, prog: /bin/mkdir, pid: 12587(0)[27682], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr/ports systrace: deny user: yozo, prog: /bin/mkdir, pid: 12587(0)[27682], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr/ports/pobj /usr/bin/libtool --tag=disable-shared --mode=install /usr/ports/pobj/flex-2.5.39/bin/install -c libfl.la libfl_pic.la '/usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/lib/flex' libtool: install: /usr/ports/pobj/flex-2.5.39/bin/install -c -m 644 ./.libs/libfl.a /usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/lib/flex/libfl.a libtool: install: /usr/ports/pobj/flex-2.5.39/bin/install -c -m 644 ./.libs/libfl.lai /usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/lib/flex/libfl.la libtool: install: /usr/ports/pobj/flex-2.5.39/bin/install -c -m 644 ./.libs/libfl_pic.a /usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/lib/flex/libfl_pic.a libtool: install: /usr/ports/pobj/flex-2.5.39/bin/install -c -m 644 ./.libs/libfl_pic.lai /usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/lib/flex/libfl_pic.la mkdir -p '/usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/bin' systrace: deny user: yozo, prog: /bin/mkdir, pid: 17130(0)[17431], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr systrace: deny user: yozo, prog: /bin/mkdir, pid: 17130(0)[17431], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr/ports systrace: deny user: yozo, prog: /bin/mkdir, pid: 17130(0)[17431], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr/ports/pobj /usr/bin/libtool --tag=disable-shared --mode=install /usr/ports/pobj/flex-2.5.39/bin/install -c -s -m 755 flex '/usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/bin/./gflex' libtool: install: /usr/ports/pobj/flex-2.5.39/bin/install -c -s -m 755 flex /usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/bin/./gflex gmake install-exec-hook gmake[4]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' cd /usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/bin && \ ln -s -f flex flex++ gmake[4]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' mkdir -p '/usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/share/doc/flex' systrace: deny user: yozo, prog: /bin/mkdir, pid: 14791(0)[8974], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr systrace: deny user: yozo, prog: /bin/mkdir, pid: 14791(0)[8974], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr/ports systrace: deny user: yozo, prog: /bin/mkdir, pid: 14791(0)[8974], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr/ports/pobj /usr/ports/pobj/flex-2.5.39/bin/install -c -m 644 AUTHORS COPYING NEWS ONEWS README TODO '/usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/share/doc/flex' mkdir -p '/usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/include/flex' systrace: deny user: yozo, prog: /bin/mkdir, pid: 5871(0)[26514], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr systrace: deny user: yozo, prog: /bin/mkdir, pid: 5871(0)[26514], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr/ports systrace: deny user: yozo, prog: /bin/mkdir, pid: 5871(0)[26514], policy: /usr/bin/env, filters: 249, syscall: native-fswrite(136), filename: /usr/ports/pobj /usr/ports/pobj/flex-2.5.39/bin/install -c -m 644 FlexLexer.h '/usr/ports/pobj/flex-2.5.39/fake-amd64/usr/local/include/flex' gmake[3]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' Making install in doc gmake[2]: Entering directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/doc' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /usr/ports/pobj/flex-2.5.39/flex-2.5.39/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in flex.info flex.info-[0-9] flex.info-[0-9][0-9] flex.i[0-9] flex.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /usr/ports/pobj/flex-2.5.39/flex-2.5.39/missing --run makeinfo -I . \ -o flex.info flex.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./flex.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc TEXINPUTS=".:$TEXINPUTS" \ MAKEINFO='/bin/sh /usr/ports/pobj/flex-2.5.39/flex-2.5.39/missing --run makeinfo -I .' \ texi2dvi --pdf --batch flex.texi You don't have a working TeX binary (tex) installed anywhere in your PATH, and texi2dvi cannot proceed without one. If you want to use this script, you'll need to install TeX (if you don't have it) or change your PATH or TEX environment variable (if you do). See the --help output for more details. For information about obtaining TeX, please see http://www.tug.org. If you happen to be using Debian, you can get it with this command: apt-get install tetex-bin Makefile:364: recipe for target 'flex.pdf' failed gmake[2]: *** [flex.pdf] Error 1 gmake[2]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39/doc' Makefile:796: recipe for target 'install-recursive' failed gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory '/usr/ports/pobj/flex-2.5.39/flex-2.5.39' Makefile:1130: recipe for target 'install' failed gmake: *** [install] Error 2 *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2856 '/usr/ports/pobj/flex-2.5.39/fake-amd64/.fake_done') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1952 '/usr/ports/packages/amd64/all/flex-2.5.39.tgz') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2508 '_internal-package') *** Error 1 in /usr/ports/devel/flex (/usr/ports/infrastructure/mk/bsd.port.mk:2488 'package') Sun Sep 27 12:45:31 JST 2015