From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZFD3-0003iS-Uc for guix-patches@gnu.org; Sun, 23 Jul 2017 07:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZFD0-0008Ah-Kp for guix-patches@gnu.org; Sun, 23 Jul 2017 07:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50240) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dZFD0-0008Aa-HC for guix-patches@gnu.org; Sun, 23 Jul 2017 07:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dZFD0-00014V-3i for guix-patches@gnu.org; Sun, 23 Jul 2017 07:38:02 -0400 Subject: [bug#27344] [PATCH v2 08/12] gnu: Add ngspice. Resent-Message-ID: Date: Sun, 23 Jul 2017 13:37:12 +0200 From: Danny Milosavljevic Message-ID: <20170723133712.2239b7d9@scratchpost.org> In-Reply-To: <20170622191005.25422-8-theodoros.for@openmailbox.org> References: <20170622191005.25422-1-theodoros.for@openmailbox.org> <20170622191005.25422-8-theodoros.for@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Theodoros Foradis Cc: 27344@debbugs.gnu.org Hi Theodoros, apparently you are trying to provide the shared object in package "libngspice" and the executables in package "ngspice". Is that so? I've checked the resulting output directories for ngspice and libngspice and there's some duplication going on. For example, both packages provide cmpp, the man pages for ALL the executables and the ngspice include files, and shared libraries as lib/ngspice/*.cm. Was that intended? I've also made the build reproducible by substituting "`date`" in the file "configure".