* Package: app-text/barcode-0.98-r1 * Repository: gentoo * Maintainer: maintainer-needed@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox * Applying 0.98-info.patch ... [ ok ] creating cache ./config.cache checking for gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler (x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) works... yes checking whether the C compiler (x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) is a cross-compiler... no checking whether we are using GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for getopt.h... yes checking for paper.h... yes checking for unistd.h... yes checking for strerror... yes checking for strcasecmp... yes checking for gmake... yes checking if makeinfo can output html... yes updating cache ./config.cache creating ./config.status creating Makefile sed: can't read confdefs.h: No such file or directory creating ./config.status creating doc/Makefile x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o library.o library.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o ean.o ean.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o code128.o code128.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o code39.o code39.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o code93.o code93.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o i25.o i25.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o msi.o msi.c ean.c: In function 'Barcode_ean_verify': ean.c:139:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:140:5: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness [-Wpointer-sign] ean.c:140:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:140:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ean.c:158:2: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:158:2: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:160:2: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness [-Wpointer-sign] ean.c:101:12: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:165:2: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:165:2: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:167:2: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness [-Wpointer-sign] ean.c:101:12: note: expected 'char *' but argument is of type 'unsigned char *' ean.c: In function 'upc_e_to_a0': ean.c:185:6: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c: In function 'upc_e_to_a': ean.c:222:5: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness [-Wpointer-sign] ean.c:222:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:222:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ean.c:226:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:230:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:231:2: warning: pointer targets in return differ in signedness [-Wpointer-sign] ean.c:237:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:239:3: warning: pointer targets in return differ in signedness [-Wpointer-sign] ean.c:243:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:244:2: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness [-Wpointer-sign] ean.c:101:12: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:247:3: warning: pointer targets in return differ in signedness [-Wpointer-sign] ean.c:252:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:254:3: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness [-Wpointer-sign] ean.c:101:12: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:256:4: warning: pointer targets in return differ in signedness [-Wpointer-sign] ean.c: In function 'upc_a_to_e': ean.c:274:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:277:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:277:2: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:279:2: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness [-Wpointer-sign] ean.c:101:12: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:284:2: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness [-Wpointer-sign] ean.c:101:12: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:290:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:299:6: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299:6: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299:6: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:299:6: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299:6: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299:6: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:299:6: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299:6: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:299:6: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299:6: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:299:6: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299:6: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:147:12: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:303:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:303:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:303:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:303:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303:5: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:147:12: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:307:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:307:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:307:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:307:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307:5: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:147:12: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:311:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:311:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:311:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] ean.c:311:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311:5: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:147:12: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c: In function 'Barcode_upc_verify': ean.c:337:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:338:5: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness [-Wpointer-sign] ean.c:338:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:338:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ean.c:356:2: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:356:2: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:362:2: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:362:2: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:117:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:364:2: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness [-Wpointer-sign] ean.c:101:12: note: expected 'char *' but argument is of type 'unsigned char *' ean.c: In function 'Barcode_isbn_verify': ean.c:407:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from ean.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c: In function 'Barcode_ean_encode': ean.c:525:2: warning: pointer targets in passing argument 1 of 'upc_e_to_a' differ in signedness [-Wpointer-sign] ean.c:217:14: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:525:2: warning: pointer targets in passing argument 1 of 'upc_a_to_e' differ in signedness [-Wpointer-sign] ean.c:269:23: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:525:2: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:548:2: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:581:2: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:605:2: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:612:2: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:656:2: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:666:2: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:698:3: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:701:3: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:734:2: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness [-Wpointer-sign] ean.c:420:12: note: expected 'unsigned char *' but argument is of type 'char *' ean.c: In function 'Barcode_isbn_encode': ean.c:755:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:757:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ean.c:765:5: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness [-Wpointer-sign] ean.c:765:5: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:766:2: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness [-Wpointer-sign] ean.c:766:2: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:766:2: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from ean.c:25: /usr/include/bits/string3.h:140:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:767:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ean.c:770:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] code128.c: In function 'Barcode_128c_verify': code128.c:166:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from code128.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' code93.c: In function 'Barcode_93_verify': code93.c:72:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from code93.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' code93.c: In function 'Barcode_93_encode': code93.c:107:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] code93.c:114:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from code93.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' code93.c:120:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from code93.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c: In function 'Barcode_i25_encode':msi.c: In function 'Barcode_msi_verify': i25.c:65:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]msi.c:45:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] code128.c: In function 'Barcode_128_make_array':code93.c:128:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from msi.c:23:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'code128.c:323:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] In file included from code93.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' code93.c:141:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]i25.c:84:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from code93.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' In file included from /usr/include/string.h:640:0, from i25.c:24: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:86:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from i25.c:24: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' code128.c:336:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]i25.c:100:2: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from i25.c:24: /usr/include/bits/string3.h:140:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:101:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from i25.c:24:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:105:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from i25.c:24:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:113:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from i25.c:24:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:122:5: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from i25.c:24: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:123:5: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from i25.c:24: /usr/include/bits/string3.h:140:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:127:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from i25.c:24:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:137:5: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] i25.c:138:5: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] i25.c:139:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from i25.c:24:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:146:2: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from i25.c:24:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:148:6: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:937:0, from i25.c:22: /usr/include/bits/stdio2.h:31:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:151:7: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] In file included from /usr/include/stdio.h:937:0, from i25.c:22: /usr/include/bits/stdio2.h:31:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:154:9: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from i25.c:24:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:156:5: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] In file included from /usr/include/string.h:640:0, from i25.c:24: /usr/include/bits/string3.h:140:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:158:17: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] i25.c:159:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] code128.c: In function 'Barcode_128raw_verify': code128.c:512:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from code128.c:25:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' code128.c:515:2: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] In file included from code128.c:23:0: /usr/include/stdio.h:448:12: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' library.c: In function 'Barcode_Encode': library.c:161:5: warning: pointer targets in passing argument 1 of 'cptr->verify' differ in signedness [-Wpointer-sign] library.c:161:5: note: expected 'unsigned char *' but argument is of type 'char *' x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o plessey.o plessey.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o codabar.o codabar.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o ps.o ps.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o pcl.o pcl.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o main.o main.c plessey.c: In function 'Barcode_pls_verify': plessey.c:48:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from plessey.c:23:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' plessey.c: In function 'Barcode_pls_encode': plessey.c:151:9: error: format not a string literal and no format arguments [-Werror=format-security] codabar.c: In function 'Barcode_cbr_verify': codabar.c:58:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from codabar.c:23:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' cc1: some warnings being treated as errors codabar.c:70:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] In file included from codabar.c:23:0: /usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *' make: *** [plessey.o] Error 1 make: *** Waiting for unfinished jobs.... ps.c: In function 'Barcode_ps_print': ps.c:84:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]pcl.c: In function 'Barcode_pcl_print': pcl.c:65:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pcl.c:124:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pcl.c:162:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pcl.c:162:9: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness [-Wpointer-sign] pcl.c:162:9: note: expected 'const char *' but argument is of type 'unsigned char *' pcl.c:162:43: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] pcl.c:168:13: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] In file included from pcl.c:23:0: /usr/include/stdio.h:448:12: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' pcl.c:41:15: warning: variable 'k' set but not used [-Wunused-but-set-variable] ps.c:186:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ps.c:225:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ps.c:225:9: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness [-Wpointer-sign] ps.c:225:9: note: expected 'const char *' but argument is of type 'unsigned char *' ps.c:225:43: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] ps.c:231:13: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] In file included from ps.c:22:0: /usr/include/stdio.h:448:12: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ps.c:64:15: warning: variable 'k' set but not used [-Wunused-but-set-variable] main.c: In function 'retrieve_input_string': main.c:174:2: warning: pointer targets in return differ in signedness [-Wpointer-sign] main.c:182:5: warning: pointer targets in return differ in signedness [-Wpointer-sign] main.c: In function 'main': main.c:527:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] main.c:561:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] emake failed * ERROR: app-text/barcode-0.98-r1::gentoo failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 1884: Called __eapi2_src_compile * phase-helpers.sh, line 695: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of `emerge --info '=app-text/barcode-0.98-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-text/barcode-0.98-r1::gentoo'`. * The complete build log is located at '/var/log/log/build/app-text/barcode-0.98-r1:20140826-055307.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/barcode-0.98-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/barcode-0.98-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-text/barcode-0.98-r1/work/barcode-0.98' * S: '/var/tmp/portage/app-text/barcode-0.98-r1/work/barcode-0.98'