ENTER do("bash --login -c 'rpmbuild -bs --target i386 --nodeps //builddir/build/SPECS/barcode.spec'", '/var/lib/mock/dist-f9-build-126935-21081/root/', 0, True, 0, , 421, 421, None, logger=) run cmd timeout(0): bash --login -c 'rpmbuild -bs --target i386 --nodeps //builddir/build/SPECS/barcode.spec' /etc/profile: line 38: /bin/hostname: No such file or directory warning: Could not canonicalize hostname: xenbuilder4.fedora.phx.redhat.com Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/barcode-0.98-11.fc9.src.rpm LEAVE do --> ENTER do("bash --login -c 'rpmbuild -bb --target i386 --nodeps //builddir/build/SPECS/barcode.spec'", '/var/lib/mock/dist-f9-build-126935-21081/root/', 0, True, 0, , 421, 421, None, logger=) run cmd timeout(0): bash --login -c 'rpmbuild -bb --target i386 --nodeps //builddir/build/SPECS/barcode.spec' /etc/profile: line 38: /bin/hostname: No such file or directory Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.16043 + 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 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd barcode-0.98 ++ /usr/bin/id -u + '[' 421 = 0 ']' ++ /usr/bin/id -u + '[' 421 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (barcode-configure.patch):' Patch #0 (barcode-configure.patch): + patch -p1 -b --suffix .directories -s + echo 'Patch #1 (barcode-install-info.patch):' Patch #1 (barcode-install-info.patch): + patch -p1 -b --suffix .categories -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.44112 + 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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export FFLAGS ++ find . -name config.guess -o -name config.sub + ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu --target=i386-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/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables ) 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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables ) 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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 ean.c:140: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness 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 ean.c:158: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness ean.c:160: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:165: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness ean.c:165: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness ean.c:167: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c: In function 'upc_e_to_a0': ean.c:185: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness 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: warning: pointer targets in assignment differ in signedness ean.c:226: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:230: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness 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 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 ean.c:244: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness 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 ean.c:254: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness 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 ean.c:277: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness ean.c:277: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness ean.c:279: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:284: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c:290: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness ean.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:299: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:299: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:299: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness ean.c:303: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:303: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:303: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:303: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:303: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:303: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:303: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:303: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness ean.c:307: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:307: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:307: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:307: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:307: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:307: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:307: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:307: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness ean.c:311: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:311: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:311: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:311: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:311: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:311: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:311: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness ean.c:311: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness ean.c: In function 'Barcode_upc_verify': ean.c:337: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness ean.c:338: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness 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 ean.c:356: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness ean.c:362: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness ean.c:362: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness ean.c:364: warning: pointer targets in passing argument 1 of 'ean_make_checksum' differ in signedness ean.c: In function 'Barcode_isbn_verify': ean.c:407: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness 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:525: warning: pointer targets in passing argument 1 of 'upc_a_to_e' differ in signedness ean.c:525: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness ean.c:548: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:581: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:605: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:612: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:656: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:666: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:698: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:701: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c:734: warning: pointer targets in passing argument 1 of 'width_of_partial' differ in signedness ean.c: In function 'Barcode_isbn_encode': ean.c:755: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness 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:766: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness ean.c:766: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness 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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 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 code128.c:515: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 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 code93.c:120: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness code93.c:128: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness code93.c:141: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 i25.c:86: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness i25.c:100: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness i25.c:101: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness i25.c:105: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness i25.c:113: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness i25.c:122: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness i25.c:123: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness i25.c:127: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness 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 i25.c:146: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness i25.c:148: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness i25.c:151: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness i25.c:154: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness i25.c:156: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness 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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 codabar.c:70: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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: warning: pointer targets in assignment differ in signedness ps.c:231: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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: warning: pointer targets in assignment differ in signedness pcl.c:168: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness 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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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) (./barcode.texinfo (/usr/share/texmf/tex/texinfo/texinfo.tex Loading texinfo [version 2007-09-03.05]: 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 2007-09-03.05]: 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 2008.02.11:0813' -> . [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 make[1]: execvp: html: Permission denied make[1]: [barcode.html] Error 127 (ignored) ps2pdf barcode.ps > barcode.pdf # 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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -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.42522 + umask 022 + cd /builddir/build/BUILD + cd barcode-0.98 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/barcode-0.98-11.fc9-root-mockbuild + /usr/bin/make prefix=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr exec_prefix=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr bindir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/bin sbindir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/sbin sysconfdir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/etc datadir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share includedir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/include libdir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/lib libexecdir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/libexec localstatedir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/var sharedstatedir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/com mandir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/man infodir=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/info install /usr/bin/install -c -d /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/bin /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/include /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/lib /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/man/man1 \ /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/man/man3 /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/info /usr/bin/install -c -c barcode /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/bin /usr/bin/install -c -c -m 0644 barcode.h /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/include /usr/bin/install -c -c -m 0644 libbarcode.a /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/lib /usr/bin/install -c -c -m 0644 barcode.1 /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/man/man1 /usr/bin/install -c -c -m 0644 barcode.3 /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/man/man3 /usr/bin/install -c -c -m 0644 doc/barcode.info /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/info + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/barcode-0.98 extracting debug info from /var/tmp/barcode-0.98-11.fc9-root-mockbuild/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-11.fc9 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.67988 + umask 022 + cd /builddir/build/BUILD + cd barcode-0.98 + DOCDIR=/var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/doc/barcode-0.98 + export DOCDIR + rm -rf /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/doc/barcode-0.98 + /bin/mkdir -p /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/doc/barcode-0.98 + cp -pr COPYING ChangeLog README TODO /var/tmp/barcode-0.98-11.fc9-root-mockbuild/usr/share/doc/barcode-0.98 + exit 0 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/install-info Requires(preun): /bin/sh /sbin/install-info Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: barcode-devel-0.98-11.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: barcode-debuginfo-0.98-11.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/barcode-0.98-11.fc9-root-mockbuild warning: Could not canonicalize hostname: xenbuilder4.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/barcode-0.98-11.fc9.i386.rpm Wrote: /builddir/build/RPMS/barcode-devel-0.98-11.fc9.i386.rpm Wrote: /builddir/build/RPMS/barcode-debuginfo-0.98-11.fc9.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.698 + umask 022 + cd /builddir/build/BUILD + cd barcode-0.98 + rm -rf /var/tmp/barcode-0.98-11.fc9-root-mockbuild + exit 0 LEAVE do -->