pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/57399 (devel/glib2 building failure on NetBSD 10.99.2 amd64)
The following reply was made to PR pkg/57399; it has been noted by GNATS.
From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= <frederic%fauberteau.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/57399 (devel/glib2 building failure on NetBSD 10.99.2 amd64)
Date: Wed, 10 May 2023 23:33:43 +0200
I have found the problem by manually executing glib-compile-resources.
My locales are fr_FR.UTF-8. If a remove LC_ALL (and other LC_*) from the
env of the command, it works. If a set explicitly LC_ALL=fr_FR.UTF-8 in
the env of the glib-compile-resources command, it works. Unfortunately,
it doesn't work if I export LC_ALL=C from my shell (as if fr_FR.UTF-8
was always my locale).
I have commented ALL_ENV+= LC_ALL=C from mk/bsd.pkg.mk as a workaround.
Home |
Main Index |
Thread Index |
Old Index