From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add epic5. Date: Sun, 9 Oct 2016 15:48:14 -0400 Message-ID: <20161009194814.GA19104@jasmine> References: <20161009184411.30748-1-ngillmann@runbox.com> <20161009184411.30748-2-ngillmann@runbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btK5G-0000RL-M4 for guix-devel@gnu.org; Sun, 09 Oct 2016 15:48:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btK5C-0001LN-E5 for guix-devel@gnu.org; Sun, 09 Oct 2016 15:48:29 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:48681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btK5B-0001Ia-2e for guix-devel@gnu.org; Sun, 09 Oct 2016 15:48:26 -0400 Content-Disposition: inline In-Reply-To: <20161009184411.30748-2-ngillmann@runbox.com> 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" To: ng0 Cc: guix-devel@gnu.org, ng0 On Sun, Oct 09, 2016 at 06:44:11PM +0000, ng0 wrote: > From: ng0 > > * gnu/packages/irc.scm (epic5): New variable. Thanks for the updated patch. Sorry I didn't notice this before... > + (inputs > + `(("openssl" ,openssl) > + ("ncurses" ,ncurses) > + ("libarchive" ,libarchive) ; CHANGELOG: "Support for loading zip files" > + ("perl" ,perl) > + ("tcl" ,tcl) > + ("ruby" ,ruby) > + ("gdbm" ,gdbm))) Using `guix gc --references $(./pre-inst-env guix build epic5)`, I noticed that there is no reference to gdbm. So, if you install this epic5 package and then do `guix gc`, you will lose gdbm and I assume that epic5 will stop working. We need to figure out a way to make sure epic5 keeps that reference.