FreeBSD Bugzilla – Attachment 146765 Details for
Bug 193185
[stage] net/ipsorc MASTER_SITES LICENSE WWW take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
net/ipsorc test log to accompany 2014-09-03.diff
net-ipsorc-tests-out (text/plain), 5.27 KB, created by
Chris Hutchinson
on 2014-09-04 07:28:36 UTC
(
hide
)
Description:
net/ipsorc test log to accompany 2014-09-03.diff
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-09-04 07:28:36 UTC
Size:
5.27 KB
patch
obsolete
>Script started on Thu Sep 4 00:03:31 2014 > ># make -DBATCH check-plist > >===> License GPLv2 accepted by the user >===> ipsorc-1.7.5_4 depends on file: /usr/local/sbin/pkg - found >=> ipsorc-1.7.5.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. >=> Attempting to fetch http://200ok.org/distfiles/ipsorc/ipsorc-1.7.5.tar.bz2 > >ipsorc-1.7.5.tar.bz2 0% of 154 kB 0 Bps >ipsorc-1.7.5.tar.bz2 20% of 154 kB 55 kBps >ipsorc-1.7.5.tar.bz2 100% of 154 kB 124 kBps 00m01s >===> Fetching all distfiles required by ipsorc-1.7.5_4 for building >===> Extracting for ipsorc-1.7.5_4 >=> SHA256 Checksum OK for ipsorc-1.7.5.tar.bz2. >===> Patching for ipsorc-1.7.5_4 >===> Applying FreeBSD patches for ipsorc-1.7.5_4 >===> ipsorc-1.7.5_4 depends on shared library: libglib-12.so - found (/usr/local/lib/libglib-12.so.3) >===> ipsorc-1.7.5_4 depends on shared library: libgtk-12.so - found (/usr/local/lib/libgtk-12.so.2) >===> Configuring for ipsorc-1.7.5_4 >===> Building for ipsorc-1.7.5_4 >--- con --- >--- gtk --- >--- con --- >cc -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -ansi -D_VERSION_=\"1.7.5\" -D_CON_ sorcery.c spells.c route.c ip.c tcp.c udp.c ipsorcery.c icmp.c -o ipmagic >--- gtk --- >cc -O2 -pipe -fno-strict-aliasing -std=gnu89 -Wall -ansi -D_GTK_ ipmagic.c spellbook.c cauldron.c spells.c tcp.c icmp.c udp.c -o magic `/usr/local/bin/gtk12-config --cflags --libs` >--- con --- >sorcery.c:183:54: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] > if((recve = recvfrom(snoop, buff, 65535, 0, &sn, &sizer)) < 0) > ^~~~~~ >/usr/include/sys/socket.h:632:96: note: passing argument to parameter here >ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict, socklen_t * __restrict); > ^ >sorcery.c:188:60: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] > if((recve = recvfrom(snoop, buff, 65535, 0, &sn, &sizer)) < 0) > ^~~~~~ >/usr/include/sys/socket.h:632:96: note: passing argument to parameter here >ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict, socklen_t * __restrict); > ^ >sorcery.c:258:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] >{ fprintf(stderr, message); } > ^~~~~~~ >3 warnings generated. >route.c:294:40: warning: 'memcpy' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess] > memcpy(oh->auth, next_arg, sizeof(next_arg)); > ~~~~~~~~ ^~~~~~~~ >route.c:294:40: note: did you mean to provide an explicit length? > memcpy(oh->auth, next_arg, sizeof(next_arg)); > ^~~~~~~~ >1 warning generated. >ipsorcery.c:404:48: warning: 'memcpy' call operates on objects of type 'struct ip_option [2]' while the size is based on a different type 'struct ip_option (*)[2]' [-Wsizeof-pointer-memaccess] > memcpy(&packet[S_IP], &ip_option, sizeof(&ip_option)); > ~~~~~~~~~~ ^~~~~~~~~~ >ipsorcery.c:404:48: note: did you mean to remove the addressof in the argument to 'sizeof' (and multiply it by the number of elements)? > memcpy(&packet[S_IP], &ip_option, sizeof(&ip_option)); > ^~~~~~~~~~ >1 warning generated. >--- gtk --- >udp.c:149:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] > sprintf(udleng, "%d", S_UDP); > ~~ ^~~~~ > %lu >./udp.h:25:20: note: expanded from macro 'S_UDP' >#define S_UDP sizeof(struct udphdr) > ^~~~~~~~~~~~~~~~~~~~~ >1 warning generated. >===> Staging for ipsorc-1.7.5_4 >===> Generating temporary packing list >install -s -o root -g wheel -m 555 /usr/ports/net/ipsorc/work/ipsorc-1.7.5/ipmagic /usr/ports/net/ipsorc/work/ipsorc-1.7.5/magic /usr/ports/net/ipsorc/work/stage/usr/local/bin >install -o root -g wheel -m 444 /usr/ports/net/ipsorc/work/ipsorc-1.7.5/README /usr/ports/net/ipsorc/work/ipsorc-1.7.5/HOWTO /usr/ports/net/ipsorc/work/stage/usr/local/share/doc/ipsorc >====> Compressing man pages (compress-man) >====> Running Q/A tests (stage-qa) >====> Checking for pkg-plist issues (check-plist) >===> Parsing plist >===> Checking for items in STAGEDIR missing from pkg-plist >===> Checking for directories owned by MTREEs >===> Checking for directories handled by dependencies >===> Checking for items in pkg-plist which are not in STAGEDIR >===> No pkg-plist issues found (check-plist) > > > ># make stage-qa >====> Running Q/A tests (stage-qa) > > > ># make check-sanity >===> License GPLv2 accepted by the user > > > ># portlint >looks fine. > > > ># make clean >===> Cleaning for ipsorc-1.7.5_4 > > > ># make distclean >===> Cleaning for ipsorc-1.7.5_4 >===> Deleting distfiles for ipsorc-1.7.5_4 > > >Script done on Thu Sep 4 00:05:26 2014
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 193185
:
146580
|
146764
|
146765
|
146766
|
146767
|
146776
|
146777
|
146819