From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 14/14] gnu: Add deal.II. Date: Sat, 04 Jul 2015 03:40:12 -0400 Message-ID: <87a8vc4bhf.fsf@netris.org> References: <1435463151-32099-1-git-send-email-ericbavier@openmailbox.org> <1435463151-32099-15-git-send-email-ericbavier@openmailbox.org> <87lhf3twfn.fsf@gnu.org> <20150628110535.42177fd6@openmailbox.org> <20150628210949.GA8410@debian> <87a8virjqj.fsf@gnu.org> <29e4b7a8c7bd81f13db9edb5d0491928@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBI3t-0000Ie-OE for guix-devel@gnu.org; Sat, 04 Jul 2015 03:40:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBI3p-0000zV-VR for guix-devel@gnu.org; Sat, 04 Jul 2015 03:40:33 -0400 In-Reply-To: <29e4b7a8c7bd81f13db9edb5d0491928@openmailbox.org> (Eric Bavier's message of "Tue, 30 Jun 2015 14:55:44 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org, Eric Bavier Eric Bavier writes: > I ended up pushing with the "dealii" name. In the build logs, I see many occurrences of the following warning: Assembler messages: Warning: cannot compress debug sections (zlib not installed) presumably because of the -Wa,--compress-debug-sections option passed to the compiler. How about adding zlib to native-inputs? Mark