From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] gnu: Add epic5. Date: Sun, 09 Oct 2016 20:51:15 +0000 Message-ID: <87vax1s0u4.fsf@we.make.ritual.n0.is> References: <20161009184411.30748-1-ngillmann@runbox.com> <20161009184411.30748-2-ngillmann@runbox.com> <20161009194814.GA19104@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btL4G-0003t3-7T for guix-devel@gnu.org; Sun, 09 Oct 2016 16:51:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btL4C-0004Kh-2D for guix-devel@gnu.org; Sun, 09 Oct 2016 16:51:32 -0400 Received: from aibo.runbox.com ([91.220.196.211]:40329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btL4B-0004Jq-R5 for guix-devel@gnu.org; Sun, 09 Oct 2016 16:51:27 -0400 In-Reply-To: <20161009194814.GA19104@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > 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. Hm. Maybe there's an config option I can pass, if you have time to look at it go ahead, I'll be slow and update it some time this month. I keep poking at system services and trying to finish those, easier said than done in some cases it turns out. --