Summary: | Update net-p2p/bitcoin to 0.7.1 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | robbak | ||||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
robbak
2012-10-18 04:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool) Hi, Nice work, this looks pretty good. I did find that the port fails to build with the GUI option disabled. Perhaps this is an upstream issue? Also, the test_bitcoin binary wasn't found for me, so I had to remove that. Steve I'll retry the no-gui build. It was working with all my tests. building the test-bitcoin binary - I build it and run the tests regularly. Again, it always worked for me. I didn't include it in the files to install. It only builds as part of the non-gui build. Yes, the build works for me. I am using 9.1 Prerelease from about a month ago. Have I missed a dependency, maybe? I'm just setting up a VM to build on a minimal system Could I get some information on that build failure? On 21 October 2012 08:01, Robert Backhaus <robbak@robbak.com> wrote: > I'll retry the no-gui build. It was working with all my tests. > > building the test-bitcoin binary - I build it and run the tests regularly. > Again, it always worked for me. I didn't include it in the files to install. > It only builds as part of the non-gui build. http://meatwad.mouf.net/tb/errors/9.0-RELEASE-i386-FreeBSD/bitcoin-0.7.1.log Take a look at that log. I'll see f I can figure out the issue later. Steve On Oct 20, 2012, at 6:38 PM, Robert Backhaus <robbak@robbak.com> wrote: > Yes, the build works for me. I am using 9.1 Prerelease from about a month ago. > Have I missed a dependency, maybe? I'm just setting up a VM to build > on a minimal system > Could I get some information on that build failure? > > On 21 October 2012 08:01, Robert Backhaus <robbak@robbak.com> wrote: >> I'll retry the no-gui build. It was working with all my tests. >> >> building the test-bitcoin binary - I build it and run the tests regularly. >> Again, it always worked for me. I didn't include it in the files to install. >> It only builds as part of the non-gui build. net.cpp:19:32: warning: miniupnpc/miniwget.h: No such file or directory Looks like I am failing to remove the UPNP setting when it is not selected. One of those sed commands unconditionally stripped a UPNP reference from the Makefile, maybe it can go back in. Losing this line stops USE_PNP being used, ever -e 's|^USE_UPNP.*$$||' \ I can just put it back in, but I think we should edit it to reflect our choice in the options. -e 's|^USE_UPNP.*$$|USE_UPNP=$QMAKE_USE_UqPNP|' \ This seems to work, patch from original added. On 21 October 2012 09:27, Steve Wills <steve@mouf.net> wrote: > http://meatwad.mouf.net/tb/errors/9.0-RELEASE-i386-FreeBSD/bitcoin-0.7.1.log > > Take a look at that log. I'll see f I can figure out the issue later. > > Steve > > On Oct 20, 2012, at 6:38 PM, Robert Backhaus <robbak@robbak.com> wrote: > > Yes, the build works for me. I am using 9.1 Prerelease from about a month > ago. > Have I missed a dependency, maybe? I'm just setting up a VM to build > on a minimal system > Could I get some information on that build failure? > > On 21 October 2012 08:01, Robert Backhaus <robbak@robbak.com> wrote: > > I'll retry the no-gui build. It was working with all my tests. > > > building the test-bitcoin binary - I build it and run the tests regularly. > > Again, it always worked for me. I didn't include it in the files to install. > > It only builds as part of the non-gui build. State Changed From-To: open->closed Committed. Thanks! |