From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28168: rofi - Failed to set locale and relink messages Date: Tue, 22 Aug 2017 11:01:20 +0200 Message-ID: <87k21wasdb.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk54Z-0002GP-Mx for bug-guix@gnu.org; Tue, 22 Aug 2017 05:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk54U-00033e-57 for bug-guix@gnu.org; Tue, 22 Aug 2017 05:02:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39905) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dk54U-00032q-1X for bug-guix@gnu.org; Tue, 22 Aug 2017 05:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dk54T-00047D-OA for bug-guix@gnu.org; Tue, 22 Aug 2017 05:02:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Fredrik Salomonsson's message of "Sun, 20 Aug 2017 20:35:17 -0700") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Fredrik Salomonsson Cc: 28168@debbugs.gnu.org Hello, Fredrik Salomonsson skribis: > Having issues running rofi on my Guix+Arch Linux setup. > Getting this when running it: > # rofi -show run > rofi: Relink > `/gnu/store/88wvqp60hbrdvbp0xsqad5c6njjfshcw-libpng-1.6.28/lib/libpng16.s= o.16' > with > `/gnu/store/ybpgv1v7606xw7mafda66w10hiynpiw2-glibc-2.25/lib/libpthread.so= .0' > for IFUNC symbol `longjmp' > rofi: Relink > `/gnu/store/2sq8w3x8glbjlfn22im6nwwycmbdlzws-freetype-2.7.1/lib/libfreety= pe.so.6' > with > `/gnu/store/ybpgv1v7606xw7mafda66w10hiynpiw2-glibc-2.25/lib/libpthread.so= .0' > for IFUNC symbol `longjmp' Not sure about this one; it seems harmless though. > Failed to set locale. > > then it exits. > > I've set: > GUIX_LOCPATH=3D$HOME/.guix-profile/lib/locale > LANG=3Den_US.UTF-8 > > Using glibc-locales Does setting LC_ALL instead of LANG help? The LC_* variables take precedence over LANG. Ludo=E2=80=99.