Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/barcode.spec'], False, '/var/lib/mock/dist-f12-build-515235-79865/root/', None, 86400, True, 0, 427, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/barcode.spec'] warning: Could not canonicalize hostname: x86-1.fedora.phx.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/barcode-0.98-14.fc12.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/barcode.spec'], False, '/var/lib/mock/dist-f12-build-515235-79865/root/', None, 86400, True, 0, 427, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/barcode.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.q72Mjw + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf barcode-0.98 + /usr/bin/gzip -dc /builddir/build/SOURCES/barcode-0.98.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd barcode-0.98 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (barcode-configure.patch):' Patch #0 (barcode-configure.patch): + /bin/cat /builddir/build/SOURCES/barcode-configure.patch + /usr/bin/patch -s -p1 -b --suffix .directories --fuzz=0 + echo 'Patch #1 (barcode-install-info.patch):' Patch #1 (barcode-install-info.patch): + /bin/cat /builddir/build/SOURCES/barcode-install-info.patch + /usr/bin/patch -s -p1 -b --suffix .categories --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.x5pXxE + umask 022 + cd /builddir/build/BUILD + cd barcode-0.98 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) works... yes checking whether the C compiler (gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether 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... gcc -E checking for getopt.h... yes checking for paper.h... no 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 + make gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o library.o library.c library.c: In function 'Barcode_Encode': library.c:161: warning: pointer targets in passing argument 1 of 'cptr->verify' differ in signedness library.c:161: note: expected 'unsigned char *' but argument is of type 'char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o ean.o ean.c ean.c: In function 'Barcode_ean_verify': ean.c:139: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:140: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness ean.c:140: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:140: warning: pointer targets in assignment differ in signedness ean.c:158: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:158: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:160: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:101: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:165: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:165: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:167: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:101: note: expected 'char *' but argument is of type 'unsigned char *' ean.c: In function 'upc_e_to_a0': ean.c:185: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c: In function 'upc_e_to_a': ean.c:222: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness ean.c:222: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:222: warning: pointer targets in assignment differ in signedness ean.c:226: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:230: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:231: warning: pointer targets in return differ in signedness ean.c:237: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:239: warning: pointer targets in return differ in signedness ean.c:243: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:244: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:101: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:247: warning: pointer targets in return differ in signedness ean.c:252: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:254: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:101: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:256: warning: pointer targets in return differ in signedness ean.c: In function 'upc_a_to_e': ean.c:274: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:277: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:277: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:279: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:101: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:284: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:101: note: expected 'char *' but argument is of type 'unsigned char *' ean.c:290: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:299: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:299: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:299: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:299: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness /usr/include/string.h:145: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:303: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:303: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:303: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:303: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:303: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness /usr/include/string.h:145: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:307: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:307: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:307: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:307: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:307: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness /usr/include/string.h:145: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:311: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:311: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:311: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:311: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:311: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness /usr/include/string.h:145: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c: In function 'Barcode_upc_verify': ean.c:337: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:338: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness ean.c:338: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:338: warning: pointer targets in assignment differ in signedness ean.c:356: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:356: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:362: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:362: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness /usr/include/bits/string3.h:119: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:364: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:101: note: expected 'char *' but argument is of type 'unsigned char *' ean.c: In function 'Barcode_isbn_verify': ean.c:407: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c: In function 'Barcode_ean_encode': ean.c:525: warning: pointer targets in passing argument 1 of 'upc_e_to_a' differ in signedness ean.c:217: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:525: warning: pointer targets in passing argument 1 of 'upc_a_to_e' differ in signedness ean.c:269: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:525: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' ean.c:548: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:581: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:605: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:612: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:656: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:666: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:698: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:701: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c:734: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:420: note: expected 'unsigned char *' but argument is of type 'char *' ean.c: In function 'Barcode_isbn_encode': ean.c:755: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:757: warning: pointer targets in assignment differ in signedness ean.c:765: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness ean.c:765: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:766: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness ean.c:766: note: expected 'const char *' but argument is of type 'unsigned char *' ean.c:766: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness /usr/include/bits/string3.h:143: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' ean.c:767: warning: pointer targets in assignment differ in signedness ean.c:770: warning: pointer targets in assignment differ in signedness gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o code128.o code128.c code128.c: In function 'Barcode_128c_verify': code128.c:166: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' code128.c: In function 'Barcode_128_make_array': code128.c:323: warning: pointer targets in assignment differ in signedness code128.c:336: warning: pointer targets in assignment differ in signedness code128.c: In function 'Barcode_128raw_verify': code128.c:512: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' code128.c:515: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness /usr/include/stdio.h:432: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o code39.o code39.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o code93.o code93.c code93.c: In function 'Barcode_93_verify': code93.c:72: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' code93.c: In function 'Barcode_93_encode': code93.c:107: warning: pointer targets in assignment differ in signedness code93.c:114: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' code93.c:120: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' code93.c:128: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' code93.c:141: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o i25.o i25.c i25.c: In function 'Barcode_i25_encode': i25.c:65: warning: pointer targets in assignment differ in signedness i25.c:84: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:86: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:100: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness /usr/include/bits/string3.h:143: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:101: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:105: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:113: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:122: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness /usr/include/bits/string3.h:104: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:123: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness /usr/include/bits/string3.h:143: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:127: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:137: warning: pointer targets in assignment differ in signedness i25.c:138: warning: pointer targets in assignment differ in signedness i25.c:139: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:146: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:148: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness /usr/include/bits/stdio2.h:32: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:151: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness /usr/include/bits/stdio2.h:32: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:154: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' i25.c:156: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness /usr/include/bits/string3.h:143: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' i25.c:158: warning: pointer targets in assignment differ in signedness i25.c:159: warning: pointer targets in assignment differ in signedness gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o msi.o msi.c msi.c: In function 'Barcode_msi_verify': msi.c:45: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o plessey.o plessey.c plessey.c: In function 'Barcode_pls_verify': plessey.c:48: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o codabar.o codabar.c codabar.c: In function 'Barcode_cbr_verify': codabar.c:58: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' codabar.c:70: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o ps.o ps.c ps.c: In function 'Barcode_ps_print': ps.c:84: warning: pointer targets in assignment differ in signedness ps.c:186: warning: pointer targets in assignment differ in signedness ps.c:225: warning: pointer targets in assignment differ in signedness ps.c:225: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness ps.c:225: note: expected 'const char *' but argument is of type 'unsigned char *' ps.c:225: warning: pointer targets in assignment differ in signedness ps.c:231: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness /usr/include/stdio.h:432: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o pcl.o pcl.c pcl.c: In function 'Barcode_pcl_print': pcl.c:65: warning: pointer targets in assignment differ in signedness pcl.c:124: warning: pointer targets in assignment differ in signedness pcl.c:162: warning: pointer targets in assignment differ in signedness pcl.c:162: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness pcl.c:162: note: expected 'const char *' but argument is of type 'unsigned char *' pcl.c:162: warning: pointer targets in assignment differ in signedness pcl.c:168: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness /usr/include/stdio.h:432: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' 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 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o main.o main.c main.c: In function 'retrieve_input_string': main.c:174: warning: pointer targets in return differ in signedness main.c:182: warning: pointer targets in return differ in signedness main.c: In function 'main': main.c:527: warning: pointer targets in assignment differ in signedness main.c:561: warning: pointer targets in assignment differ in signedness gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o cmdline.o cmdline.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER main.o cmdline.o -L. -lbarcode -o barcode awk -f doc/manpager doc/doc.barcode awk: doc/manpager:35: warning: escape sequence `\{' treated as plain `{' awk: doc/manpager:36: warning: escape sequence `\}' treated as plain `}' cd doc && make make[1]: Entering directory `/builddir/build/BUILD/barcode-0.98/doc' sed -f ./infofilter doc.barcode | cat > barcode.texinfo chmod 400 barcode.texinfo touch barcode.oo if test "x`ls barcode.?? barcode.aux`" != "x"; then \ for i in `ls barcode.?? barcode.aux`; do \ cp $i $i~; \ done; \ fi ls: cannot access barcode.aux: No such file or directory ls: cannot access barcode.aux: No such file or directory tex barcode.texinfo This is TeX, Version 3.141592 (Web2C 7.5.6) kpathsea: Running mktexfmt tex.fmt fmtutil: running `tex -ini -jobname=tex -progname=tex tex.ini' ... This is TeX, Version 3.141592 (Web2C 7.5.6) (INITEX) (/usr/share/texmf/tex/plain/config/tex.ini (/usr/share/texmf/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (/usr/share/texmf/tex/generic/hyphen/hyphen.tex)) ) Beginning to dump on file tex.fmt (format=tex 2009.7.24) 2020 strings of total length 28959 4990 memory locations dumped; current usage is 110&4877 926 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 14787 words of font info for 50 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6075 has 181 ops out of 35111 181 for language 0 No pages of output. Transcript written on tex.log. fmtutil: /builddir/.texlive2007/texmf-var/web2c/tex/tex.fmt installed. (./barcode.texinfo (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2008-04-18.10]: pdf, fonts, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texmf/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.3 <23 July 2005> ) localization, formatting, and turning on texinfo input format.) [1] (Barcode tools) Chapter 1 Chapter 2 [1] [2] Chapter 3 Cross reference values unknown; you must run TeX again. [3] Chapter 4 [4] Chapter 5 [5] [6] Chapter 6 [7] [8] Chapter 7 [9] Chapter 8 [10] (./barcode.toc ) [-1] ) Output written on barcode.dvi (12 pages, 45492 bytes). Transcript written on barcode.log. old="`ls barcode.??~ barcode.aux~ | sed 's/~//g'`"; \ new="`ls barcode.?? barcode.aux`"; \ need="n"; \ if test "$old" != "$new"; then need="y"; \ else \ for i in `ls barcode.?? barcode.aux`; do \ cmp -s $i $i~; if test $? -ne 0; then need="y" break; fi; \ done; \ fi; \ if test "$need" = "y"; then \ texindex barcode.?? && tex barcode.texinfo; \ fi ls: cannot access barcode.aux~: No such file or directory texindex: barcode.ps: not a texinfo index file This is TeX, Version 3.141592 (Web2C 7.5.6) (./barcode.texinfo (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2008-04-18.10]: pdf, fonts, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texmf/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.3 <23 July 2005> ) localization, formatting, and turning on texinfo input format.) (./barcode.aux) [1] (Barcode tools) Chapter 1 Chapter 2 [1] [2] Chapter 3 [3] Chapter 4 [4] Chapter 5 [5] [6] Chapter 6 [7] [8] Chapter 7 [9] Chapter 8 [10] (./barcode.toc) [-1] ) Output written on barcode.dvi (12 pages, 45476 bytes). Transcript written on barcode.log. dvips -f barcode.dvi > barcode.ps This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software (www.radicaleye.com) ' TeX output 2009.07.24:1733' -> . [1] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [-1] makeinfo barcode.texinfo -o barcode.info awk -f ./mktxt barcode.info > barcodedoc.txt html -o barcode.html barcode.texinfo ps2pdf barcode.ps > barcode.pdf make[1]: execvp: html: Permission denied make[1]: [barcode.html] Error 127 (ignored) # preserve the pdf copy mv -f barcode.pdf PDF 2> /dev/null && \ rm -f *~ *.dvi *.log *.aux \ barcode.*.bak barcode.??? barcode.texinfo && \ mv PDF barcode.pdf; # preserve the ps copy mv barcode.ps PS; rm -f barcode.??; mv PS barcode.ps; make[1]: Leaving directory `/builddir/build/BUILD/barcode-0.98/doc' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER -c -o sample.o sample.c sample.c: In function 'main': sample.c:9: warning: implicit declaration of function 'strcmp' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1 -DNO_LIBPAPER sample.o -L. -lbarcode -o sample + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qbjR9W + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64 ++ dirname /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64 + cd barcode-0.98 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64 + /usr/bin/make prefix=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr exec_prefix=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr bindir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/bin sbindir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/sbin sysconfdir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/etc datadir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share includedir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/include libdir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/lib64 libexecdir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/libexec localstatedir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/var sharedstatedir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/var/lib mandir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/man infodir=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/info install /usr/bin/install -c -d /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/bin /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/include /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/lib64 /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/man/man1 \ /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/man/man3 /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/info /usr/bin/install -c -c barcode /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/bin /usr/bin/install -c -c -m 0644 barcode.h /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/include /usr/bin/install -c -c -m 0644 libbarcode.a /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/lib64 /usr/bin/install -c -c -m 0644 barcode.1 /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/man/man1 /usr/bin/install -c -c -m 0644 barcode.3 /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/man/man3 /usr/bin/install -c -c -m 0644 doc/barcode.info /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/barcode-0.98 extracting debug info from /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/bin/barcode 232 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: barcode-0.98-14.fc12.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.37fQjg + umask 022 + cd /builddir/build/BUILD + cd barcode-0.98 + DOCDIR=/builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/doc/barcode-0.98 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/doc/barcode-0.98 + /bin/mkdir -p /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/doc/barcode-0.98 + cp -pr COPYING ChangeLog README TODO /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64/usr/share/doc/barcode-0.98 + exit 0 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/install-info Requires(preun): /bin/sh /sbin/install-info Requires: libc.so.6()(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: barcode-devel-0.98-14.fc12.x86_64 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: barcode-debuginfo-0.98-14.fc12.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64 warning: Could not canonicalize hostname: x86-1.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/barcode-0.98-14.fc12.x86_64.rpm Wrote: /builddir/build/RPMS/barcode-devel-0.98-14.fc12.x86_64.rpm Wrote: /builddir/build/RPMS/barcode-debuginfo-0.98-14.fc12.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CwYw1w + umask 022 + cd /builddir/build/BUILD + cd barcode-0.98 + rm -rf /builddir/build/BUILDROOT/barcode-0.98-14.fc12.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->