This works for me: https://github.com/pjotrp/guix-notes/blob/master/INSTALL.org#set-locale
On Fri, Jul 24, 2015 at 09:01:15PM +0000, Cook, Malcolm wrote: > > "Cook, Malcolm" <m...@stowers.org> skribis: > > > > > With each call to guix I get > > > > > > warning: failed to install locale: Invalid argument > > > > See > > <http://www.gnu.org/software/guix/manual/html_node/Application- > > Setup.html#Locales-1>. > > Thanks Ludo, I should have mentioned that I did do that already. Viz: > > bash-4.2$ echo $LOCPATH > /home/mec/.guix-profile/lib/locale > > and also: > > bash-4.2$ ls $LOCPATH | grep en_US > en_US > en_US.UTF-8 > > but still: > > bash-4.2$ guix package -i bedtools > The following package will be installed: > bedtools 2.22.0 > /gnu/store/zbwx86lncaa1a9r001lnp3kisxp5jjfh-bedtools-2.22.0 > > substitute: warning: failed to install locale: Invalid argument > updating list of substitutes from 'http://hydra.gnu.org'... 100.0% > The following derivations will be built: > /gnu/store/s29xhgww0kpgg2202sc04zdxnr662h1n-profile.drv > /gnu/store/cxgij61q1b8103vcp3g71cb5h44saslk-info-dir.drv > /gnu/store/q6shg82wi1qml95wpgx50lqs4mxanx55-ca-certificate-bundle.drv > /gnu/store/v1vy5vbrkwkr4ccskx10rnkp322wvzy0-gtk-icon-themes.drv > The following file will be downloaded: > /gnu/store/zbwx86lncaa1a9r001lnp3kisxp5jjfh-bedtools-2.22.0 > warning: failed to install locale: Invalid argument > found valid signature for > '/gnu/store/zbwx86lncaa1a9r001lnp3kisxp5jjfh-bedtools-2.22.0', from > 'http://hydra.gnu.org/nar/zbwx86lncaa1a9r001lnp3kisxp5jjfh-bedtools-2.22.0' > downloading `/gnu/store/zbwx86lncaa1a9r001lnp3kisxp5jjfh-bedtools-2.22.0' > (2.1 MiB installed)... > http://hydra.gnu.org/nar/zbwx86lncaa1a9r001lnp3kisxp5jjfh-bedtools-2.22.0 > 743.9 KiB transferred (677. KiB/s) > `/gnu/store/xiiiygcicq5dyzkhg8szybcjbygj1g8r-hicolor-icon-theme-0.12/share/icons/hicolor/index.theme' > ~> > `/gnu/store/2lsm61aid4hv02jawvyjmb6s8i31na39-gtk-icon-themes/share/icons/hicolor/index.theme' > warning: collision encountered: > /gnu/store/1qrbdgrk7p6c1z80kz49gj6gsfk444wf-emacs-24.5/share/icons/hicolor/icon-theme.cache > > /gnu/store/4zmkk7mwn4v2iid4nqldlxx9g6nszc5l-dconf-0.22.0/share/icons/hicolor/icon-theme.cache > > warning: arbitrarily choosing > /gnu/store/1qrbdgrk7p6c1z80kz49gj6gsfk444wf-emacs-24.5/share/icons/hicolor/icon-theme.cache > `/gnu/store/1qrbdgrk7p6c1z80kz49gj6gsfk444wf-emacs-24.5/share/icons/hicolor/icon-theme.cache' > ~> > `/gnu/store/2lsm61aid4hv02jawvyjmb6s8i31na39-gtk-icon-themes/share/icons/hicolor/icon-theme.cache' > `/gnu/store/xiiiygcicq5dyzkhg8szybcjbygj1g8r-hicolor-icon-theme-0.12/share/icons/hicolor/128x128/emotes' > ~> > `/gnu/store/2lsm61aid4hv02jawvyjmb6s8i31na39-gtk-icon-themes/share/icons/hicolor/128x128/emotes' > ... > `/gnu/store/1qrbdgrk7p6c1z80kz49gj6gsfk444wf-emacs-24.5/share/icons/hicolor/48x48/apps/emacs.png' > ~> > `/gnu/store/2lsm61aid4hv02jawvyjmb6s8i31na39-gtk-icon-themes/share/icons/hicolor/48x48/apps/emacs.png' > `/gnu/store/4zmkk7mwn4v2iid4nqldlxx9g6nszc5l-dconf-0.22.0/share/icons/hicolor/48x48/apps/dconf-editor.png' > ~> > `/gnu/store/2lsm61aid4hv02jawvyjmb6s8i31na39-gtk-icon-themes/share/icons/hicolor/48x48/apps/dconf-editor.png' > `/gnu/store/xiiiygcicq5dyzkhg8szybcjbygj1g8r-hicolor-icon-theme-0.12/share/icons/hicolor/48x48/stock' > ~> > `/gnu/store/2lsm61aid4hv02jawvyjmb6s8i31na39-gtk-icon-themes/share/icons/hicolor/48x48/stock' > > > Scores of lines deleted...... > > gtk-update-icon-cache: Cache file created successfully. > gtk-update-icon-cache: Cache file created successfully. > gtk-update-icon-cache: Cache file created successfully. > warning: collision encountered: > /gnu/store/2lsm61aid4hv02jawvyjmb6s8i31na39-gtk-icon-themes/share/icons/hicolor/icon-theme.cache > > /gnu/store/1qrbdgrk7p6c1z80kz49gj6gsfk444wf-emacs-24.5/share/icons/hicolor/icon-theme.cache > > /gnu/store/4zmkk7mwn4v2iid4nqldlxx9g6nszc5l-dconf-0.22.0/share/icons/hicolor/icon-theme.cache > > warning: arbitrarily choosing > /gnu/store/2lsm61aid4hv02jawvyjmb6s8i31na39-gtk-icon-themes/share/icons/hicolor/icon-theme.cache > 17 packages in profile > > > > Any ideas for me? > > > > > I’ve added a cross-ref to that section from “Binary Installation”. > > Appreciated. I did miss it for a while, but do have it now. > > ~Malcolm > --