Re: HAVE_GCC=10 notes
Rin Okuyama <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
Hi,
On 2021/04/16 11:49, Rin Okuyama wrote:
>> Next, running a pkg_rolling-replace fails in textproc/gnome-doc-utils consistently here:
>>
>> checking for msgfmt... /usr/pkgsrc/textproc/gnome-doc-utils/work/.tools/bin/msgfmt
>> checking for gmsgfmt... /usr/pkgsrc/textproc/gnome-doc-utils/work/.tools/bin/msgfmt
>> [1] Segmentation fault (core dumped) ${XGETTEXT} --version |
>> Done(1) grep "(GNU " 2>/dev/null
>> configure: error: GNU gettext tools not found; required for intltool
>> *** Error code 1
>>
>> Stop.
>> make[1]: stopped in /usr/pkgsrc/textproc/gnome-doc-utils
>> *** Error code 1
>
> This is not a regression for GCC10. devel/gettext-tools seems to be
> miscompiled by GCC9 and GCC10. (IIRC, there is no such a problem in
> GCC8 era.) As a workaround, building devel/gettext-tools with -O0
> fixes problems for me.
I committed workaround for devel/gettext-tools.
Thanks,
rin