Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 07:04:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229115] sysutils/bbcp: Fix build, mark Un'BROKEN
Message-ID:  <bug-229115-7788-lDp9OwHaLn@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

Terry Kennedy <terry-freebsd@glaver.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |terry-freebsd@glaver.org

--- Comment #10 from Terry Kennedy <terry-freebsd@glaver.org> ---
Created attachment 200482
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D200482&action=
=3Dedit
Clean build on 12-STABLE

I took up the offer (in PR 197035) of looking at this and fixing it myself.

I have bbcp 17.12.00.00.0 (that's the latest from the author's GIT) working=
 on
FreeBSD 12-STABLE as the initiator of the transfer, using IPv4, without nee=
ding
the -4 flag or changing the sysctl. It also compiles cleanly on 12-stable w=
ith
no warnings or other noise (see attached log). It is still not working as a
target, but I wanted to report my progress (substantial, IMHO) in case other
people are working on this using older code and patches.

This latest version has the useful side effect of no longer needing the vast
majority of patches in the FreeBSD port - all of the patches to change "if
(foo)" to "if ((foo))" have been upstreamed.

All of my work so far is available if anyone wants to take this over. My ne=
xt
task will be getting the receive side working in this version, then testing=
 the
various IPv6 permutations.

Here's the test run:

[0:54] host1:~> bbcp --version
17.12.00.00.0
[0:55] host1:~> sysctl net.inet6.ip6.v6only
net.inet6.ip6.v6only: 1
[0:56] host1:~> bbcp -P 2 /dev/zero host2.example.com:/dev/null


Unauthorized Access Strictly Prohibited

Password for terry@host2.example.com:
bbcp: Warning: host1.example.com is running a newer version of bbcp
bbcp: Creating /dev/null/zero
bbcp: 181225 01:35:54  0% done; 117.1 MB/s
bbcp: 181225 01:35:56  0% done; 117.4 MB/s
^C

--=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-lDp9OwHaLn>