From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: LC_TIME category in Coreutils Date: Mon, 23 Feb 2015 22:28:05 +0100 Message-ID: <87vbis1foa.fsf_-_@gnu.org> References: <20150210180603.GA29701@debian> <20150210183024.GA30000@debian> <87a90kw5br.fsf@gnu.org> <871tlsgfnt.fsf@netris.org> 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]:51789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ0YG-0003Q8-1O for guix-devel@gnu.org; Mon, 23 Feb 2015 16:28:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ0Y9-000277-HL for guix-devel@gnu.org; Mon, 23 Feb 2015 16:28:27 -0500 In-Reply-To: <871tlsgfnt.fsf@netris.org> (Mark H. Weaver's message of "Sat, 14 Feb 2015 19:52:06 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver , bug-coreutils@gnu.org Cc: guix-devel@gnu.org Mark H Weaver skribis: > I tried adding 'glibc-locales' to my system profile, and got this: > > ERROR: union-build: collision between file and directories ((files ("/gnu= /store/nda1ih2iy8likfipl62afiqs6jwdsfxi-glibc-locales-2.20/share/locale/zh_= CN/LC_TIME")) (dirs ("/gnu/store/mgfqcbm31rh738z13xlwh9ld9dm2vfvz-coreutils= -8.23/share/locale/zh_CN/LC_TIME"))) > > Indeed, in coreutils "share/locale/zh_CN/LC_TIME" is a directory > containing a symbolic link "coreutils.mo" pointing to > "../LC_MESSAGES/coreutils.mo", whereas in glibc-locales > "share/locale/zh_CN/LC_TIME" is a binary file. > > Any ideas how to resolve this conflict? I would have expected packages other than libc to provide only LC_MESSAGES, so I didn=E2=80=99t think such collisions could happen. This happens with Coreutils because its bootstrap.conf adds =E2=80=98EXTRA_LOCALE_CATEGORIES =3D LC_TIME=E2=80=99 to po/Makevars, and a= pparently always has. However, I suspect this isn=E2=80=99t needed. Can someone comment? Thanks, Ludo=E2=80=99.