FreeBSD Bugzilla – Attachment 215373 Details for
Bug 247095
devel/autogen 5.18.16 does not build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Failed autogen build log
autogen-build-log.txt (text/plain), 82.38 KB, created by
George Mitchell
on 2020-06-08 21:01:58 UTC
(
hide
)
Description:
Failed autogen build log
Filename:
MIME Type:
Creator:
George Mitchell
Created:
2020-06-08 21:01:58 UTC
Size:
82.38 KB
patch
obsolete
>Script started on Mon Jun 8 16:59:45 2020 >root@sullivan:/usr/ports/devel/autogen # make -DMAKE_JOBS_UNSAFE=yes clean build >===> Cleaning for autogen-5.18.16_1 >===> License GPLv3 accepted by the user >===> autogen-5.18.16_1 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by autogen-5.18.16_1 for building >===> Extracting for autogen-5.18.16_1 >=> SHA256 Checksum OK for autogen-5.18.16.tar.xz. >===> Patching for autogen-5.18.16_1 >===> autogen-5.18.16_1 depends on executable: bash - found >===> autogen-5.18.16_1 depends on executable: indexinfo - found >===> autogen-5.18.16_1 depends on executable: gmktemp - found >===> autogen-5.18.16_1 depends on package: gmake>=4.3 - found >===> autogen-5.18.16_1 depends on package: pkgconf>=1.3.0_1 - found >===> autogen-5.18.16_1 depends on package: perl5>=5.30.r1<5.31 - found >===> autogen-5.18.16_1 depends on shared library: libguile-2.2.so - found (/usr/local/lib/libguile-2.2.so) >===> autogen-5.18.16_1 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) >===> Configuring for autogen-5.18.16_1 >configure: WARNING: unrecognized options: --with-libguile >configure: loading site script /usr/ports/Templates/config.site >checking build system type... amd64-portbld-freebsd11.3 >checking host system type... amd64-portbld-freebsd11.3 >checking target system type... amd64-portbld-freebsd11.3 >*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* > > A U T O G E N > >GNU AutoGen-5.18.16 libopts.la-42:1:17 >*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p >checking for gawk... (cached) /usr/bin/awk >checking whether gmake sets $(MAKE)... yes >checking whether gmake supports nested variables... yes >checking whether gmake supports the include directive... yes (GNU style) >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... o >checking whether we are using the GNU C compiler... yes >checking whether cc accepts -g... yes >checking for cc option to accept ISO C89... none needed >checking whether cc understands -c and -o together... yes >checking dependency style of cc... none >checking how to run the C preprocessor... cpp >checking for grep that handles long lines and -e... (cached) /usr/bin/grep >checking for egrep... (cached) /usr/bin/egrep >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 minix/config.h... (cached) no >checking whether it is safe to define __EXTENSIONS__... yes >checking whether _XOPEN_SOURCE should be defined... no >checking how to print strings... printf >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/local/bin/nm -B >checking the name lister (/usr/local/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... (cached) 262144 >checking how to convert amd64-portbld-freebsd11.3 file names to amd64-portbld-freebsd11.3 format... func_convert_file_noop >checking how to convert amd64-portbld-freebsd11.3 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... pass_all >checking for dlltool... dlltool >checking how to associate runtime and link libraries... printf %s\n >checking for ar... ar >checking for archiver @FILE support... no >checking for strip... strip >checking for ranlib... ranlib >checking command to parse /usr/local/bin/nm -B output from cc object... ok >checking for sysroot... no >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for mt... mt >checking if mt is a manifest tool... no >checking for dlfcn.h... (cached) yes >checking for objdir... .libs >checking if cc supports -fno-rtti -fno-exceptions... yes >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 whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... freebsd11.3 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... yes >checking whether to build static libraries... yes >checking if malloc debugging is wanted... no >checking for cc option to accept ISO C99... none needed >checking for cc option to accept ISO Standard C... (cached) none needed >checking whether clearerr_unlocked is declared... (cached) yes >checking whether feof_unlocked is declared... (cached) yes >checking whether ferror_unlocked is declared... (cached) yes >checking whether fflush_unlocked is declared... no >checking whether fgets_unlocked is declared... no >checking whether fputc_unlocked is declared... no >checking whether fputs_unlocked is declared... no >checking whether fread_unlocked is declared... no >checking whether fwrite_unlocked is declared... no >checking whether getc_unlocked is declared... (cached) yes >checking whether getchar_unlocked is declared... (cached) yes >checking whether putc_unlocked is declared... (cached) yes >checking whether putchar_unlocked is declared... (cached) yes >checking for texi2html... texi2html >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for dlopen in -ldl... yes >checking for mode_t... (cached) yes >checking for pid_t... (cached) yes >checking for size_t... (cached) yes >checking for uid_t in sys/types.h... (cached) yes >checking for long double with more range or precision than double... yes >checking for long long... (cached) yes >checking for uintmax_t... yes >checking for size_t... (cached) yes >checking for wchar_t... (cached) yes >checking size of char*... 8 >checking size of int... 4 >checking size of long... 8 >checking size of short... 2 >checking for unsigned long long int... (cached) yes >checking for struct stat.st_mtim... yes >checking for struct stat.st_mtimensec... no >checking for struct stat.st_mtimespec... yes >checking for strchr... (cached) yes >checking for strlcpy... (cached) yes >checking for snprintf... (cached) yes >checking for dlopen... (cached) yes >checking for utimensat... yes >checking for clock_gettime... (cached) yes >checking for library containing copysign... -lm >checking for library containing copysignl... none required >checking for library containing modfl... none required >checking libio.h usability... no >checking libio.h presence... no >checking for libio.h... no >checking for ctype.h... (cached) yes >checking assert.h usability... yes >checking assert.h presence... yes >checking for assert.h... yes >checking for sys/resource.h... (cached) yes >checking whether sigsetjmp is declared... yes >checking whether sys_siglist is declared... (cached) yes >checking for putenv... (cached) yes >checking for getdate_r... no >checking for utimes... (cached) yes >checking for futimes... (cached) yes >checking for inline... (cached) inline >checking for long long int... (cached) yes >checking for grep that handles long lines and -e... (cached) /usr/bin/grep >checking for egrep... (cached) /usr/bin/egrep >checking for fgrep... (cached) /usr/bin/fgrep >checking pkg-config is at least version 0.9.0... yes >configure: checking for guile 2.2 >configure: found guile 2.2 >checking for ld... /usr/bin/ld >checking if the linker (/usr/bin/ld) is GNU ld... yes >checking for shared library run path origin... done >checking host CPU and C ABI... amd64 >checking for the common suffixes of directories in the library search path... lib,lib >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking for sys/mman.h... (cached) yes >checking for sys/param.h... (cached) yes >checking for sys/poll.h... (cached) yes >checking sys/procset.h usability... no >checking sys/procset.h presence... no >checking for sys/procset.h... no >checking for sys/select.h... (cached) yes >checking for sys/socket.h... (cached) yes >checking sys/stropts.h usability... no >checking sys/stropts.h presence... no >checking for sys/stropts.h... no >checking for sys/time.h... (cached) yes >checking for sys/un.h... (cached) yes >checking for sys/wait.h... (cached) yes >checking for dlfcn.h... (cached) yes >checking for errno.h... (cached) yes >checking for fcntl.h... (cached) yes >checking for libgen.h... (cached) yes >checking libintl.h usability... no >checking libintl.h presence... no >checking for libintl.h... no >checking for memory.h... (cached) yes >checking for netinet/in.h... (cached) yes >checking setjmp.h usability... yes >checking setjmp.h presence... yes >checking for setjmp.h... yes >checking for stdbool.h... (cached) yes >checking sysexits.h usability... yes >checking sysexits.h presence... yes >checking for sysexits.h... yes >checking for unistd.h... (cached) yes >checking for utime.h... (cached) yes >checking for stdarg.h... (cached) yes >checking for string.h... (cached) yes >checking for limits.h... (cached) yes >checking for inttypes.h... (cached) yes >checking for working stdnoreturn.h... yes >checking for runetype.h... yes >checking for wchar.h... (cached) yes >checking for wchar_t... (cached) yes >checking for wint_t... (cached) yes >checking for int8_t... yes >checking for uint8_t... yes >checking for int16_t... (cached) yes >checking for uint16_t... yes >checking for int32_t... (cached) yes >checking for uint32_t... yes >checking for intptr_t... yes >checking for uintptr_t... (cached) yes >checking for uint_t... no >checking for pid_t... (cached) yes >checking for size_t... (cached) yes >checking for ptrdiff_t... (cached) yes >checking size of char *... 8 >checking size of int... (cached) 4 >checking size of long... (cached) 8 >checking size of short... (cached) 2 >checking for pathfind in -lgen... no >checking for gettext in -lintl... no >checking for vprintf... (cached) yes >checking for _doprnt... no >checking for vfork.h... (cached) no >checking for fork... (cached) yes >checking for vfork... (cached) yes >checking for working fork... yes >checking for working vfork... (cached) yes >checking for mmap... (cached) yes >checking for canonicalize_file_name... no >checking for snprintf... (cached) yes >checking for strdup... (cached) yes >checking for strchr... (cached) yes >checking for strrchr... (cached) yes >checking for strsignal... (cached) yes >checking for fchmod... (cached) yes >checking for fstat... (cached) yes >checking for chmod... yes >checking for a sed that does not truncate output... (cached) /usr/bin/sed >checking whether shell scripts are desired... yes >checking for vfork.h... (cached) no >checking for fork... (cached) yes >checking for vfork... (cached) yes >checking for working fork... (cached) yes >checking for working vfork... (cached) yes >checking whether using shell scripts... yes >checking whether statically link autogen to libopts... no >checking whether setjmp() links okay... yes >checking whether __attribute__((format_arg(n))) works... yes >checking whether sigsetjmp() links okay... yes >checking whether with-libxml2-cflags was specified... no >checking whether with-libxml2-libs was specified... no >configure: xml2-config used for CFLAGS: -I/usr/local/include/libxml2 -I/usr/include >configure: xml2-config used for LIBS: -L/usr/local/lib -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm >checking whether libxml2 can be linked with... yes >checking whether sysinfo(2) is Solaris... no >checking whether specify an autogen timeout... no >checking whether strcspn matches prototype and works... no >checking whether uname(2) is POSIX... yes >checking whether runtime library dirs can be specified... -Wl,-R${libdir} >checking whether wanting autogen debugging... no >checking whether name of the packager of this software is supplied... no >checking whether packager-specific version information is supplied... no >checking whether bug reporting URI/e-mail/etc. is supplied... no >checking for GUILE... yes >checking whether a reg expr header is specified... no >checking whether with-libregex was specified... no >checking whether with-libregex-cflags was specified... no >checking whether with-libregex-libs was specified... no >checking whether libregex functions properly... yes >checking whether pathfind(3) works... no >checking whether /dev/zero is readable device... crw-rw-rw- 1 root wheel 0x1b May 12 16:39 /dev/zero >checking whether we have a functional realpath(3C)... yes >checking whether strftime() works... yes >checking whether fopen accepts "b" mode... yes >checking whether fopen accepts "t" mode... yes >checking whether not wanting optional option args... yes >checking for fopencookie... yes >checking for static inline... static inline >checking for working stdnoreturn.h... (cached) yes >checking if malloc debugging is wanted... no >checking for gawk... (cached) /usr/bin/awk >checking for runetype.h... (cached) yes >checking for wchar.h... (cached) yes >checking for stdarg.h... (cached) yes >checking for wchar_t... (cached) yes >checking for wint_t... (cached) yes >checking for long double... (cached) yes >checking for strtoul... (cached) yes >checking for ldexpl... yes >checking for frexpl... yes >checking for log in -lm... yes >checking for copysign... yes >checking for copysignl... yes >checking whether ln -s works... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating autoopts/mk-autoopts-pc >config.status: creating autoopts/autoopts-config >config.status: creating autoopts/tpl/tpl-config.tlib >config.status: creating doc/auto_gen.tpl >config.status: creating autoopts/test/defs >config.status: creating config/mk-shdefs >config.status: creating pkg/pkg-env >config.status: creating Makefile >config.status: creating agen5/Makefile >config.status: creating agen5/test/Makefile >config.status: creating autoopts/Makefile >config.status: creating autoopts/test/Makefile >config.status: creating columns/Makefile >config.status: creating compat/Makefile >config.status: creating doc/Makefile >config.status: creating getdefs/Makefile >config.status: creating getdefs/test/Makefile >config.status: creating pkg/Makefile >config.status: creating snprintfv/Makefile >config.status: creating xml2ag/Makefile >config.status: creating xml2ag/test/Makefile >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing libtool commands >config.status: executing stamp-h commands >configure: WARNING: unrecognized options: --with-libguile >------------------------------------------------------------------------ >Configuration: > > Source code location: . > Compiler: cc > Compiler flags: -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing > Host System Type: amd64-portbld-freebsd11.3 > Install path: /usr/local > > See config.h for further configuration information. >------------------------------------------------------------------------ >===> Building for autogen-5.18.16_1 >gmake[1]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16' >/bin/sh config/mk-shdefs config/shdefs >+ exec >+ gmktemp '--suffix=.tdir' -d /tmp/shdefs-XXXXXXXXX >+ tmp=/tmp/shdefs-2S3A4lDSn.tdir >+ exec >config.status: creating shdef-temp >gmake all-recursive >gmake[2]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16' >Making all in compat >gmake[3]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/compat' >: >gmake[3]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/compat' >Making all in snprintfv >gmake[3]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/snprintfv' >for f in filament.c format.c printf.c mem.c stream.c custom.c ; do echo "#include \"$f\"" ; done > snv.c >/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -c -o snv.lo snv.c >libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -c snv.c -fPIC -DPIC -o .libs/snv.o >libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -c snv.c -o snv.o >/dev/null 2>&1 >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -no-undefined -fstack-protector-strong -o libsnprintfv.la snv.lo -lm -lm -ldl >libtool: link: ar cru .libs/libsnprintfv.a .libs/snv.o >libtool: link: ranlib .libs/libsnprintfv.a >libtool: link: ( cd ".libs" && rm -f "libsnprintfv.la" && ln -s "../libsnprintfv.la" "libsnprintfv.la" ) >gmake[3]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/snprintfv' >Making all in autoopts >gmake[3]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts' >gmake all-recursive >gmake[4]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts' >Making all in test >gmake[5]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts/test' >gmake[5]: Nothing to be done for 'all'. >gmake[5]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts/test' >gmake[5]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts' >LGCFLAGS="-I/usr/local/include/guile/2.2 -I/usr/local/include -D_THREAD_SAFE -pthread " \ >AGexe="/usr/ports/devel/autogen/work/autogen-5.18.16/agen5/autogen" GDexe="/usr/ports/devel/autogen/work/autogen-5.18.16/getdefs/getdefs" CLexe="/usr/ports/devel/autogen/work/autogen-5.18.16/columns/columns" srcdir="." top_srcdir=".." builddir="." top_builddir=".." AO_AGE="17" AO_CURRENT="42" AO_REVISION="1" POSIX_SHELL="/usr/local/bin/bash" \ > /usr/local/bin/bash ./mk-tpl-config.sh tpl-config-stamp autoopts/options.h autoopts/usage-txt.h genshell.h option-xat-attribute.h option-value-type.h ao-strs.h ag-char-map.h save-flags.h autoopts.h project.h proto.h parse-duration.c ao-strs.c option-value-type.c option-xat-attribute.c save-flags.c autoopts.c alias.c boolean.c check.c configfile.c cook.c enum.c env.c file.c find.c genshell.c load.c makeshell.c nested.c numeric.c pgusage.c putshell.c reset.c restore.c save.c sort.c stack.c streqvcmp.c text_mmap.c time.c tokenize.c usage.c version.c init.c >/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../autoopts -DPKGDATADIR='"/usr/local/share/autogen"' -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -Wall -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wstrict-aliasing=3 -Wextra -Wno-cast-qual -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -c -o libopts_la-libopts.lo `test -f 'libopts.c' || echo './'`libopts.c >libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../autoopts -DPKGDATADIR=\"/usr/local/share/autogen\" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -Wall -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wstrict-aliasing=3 -Wextra -Wno-cast-qual -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -c libopts.c -fPIC -DPIC -o .libs/libopts_la-libopts.o >[0;1;35mwarning: [0munknown warning option '-Wstrict-aliasing=3'; did you mean '-Wstring-plus-int'? [-Wunknown-warning-option][0m >In file included from libopts.c:15: >[1m./autoopts.h:458:51: [0m[0;1;35mwarning: [0m[1mmissing field 'pzReq' initializer [-Wmissing-field-initializers][0m >static arg_types_t argTypes = { NULL }; >[0;1;32m ^ >[0mIn file included from libopts.c:28: >[1m./enum.c:87:38: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); >[0;1;32m ^~~~~~~~~~~~~ >[0m[1m./ao-strs.h:70:31: [0m[0;1;30mnote: [0mexpanded from macro 'ENUM_ERR_LINE'[0m >#define ENUM_ERR_LINE (ao_strs_strtable+323) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:91:20: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 323 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:28: >[1m./enum.c:110:31: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > if (snprintf(fmt, 16, ENUM_ERR_WIDTH, (int)max_len) >= 16) >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:72:31: [0m[0;1;30mnote: [0mexpanded from macro 'ENUM_ERR_WIDTH'[0m >#define ENUM_ERR_WIDTH (ao_strs_strtable+329) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:92:20: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 329 */ "%%-%ds\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:28: >[1m./enum.c:124:42: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:118:31: [0m[0;1;30mnote: [0mexpanded from macro 'NLSTR_SPACE_FMT'[0m >#define NLSTR_SPACE_FMT (ao_strs_strtable+474) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:110:16: [0m[0;1;30mnote: [0mformat string is defined here[0m > " \0" >[0;1;32m ~~~^~~ >[0mIn file included from libopts.c:28: >[1m./enum.c:131:34: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(option_usage_fp, NLSTR_FMT, *paz_names); >[0;1;32m ^~~~~~~~~ >[0m[1m./ao-strs.h:116:31: [0m[0;1;30mnote: [0mexpanded from macro 'NLSTR_FMT'[0m >#define NLSTR_FMT (ao_strs_strtable+470) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:108:18: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 470 */ "%s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:28: >[1m./enum.c:283:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(INVALID_FMT, ix); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:88:31: [0m[0;1;30mnote: [0mexpanded from macro 'INVALID_FMT'[0m >#define INVALID_FMT (ao_strs_strtable+375) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:98:24: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 375 */ "INVALID-%d\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:31: >[1m./find.c:84:29: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(stderr, zambig_file, hyph, pOD->pz_Name); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:334:31: [0m[0;1;30mnote: [0mexpanded from macro 'zambig_file'[0m >#define zambig_file (ao_strs_strtable+4) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:43:22: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 4 */ " %s%s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:31: >[1m./find.c:89:29: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:334:31: [0m[0;1;30mnote: [0mexpanded from macro 'zambig_file'[0m >#define zambig_file (ao_strs_strtable+4) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:43:22: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 4 */ " %s%s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:31: >[1m./find.c:189:29: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(stderr, SET_OFF_FMT, pOD->pzText); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:180:31: [0m[0;1;30mnote: [0mexpanded from macro 'SET_OFF_FMT'[0m >#define SET_OFF_FMT (ao_strs_strtable+620) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:127:20: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 620 */ " -- %s\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:31: >[1m./find.c:402:37: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(stderr, SET_OFF_FMT, pRes->pzText); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:180:31: [0m[0;1;30mnote: [0mexpanded from macro 'SET_OFF_FMT'[0m >#define SET_OFF_FMT (ao_strs_strtable+620) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:127:20: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 620 */ " -- %s\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:114:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LOPT_ARG_FMT, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:102:31: [0m[0;1;30mnote: [0mexpanded from macro 'LOPT_ARG_FMT'[0m >#define LOPT_ARG_FMT (ao_strs_strtable+2993) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:261:28: [0m[0;1;30mnote: [0mformat string is defined here[0m > " esac\n\0" >[0;1;32m ~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:124:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LOPT_ARG_FMT, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:102:31: [0m[0;1;30mnote: [0mexpanded from macro 'LOPT_ARG_FMT'[0m >#define LOPT_ARG_FMT (ao_strs_strtable+2993) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:261:28: [0m[0;1;30mnote: [0mformat string is defined here[0m > " esac\n\0" >[0;1;32m ~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:133:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(OPT_ARG_FMT, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:152:31: [0m[0;1;30mnote: [0mexpanded from macro 'OPT_ARG_FMT'[0m >#define OPT_ARG_FMT (ao_strs_strtable+4672) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:345:28: [0m[0;1;30mnote: [0mformat string is defined here[0m > " esac\n\0" >[0;1;32m ~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:145:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LOPT_ARG_FMT, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:102:31: [0m[0;1;30mnote: [0mexpanded from macro 'LOPT_ARG_FMT'[0m >#define LOPT_ARG_FMT (ao_strs_strtable+2993) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:261:28: [0m[0;1;30mnote: [0mformat string is defined here[0m > " esac\n\0" >[0;1;32m ~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:151:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(OPT_ARG_FMT, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:152:31: [0m[0;1;30mnote: [0mexpanded from macro 'OPT_ARG_FMT'[0m >#define OPT_ARG_FMT (ao_strs_strtable+4672) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:345:28: [0m[0;1;30mnote: [0mformat string is defined here[0m > " esac\n\0" >[0;1;32m ~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:162:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(SHOW_PROG_ENV, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~~~ >[0m[1m./ao-strs.h:192:31: [0m[0;1;30mnote: [0mexpanded from macro 'SHOW_PROG_ENV'[0m >#define SHOW_PROG_ENV (ao_strs_strtable+647) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:131:33: [0m[0;1;30mnote: [0mformat string is defined here[0m > "env | grep '^%s_'\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:197:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(SET_TEXT_FMT, prog, var); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:182:31: [0m[0;1;30mnote: [0mexpanded from macro 'SET_TEXT_FMT'[0m >#define SET_TEXT_FMT (ao_strs_strtable+627) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:128:26: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 627 */ "%s_%s_TEXT='\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:348:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(SHELL_MAGIC, shell_prog); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:190:31: [0m[0;1;30mnote: [0mexpanded from macro 'SHELL_MAGIC'[0m >#define SHELL_MAGIC (ao_strs_strtable+640) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:129:21: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 640 */ "#! %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:350:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:168:31: [0m[0;1;30mnote: [0mexpanded from macro 'PREAMBLE_FMT'[0m >#define PREAMBLE_FMT (ao_strs_strtable+5900) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:351:49: [0m[0;1;30mnote: [0mformat string is defined here[0m > "# the text has been generated %s\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:353:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(END_PRE_FMT, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:64:31: [0m[0;1;30mnote: [0mexpanded from macro 'END_PRE_FMT'[0m >#define END_PRE_FMT (ao_strs_strtable+989) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:158:17: [0m[0;1;30mnote: [0mformat string is defined here[0m > "#\n\0" >[0;1;32m ~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:403:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(FINISH_LOOP, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:78:31: [0m[0;1;30mnote: [0mexpanded from macro 'FINISH_LOOP'[0m >#define FINISH_LOOP (ao_strs_strtable+2039) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:212:38: [0m[0;1;30mnote: [0mformat string is defined here[0m > "unset OPT_ARG_VAL || :\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:499:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:56:31: [0m[0;1;30mnote: [0mexpanded from macro 'ECHO_N_EXIT'[0m >#define ECHO_N_EXIT (ao_strs_strtable+1872) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:191:34: [0m[0;1;30mnote: [0mformat string is defined here[0m > " exit 0\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:502:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:164:31: [0m[0;1;30mnote: [0mexpanded from macro 'PAGE_USAGE_TEXT'[0m >#define PAGE_USAGE_TEXT (ao_strs_strtable+5826) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:347:34: [0m[0;1;30mnote: [0mformat string is defined here[0m > " exit 0\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:505:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, NO_LOAD_WARN); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:506:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, YES_NEED_OPT_ARG); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:511:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, NO_SAVE_OPTS); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:512:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, OK_NEED_OPT_ARG); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:514:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:56:31: [0m[0;1;30mnote: [0mexpanded from macro 'ECHO_N_EXIT'[0m >#define ECHO_N_EXIT (ao_strs_strtable+1872) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:191:34: [0m[0;1;30mnote: [0mformat string is defined here[0m > " exit 0\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:518:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:184:31: [0m[0;1;30mnote: [0mexpanded from macro 'SGL_ARG_FMT'[0m >#define SGL_ARG_FMT (ao_strs_strtable+6096) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:360:43: [0m[0;1;30mnote: [0mformat string is defined here[0m > " OPT_NAME='%2$s'\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:521:24: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(CHK_MAX_COUNT, opts->pzPROGNAME, >[0;1;32m ^~~~~~~~~~~~~ >[0m[1m./ao-strs.h:50:31: [0m[0;1;30mnote: [0mexpanded from macro 'CHK_MAX_COUNT'[0m >#define CHK_MAX_COUNT (ao_strs_strtable+1508) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:181:34: [0m[0;1;30mnote: [0mformat string is defined here[0m > " fi >&2\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:524:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); >[0;1;32m ^~~~~~~~~~~~~ >[0m[1m./ao-strs.h:110:31: [0m[0;1;30mnote: [0mexpanded from macro 'MULTI_ARG_FMT'[0m >#define MULTI_ARG_FMT (ao_strs_strtable+3772) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:264:43: [0m[0;1;30mnote: [0mformat string is defined here[0m > " OPT_NAME='%2$s'\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:531:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); >[0;1;32m ^~~~~~~~~~~~~ >[0m[1m./ao-strs.h:176:31: [0m[0;1;30mnote: [0mexpanded from macro 'SET_MULTI_ARG'[0m >#define SET_MULTI_ARG (ao_strs_strtable+6006) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:353:58: [0m[0;1;30mnote: [0mformat string is defined here[0m > " export %1$s_%2$s${OPT_ELEMENT}\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:532:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, NO_ARG_NEEDED); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:535:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); >[0;1;32m ^~~~~~~~~~~~~ >[0m[1m./ao-strs.h:176:31: [0m[0;1;30mnote: [0mexpanded from macro 'SET_MULTI_ARG'[0m >#define SET_MULTI_ARG (ao_strs_strtable+6006) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:353:58: [0m[0;1;30mnote: [0mformat string is defined here[0m > " export %1$s_%2$s${OPT_ELEMENT}\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:536:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, OK_NEED_OPT_ARG); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:539:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, YES_NEED_OPT_ARG); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:549:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, NO_SUPPRESS_LOAD); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:552:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(NO_SGL_ARG_FMT, opts->pzPROGNAME, >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:132:31: [0m[0;1;30mnote: [0mexpanded from macro 'NO_SGL_ARG_FMT'[0m >#define NO_SGL_ARG_FMT (ao_strs_strtable+4252) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:292:43: [0m[0;1;30mnote: [0mformat string is defined here[0m > " OPT_NAME='%2$s'\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:555:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(NO_MULTI_ARG_FMT, opts->pzPROGNAME, >[0;1;32m ^~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:128:31: [0m[0;1;30mnote: [0mexpanded from macro 'NO_MULTI_ARG_FMT'[0m >#define NO_MULTI_ARG_FMT (ao_strs_strtable+4111) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:283:43: [0m[0;1;30mnote: [0mformat string is defined here[0m > " OPT_NAME='%2$s'\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:558:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(LVL3_CMD, NO_ARG_NEEDED); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:104:31: [0m[0;1;30mnote: [0mexpanded from macro 'LVL3_CMD'[0m >#define LVL3_CMD (ao_strs_strtable+425) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:104:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 425 */ " %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:581:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptionFlag, od->optValue); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:282:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptionFlag'[0m >#define zOptionFlag (ao_strs_strtable+907) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:153:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 907 */ " '%c' )\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:656:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptionPartName, name_bf); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:286:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptionPartName'[0m >#define zOptionPartName (ao_strs_strtable+939) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:155:33: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 939 */ " '%s' | \\\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:34: >[1m./makeshell.c:666:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptionFullName, name); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:284:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptionFullName'[0m >#define zOptionFullName (ao_strs_strtable+923) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:154:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 923 */ " '%s' )\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:35: >[1m./nested.c:895:17: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); >[0;1;32m ^~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:218:31: [0m[0;1;30mnote: [0mexpanded from macro 'XML_HEX_BYTE_FMT'[0m >#define XML_HEX_BYTE_FMT (ao_strs_strtable+764) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:140:21: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 764 */ "#x%02X;\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:37: >[1m./pgusage.c:49:28: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:204:31: [0m[0;1;30mnote: [0mexpanded from macro 'TMP_FILE_FMT'[0m >#define TMP_FILE_FMT (ao_strs_strtable+721) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:136:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 721 */ "%s/use-%u.XXXXXX\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:37: >[1m./pgusage.c:90:29: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:162:31: [0m[0;1;30mnote: [0mexpanded from macro 'PAGE_USAGE_FMT'[0m >#define PAGE_USAGE_FMT (ao_strs_strtable+569) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:122:36: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 569 */ "%1$s %2$s ; rm -f %2$s\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:175:33: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > out += sprintf(out, MK_STR_OCT_FMT, ch); >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:106:31: [0m[0;1;30mnote: [0mexpanded from macro 'MK_STR_OCT_FMT'[0m >#define MK_STR_OCT_FMT (ao_strs_strtable+441) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:105:20: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 441 */ "\\%03o\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:261:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:156:31: [0m[0;1;30mnote: [0mexpanded from macro 'OPT_VAL_FMT'[0m >#define OPT_VAL_FMT (ao_strs_strtable+552) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:119:20: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 552 */ "%s_%s=\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:267:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(QUOT_ARG_FMT, pOD->optArg.argString); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:174:31: [0m[0;1;30mnote: [0mexpanded from macro 'QUOT_ARG_FMT'[0m >#define QUOT_ARG_FMT (ao_strs_strtable+615) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:126:18: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 615 */ "'%s'\0" >[0;1;32m~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:272:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:154:31: [0m[0;1;30mnote: [0mexpanded from macro 'OPT_END_FMT'[0m >#define OPT_END_FMT (ao_strs_strtable+537) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:118:28: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %s_%s\n\0" >[0;1;32m ~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:281:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME, >[0;1;32m ^~~~~~~~~~ >[0m[1m./ao-strs.h:276:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptNumFmt'[0m >#define zOptNumFmt (ao_strs_strtable+1435) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:175:32: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %1$s_%2$s\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:299:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(SHOW_VAL_FMT, (unsigned long)val); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:194:31: [0m[0;1;30mnote: [0mexpanded from macro 'SHOW_VAL_FMT'[0m >#define SHOW_VAL_FMT (ao_strs_strtable+667) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:132:32: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 667 */ "=%1$lu # 0x%1$lX\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:314:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:270:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptCookieCt'[0m >#define zOptCookieCt (ao_strs_strtable+1332) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:169:35: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %1$s_%2$s_CT\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:317:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(ARG_BY_NUM_FMT, pOpts->pzPROGNAME, pOD->pz_NAME, >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:46:31: [0m[0;1;30mnote: [0mexpanded from macro 'ARG_BY_NUM_FMT'[0m >#define ARG_BY_NUM_FMT (ao_strs_strtable+286) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:86:23: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 286 */ "%s_%s_%d=\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:320:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(EXPORT_ARG_FMT, pOpts->pzPROGNAME, pOD->pz_NAME, >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:74:31: [0m[0;1;30mnote: [0mexpanded from macro 'EXPORT_ARG_FMT'[0m >#define EXPORT_ARG_FMT (ao_strs_strtable+336) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:94:31: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %s_%s_%d\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:359:12: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptCtFmt, pOpts->curOptIdx-1); >[0;1;32m ^~~~~~~~~ >[0m[1m./ao-strs.h:272:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptCtFmt'[0m >#define zOptCtFmt (ao_strs_strtable+1371) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:171:32: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export OPTION_CT\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:387:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); >[0;1;32m ^~~~~~~~~~ >[0m[1m./ao-strs.h:244:31: [0m[0;1;30mnote: [0mexpanded from macro 'zEquivMode'[0m >#define zEquivMode (ao_strs_strtable+1252) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:165:37: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %1$s_%2$s_MODE\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:424:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptDisabl, pOpts->pzPROGNAME, pOD->pz_NAME, >[0;1;32m ^~~~~~~~~~ >[0m[1m./ao-strs.h:274:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptDisabl'[0m >#define zOptDisabl (ao_strs_strtable+1402) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:173:32: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %1$s_%2$s\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:435:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME, >[0;1;32m ^~~~~~~~~~ >[0m[1m./ao-strs.h:276:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptNumFmt'[0m >#define zOptNumFmt (ao_strs_strtable+1435) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:175:32: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %1$s_%2$s\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:455:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zFullOptFmt, pOpts->pzPROGNAME, pOD->pz_NAME, >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:252:31: [0m[0;1;30mnote: [0mexpanded from macro 'zFullOptFmt'[0m >#define zFullOptFmt (ao_strs_strtable+1297) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:167:32: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %1$s_%2$s\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:467:20: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME, >[0;1;32m ^~~~~~~~~~ >[0m[1m./ao-strs.h:276:31: [0m[0;1;30mnote: [0mexpanded from macro 'zOptNumFmt'[0m >#define zOptNumFmt (ao_strs_strtable+1435) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:175:32: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %1$s_%2$s\n\0" >[0;1;32m ~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:475:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:156:31: [0m[0;1;30mnote: [0mexpanded from macro 'OPT_VAL_FMT'[0m >#define OPT_VAL_FMT (ao_strs_strtable+552) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:119:20: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 552 */ "%s_%s=\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:38: >[1m./putshell.c:477:16: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:154:31: [0m[0;1;30mnote: [0mexpanded from macro 'OPT_END_FMT'[0m >#define OPT_END_FMT (ao_strs_strtable+537) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:118:28: [0m[0;1;30mnote: [0mformat string is defined here[0m > "export %s_%s\n\0" >[0;1;32m ~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:220:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:224:31: [0m[0;1;30mnote: [0mexpanded from macro 'ao_name_use_fmt'[0m >#define ao_name_use_fmt (ao_strs_strtable+791) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:143:26: [0m[0;1;30mnote: [0mformat string is defined here[0m > "# %s -- %s\n\0" >[0;1;32m ~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:302:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, NULL_ATR_FMT, ovp->pzName); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:136:31: [0m[0;1;30mnote: [0mexpanded from macro 'NULL_ATR_FMT'[0m >#define NULL_ATR_FMT (ao_strs_strtable+498) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:112:21: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 498 */ "<%s/>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:317:25: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:212:31: [0m[0;1;30mnote: [0mexpanded from macro 'TYPE_ATR_FMT'[0m >#define TYPE_ATR_FMT (ao_strs_strtable+743) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:138:26: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 743 */ "<%s type=%s>\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:337:25: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, END_XML_FMT, ovp->pzName); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:68:31: [0m[0;1;30mnote: [0mexpanded from macro 'END_XML_FMT'[0m >#define END_XML_FMT (ao_strs_strtable+316) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:90:21: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 316 */ "</%s>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:343:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:138:31: [0m[0;1;30mnote: [0mexpanded from macro 'NUMB_ATR_FMT'[0m >#define NUMB_ATR_FMT (ao_strs_strtable+1186) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:162:49: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 1186 */ "<%1$s type=integer>0x%2$lX</%1$s>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:347:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, BOOL_ATR_FMT, ovp->pzName, >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:48:31: [0m[0;1;30mnote: [0mexpanded from macro 'BOOL_ATR_FMT'[0m >#define BOOL_ATR_FMT (ao_strs_strtable+957) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:156:46: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 957 */ "<%1$s type=boolean>%2$s</%1$s>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:365:17: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, OPEN_XML_FMT, name); >[0;1;32m ^~~~~~~~~~~~ >[0m[1m./ao-strs.h:148:31: [0m[0;1;30mnote: [0mexpanded from macro 'OPEN_XML_FMT'[0m >#define OPEN_XML_FMT (ao_strs_strtable+525) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:115:18: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 525 */ "<%s>\0" >[0;1;32m~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:393:17: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, END_XML_FMT, name); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:68:31: [0m[0;1;30mnote: [0mexpanded from macro 'END_XML_FMT'[0m >#define END_XML_FMT (ao_strs_strtable+316) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:90:21: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 316 */ "</%s>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:416:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, OPEN_CLOSE_FMT, name); >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:146:31: [0m[0;1;30mnote: [0mexpanded from macro 'OPEN_CLOSE_FMT'[0m >#define OPEN_CLOSE_FMT (ao_strs_strtable+498) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:112:21: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 498 */ "<%s/>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:420:17: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, NESTED_OPT_FMT, name); >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:114:31: [0m[0;1;30mnote: [0mexpanded from macro 'NESTED_OPT_FMT'[0m >#define NESTED_OPT_FMT (ao_strs_strtable+452) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:107:32: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 452 */ "<%s type=nested>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:450:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:224:31: [0m[0;1;30mnote: [0mexpanded from macro 'ao_name_use_fmt'[0m >#define ao_name_use_fmt (ao_strs_strtable+791) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:143:26: [0m[0;1;30mnote: [0mformat string is defined here[0m > "# %s -- %s\n\0" >[0;1;32m ~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:471:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, NESTED_OPT_FMT, od->pz_Name); >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:114:31: [0m[0;1;30mnote: [0mexpanded from macro 'NESTED_OPT_FMT'[0m >#define NESTED_OPT_FMT (ao_strs_strtable+452) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:107:32: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 452 */ "<%s type=nested>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:585:25: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, zFmtProg, opts->pzProgName); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:250:31: [0m[0;1;30mnote: [0mexpanded from macro 'zFmtProg'[0m >#define zFmtProg (ao_strs_strtable+49) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:47:29: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 49 */ "<?program %s>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:604:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, zPresetFile, time_str); >[0;1;32m ^~~~~~~~~~~ >[0m[1m./ao-strs.h:288:31: [0m[0;1;30mnote: [0mexpanded from macro 'zPresetFile'[0m >#define zPresetFile (ao_strs_strtable+115) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:58:22: [0m[0;1;30mnote: [0mformat string is defined here[0m > "# %s#\n\0" >[0;1;32m ~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:615:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, zFmtProg, opts->pzProgName); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:250:31: [0m[0;1;30mnote: [0mexpanded from macro 'zFmtProg'[0m >#define zFmtProg (ao_strs_strtable+49) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:47:29: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 49 */ "<?program %s>\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:646:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, ao_name_use_fmt, pod->pz_Name, pod->pzText); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:224:31: [0m[0;1;30mnote: [0mexpanded from macro 'ao_name_use_fmt'[0m >#define ao_name_use_fmt (ao_strs_strtable+791) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:143:26: [0m[0;1;30mnote: [0mformat string is defined here[0m > "# %s -- %s\n\0" >[0;1;32m ~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:758:29: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:224:31: [0m[0;1;30mnote: [0mexpanded from macro 'ao_name_use_fmt'[0m >#define ao_name_use_fmt (ao_strs_strtable+791) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:143:26: [0m[0;1;30mnote: [0mformat string is defined here[0m > "# %s -- %s\n\0" >[0;1;32m ~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:41: >[1m./save.c:765:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); >[0;1;32m ^~~~~~~~~~~~~~~ >[0m[1m./ao-strs.h:224:31: [0m[0;1;30mnote: [0mexpanded from macro 'ao_name_use_fmt'[0m >#define ao_name_use_fmt (ao_strs_strtable+791) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:143:26: [0m[0;1;30mnote: [0mformat string is defined here[0m > "# %s -- %s\n\0" >[0;1;32m ~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:48: >[1m./usage.c:301:35: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > sprintf(line_fmt_buf, zFmtFmt, flen); >[0;1;32m ^~~~~~~ >[0m[1m./ao-strs.h:248:31: [0m[0;1;30mnote: [0mexpanded from macro 'zFmtFmt'[0m >#define zFmtFmt (ao_strs_strtable+37) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:46:26: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 37 */ "%%-%ds %%s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:48: >[1m./usage.c:306:35: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > sprintf(line_fmt_buf, zFmtFmt, flen); >[0;1;32m ^~~~~~~ >[0m[1m./ao-strs.h:248:31: [0m[0;1;30mnote: [0mexpanded from macro 'zFmtFmt'[0m >#define zFmtFmt (ao_strs_strtable+37) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:46:26: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 37 */ "%%-%ds %%s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0mIn file included from libopts.c:48: >[1m./usage.c:386:21: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(fp, PUTS_FMT, t); >[0;1;32m ^~~~~~~~ >[0m[1m./ao-strs.h:170:31: [0m[0;1;30mnote: [0mexpanded from macro 'PUTS_FMT'[0m >#define PUTS_FMT (ao_strs_strtable+596) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./ao-strs.c:124:30: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 596 */ " puts(_(%s));\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0m85 warnings generated. >libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../autoopts -DPKGDATADIR=\"/usr/local/share/autogen\" -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -Wall -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wstrict-aliasing=3 -Wextra -Wno-cast-qual -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -c libopts.c -o libopts_la-libopts.o >/dev/null 2>&1 >/bin/sh ../libtool --tag=CC --mode=link cc -DPKGDATADIR='"/usr/local/share/autogen"' -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -Wall -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wstrict-aliasing=3 -Wextra -Wno-cast-qual -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -version-info 42:1:17 -fstack-protector-strong -o libopts.la -rpath /usr/local/lib libopts_la-libopts.lo ../snprintfv/libsnprintfv.la -lm -lm -ldl >libtool: link: cc -shared -fPIC -DPIC .libs/libopts_la-libopts.o -Wl,--whole-archive ../snprintfv/.libs/libsnprintfv.a -Wl,--no-whole-archive -lm -ldl -O2 -fstack-protector-strong -O2 -fstack-protector-strong -fstack-protector-strong -Wl,-soname -Wl,libopts.so.25 -o .libs/libopts.so.25.17.1 >libtool: link: (cd ".libs" && rm -f "libopts.so.25" && ln -s "libopts.so.25.17.1" "libopts.so.25") >libtool: link: (cd ".libs" && rm -f "libopts.so" && ln -s "libopts.so.25.17.1" "libopts.so") >libtool: link: (cd .libs/libopts.lax/libsnprintfv.a && ar x "/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts/../snprintfv/.libs/libsnprintfv.a") >libtool: link: ar cru .libs/libopts.a libopts_la-libopts.o .libs/libopts.lax/libsnprintfv.a/snv.o >libtool: link: ranlib .libs/libopts.a >libtool: link: rm -fr .libs/libopts.lax >libtool: link: ( cd ".libs" && rm -f "libopts.la" && ln -s "../libopts.la" "libopts.la" ) >/usr/local/bin/bash mk-autoopts-pc pkgconfig/autoopts.pc >gmake[5]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts' >gmake[4]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts' >gmake[3]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts' >Making all in agen5 >gmake[3]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/agen5' >Making all in test >gmake[4]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/agen5/test' >gmake[4]: Nothing to be done for 'all'. >gmake[4]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/agen5/test' >gmake[4]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/agen5' >exec > ag.c ; \ >echo '#undef PKGDATADIR' ; \ >echo '#define PKGDATADIR "/usr/local/share/autogen"' ; \ >echo '#undef LIBDATADIR' ; \ >echo '#define LIBDATADIR "/usr/local/lib/autogen"' ; \ >mk=`set -- gmake ; command -v $1` ; \ >echo 'static char const make_prog[] = "'$mk'";' ; \ >printf '\n#define DEFINING 1\n' ; \ >printf '#include "%s"\n' autoopts/project.h autogen.h ; \ >printf '#include "%s"\n' autogen.c defParse-fsm.c defLex.c directive.c funcCase.c funcDef.c funcEval.c funcFor.c funcIf.c functions.c expExtract.c expFormat.c expGperf.c expGuile.c expMake.c expOutput.c expPrint.c expState.c expString.c agShell.c ag-text.c agCgi.c agDep.c agInit.c agUtils.c cgi-fsm.c defDirect.c defFind.c defLoad.c fmemopen.c loadPseudo.c opts.c scribble.c tpLoad.c tpParse.c tpProcess.c >cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../autoopts -I/usr/local/include/guile/2.2 -I/usr/local/include -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -c -o autogen-ag.o `test -f 'ag.c' || echo './'`ag.c >In file included from ag.c:11: >In file included from ./defParse-fsm.c:358: >[1m./defParse.x:120:1: [0m[0;1;35mwarning: [0m[1mfunction declared 'noreturn' should not return [-Winvalid-noreturn][0m >} >[0;1;32m^ >[0mIn file included from ag.c:35: >[1m./cgi-fsm.c:57:16: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > return CGI_EV_END; >[0;1;32m ~~~~~~ ^~~~~~~~~~ >[0m[1m./cgi-fsm.c:67:16: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > return CGI_EV_ALPHA; >[0;1;32m ~~~~~~ ^~~~~~~~~~~~ >[0m[1m./cgi-fsm.c:70:16: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > return CGI_EV_NAME_CHAR; >[0;1;32m ~~~~~~ ^~~~~~~~~~~~~~~~ >[0m[1m./cgi-fsm.c:73:22: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > case '_': return CGI_EV_NAME_CHAR; break; >[0;1;32m ~~~~~~ ^~~~~~~~~~~~~~~~ >[0m[1m./cgi-fsm.c:74:22: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > case '=': return CGI_EV_EQUAL; break; >[0;1;32m ~~~~~~ ^~~~~~~~~~~~ >[0m[1m./cgi-fsm.c:75:22: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > case '+': return CGI_EV_SPACE; break; >[0;1;32m ~~~~~~ ^~~~~~~~~~~~ >[0m[1m./cgi-fsm.c:76:22: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > case '%': return CGI_EV_ESCAPE; break; >[0;1;32m ~~~~~~ ^~~~~~~~~~~~~ >[0m[1m./cgi-fsm.c:77:22: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > case '&': return CGI_EV_SEPARATOR; break; >[0;1;32m ~~~~~~ ^~~~~~~~~~~~~~~~ >[0m[1m./cgi-fsm.c:78:22: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_event' to different enumeration type 'te_cgi_state' > [-Wenum-conversion][0m > default: return CGI_EV_OTHER; break; >[0;1;32m ~~~~~~ ^~~~~~~~~~~~ >[0m[1m./cgi-fsm.c:236:21: [0m[0;1;35mwarning: [0m[1mimplicit conversion from enumeration type 'te_cgi_state' to different enumeration type 'te_cgi_event' > [-Wenum-conversion][0m > trans_evt = get_next_event(curCh, inlen--, saved_pzOut, outlen); >[0;1;32m ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >[0m11 warnings generated. >/bin/sh ../libtool --tag=CC --mode=link cc -I/usr/local/include/guile/2.2 -I/usr/local/include -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -export-dynamic -no-install -fstack-protector-strong -o autogen autogen-ag.o ../autoopts/libopts.la ../snprintfv/libsnprintfv.la -L/usr/local/lib -lguile-2.2 -lgc-threaded -Wl,-rpath -Wl,/usr/local/lib -lm -lm -ldl >libtool: link: cc -I/usr/local/include/guile/2.2 -I/usr/local/include -D_THREAD_SAFE -pthread -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -fstack-protector-strong -o autogen autogen-ag.o -Wl,-rpath -Wl,/usr/local/lib -Wl,--export-dynamic ../autoopts/.libs/libopts.so ../snprintfv/.libs/libsnprintfv.a -L/usr/local/lib -lguile-2.2 -lgc-threaded -lm -ldl -pthread -Wl,-rpath -Wl,/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts/.libs -Wl,-rpath -Wl,/usr/local/lib >gmake[4]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/agen5' >gmake[3]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/agen5' >Making all in columns >gmake[3]: Entering directory '/usr/ports/devel/autogen/work/autogen-5.18.16/columns' >exec > cols.c ; \ >echo '#undef PKGDATADIR' ; \ >echo '#define PKGDATADIR "/usr/local/share/autogen"' ; \ >echo ; echo '#define DEFINING 1' ; \ >echo '#include "autoopts/project.h"' ; \ >for f in opts.h columns.c opts.c ; do echo "#include \"$f\"" ; done >cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../autoopts -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -c -o cols.o cols.c >In file included from cols.c:8: >[1m./opts.c:978:25: [0m[0;1;35mwarning: [0m[1mformat string contains '\0' within the string body [-Wformat][0m > fprintf(stderr, OPEN_ERROR_FMT, errno, strerror(errno), >[0;1;32m ^~~~~~~~~~~~~~ >[0m[1m./opts.c:72:29: [0m[0;1;30mnote: [0mexpanded from macro 'OPEN_ERROR_FMT'[0m >#define OPEN_ERROR_FMT (columns_opt_strs+871) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./opts.c:97:40: [0m[0;1;30mnote: [0mformat string is defined here[0m >/* 871 */ "Error %d (%s) opening %s\n\0" >[0;1;32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ >[0m1 warning generated. >/bin/sh ../libtool --tag=CC --mode=link cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -no-install -fstack-protector-strong -o columns cols.o ../autoopts/libopts.la -L/usr/local/lib -lguile-2.2 -lgc-threaded -Wl,-rpath -Wl,/usr/local/lib -lm -lm -ldl >libtool: link: cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fno-strict-aliasing -fstack-protector-strong -o columns cols.o -Wl,-rpath -Wl,/usr/local/lib ../autoopts/.libs/libopts.so -L/usr/local/lib -lguile-2.2 -lgc-threaded -lm -ldl -Wl,-rpath -Wl,/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts/.libs -Wl,-rpath -Wl,/usr/local/lib >top_builddir=.. \ >/usr/ports/devel/autogen/work/autogen-5.18.16/agen5/autogen -L../autoopts/tpl -L../autoopts/tpl -MFstamp-agtexi -Tagtexi-cmd.tpl -DLEVEL=section --timeout=`expr 5 '*' 3` ./opts.def >Automated Options Processing Error! > /usr/ports/devel/autogen/work/autogen-5.18.16/agen5/autogen called AutoOpts function with structure version 42:0:1. > This exceeds the compiled library version: 41:1:16 >(AutoOpts bug): optionProcess() was called with invalid data. >gmake[3]: *** [Makefile:818: stamp-agtexi] Error 70 >gmake[3]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16/columns' >gmake[2]: *** [Makefile:547: all-recursive] Error 1 >gmake[2]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16' >gmake[1]: *** [Makefile:454: all] Error 2 >gmake[1]: Leaving directory '/usr/ports/devel/autogen/work/autogen-5.18.16' >===> Compilation failed unexpectedly. >Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to >the maintainer. >*** Error code 1 > >Stop. >make: stopped in /usr/ports/devel/autogen >root@sullivan:/usr/ports/devel/autogen # ^Dexit > >Script done on Mon Jun 8 17:00:44 2020
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 247095
: 215373
Working