Build error on FreeBSD #1
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
hard fork
help wanted
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
soft fork
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbrycrd#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think I've had that with and without
--with-incompatible-bdb
. I am running two jobs as well, but not sure if that's causing the problem.Tried a few variations, including with just -j1. No luck.
Do you know what's going on here?
Thanks,
Teran
I haven't tried building lbrycrdd on freebsd in a while. I'll try it again and let you know what I come up with.
Thank you! I've had good luck with Bitcoin and BitcoinXT, so it seems it should be quite doable.
I got lbrycrd to build successfully on 10.2-RELEASE.
I built Berkeley db 4.8 from ports/databases/db48/ and the only tricky part was specifying the paths to the bdb headers and lib. For the configure step, I did:
and that did the trick.
Awesome, thanks! I'll give that a try some time.