Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert change to elide a warning that caused Solaris builds to fail. #297

Merged
merged 1 commit into from Dec 11, 2019

Conversation

datalogics-robb
Copy link
Contributor

Revert a minor change to elide a warning regarding comparison of unsigned to zero that caused solaris platforms to fail to build.

#283

@datalogics-robb
Copy link
Contributor Author

There is a single CI failure, 388.10 - but that doesn't look like it could be related to the change in this PR.

@viboes viboes merged commit 1623ca9 into boostorg:develop Dec 11, 2019
ftrader pushed a commit to bitcoin-cash-node/bitcoin-cash-node that referenced this pull request May 29, 2022
Summary
---

In glibc >= 2.34 `PTHREAD_STACK_MIN` has been made dynamic which causes
Boost 1.70 to fail to build.

This has been fixed in boostorg/thread#297 for
Solaris which also uses a function call for `PTHREAD_STACK_MIN`.

See:

* fabaff/nixpkgs@629e531
* boostorg/thread#364
* boostorg/thread#283

Test plan
---

* Use a build OS that includes glibc >= 3.34
* `cd depends`
* `make build-linux64`
KarolTrzeszczkowski pushed a commit to Ergon-moe/Bitcoin-Static that referenced this pull request Jul 2, 2022
Summary
---

In glibc >= 2.34 `PTHREAD_STACK_MIN` has been made dynamic which causes
Boost 1.70 to fail to build.

This has been fixed in boostorg/thread#297 for
Solaris which also uses a function call for `PTHREAD_STACK_MIN`.

See:

* fabaff/nixpkgs@629e531
* boostorg/thread#364
* boostorg/thread#283

Test plan
---

* Use a build OS that includes glibc >= 3.34
* `cd depends`
* `make build-linux64`
sickpig pushed a commit to BitcoinUnlimited/BitcoinUnlimited that referenced this pull request Apr 2, 2023
Summary
---

In glibc >= 2.34 `PTHREAD_STACK_MIN` has been made dynamic which causes
Boost 1.70 to fail to build.

This has been fixed in boostorg/thread#297 for
Solaris which also uses a function call for `PTHREAD_STACK_MIN`.

See:

* fabaff/nixpkgs@629e531
* boostorg/thread#364
* boostorg/thread#283

Test plan
---

* Use a build OS that includes glibc >= 3.34 (eg Ubuntu 22.04)
* `cd depends`
* `make HOST=x86_64-pc-linux-gnu`
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.

None yet

2 participants