Skip to content

Replace db4 install script with depends - #4

Merged
maflcko merged 2 commits into
maflcko:mainfrom
fanquake:nuke_install_bd4
Feb 8, 2023
Merged

Replace db4 install script with depends#4
maflcko merged 2 commits into
maflcko:mainfrom
fanquake:nuke_install_bd4

Conversation

@fanquake

Copy link
Copy Markdown
Contributor

No description provided.

@maflcko

maflcko commented Jan 30, 2023

Copy link
Copy Markdown
Owner
../dist/./../os/os_map.c:564:11: error: use of undeclared identifier 'IPC_R'

🥲

@fanquake
fanquake force-pushed the nuke_install_bd4 branch 4 times, most recently from 140de75 to c2e80c7 Compare January 30, 2023 12:06
@fanquake

Copy link
Copy Markdown
Contributor Author

Will upstream the fix here.

@fanquake
fanquake marked this pull request as draft January 30, 2023 12:14
fanquake added a commit to fanquake/bitcoin that referenced this pull request Jan 30, 2023
Required for additional definitions (IPC_R & friends), to be available,
when compiling under C11.

See: maflcko/bitcoin-core-nightly#4.
maflcko pushed a commit to bitcoin/bitcoin that referenced this pull request Feb 8, 2023
0e02f72 depends: define `__BSD_VISIBLE` for FreeBSD bdb build (fanquake)

Pull request description:

  Required for additional definitions (`IPC_R` & friends), to be available, when compiling under C11, which would otherwise cause compile fails.

  See: maflcko/bitcoin-core-nightly#4.

ACKs for top commit:
  hebasto:
    ACK 0e02f72, tested on FreeBSD 13.1:

Tree-SHA512: 885d4aa341d9668da360cf6dfafb97ce816803c54e76c0a06e448db39a723666d42cd14b3e713d17ecbe33163f5af69924567cf449d679a2db95b36357005d43
@fanquake
fanquake marked this pull request as ready for review February 8, 2023 15:41
Should eliminate the pointless Boost related -Wsuggest-override &&
-Wshadow-field spew.
@fanquake

fanquake commented Feb 8, 2023

Copy link
Copy Markdown
Contributor Author

Added a commit to add --enable-suppress-external-warnings, which should cut the log output by 99%. Heaps of Boost related -Wsuggest-override & -Wshadow-field output.

@maflcko
maflcko merged commit 458334f into maflcko:main Feb 8, 2023
@fanquake
fanquake deleted the nuke_install_bd4 branch February 8, 2023 16:08
janus pushed a commit to BitgesellOfficial/bitgesell that referenced this pull request Aug 27, 2023
Required for additional definitions (IPC_R & friends), to be available,
when compiling under C11.

See: maflcko/bitcoin-core-nightly#4.
backpacker69 pushed a commit to peercoin/peercoin that referenced this pull request Mar 5, 2024
Required for additional definitions (IPC_R & friends), to be available,
when compiling under C11.

See: maflcko/bitcoin-core-nightly#4.
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Sep 27, 2024
…build

0e02f72 depends: define `__BSD_VISIBLE` for FreeBSD bdb build (fanquake)

Pull request description:

  Required for additional definitions (`IPC_R` & friends), to be available, when compiling under C11, which would otherwise cause compile fails.

  See: maflcko/bitcoin-core-nightly#4.

ACKs for top commit:
  hebasto:
    ACK 0e02f72, tested on FreeBSD 13.1:

Tree-SHA512: 885d4aa341d9668da360cf6dfafb97ce816803c54e76c0a06e448db39a723666d42cd14b3e713d17ecbe33163f5af69924567cf449d679a2db95b36357005d43
Kino1994 pushed a commit to Kino1994/bitcoin-full-history that referenced this pull request Jun 28, 2026
Required for additional definitions (IPC_R & friends), to be available,
when compiling under C11.

See: maflcko/bitcoin-core-nightly#4.
Kino1994 pushed a commit to Kino1994/bitcoin-full-history that referenced this pull request Jun 28, 2026
…BSD bdb build

0275433 depends: define `__BSD_VISIBLE` for FreeBSD bdb build (fanquake)

Pull request description:

  Required for additional definitions (`IPC_R` & friends), to be available, when compiling under C11, which would otherwise cause compile fails.

  See: maflcko/bitcoin-core-nightly#4.

ACKs for top commit:
  hebasto:
    ACK 0275433, tested on FreeBSD 13.1:

Tree-SHA512: 885d4aa341d9668da360cf6dfafb97ce816803c54e76c0a06e448db39a723666d42cd14b3e713d17ecbe33163f5af69924567cf449d679a2db95b36357005d43
BigcoinBGC pushed a commit to BigcoinBGC/bigcoin that referenced this pull request Jun 30, 2026
Required for additional definitions (IPC_R & friends), to be available,
when compiling under C11.

See: maflcko/bitcoin-core-nightly#4.
BigcoinBGC pushed a commit to BigcoinBGC/bigcoin that referenced this pull request Jun 30, 2026
…BSD bdb build

6263abd depends: define `__BSD_VISIBLE` for FreeBSD bdb build (fanquake)

Pull request description:

  Required for additional definitions (`IPC_R` & friends), to be available, when compiling under C11, which would otherwise cause compile fails.

  See: maflcko/bitcoin-core-nightly#4.

ACKs for top commit:
  hebasto:
    ACK 6263abd, tested on FreeBSD 13.1:

Tree-SHA512: 885d4aa341d9668da360cf6dfafb97ce816803c54e76c0a06e448db39a723666d42cd14b3e713d17ecbe33163f5af69924567cf449d679a2db95b36357005d43
ab4cus pushed a commit to ab4cus/e4Coin-core that referenced this pull request Jul 8, 2026
…BSD bdb build

0e02f725482dd30b9f03903074a481af1164411d depends: define `__BSD_VISIBLE` for FreeBSD bdb build (fanquake)

Pull request description:

  Required for additional definitions (`IPC_R` & friends), to be available, when compiling under C11, which would otherwise cause compile fails.

  See: maflcko/bitcoin-core-nightly#4.

ACKs for top commit:
  hebasto:
    ACK 0e02f725482dd30b9f03903074a481af1164411d, tested on FreeBSD 13.1:

Tree-SHA512: 885d4aa341d9668da360cf6dfafb97ce816803c54e76c0a06e448db39a723666d42cd14b3e713d17ecbe33163f5af69924567cf449d679a2db95b36357005d43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants