Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jun 2017 18:20:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213930] net-p2p/zcash: create initial port and package
Message-ID:  <bug-213930-13-2eLoQghMIc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213930-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213930-13@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=3D213930

peter@icebear.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter@icebear.net

--- Comment #3 from peter@icebear.net ---
Also tried a manual installation of zcash (prior to finding this thread)
I used the https://github.com/zcash/zcash/wiki/1.0-User-Guide as a guide li=
ne.

I also failed to produce a running package. The issues I ran into where the
following
- flock is missing on a base systems (cheated this by editing the script)
- sha256sum is not installed (symlink to gsha256sum did the trick)
- the build script needs to be started with MAKE=3Dgmake I have gcc5 instal=
led
from ports
- script calls "install -D" should be "ginstall -D" to have the linux
compatible variant
- linker issues due to -ldl (removed this)

then I ran into cpp compiler issues.

Hope this helps in someway

--=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-213930-13-2eLoQghMIc>