Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

fix Issue 22829 - [REG master] Undefined symbol stderr first referenced in file test19933.o #3765

Merged
merged 2 commits into from
Mar 1, 2022

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Mar 1, 2022

Both Solaris and Bionic were still defining stdout and others in core.stdc.stdio, which cause a link failure when building without druntime.

@ibuclaw ibuclaw requested a review from schveiguy as a code owner March 1, 2022 15:51
@dlang-bot
Copy link
Contributor

dlang-bot commented Mar 1, 2022

Thanks for your pull request, @ibuclaw!

Bugzilla references

Auto-close Bugzilla Severity Description
22829 regression [REG master] Undefined symbol stderr first referenced in file test19933.o

⚠️⚠️⚠️ Warnings ⚠️⚠️⚠️

To target stable perform these two steps:

  1. Rebase your branch to upstream/stable:
git rebase --onto upstream/stable upstream/master
  1. Change the base branch of your PR to stable

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + druntime#3765"

@dlang-bot dlang-bot added the Bug Fix Include reference to corresponding bugzilla issue label Mar 1, 2022
@dlang-bot dlang-bot merged commit 9f6ae29 into dlang:master Mar 1, 2022
@ibuclaw ibuclaw deleted the issue22829 branch March 1, 2022 22:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Fix Include reference to corresponding bugzilla issue System Headers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants