Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245708 Details for
Bug 335631
app-text/barcode does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
barcode-0.98:20100901-224305.log (text/plain), 31.91 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-02 01:47:21 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-02 01:47:21 UTC
Size:
31.91 KB
patch
obsolete
> * 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 335631
: 245708