* CPV: app-text/barcode-0.98 * REPO: gentoo * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking barcode-0.98.tar.gz to /var/tmp/portage/app-text/barcode-0.98/work >>> Source unpacked in /var/tmp/portage/app-text/barcode-0.98/work >>> Preparing source in /var/tmp/portage/app-text/barcode-0.98/work/barcode-0.98 ... * Applying 0.98-info.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-text/barcode-0.98/work/barcode-0.98 ... ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux creating cache ./config.cache checking for gcc... i686-pc-linux-gnu-gcc checking whether the C compiler (i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) works... yes checking whether the C compiler (i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) is a cross-compiler... no checking whether we are using GNU C... yes checking whether i686-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... i686-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 >>> Source configured. >>> Compiling source in /var/tmp/portage/app-text/barcode-0.98/work/barcode-0.98 ... make -j14 i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o library.o library.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o ean.o ean.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o code128.o code128.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o code39.o code39.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o code93.o code93.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o i25.o i25.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o msi.o msi.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o plessey.o plessey.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o codabar.o codabar.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o ps.o ps.c ean.c: In function ‘Barcode_ean_verify’: ean.c:139:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /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 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 msi.c: In function ‘Barcode_msi_verify’: msi.c:45:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ ean.c:158:2: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness /usr/include/bits/string3.h:120: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 /usr/include/bits/string3.h:120: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 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 /usr/include/bits/string3.h:120: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 /usr/include/bits/string3.h:120: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 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 /usr/include/bits/string3.h:120: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 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 i25.c: In function ‘Barcode_i25_encode’: i25.c:65:10: warning: pointer targets in assignment differ in signedness i25.c:84:2: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness /usr/include/bits/string3.h:105: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 /usr/include/bits/string3.h:105:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ i25.c:100:2: warning: pointer targets in passing argument 1 of ‘strcat’ differ in signedness /usr/include/bits/string3.h:144: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 /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 /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 /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 /usr/include/bits/string3.h:105: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 /usr/include/bits/string3.h:144: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 /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o pcl.o pcl.c i25.c:137:5: warning: pointer targets in assignment differ in signedness i25.c:138:5: warning: pointer targets in assignment differ in signedness i25.c:139:2: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /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 /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 /usr/include/bits/stdio2.h:32: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 /usr/include/bits/stdio2.h:32: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 /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 /usr/include/bits/string3.h:144:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ i25.c:158:17: warning: pointer targets in assignment differ in signedness i25.c:159:18: warning: pointer targets in assignment differ in signedness ean.c:226:2: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /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 /usr/include/bits/string3.h:105:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ ean.c:231:2: warning: pointer targets in return differ in signedness ean.c:237:3: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness /usr/include/bits/string3.h:105:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ ean.c:239:3: warning: pointer targets in return differ in signedness ean.c:243:2: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness /usr/include/bits/string3.h:105: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 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 ean.c:252:3: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness /usr/include/bits/string3.h:105: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 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 ean.c: In function ‘upc_a_to_e’: ean.c:274:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /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 /usr/include/bits/string3.h:105: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 /usr/include/bits/string3.h:105: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 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 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 /usr/include/bits/string3.h:105: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 /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 /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 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 /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 ean.c:299:6: note: expected ‘const char *’ 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 library.c:161:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ ean.c:299:6: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness 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 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 /usr/include/string.h:146: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 /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 /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 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 /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 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 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 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 /usr/include/string.h:146: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 /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 /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 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 /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 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 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 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 /usr/include/string.h:146: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 /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 /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 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 /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 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 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 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 /usr/include/string.h:146: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 /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 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 ean.c:356:2: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness /usr/include/bits/string3.h:120: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 /usr/include/bits/string3.h:120: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 /usr/include/bits/string3.h:120: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 /usr/include/bits/string3.h:120: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 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 /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 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 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 /usr/include/bits/string3.h:105: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 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 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 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 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 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 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 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 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 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 /usr/include/bits/string3.h:105:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ ean.c:757:11: warning: pointer targets in assignment differ in signedness ean.c:765:5: warning: pointer targets in passing argument 1 of ‘__builtin_strchr’ differ in signedness ean.c:765:5: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ plessey.c: In function ‘Barcode_pls_verify’: plessey.c:48:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: 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 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 /usr/include/bits/string3.h:144:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ ean.c:767:15: warning: pointer targets in assignment differ in signedness ean.c:770:15: warning: pointer targets in assignment differ in signedness i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o main.o main.c plessey.c: In function ‘Barcode_pls_encode’: plessey.c:151:9: warning: format not a string literal and no format arguments i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o cmdline.o cmdline.c code128.c: In function ‘Barcode_128c_verify’: code128.c:166:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /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 /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 code93.c:114:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /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 /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ code93.c:128:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /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 /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ code128.c: In function ‘Barcode_128_make_array’: code128.c:323:7: warning: pointer targets in assignment differ in signedness code128.c:336:12: warning: pointer targets in assignment differ in signedness codabar.c: In function ‘Barcode_cbr_verify’: codabar.c:58:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ codabar.c:70:4: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ awk -f doc/manpager doc/doc.barcode code128.c: In function ‘Barcode_128raw_verify’: code128.c:512:5: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /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 /usr/include/stdio.h:450:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’ awk: doc/manpager:35: warning: escape sequence `\{' treated as plain `{' awk: doc/manpager:36: warning: escape sequence `\}' treated as plain `}' awk -f doc/manpager doc/doc.barcode i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -c -o sample.o sample.c awk: doc/manpager:35: warning: escape sequence `\{' treated as plain `{' awk: doc/manpager:36: warning: escape sequence `\}' treated as plain `}' pcl.c: In function ‘Barcode_pcl_print’: pcl.c:65:14: warning: pointer targets in assignment differ in signedness pcl.c:124:14: warning: pointer targets in assignment differ in signedness pcl.c:162:18: warning: pointer targets in assignment differ in signedness pcl.c:162:9: warning: pointer targets in passing argument 1 of ‘__builtin_strchr’ differ in signedness 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 pcl.c:168:13: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness /usr/include/stdio.h:450:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’ main.c: In function ‘retrieve_input_string’: main.c:174:2: warning: pointer targets in return differ in signedness main.c:182:5: warning: pointer targets in return differ in signedness ps.c: In function ‘Barcode_ps_print’: ps.c:84:14: warning: pointer targets in assignment differ in signedness ps.c:186:14: warning: pointer targets in assignment differ in signedness ps.c:225:18: warning: pointer targets in assignment differ in signedness ps.c:225:9: warning: pointer targets in passing argument 1 of ‘__builtin_strchr’ differ in signedness 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 ps.c:231:13: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness /usr/include/stdio.h:450:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’ main.c: In function ‘main’: main.c:527:16: warning: pointer targets in assignment differ in signedness main.c:561:16: warning: pointer targets in assignment differ in signedness sample.c: In function ‘main’: sample.c:9:5: warning: implicit declaration of function ‘strcmp’ ar r libbarcode.a library.o ean.o code128.o code39.o code93.o i25.o msi.o plessey.o codabar.o ps.o pcl.o ar: creating libbarcode.a ranlib libbarcode.a i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 main.o cmdline.o -L. -lbarcode -lpaper -o barcode i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 sample.o -L. -lbarcode -lpaper -o sample >>> Source compiled. >>> Test phase [none]: app-text/barcode-0.98 >>> Install barcode-0.98 into /var/tmp/portage/app-text/barcode-0.98/image/ category app-text make -j14 install prefix=/var/tmp/portage/app-text/barcode-0.98/image//usr LIBDIR=$(prefix)/lib /usr/bin/install -c -d /var/tmp/portage/app-text/barcode-0.98/image//usr/bin /var/tmp/portage/app-text/barcode-0.98/image//usr/include /var/tmp/portage/app-text/barcode-0.98/image//usr/lib /var/tmp/portage/app-text/barcode-0.98/image//usr/share/man/man1 \ /var/tmp/portage/app-text/barcode-0.98/image//usr/share/man/man3 /var/tmp/portage/app-text/barcode-0.98/image//usr/share/info /usr/bin/install -c -c barcode /var/tmp/portage/app-text/barcode-0.98/image//usr/bin /usr/bin/install -c -c -m 0644 barcode.h /var/tmp/portage/app-text/barcode-0.98/image//usr/include /usr/bin/install -c -c -m 0644 libbarcode.a /var/tmp/portage/app-text/barcode-0.98/image//usr/lib /usr/bin/install -c -c -m 0644 barcode.1 /var/tmp/portage/app-text/barcode-0.98/image//usr/share/man/man1 /usr/bin/install -c -c -m 0644 barcode.3 /var/tmp/portage/app-text/barcode-0.98/image//usr/share/man/man3 /usr/bin/install -c -c -m 0644 doc/barcode.info /var/tmp/portage/app-text/barcode-0.98/image//usr/share/info >>> Completed installing barcode-0.98 into /var/tmp/portage/app-text/barcode-0.98/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/bin/barcode usr/lib/libbarcode.a  * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/bin/barcode   * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * sample.c:9:5: warning: implicit declaration of function ‘strcmp’  * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://www.gnu.org/software/barcode/ * Gentoo contact information ... herds: no-herd maintainers: maintainer-needed@gentoo.org