From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: About "collision encountered" Date: Fri, 22 May 2015 19:14:53 +0800 Message-ID: <87iobkvp76.fsf@163.com> References: <87egm9vvr7.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvl5E-00075n-BU for guix-devel@gnu.org; Fri, 22 May 2015 07:25:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yvl58-0005Y4-NQ for guix-devel@gnu.org; Fri, 22 May 2015 07:25:44 -0400 Received: from m50-138.163.com ([123.125.50.138]:35589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvl57-0005XP-Ra for guix-devel@gnu.org; Fri, 22 May 2015 07:25:38 -0400 In-Reply-To: (Ricardo Wurmus's message of "Fri, 22 May 2015 11:29:30 +0200") 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: guix-devel@gnu.org Cc: Feng Shu Ricardo Wurmus writes: > Feng Shu writes: > >> I build a emacs-snapshot package, it seem conflict with emacs package, >> how to deal with the situation? > > You can choose to install the conflicting package into a separate > profile by passing "-p /path/to/my-other-profile" to "guix package". It > will create a new profile in "/path/to/my-other-profile" and you can run > your emacs-snapshot binaries like so: > > /path/to/my-other-profile/bin/emacs I suggest add a feature, which can detect the underline conflicts. when conflicts found, ask user type "yes" or "no". --