Mock Version: 1.2.10 Mock Version: 1.2.10 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/fcode-utils.spec'], chrootPath='/var/lib/mock/f23-build-3514770-492916/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/fcode-utils.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: buildvm-14.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/fcode-utils-1.0.2-12.fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/fcode-utils.spec '], chrootPath='/var/lib/mock/f23-build-3514770-492916/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/fcode-utils.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jzv4p0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fcode-utils + /usr/bin/unzip -qq /builddir/build/SOURCES/fcode-utils-1.0.2.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd fcode-utils + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (fcode-utils-optflags.diff):' Patch #0 (fcode-utils-optflags.diff): + /usr/bin/cat /builddir/build/SOURCES/fcode-utils-optflags.diff + /usr/bin/patch -p0 -b --suffix .optflags --fuzz=0 patching file detok/Makefile patching file toke/Makefile patching file romheaders/Makefile Patch #1 (fcode-utils-types.h.diff): + echo 'Patch #1 (fcode-utils-types.h.diff):' + /usr/bin/cat /builddir/build/SOURCES/fcode-utils-types.h.diff + /usr/bin/patch -p1 -b --suffix .types --fuzz=0 patching file shared/types.h + install -p -m 0644 detok/README README.detok + install -p -m 0644 toke/README README.toke + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.37IuLI + umask 022 + cd /builddir/build/BUILD + cd fcode-utils + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + make -j4 make -C toke make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/fcode-utils/toke' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared clflags.c -o clflags.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared conditl.c -o conditl.o conditl.c: In function 'skip_a_word_in_line': conditl.c:243:43: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] /* bool isokay = */ get_word_in_line( statbuf); ^ In file included from conditl.c:53:0: scanner.h:98:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam); ^ In file included from /usr/include/string.h:630:0, from conditl.c:50: conditl.c: In function 'skip_two_words_in_line': conditl.c:276:38: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] char *func_cpy = strupr( strdup( statbuf)); ^ In file included from conditl.c:50:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from conditl.c:50: conditl.c:276:38: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] char *func_cpy = strupr( strdup( statbuf)); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ conditl.c: In function 'conditionally_tokenize': conditl.c:470:19: warning: pointer targets in passing argument 1 of 'is_a_then' differ in signedness [-Wpointer-sign] if ( is_a_then ( statbuf ) ) ^ conditl.c:143:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool is_a_then( char *a_word) ^ conditl.c:482:19: warning: pointer targets in passing argument 1 of 'is_an_else' differ in signedness [-Wpointer-sign] if ( is_an_else( statbuf ) ) ^ conditl.c:149:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool is_an_else( char *a_word) ^ conditl.c:498:12: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf), the_scop); ^ In file included from conditl.c:54:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ conditl.c:511:40: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] when_enc, processg, enc, strupr(statbuf) ); ^ In file included from conditl.c:54:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ conditl.c:525:23: warning: pointer targets in passing argument 1 of 'ignore_one_word' differ in signedness [-Wpointer-sign] ignore_one_word( statbuf ); ^ conditl.c:322:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static void ignore_one_word( char *tname) ^ conditl.c: In function 'conditional_word_in_line': conditl.c:599:28: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if ( get_word_in_line( statbuf) ) ^ In file included from conditl.c:53:0: scanner.h:98:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam); ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared devnode.c -o devnode.o devnode.c: In function 'dev_vocab_control_struct_check': devnode.c:180:36: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] ccs_messg = safe_malloc(strlen(statbuf) + 32, ^ In file included from devnode.c:83:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ devnode.c:183:24: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy( ccs_messg, statbuf ); ^ In file included from /usr/include/features.h:365:0, from /usr/include/stdio.h:27, from devnode.c:81: /usr/include/bits/string3.h:108:1: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared dictionary.c -o dictionary.o dictionary.c: In function 'obsolete_warning': dictionary.c:353:13: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf) ); ^ In file included from dictionary.c:50:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ dictionary.c: In function 'enter_global_scope': dictionary.c:508:10: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf) ); ^ In file included from dictionary.c:50:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ dictionary.c: In function 'resume_device_scope': dictionary.c:530:10: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf) ); ^ In file included from dictionary.c:50:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared emit.c -o emit.o emit.c: In function 'finish_pcihdr': emit.c:559:37: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] "%s without PCI-HEADER\n", strupr(statbuf) ); ^ In file included from emit.c:59:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ emit.c:553:16: warning: variable 'pci_hdr' set but not used [-Wunused-but-set-variable] rom_header_t *pci_hdr; ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared errhandler.c -o errhandler.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared flowcontrol.c -o flowcontrol.o In file included from /usr/include/string.h:630:0, from flowcontrol.c:101: flowcontrol.c: In function 'push_cstag': flowcontrol.c:390:37: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] control_stack->cs_word = strdup(statbuf); ^ In file included from flowcontrol.c:101:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from flowcontrol.c:101: flowcontrol.c:390:37: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] control_stack->cs_word = strdup(statbuf); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ flowcontrol.c: In function 'control_stack_size_test': flowcontrol.c:481:43: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] "Control-Stack underflow at %s", strupr(statbuf) ); ^ In file included from flowcontrol.c:109:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ flowcontrol.c: In function 'control_structure_mismatch': flowcontrol.c:530:10: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf), strupr(control_stack->cs_word)); ^ In file included from flowcontrol.c:109:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ flowcontrol.c: In function 'offset_too_large': flowcontrol.c:588:10: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf), strupr(control_stack->cs_word)); ^ In file included from flowcontrol.c:109:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared macros.c -o macros.o In file included from /usr/include/string.h:630:0, from macros.c:57: macros.c: In function 'add_user_macro': macros.c:465:30: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] char *func_cpy = strdup( statbuf); ^ In file included from macros.c:57:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from macros.c:57: macros.c:465:30: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] char *func_cpy = strdup( statbuf); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ macros.c:470:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] macroname = strdup( statbuf); ^ In file included from macros.c:57:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from macros.c:57: macros.c:470:22: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] macroname = strdup( statbuf); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ macros.c:491:14: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat( statbuf, "\n"); ^ In file included from /usr/include/features.h:365:0, from /usr/include/stdio.h:27, from macros.c:52: /usr/include/bits/string3.h:146:1: note: expected 'char * restrict' but argument is of type 'u8 * {aka unsigned char *}' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^ In file included from /usr/include/string.h:630:0, from macros.c:57: macros.c:492:26: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] macrobody = strdup( statbuf); ^ In file included from macros.c:57:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from macros.c:57: macros.c:492:26: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] macrobody = strdup( statbuf); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ macros.c: In function 'skip_user_macro': macros.c:539:30: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] char *func_cpy = strdup( statbuf); ^ In file included from macros.c:57:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from macros.c:57: macros.c:539:30: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] char *func_cpy = strdup( statbuf); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared nextfcode.c -o nextfcode.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared parselocals.c -o parselocals.o parselocals.c: In function 'gather_locals': parselocals.c:444:25: warning: pointer targets in passing argument 1 of 'word_exists' differ in signedness [-Wpointer-sign] if ( word_exists ( statbuf, &where_pt1, &where_pt2 ) ) ^ In file included from parselocals.c:85:0: scanner.h:113:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool word_exists( char *stat_name, char **where_pt1, char **where_pt2 ); ^ parselocals.c:467:26: warning: pointer targets in passing argument 2 of 'add_local' differ in signedness [-Wpointer-sign] add_local( localno, statbuf ); ^ parselocals.c:335:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static void add_local( TIC_P_DEFLT_TYPE lnum, char *lname) ^ parselocals.c: In function 'assign_local': parselocals.c:836:29: warning: pointer targets in passing argument 1 of 'handle_local' differ in signedness [-Wpointer-sign] is_okay = handle_local( statbuf); ^ parselocals.c:695:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool handle_local( char *lname) ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared scanner.c -o scanner.o scanner.c: In function 'get_sequence': scanner.c:1289:28: warning: pointer targets in passing argument 1 of 'parse_number' differ in signedness [-Wpointer-sign] u8 val = parse_number(pval, NULL, 16); ^ scanner.c:920:13: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'char *' static long parse_number(u8 *start, u8 **endptr, int lbase) ^ scanner.c: In function 'handle_user_message': scanner.c:1581:31: warning: pointer targets in passing argument 2 of 'tokenization_error' differ in signedness [-Wpointer-sign] tokenization_error( MESSAGE, statbuf); ^ In file included from scanner.c:51:0: errhandler.h:53:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' void tokenization_error( int err_type, char* msg, ... ); ^ scanner.c:1542:17: warning: variable 'wlen' set but not used [-Wunused-but-set-variable] signed long wlen; ^ scanner.c: In function 'must_be_deep_in_do': scanner.c:2162:45: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] "%s outside of %s structure", strupr(statbuf), deep_do); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'ret_stk_balance_rpt': scanner.c:2286:63: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] char *what_phr = before_what != NULL ? before_what : strupr(statbuf); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'ret_stk_access_rpt': scanner.c:2336:10: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf) ); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'glob_not_allowed': scanner.c:2847:15: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf), ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'create_word': scanner.c:3184:24: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] if ( test_in_colon(statbuf, FALSE, TKERROR, NULL) ) ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:3227:22: warning: pointer targets in passing argument 1 of 'add_to_current' differ in signedness [-Wpointer-sign] add_to_current( statbuf, nextfcode, definer); ^ In file included from scanner.c:49:0: vocabfuncts.h:69:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' void add_to_current( char *name, ^ scanner.c:3254:12: warning: pointer targets in passing argument 1 of 'strlower' differ in signedness [-Wpointer-sign] strlwr( statbuf); ^ In file included from scanner.c:51:0: errhandler.h:104:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strlower( char *strung); ^ scanner.c:3256:12: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr( statbuf); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ In file included from /usr/include/string.h:630:0, from scanner.c:39: scanner.c: In function 'validate_to_target': scanner.c:3419:37: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] char *cmd_cpy = strupr( strdup( statbuf)); /* For error message */ ^ In file included from scanner.c:39:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from scanner.c:39: scanner.c:3419:37: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] char *cmd_cpy = strupr( strdup( statbuf)); /* For error message */ ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ scanner.c:3432:36: warning: pointer targets in passing argument 1 of 'lookup_with_definer' differ in signedness [-Wpointer-sign] test_entry = lookup_with_definer( statbuf, &defr); ^ scanner.c:3358:19: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static tic_hdr_t *lookup_with_definer( char *stat_name, fwtoken *definr ) ^ scanner.c:3456:35: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] cannot_apply(cmd_cpy, strupr(statbuf), defr ); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'you_are_here': scanner.c:3490:13: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf) ); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'get_token': scanner.c:3761:24: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy( cmnd_cpy, statbuf, FUNC_CPY_BUF_SIZE); ^ In file included from /usr/include/features.h:365:0, from /usr/include/stdio.h:27, from scanner.c:33: /usr/include/bits/string3.h:123:1: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, ^ scanner.c:3766:28: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if ( get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c:3779:31: warning: pointer targets in passing argument 1 of 'lookup_with_definer' differ in signedness [-Wpointer-sign] found = lookup_with_definer( statbuf, &defr); ^ scanner.c:3358:19: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static tic_hdr_t *lookup_with_definer( char *stat_name, fwtoken *definr ) ^ scanner.c:3790:32: warning: pointer targets in passing argument 1 of 'lookup_token' differ in signedness [-Wpointer-sign] found = lookup_token( statbuf); ^ In file included from scanner.c:49:0: vocabfuncts.h:77:12: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' tic_hdr_t *lookup_token( char *tname); ^ scanner.c:3803:37: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] cannot_apply( cmnd_cpy, strupr(statbuf), defr ); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'base_val': scanner.c:3829:25: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy( base_cmnd, statbuf, FUNC_CPY_BUF_SIZE); ^ In file included from /usr/include/features.h:365:0, from /usr/include/stdio.h:27, from scanner.c:33: /usr/include/bits/string3.h:123:1: note: expected 'const char * restrict' but argument is of type 'u8 * {aka unsigned char *}' __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, ^ scanner.c:3833:28: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if ( get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c: In function 'abort_quote': scanner.c:4066:14: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy( statbuf, save_statbuf); ^ In file included from /usr/include/features.h:365:0, from /usr/include/stdio.h:27, from scanner.c:33: /usr/include/bits/string3.h:108:1: note: expected 'char * restrict' but argument is of type 'u8 * {aka unsigned char *}' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ scanner.c:4063:18: warning: variable 'wlen' set but not used [-Wunused-but-set-variable] signed long wlen; ^ scanner.c:4077:12: warning: variable 'abort_string' set but not used [-Wunused-but-set-variable] char *abort_string; ^ In file included from /usr/include/string.h:630:0, from scanner.c:39: scanner.c: In function 'handle_internal': scanner.c:4420:32: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] last_colon_defname = strdup(statbuf); ^ In file included from scanner.c:39:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from scanner.c:39: scanner.c:4420:32: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] last_colon_defname = strdup(statbuf); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ scanner.c:4471:22: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] if ( test_in_colon(statbuf, FALSE, WARNING, NULL) ) ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:4478:25: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if (get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c:4480:24: warning: pointer targets in passing argument 1 of 'eval_user_symbol' differ in signedness [-Wpointer-sign] eval_user_symbol(statbuf); ^ In file included from scanner.c:55:0: usersymbols.h:42:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' void eval_user_symbol(char *symbol ); ^ scanner.c:4485:25: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if (get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c:4487:21: warning: pointer targets in passing argument 1 of 'set_cl_flag' differ in signedness [-Wpointer-sign] set_cl_flag( statbuf, TRUE); ^ In file included from scanner.c:56:0: clflags.h:137:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool set_cl_flag(char *flag_name, bool print_message); ^ scanner.c:4525:26: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if ( get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c:4663:26: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] if ( test_in_colon(statbuf, FALSE, TKERROR, NULL) ) ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:4694:22: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] if ( test_in_colon(statbuf, FALSE, TKERROR, NULL) ) ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:4710:22: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] if ( test_in_colon(statbuf, FALSE, TKERROR, NULL) ) ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:4717:17: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] test_in_colon(statbuf, FALSE, WARNING, "[']"); ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:4755:17: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] test_in_colon(statbuf, handy_toggle, WARNING, ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:4758:26: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if ( get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c:4791:26: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if ( get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c:4799:32: warning: pointer targets in passing argument 1 of 'init_stream' differ in signedness [-Wpointer-sign] stream_ok = init_stream( statbuf ); ^ In file included from scanner.c:45:0: stream.h:87:6: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' bool init_stream( const char *name ); ^ scanner.c:4851:17: warning: pointer targets in passing argument 1 of 'emit_string' differ in signedness [-Wpointer-sign] emit_string( last_colon_defname, ^ In file included from scanner.c:46:0: emit.h:116:7: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'char *' void emit_string(u8 *string, signed int cnt); ^ scanner.c:4859:16: warning: pointer targets in passing argument 1 of 'emit_string' differ in signedness [-Wpointer-sign] emit_string( iname, strlen( iname) ); ^ In file included from scanner.c:46:0: emit.h:116:7: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'char *' void emit_string(u8 *string, signed int cnt); ^ scanner.c:4881:25: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if (get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c:4885:24: warning: pointer targets in passing argument 1 of 'ascii_right_number' differ in signedness [-Wpointer-sign] ascii_right_number( statbuf); ^ scanner.c:1814:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static void ascii_right_number( char *in_str) ^ scanner.c:4887:23: warning: pointer targets in passing argument 1 of 'ascii_left_number' differ in signedness [-Wpointer-sign] ascii_left_number( statbuf); ^ scanner.c:1853:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static void ascii_left_number( char *in_str) ^ scanner.c:4896:11: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf) ); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c:4913:36: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] "Assignment Counter. ", strupr(statbuf) ); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c:4919:23: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] if ( test_in_colon( statbuf, TRUE, TKERROR, NULL) ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:4977:22: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] if ( test_in_colon(statbuf, TRUE, TKERROR, NULL ) ) ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:4985:22: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] if ( test_in_colon(statbuf, TRUE, TKERROR, NULL ) ) ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:5028:36: warning: pointer targets in passing argument 1 of 'test_in_colon' differ in signedness [-Wpointer-sign] handy_toggle = test_in_colon(statbuf, TRUE, TKERROR, NULL ); ^ scanner.c:2095:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static bool test_in_colon ( char *wname, ^ scanner.c:5083:25: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if (get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ In file included from /usr/include/string.h:630:0, from scanner.c:39: scanner.c:5086:23: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] oname = strdup( statbuf ); ^ In file included from scanner.c:39:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from scanner.c:39: scanner.c:5086:23: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] oname = strdup( statbuf ); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ scanner.c:5129:25: warning: pointer targets in passing argument 1 of 'get_word_in_line' differ in signedness [-Wpointer-sign] if (get_word_in_line( statbuf) ) ^ scanner.c:678:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' bool get_word_in_line( char *func_nam) ^ scanner.c:5175:51: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] "Unimplemented control word '%s'\n", strupr(statbuf) ); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'skip_string': scanner.c:5265:54: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] "Unimplemented skip-string word '%s'\n", strupr(statbuf) ); ^ In file included from scanner.c:51:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ scanner.c: In function 'filter_comments': scanner.c:5360:37: warning: pointer targets in passing argument 1 of 'lookup_word' differ in signedness [-Wpointer-sign] tic_hdr_t *found = lookup_word( inword, NULL, NULL ); ^ scanner.c:2648:12: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' tic_hdr_t *lookup_word( char *stat_name, char **where_pt1, char **where_pt2 ) ^ scanner.c: In function 'tokenize_one_word': scanner.c:5448:37: warning: pointer targets in passing argument 1 of 'lookup_word' differ in signedness [-Wpointer-sign] tic_hdr_t *found = lookup_word( statbuf, NULL, NULL ); ^ scanner.c:2648:12: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' tic_hdr_t *lookup_word( char *stat_name, char **where_pt1, char **where_pt2 ) ^ scanner.c:5470:27: warning: pointer targets in passing argument 1 of 'tokenized_word_error' differ in signedness [-Wpointer-sign] tokenized_word_error( statbuf ); ^ scanner.c:2912:13: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' static void tokenized_word_error( char *stat_name) ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared stack.c -o stack.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared stream.c -o stream.o stream.c: In function 'init_inbuf': stream.c:591:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] start = inbuf; ^ stream.c: In function 'init_stream': stream.c:1130:14: warning: pointer targets in passing argument 1 of 'init_inbuf' differ in signedness [-Wpointer-sign] init_inbuf(newbuf, ilen); ^ stream.c:589:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' void init_inbuf(char *inbuf, unsigned int buflen) ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared strsubvocab.c -o strsubvocab.o strsubvocab.c: In function 'add_str_sub_entry': strsubvocab.c:115:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] new_entry->name = ename; ^ strsubvocab.c:116:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] new_entry->alias = subst_str; ^ strsubvocab.c: In function 'lookup_str_sub': strsubvocab.c:148:32: warning: pointer targets in passing argument 2 of 'strcasecmp' differ in signedness [-Wpointer-sign] if ( strcasecmp(tname, curr->name) == 0 ) ^ In file included from strsubvocab.c:64:0: /usr/include/string.h:529:12: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern int strcasecmp (const char *__s1, const char *__s2) ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared ticvocab.c -o ticvocab.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared toke.c -o toke.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared tokzesc.c -o tokzesc.o tokzesc.c: In function 'tokz_esc_emit_byte': tokzesc.c:206:15: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf), num_on_stk, byt_to_emit); ^ In file included from tokzesc.c:55:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ tokzesc.c: In function 'get_fcode_from_stack': tokzesc.c:273:15: warning: pointer targets in passing argument 1 of 'strupper' differ in signedness [-Wpointer-sign] strupr(statbuf), num_on_stk, test_fcode); ^ In file included from tokzesc.c:55:0: errhandler.h:101:14: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *strupper( char *strung); ^ In file included from /usr/include/string.h:630:0, from tokzesc.c:46: tokzesc.c: In function 'create_constant': tokzesc.c:522:28: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] c_name_space = strdup( statbuf ); ^ In file included from tokzesc.c:46:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from tokzesc.c:46: tokzesc.c:522:28: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign] c_name_space = strdup( statbuf ); ^ /usr/include/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern char *__strdup (const char *__string) __THROW __attribute_malloc__; ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared tracesyms.c -o tracesyms.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared usersymbols.c -o usersymbols.o usersymbols.c: In function 'eval_user_symbol': usersymbols.c:264:20: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *symb_valu = found->alias; ^ usersymbols.c: In function 'list_user_symbols': usersymbols.c:342:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ( strlen(curr->name) > maxlen ) maxlen = strlen(curr->name); ^ In file included from usersymbols.c:112:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ usersymbols.c:342:57: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ( strlen(curr->name) > maxlen ) maxlen = strlen(curr->name); ^ In file included from usersymbols.c:112:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from usersymbols.c:112: usersymbols.c:362:16: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ In file included from usersymbols.c:112:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from usersymbols.c:112: usersymbols.c:362:28: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ In file included from usersymbols.c:112:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from usersymbols.c:112: usersymbols.c:362:16: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ usersymbols.c:362:16: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' usersymbols.c:362:28: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ usersymbols.c:362:28: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' usersymbols.c:362:16: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ In file included from usersymbols.c:112:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from usersymbols.c:112: usersymbols.c:362:16: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ usersymbols.c:362:16: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' usersymbols.c:362:28: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ usersymbols.c:362:28: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' usersymbols.c:362:28: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ In file included from usersymbols.c:112:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:630:0, from usersymbols.c:112: usersymbols.c:362:16: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ usersymbols.c:362:16: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' usersymbols.c:362:28: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ usersymbols.c:362:28: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' usersymbols.c:362:16: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ usersymbols.c:362:16: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' usersymbols.c:362:28: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if ( strcmp( curr->name, dup_cand->name) == 0 ) ^ usersymbols.c:362:28: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' usersymbols.c:374:26: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] for ( strindx = strlen(curr->name) ; ^ In file included from usersymbols.c:112:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' extern size_t strlen (const char *__s) ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared ../shared/classcodes.c -o ../shared/classcodes.o gcc -o toke clflags.o conditl.o devnode.o dictionary.o emit.o errhandler.o flowcontrol.o macros.o nextfcode.o parselocals.o scanner.o stack.o stream.o strsubvocab.o ticvocab.o toke.o tokzesc.o tracesyms.o usersymbols.o ../shared/classcodes.o stream.o: In function `expand_pathname': /builddir/build/BUILD/fcode-utils/toke/stream.c:912: warning: the use of `tmpnam' is dangerous, better use `mkstemp' make[1]: Leaving directory '/builddir/build/BUILD/fcode-utils/toke' make -C detok make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/fcode-utils/detok' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared addfcodes.c -o addfcodes.o addfcodes.c: In function 'add_fcodes_from_list': addfcodes.c:305:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] vfc_remainder = indata; ^ addfcodes.c:306:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] vfc_buf_end = indata + stream_max - 1; ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared decode.c -o decode.o decode.c: In function 'named_token': decode.c:364:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string = get_name(&len); ^ decode.c:367:19: warning: pointer targets in passing argument 2 of 'add_token' differ in signedness [-Wpointer-sign] add_token(token, string); ^ In file included from decode.c:39:0: detok.h:60:6: note: expected 'char *' but argument is of type 'u8 * {aka unsigned char *}' void add_token(u16 number, char *name); ^ decode.c: In function 'decode_two': decode.c:417:6: warning: variable 'token' set but not used [-Wunused-but-set-variable] u16 token; ^ gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared detok.c -o detok.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared dictionary.c -o dictionary.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared pcihdr.c -o pcihdr.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared printformats.c -o printformats.o gcc -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared stream.c -o stream.o stream.c: In function 'get_string': stream.c:362:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] retval = get_bytes((int) *len); ^ stream.c:364:9: warning: pointer targets in return differ in signedness [-Wpointer-sign] return (retval); ^ stream.c: In function 'get_name': stream.c:408:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] str_start = get_string(len); ^ gcc -o detok addfcodes.o decode.o detok.o dictionary.o pcihdr.o printformats.o stream.o ../shared/classcodes.o make[1]: Leaving directory '/builddir/build/BUILD/fcode-utils/detok' make -C romheaders make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/fcode-utils/romheaders' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I../shared romheaders.c ../shared/classcodes.c -o romheaders make[1]: Leaving directory '/builddir/build/BUILD/fcode-utils/romheaders' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GqNx3C + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64 ++ dirname /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64 + cd fcode-utils + rm -rf /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64 + mkdir -p /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/fcode-utils + install -p -m 0755 detok/detok /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/bin + install -p -m 0755 romheaders/romheaders /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/bin + install -p -m 0755 toke/toke /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/bin + cp -a localvalues /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/fcode-utils + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/fcode-utils extracting debug info from /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/bin/detok extracting debug info from /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/bin/romheaders extracting debug info from /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/bin/toke /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 1908 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: fcode-utils-1.0.2-12.fc23.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ofawxB + umask 022 + cd /builddir/build/BUILD + cd fcode-utils + DOCDIR=/builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/doc/fcode-utils + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/doc/fcode-utils + cp -pr COPYING /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/doc/fcode-utils + cp -pr README /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/doc/fcode-utils + cp -pr README.detok /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/doc/fcode-utils + cp -pr README.toke /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/doc/fcode-utils + cp -pr documentation /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64/usr/share/doc/fcode-utils + exit 0 Provides: fcode-utils = 1.0.2-12.fc23 fcode-utils(x86-64) = 1.0.2-12.fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) rtld(GNU_HASH) Processing files: fcode-utils-debuginfo-1.0.2-12.fc23.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64 warning: Could not canonicalize hostname: buildvm-14.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/fcode-utils-1.0.2-12.fc23.x86_64.rpm Wrote: /builddir/build/RPMS/fcode-utils-debuginfo-1.0.2-12.fc23.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YGfEjB + umask 022 + cd /builddir/build/BUILD + cd fcode-utils + rm -rf /builddir/build/BUILDROOT/fcode-utils-1.0.2-12.fc23.x86_64 + exit 0 Child return code was: 0 LEAVE do -->