On Thu, Jan 28, 2016 at 7:44 PM, Leo Famulari wrote: > On Thu, Jan 28, 2016 at 05:24:36PM -0800, carl hansen wrote: > > resent > > ---------- Forwarded message ---------- > > From: carl hansen > > Date: Thu, Jan 28, 2016 at 5:21 PM > > Subject: warning: collision encountered > > To: guix-help@gnu.org > > > > > > I get > > warning: collision encountered: ... > > warning: arbitrarily choosing /gnu/store/89 > > messages, > > What do they mean? and How to fix? > > Does this explanation make sense? > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22402#37 > > If so, then you should read the warnings and investigate which files are > colliding. Some, like the hicolor icon-theme.cache, seem harmless to me, > although I welcome a second opinion. > > [...] > > > 13985 warning: collision encountered: > > /gnu/store/wfvxxpdhnzd59vkad1zasm4f858giv9a-gcj-4.9.3/lib/libatomic.la > > /gnu/store /rsgg9a3kwivqszsydvan8pbpdq9ivar5-gccgo-4.8.5/lib/ > > libatomic.la /gnu/store/0bz73dnv3yyiff0fgph9c8lvjz919cl1-gcc-bo > > otstrap-0/lib/libatomic.la > > 13986 warning: arbitrarily choosing > > /gnu/store/wfvxxpdhnzd59vkad1zasm4f858giv9a-gcj-4.9.3/lib/libatomic.la > > 13987 2354 packages in profile > > I don't know about this one. Files the .la extension are used by libtool > but I don't have enough experience with libtool or know enough about > libatomic to know if this is going to be a problem. > Yes this is a continuation of my previous question. Thanks for response. I didn't show the complete output. But I tried to show there are 13987 LINES in the error messages. It's not so much the particular cases, it's Why is this happening at all? Did I do smething wrong or is this software error? ANd, what is the proper procedure to removal of one of the options? Is it something like: guix package -r /gnu/store/wfvxxpdhnzd59vkad1zasm4f858giv9a-gcj-4.9.3/lib/ libatomic.la or is it guix package -r /gnu/store/wfvxxpdhnzd59vkad1zasm4f858giv9a-gcj-4.9.3 or is it guix package -r / gcj And can it be done globally? THere must be something I'm not doing correctly.