From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 14/14] gnu: Add deal.II. Date: Sun, 05 Jul 2015 12:20:44 +0200 Message-ID: <873812rjlv.fsf@gnu.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> <87a8vc4bhf.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBh2c-0007mb-Fg for guix-devel@gnu.org; Sun, 05 Jul 2015 06:20:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBh2b-00026a-MA for guix-devel@gnu.org; Sun, 05 Jul 2015 06:20:54 -0400 In-Reply-To: <87a8vc4bhf.fsf@netris.org> (Mark H. Weaver's message of "Sat, 04 Jul 2015 03:40:12 -0400") 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: Mark H Weaver Cc: guix-devel@gnu.org, Eric Bavier Mark H Weaver skribis: > 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? Adding zlib might silence the warnings, but the debugging symbols are stripped later on anyway (and there=E2=80=99s no =E2=80=9Cdebug=E2=80=9D ou= tput.) So either way is fine, IMO. (In the future it would be nice to systematically compress debugging sections that go to =E2=80=9Cdebug=E2=80=9D outputs.) Ludo=E2=80=99.