Emerging gettext 0.19.8.1 fails with clang: error: redeclaration of 'getcwd' must have the 'overloadable' attribute |
|||
Issue descriptionChrome Version: <69.0.3464.0> Chrome OS Version: <10799.0.2018_06_19_1616> Chrome OS Platform: <GOOGLE-EVE> Please specify Cr-* of the system to which this bug/feature applies (add the label below). Cr-OS-Installer Steps To Reproduce: (1) Attempt to emerge-eve gettext. Expected Result: Gettext compiles and successfully emerges. What happens instead of that? Gettext emerge fails at the compile phase. Build log included.
,
Jul 26
../../../gettext-0.19.8.1/gettext-runtime/intl/dcigettext.c:147:7: error: redeclaration of 'getcwd' must have the 'overloadable' attribute
char *getcwd ();
^
../../../../../../../../usr/include/bits/unistd.h:158:8: note: previous overload of function is here
__NTH (getcwd (char *const __clang_pass_object_size __buf, size_t __size))
does look like the source is buggy
i wonder how it works currently ? are we just not building gettext for the target ? i guess it doesn't matter that much once https://chromium-review.googlesource.com/1151753 lands as we won't be building gettext for the board at all.
,
Jul 26
|
|||
►
Sign in to add a comment |
|||
Comment 1 by vmreyes@google.com
, Jul 26