FreeBSD Bugzilla – Attachment 147157 Details for
Bug 193511
net/tcptraceroute-devel: Revive port, Take Maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
net-tcptraceroute-devel QA for the diff that accompanies this pr(1)
net-tcptraceroute-QA (text/plain), 12.32 KB, created by
Chris Hutchinson
on 2014-09-10 07:27:54 UTC
(
hide
)
Description:
net-tcptraceroute-devel QA for the diff that accompanies this pr(1)
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-09-10 07:27:54 UTC
Size:
12.32 KB
patch
obsolete
>Script started on Tue Sep 9 23:59:26 2014 > > ># make -D-DBATCH check-plist > >===> License GPLv2 accepted by the user >===> tcptraceroute-devel-1.5.b7_1 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by tcptraceroute-devel-1.5.b7_1 for building >===> Extracting for tcptraceroute-devel-1.5.b7_1 >=> SHA256 Checksum OK for tcptraceroute-1.5beta7.tar.gz. >===> Patching for tcptraceroute-devel-1.5.b7_1 >===> Applying FreeBSD patches for tcptraceroute-devel-1.5.b7_1 >===> tcptraceroute-devel-1.5.b7_1 depends on executable: gmake - found >===> tcptraceroute-devel-1.5.b7_1 depends on shared library: libnet.so - found (/usr/local/lib/libnet11/libnet.so.1.7.0) >===> Configuring for tcptraceroute-devel-1.5.b7_1 >===> FreeBSD 10 autotools fix applied to /usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7/aclocal.m4 >===> FreeBSD 10 autotools fix applied to /usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7/configure >configure: loading site script /usr/ports/Templates/config.site >checking build system type... amd64-portbld-freebsd11.0 >checking host system type... amd64-portbld-freebsd11.0 >checking target system type... amd64-portbld-freebsd11.0 >checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel >checking whether build environment is sane... yes >checking whether gmake sets $(MAKE)... yes >checking for working aclocal-1.4... missing >checking for working autoconf... found >checking for working automake-1.4... missing >checking for working autoheader... found >checking for working makeinfo... found >checking for gcc... cc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether cc accepts -g... yes >checking for cc option to accept ANSI C... none needed >checking how to run the C preprocessor... cpp >checking for egrep... grep -E >checking whether cc needs -traditional... no >checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel >checking for gethostbyname... (cached) yes >checking for socket... yes >checking for connect... yes >checking for inet_aton... (cached) yes >configure: using libpcap in /usr >checking for pcap_open_live in -lpcap... yes >checking for main in -lnet... yes >checking for libnet_init_packet in -lnet... no >checking for libnet_init in -lnet... yes >configure: libnet version: >= 1.1.0 >checking for ANSI C header files... (cached) yes >checking for sys/types.h... (cached) yes >checking for sys/stat.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for memory.h... (cached) yes >checking for strings.h... (cached) yes >checking for inttypes.h... (cached) yes >checking for stdint.h... (cached) yes >checking for unistd.h... (cached) yes >checking for arpa/inet.h... (cached) yes >checking for fcntl.h... (cached) yes >checking for netdb.h... (cached) yes >checking for netinet/in.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for sys/ioctl.h... (cached) yes >checking for sys/socket.h... (cached) yes >checking for unistd.h... (cached) yes >checking whether time.h and sys/time.h may both be included... yes >checking for sockaddr.sa_len... yes >checking for struct sockaddr.sa_len... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... (cached) yes >checking for sys/select.h... (cached) yes >checking for sys/socket.h... (cached) yes >checking types of arguments for select... int,fd_set *,struct timeval * >checking for vprintf... (cached) yes >checking for _doprnt... no >checking for gettimeofday... (cached) yes >checking for memset... (cached) yes >checking for select... (cached) yes >checking for socket... (cached) yes >checking for strchr... yes >checking for Solaris... no >checking for BSDI... no >checking for NetBSD... no >checking for MacOS X... no >Target OS is freebsd11.0 >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >config.status: executing default-1 commands >===> Building for tcptraceroute-devel-1.5.b7_1 >gmake[1]: Entering directory `/usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7' >cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/local/include/libnet11 -O2 -pipe -fno-strict-aliasing -Wall -c main.c >cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/local/include/libnet11 -O2 -pipe -fno-strict-aliasing -Wall -c datalink.c >[1mmain.c:50:16: [0m[0;1;35mwarning: [0m[1mpassing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between > pointers to integer types with different sign [-Wpointer-sign][0m > if ((dst_ip = hosttoip(dst, LIBNET_RESOLVE)) == 0xFFFFFFFF) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./util.h:37:36: [0m[0;1;30mnote: [0mexpanded from macro 'hosttoip'[0m > libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) >[0;1;32m ^~~~~~~~~~~~~~~~~~ >[0m[1m/usr/local/include/libnet11/./libnet/libnet-functions.h:227:38: [0m[0;1;30mnote: [0mpassing argument to parameter 'host_name' > here[0m >libnet_name2addr4(libnet_t *l, char *host_name, uint8_t use_name); >[0;1;32m ^ >[0m[1mmain.c:57:17: [0m[0;1;35mwarning: [0m[1mpassing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between > pointers to integer types with different sign [-Wpointer-sign][0m > if ((src_ip = hosttoip(src, LIBNET_RESOLVE)) == 0xFFFFFFFF) >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./util.h:37:36: [0m[0;1;30mnote: [0mexpanded from macro 'hosttoip'[0m > libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) >[0;1;32m ^~~~~~~~~~~~~~~~~~ >[0m[1m/usr/local/include/libnet11/./libnet/libnet-functions.h:227:38: [0m[0;1;30mnote: [0mpassing argument to parameter 'host_name' > here[0m >libnet_name2addr4(libnet_t *l, char *host_name, uint8_t use_name); >[0;1;32m ^ >[0m[1mdatalink.c:300:49: [0m[0;1;35mwarning: [0m[1mpassing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts > between pointers to integer types with different sign [-Wpointer-sign][0m > if (getsockname(s, (struct sockaddr *)&sinsrc, &size) < 0) >[0;1;32m ^~~~~ >[0m[1m/usr/include/sys/socket.h:628:74: [0m[0;1;30mnote: [0mpassing argument to parameter here[0m >int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); >[0;1;32m ^ >[0m[1mdatalink.c:329:15: [0m[0;1;35mwarning: [0m[1mpassing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts > between pointers to integer types with different sign [-Wpointer-sign][0m > with_src = hosttoip("127.0.0.1", LIBNET_DONT_RESOLVE); >[0;1;32m ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >[0m[1m./util.h:37:36: [0m[0;1;30mnote: [0mexpanded from macro 'hosttoip'[0m > libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) >[0;1;32m ^~~~~~~~~~~~~~~~~~ >[0m[1m/usr/local/include/libnet11/./libnet/libnet-functions.h:227:38: [0m[0;1;30mnote: [0mpassing argument to parameter 'host_name' > here[0m >libnet_name2addr4(libnet_t *l, char *host_name, uint8_t use_name); >[0;1;32m ^ >[0m2 warnings generated. >cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/local/include/libnet11 -O2 -pipe -fno-strict-aliasing -Wall -c util.c >2 warnings generated. >cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/local/include/libnet11 -O2 -pipe -fno-strict-aliasing -Wall -c probe.c >[1mprobe.c:97:46: [0m[0;1;35mwarning: [0m[1mpassing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts > between pointers to integer types with different sign [-Wpointer-sign][0m > if ((getsockname(s, (struct sockaddr *)&in, &insize)) < 0) >[0;1;32m ^~~~~~~ >[0m[1m/usr/include/sys/socket.h:628:74: [0m[0;1;30mnote: [0mpassing argument to parameter here[0m >int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); >[0;1;32m ^ >[0mcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/local/include/libnet11 -O2 -pipe -fno-strict-aliasing -Wall -c capture.c >1 warning generated. >cc -O2 -pipe -fno-strict-aliasing -Wall -L/usr/lib -L/usr/local/lib/libnet11 -lnet -o tcptraceroute main.o datalink.o util.o probe.o capture.o -lnet -lpcap >gmake[1]: Leaving directory `/usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7' >===> Staging for tcptraceroute-devel-1.5.b7_1 >install -s -o root -g wheel -m 555 /usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7/tcptraceroute /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/sbin/ >===> Generating temporary packing list >gmake[1]: Entering directory `/usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7' >gmake[2]: Entering directory `/usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7' >/bin/sh ./mkinstalldirs /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/sbin > install -s -o root -g wheel -m 555 tcptraceroute /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/sbin/tcptraceroute >gmake install-man1 >gmake[3]: Entering directory `/usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7' >/bin/sh ./mkinstalldirs /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/man/man1 > install -o root -g wheel -m 444 ./tcptraceroute.1 /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/man/man1/tcptraceroute.1 >gmake[3]: Leaving directory `/usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7' >/bin/sh ./mkinstalldirs /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute >mkdir /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute > install -o root -g wheel -m 444 ./AUTHORS /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute/AUTHORS > install -o root -g wheel -m 444 ./COPYING /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute/COPYING > install -o root -g wheel -m 444 ./ChangeLog /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute/ChangeLog > install -o root -g wheel -m 444 ./NEWS /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute/NEWS > install -o root -g wheel -m 444 ./README /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute/README > install -o root -g wheel -m 444 ./examples.txt /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute/examples.txt > install -o root -g wheel -m 444 ./tcptraceroute.1.html /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute/tcptraceroute.1.html > install -o root -g wheel -m 444 ./tcptraceroute.lsm /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute/tcptraceroute.lsm >gmake[2]: Leaving directory `/usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7' >gmake[1]: Leaving directory `/usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7' >(cd /usr/ports/net/tcptraceroute-devel/work/tcptraceroute-1.5beta7 && install -o root -g wheel -m 444 tcptraceroute.1.html tcptraceroute.lsm AUTHORS COPYING ChangeLog NEWS README examples.txt /usr/ports/net/tcptraceroute-devel/work/stage/usr/local/share/doc/tcptraceroute) >====> 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. > > ># exit > >exit > >Script done on Wed Sep 10 00:00:10 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 193511
:
147156
| 147157