Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jul 2018 00:46:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229115] [maintainer] sysutils/bbcp: silence pkg-fallout, portlint && disgruntled users.
Message-ID:  <bug-229115-7788-HZ6fT2m4tv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229115-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229115-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229115

Steve Wills <swills@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |swills@FreeBSD.org

--- Comment #3 from Steve Wills <swills@FreeBSD.org> ---
The patch failed to apply automatically for me due to the paths not includi=
ng
the category, and after applying it manually, the port fails to build:

--- ../obj/FreeBSD/bbcp_Protocol.o ---
bbcp_Protocol.C:928:51: error: non-constant-expression cannot be narrowed f=
rom
type 'int' to 'size_t' (aka 'unsigned long') in initializer list
[-Wc++11-narrowing]
                        {(char *)" ", 1}, {csVal, csVsz},
                                                  ^~~~~
bbcp_Protocol.C:928:51: note: insert an explicit cast to silence this issue
                        {(char *)" ", 1}, {csVal, csVsz},
                                                  ^~~~~
                                                  static_cast<size_t>( )
1 error generated.

Also, in files/FREEBSDUSERS there are so "space at end of line" issues and =
one
of the hyphens in a command line option is UTF-8.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229115-7788-HZ6fT2m4tv>