Thread overview
[Issue 23344] std.stdio: error: undefined identifier fputc_unlocked
Sep 18, 2022
Dlang Bot
Sep 18, 2022
Iain Buclaw
Sep 18, 2022
Iain Buclaw
Dec 17, 2022
Iain Buclaw
September 18, 2022
https://issues.dlang.org/show_bug.cgi?id=23344

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/phobos pull request #8571 "partial fix for Issue 23344 - std.stdio: error: undefined identifier fputc_unlocked" mentioning this issue:

- partial fix for Issue 23344 - std.stdio: error: undefined identifier fputc_unlocked

  While the proper fix would be to define the missing getc/putc macros,
  for now to keep the build happy, just treat uClibc as a GENERIC_IO
  platform.

https://github.com/dlang/phobos/pull/8571

--
September 18, 2022
https://issues.dlang.org/show_bug.cgi?id=23344

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ibuclaw@gdcproject.org

--
September 18, 2022
https://issues.dlang.org/show_bug.cgi?id=23344

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Patch posted to fix immediate build error, real fix would be to add the missing macros to druntime, then we can re-enable GCC_IO again.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23344

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
December 13
https://issues.dlang.org/show_bug.cgi?id=23344

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/20150

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--