Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247677 Details for
Bug 337738
net-analyzer/zniper 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
zniper-1.0:20100917-024109.log (text/plain), 9.30 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-17 02:42:11 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-17 02:42:11 UTC
Size:
9.30 KB
patch
obsolete
> * CPV: net-analyzer/zniper-1.0 > * REPO: gentoo > * Maintainer: netmon@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking zniper.tgz to /var/tmp/portage/net-analyzer/zniper-1.0/work >>>> Source unpacked in /var/tmp/portage/net-analyzer/zniper-1.0/work >>>> Compiling source in /var/tmp/portage/net-analyzer/zniper-1.0/work/zniper ... >make -j14 -j1 linux_x86 >make[1]: Entering directory `/var/tmp/portage/net-analyzer/zniper-1.0/work/zniper' >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o zniper.o zniper.c >zniper.c: In function âmainâ: >zniper.c:126:17: warning: pointer targets in assignment differ in signedness >zniper.c:183:2: warning: pointer targets in passing argument 2 of âcap_setfilterâ differ in signedness >iraw.h:190:12: note: expected âu_char *â but argument is of type âchar *â >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o twin.o twin.c >twin.c: In function âdrawconnwinâ: >twin.c:253:2: warning: pointer targets in passing argument 1 of âconn_getarrâ differ in signedness >conn.h:149:27: note: expected âu_int *â but argument is of type âint *â >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o log.o log.c >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o iact.o iact.c >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o capture.o capture.c >capture.c: In function âcap_openâ: >capture.c:61:5: warning: pointer targets in passing argument 1 of âis_reg_fileâ differ in signedness >utils.h:41:12: note: expected âconst char *â but argument is of type âu_char *â >capture.c:63:9: warning: pointer targets in passing argument 1 of âfile_sizeâ differ in signedness >utils.h:42:12: note: expected âconst char *â but argument is of type âu_char *â >capture.c:68:9: warning: pointer targets in passing argument 1 of âpcap_open_offlineâ differ in signedness >/usr/include/pcap/pcap.h:283:9: note: expected âconst char *â but argument is of type âu_char *â >capture.c:68:9: warning: pointer targets in passing argument 2 of âpcap_open_offlineâ differ in signedness >/usr/include/pcap/pcap.h:283:9: note: expected âchar *â but argument is of type âu_char *â >capture.c:78:13: warning: pointer targets in passing argument 1 of âpcap_lookupdevâ differ in signedness >/usr/include/pcap/pcap.h:269:7: note: expected âchar *â but argument is of type âu_char *â >capture.c:78:23: warning: pointer targets in assignment differ in signedness >capture.c:86:17: warning: pointer targets in passing argument 1 of âpcap_lookupnetâ differ in signedness >/usr/include/pcap/pcap.h:270:5: note: expected âconst char *â but argument is of type âu_char *â >capture.c:86:17: warning: pointer targets in passing argument 4 of âpcap_lookupnetâ differ in signedness >/usr/include/pcap/pcap.h:270:5: note: expected âchar *â but argument is of type âu_char *â >capture.c:91:17: warning: pointer targets in passing argument 1 of âpcap_open_liveâ differ in signedness >/usr/include/pcap/pcap.h:281:9: note: expected âconst char *â but argument is of type âu_char *â >capture.c:91:17: warning: pointer targets in passing argument 5 of âpcap_open_liveâ differ in signedness >/usr/include/pcap/pcap.h:281:9: note: expected âchar *â but argument is of type âu_char *â >capture.c: In function âcap_setfilterâ: >capture.c:192:5: warning: pointer targets in passing argument 3 of âpcap_compileâ differ in signedness >/usr/include/pcap/pcap.h:314:5: note: expected âconst char *â but argument is of type âu_char *â >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o net.o net.c >net.c: In function ânet_inetaddrâ: >net.c:59:5: warning: pointer targets in passing argument 1 of âinet_addrâ differ in signedness >/usr/include/arpa/inet.h:35:18: note: expected âconst char *â but argument is of type âu_char *â >net.c:60:9: warning: pointer targets in passing argument 1 of âgethostbynameâ differ in signedness >/usr/include/netdb.h:145:24: note: expected âconst char *â but argument is of type âu_char *â >net.c: In function ânet_hostnameâ: >net.c:106:5: warning: pointer targets in passing argument 1 of âsnprintfâ differ in signedness >/usr/include/bits/stdio2.h:62:1: note: expected âchar * __restrict__â but argument is of type âu_char *â >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o sniff.o sniff.c >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o conn.o conn.c >conn.c: In function âconn_getarrâ: >conn.c:297:14: 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 âu_char *â >conn.c:297:14: warning: pointer targets in passing argument 1 of â__strdupâ differ in signedness >/usr/include/bits/string2.h:1303:14: note: expected âconst char *â but argument is of type âu_char *â >conn.c:297:37: warning: pointer targets in assignment differ in signedness >conn.c:298:14: 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 âu_char *â >conn.c:298:14: warning: pointer targets in passing argument 1 of â__strdupâ differ in signedness >/usr/include/bits/string2.h:1303:14: note: expected âconst char *â but argument is of type âu_char *â >conn.c:298:37: warning: pointer targets in assignment differ in signedness >conn.c:300:14: 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 âu_char *â >conn.c:300:14: warning: pointer targets in passing argument 1 of â__strdupâ differ in signedness >/usr/include/bits/string2.h:1303:14: note: expected âconst char *â but argument is of type âu_char *â >conn.c:300:37: warning: pointer targets in assignment differ in signedness >conn.c: In function âconn_sock2strâ: >conn.c:337:2: warning: pointer targets in passing argument 2 of ânet_ntoaâ differ in signedness >net.h:43:16: note: expected âu_char *â but argument is of type âchar *â >conn.c:338:2: warning: pointer targets in passing argument 2 of ânet_ntoaâ differ in signedness >net.h:43:16: note: expected âu_char *â but argument is of type âchar *â >conn.c: In function âconn_setstrâ: >conn.c:382:3: 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 âu_char *â >conn.c:382:3: warning: pointer targets in passing argument 1 of â__strdupâ differ in signedness >/usr/include/bits/string2.h:1303:14: note: expected âconst char *â but argument is of type âu_char *â >conn.c:382:14: warning: pointer targets in assignment differ in signedness >conn.c:384:3: 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 âu_char *â >conn.c:384:3: warning: pointer targets in passing argument 1 of â__strdupâ differ in signedness >/usr/include/bits/string2.h:1303:14: note: expected âconst char *â but argument is of type âu_char *â >conn.c:384:14: warning: pointer targets in assignment differ in signedness >conn.c:387:14: warning: pointer targets in assignment differ in signedness >conn.c:388:14: warning: pointer targets in assignment differ in signedness >conn.c:390:13: warning: pointer targets in assignment differ in signedness >conn.c: In function âhexstrâ: >conn.c:462:3: warning: pointer targets in passing argument 1 of âsnprintfâ differ in signedness >/usr/include/bits/stdio2.h:62:1: note: expected âchar * __restrict__â but argument is of type âu_char *â >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o iraw.o iraw.c >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -c -o utils.o utils.c >utils.c: In function âtimestrâ: >utils.c:108:17: warning: pointer targets in passing argument 1 of âsnprintfâ differ in signedness >/usr/include/bits/stdio2.h:62:1: note: expected âchar * __restrict__â but argument is of type âu_char *â >utils.c:111:5: warning: pointer targets in passing argument 1 of âstrftimeâ differ in signedness >/usr/include/time.h:199:15: note: expected âchar * __restrict__â but argument is of type âu_char *â >utils.c:113:13: warning: pointer targets in passing argument 1 of âsnprintfâ differ in signedness >/usr/include/bits/stdio2.h:62:1: note: expected âchar * __restrict__â but argument is of type âu_char *â >gcc -g -Wall -O -I/usr/local/include -L/usr/local/lib -o zniper zniper.o twin.o log.o iact.o capture.o net.o sniff.o conn.o iraw.o utils.o -lncurses -lm -lpcap -lpthread >make[1]: Leaving directory `/var/tmp/portage/net-analyzer/zniper-1.0/work/zniper' >>>> Source compiled. >>>> Test phase [none]: net-analyzer/zniper-1.0 > >>>> Install zniper-1.0 into /var/tmp/portage/net-analyzer/zniper-1.0/image/ category net-analyzer >>>> Completed installing zniper-1.0 into /var/tmp/portage/net-analyzer/zniper-1.0/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/zniper > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/zniper >
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 337738
: 247677