FreeBSD Bugzilla – Attachment 194367 Details for
Bug 229115
sysutils/bbcp: Fix build, mark Un'BROKEN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
QA LOG for sysutils/bbcp
sysutils_bbcp-QA-LOG (text/plain), 14.88 KB, created by
Chris Hutchinson
on 2018-06-18 17:20:00 UTC
(
hide
)
Description:
QA LOG for sysutils/bbcp
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2018-06-18 17:20:00 UTC
Size:
14.88 KB
patch
obsolete
>Script started on Mon Jun 18 15:41:53 2018 >root@12current:/usr/ports/sysutils/bbcp # make -DBATCH check-plist > >===> License LGPL20 accepted by the user >===> bbcp-20150116_1 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by bbcp-20150116_1 for building >===> Extracting for bbcp-20150116_1 >=> SHA256 Checksum OK for bbcp-20150116.tar.xz. >===> Patching for bbcp-20150116_1 >===> Applying FreeBSD patches for bbcp-20150116_1 >===> Configuring for bbcp-20150116_1 >===> Building for bbcp-20150116_1 >--- all --- >--- FreeBSD --- >--- ../obj/FreeBSD/bbcp.o --- >--- ../obj/FreeBSD/bbcp_Args.o --- >Compiling bbcp_Args.C >--- ../obj/FreeBSD/bbcp.o --- >Compiling bbcp.C >--- ../obj/FreeBSD/bbcp_Args.o --- >bbcp_Args.C:199:10: warning: add explicit braces to avoid dangling else [-Wdangling-else] > else if (*argval != '-') return *optspec; > ^ >1 warning generated. >--- ../obj/FreeBSD/bbcp_BuffPool.o --- >Compiling bbcp_BuffPool.C >--- ../obj/FreeBSD/bbcp_C32.o --- >Compiling bbcp_C32.C >--- ../obj/FreeBSD/bbcp_ChkSum.o --- >Compiling bbcp_ChkSum.C >--- ../obj/FreeBSD/bbcp_Config.o --- >Compiling bbcp_Config.C >--- ../obj/FreeBSD/bbcp_Emsg.o --- >Compiling bbcp_Emsg.C >--- ../obj/FreeBSD/bbcp_Config.o --- >In file included from bbcp_Config.C:58: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_Config.C:58: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_Config.C:58: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >--- ../obj/FreeBSD/bbcp_Emsg.o --- >In file included from bbcp_Emsg.C:33: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_Emsg.C:33: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >--- ../obj/FreeBSD/bbcp_Config.o --- >bbcp_Config.C:772:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] > else if (!strcmp(argv[1], SnkArg)) > ^ >--- ../obj/FreeBSD/bbcp_Emsg.o --- >2 warnings generated. >--- ../obj/FreeBSD/bbcp_File.o --- >Compiling bbcp_File.C >In file included from bbcp_File.C:36: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_File.C:36: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_File.C:36: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >--- ../obj/FreeBSD/bbcp_Config.o --- >bbcp_Config.C:1659:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] > else bbcp_Fmsg("Config", "Error occured processing config file", cfgfn); > ^ >5 warnings generated. >--- ../obj/FreeBSD/bbcp_FileSpec.o --- >Compiling bbcp_FileSpec.C >--- ../obj/FreeBSD/bbcp_File.o --- >3 warnings generated. >--- ../obj/FreeBSD/bbcp_FileSystem.o --- >Compiling bbcp_FileSystem.C >--- ../obj/FreeBSD/bbcp_FileSpec.o --- >bbcp_FileSpec.C:237:10: warning: add explicit braces to avoid dangling else [-Wdangling-else] > else return bbcp_Emsg("Create_Path", retc, "creating path", targpath); > ^ >1 warning generated. >--- ../obj/FreeBSD/bbcp_FS_Null.o --- >Compiling bbcp_FS_Null.C >In file included from bbcp_FS_Null.C:37: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_FS_Null.C:37: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_FS_Null.C:37: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >3 warnings generated. >--- ../obj/FreeBSD/bbcp_FS_Pipe.o --- >Compiling bbcp_FS_Pipe.C >In file included from bbcp_FS_Pipe.C:46: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_FS_Pipe.C:46: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >--- ../obj/FreeBSD/bbcp_FS_Unix.o --- >Compiling bbcp_FS_Unix.C >In file included from bbcp_FS_Unix.C:48: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_FS_Unix.C:48: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_FS_Unix.C:48: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >--- ../obj/FreeBSD/bbcp_FS_Pipe.o --- >2 warnings generated. >--- ../obj/FreeBSD/bbcp_IO.o --- >Compiling bbcp_IO.C >--- ../obj/FreeBSD/bbcp_FS_Unix.o --- >3 warnings generated. >--- ../obj/FreeBSD/bbcp_IO_Null.o --- >Compiling bbcp_IO_Null.C >--- ../obj/FreeBSD/bbcp_IO_Pipe.o --- >Compiling bbcp_IO_Pipe.C >--- ../obj/FreeBSD/bbcp_IO.o --- >bbcp_IO.C:77:12: warning: add explicit braces to avoid dangling else [-Wdangling-else] > } else { > ^ >bbcp_IO.C:89:12: warning: add explicit braces to avoid dangling else [-Wdangling-else] > } else { > ^ >2 warnings generated. >--- ../obj/FreeBSD/bbcp_Link.o --- >Compiling bbcp_Link.C >--- ../obj/FreeBSD/bbcp_LogFile.o --- >Compiling bbcp_LogFile.C >--- ../obj/FreeBSD/bbcp_Link.o --- >In file included from bbcp_Link.C:43: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_Link.C:43: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_Link.C:43: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >3 warnings generated. >--- ../obj/FreeBSD/bbcp_MD5.o --- >Compiling bbcp_MD5.C >--- ../obj/FreeBSD/bbcp_LogFile.o --- >In file included from bbcp_LogFile.C:43: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_LogFile.C:43: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_LogFile.C:43: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >3 warnings generated. >--- ../obj/FreeBSD/bbcp_NetLogger.o --- >Compiling bbcp_Netlogger.c >--- ../obj/FreeBSD/bbcp_NetAddr.o --- >Compiling bbcp_NetAddr.C >--- ../obj/FreeBSD/bbcp_NetAddrInfo.o --- >Compiling bbcp_NetAddrInfo.C >--- ../obj/FreeBSD/bbcp_Network.o --- >Compiling bbcp_Network.C >--- ../obj/FreeBSD/bbcp_Node.o --- >Compiling bbcp_Node.C >--- ../obj/FreeBSD/bbcp_Network.o --- >In file included from bbcp_Network.C:52: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_Network.C:52: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_Network.C:52: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >bbcp_Network.C:611:54: warning: expression result unused [-Wunused-value] > bbcp_Emsg(who,errno,"setting",(Sender?"sndbuf":"rcvbuf","size")); > ^~~~~~~~ >4 warnings generated. >--- ../obj/FreeBSD/bbcp_ProcMon.o --- >Compiling bbcp_ProcMon.C >--- ../obj/FreeBSD/bbcp_ProgMon.o --- >Compiling bbcp_ProgMon.C >--- ../obj/FreeBSD/bbcp_Protocol.o --- >Compiling bbcp_Protocol.C >--- ../obj/FreeBSD/bbcp_Pthread.o --- >Compiling bbcp_Pthread.C >--- ../obj/FreeBSD/bbcp_RTCopy.o --- >Compiling bbcp_RTCopy.C >--- ../obj/FreeBSD/bbcp_Set.o --- >Compiling bbcp_Set.C >--- ../obj/FreeBSD/bbcp_Stream.o --- >Compiling bbcp_Stream.C >--- ../obj/FreeBSD/bbcp_System.o --- >Compiling bbcp_System.C >--- ../obj/FreeBSD/bbcp_Timer.o --- >Compiling bbcp_Timer.C >--- ../obj/FreeBSD/bbcp_Version.o --- >Compiling bbcp_Version.C >--- ../obj/FreeBSD/bbcp_System.o --- >In file included from bbcp_System.C:46: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_System.C:46: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_System.C:46: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >3 warnings generated. >--- ../obj/FreeBSD/bbcp_ZCX.o --- >Compiling bbcp_ZCX.C >--- ../obj/FreeBSD/NetLogger.o --- >Compiling NetLogger.c >--- ../obj/FreeBSD/bbcp_ZCX.o --- >In file included from bbcp_ZCX.C:38: >./bbcp_Platform.h:51:9: warning: 'IOV_MAX' macro redefined [-Wmacro-redefined] >#define IOV_MAX 16 > ^ >/usr/include/sys/syslimits.h:67:9: note: previous definition is here >#define IOV_MAX 1024 /* max elements in i/o vector */ > ^ >In file included from bbcp_ZCX.C:38: >./bbcp_Platform.h:144:9: warning: 'EPROTO' macro redefined [-Wmacro-redefined] >#define EPROTO EPROTOTYPE > ^ >/usr/include/errno.h:176:9: note: previous definition is here >#define EPROTO 92 /* Protocol error */ > ^ >In file included from bbcp_ZCX.C:38: >./bbcp_Platform.h:145:9: warning: 'ENOSR' macro redefined [-Wmacro-redefined] >#define ENOSR EILSEQ > ^ >/usr/include/c++/v1/errno.h:167:9: note: previous definition is here >#define ENOSR 9922 > ^ >3 warnings generated. >--- ../bin/FreeBSD/bbcp --- >Creating executable ../bin/FreeBSD/bbcp ... >Make done. >===> Staging for bbcp-20150116_1 >===> Generating temporary packing list >install -s -m 555 /usr/ports/sysutils/bbcp/work/bbcp-20150116/bin/FreeBSD/bbcp /usr/ports/sysutils/bbcp/work/stage/usr/local/bin >install -m 0644 /usr/ports/sysutils/bbcp/files/FREEBSDUSERS /usr/ports/sysutils/bbcp/work/stage/usr/local/share/doc/bbcp/FREEBSDUSERS >install -m 0644 /usr/ports/sysutils/bbcp/work/bbcp-20150116/bbcp.pdf /usr/ports/sysutils/bbcp/work/stage/usr/local/share/doc/bbcp/bbcp.pdf >******************************************************** >* IMPORTANT IMPORTANT * >******************************************************** >* Please read /usr/local/share/doc/bbcp/FREEBSDUSERS >* for valuable information regarding some of the >* problems users have reported running bbcp on >* FreeBSD, and the solutions to many, if not all >* of them. >* >******************************************************** >====> 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 items in pkg-plist which are not in STAGEDIR >===> No pkg-plist issues found (check-plist) >root@12current:/usr/ports/sysutils/bbcp # make stage-qa > >====> Running Q/A tests (stage-qa) >root@12current:/usr/ports/sysutils/bbcp # make check-sanity > >===> License LGPL20 accepted by the user >root@12current:/usr/ports/sysutils/bbcp # portlint > >looks fine. >root@12current:/usr/ports/sysutils/bbcp # uname > >FreeBSD 12current.localhost 12.0-CURRENT FreeBSD 12.0-CURRENT #0: >root@12current.localhost:/usr/obj/usr/src/amd64.amd64/sys/DEVBOX amd64 >root@12current:/usr/ports/sysutils/bbcp # exit > >exit > >Script done on Mon Jun 18 15:43:32 2018
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 229115
:
194365
| 194367 |
200359
|
200361
|
200482
|
200542