From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: bug#36685: ant-bootstrap fails on core-updates (409 dependents) Date: Sat, 20 Jul 2019 23:07:30 +0200 Message-ID: <87sgr0e7ot.fsf@elephly.net> References: <8736j61n57.fsf@gmail.com> <87o91ugdot.fsf@elephly.net> <87ftn5gjzw.fsf@elephly.net> <871ryogu6j.fsf@elephly.net> <87r26nfwes.fsf@elephly.net> <87a7dafntp.fsf@elephly.net> <878ssufajf.fsf@elephly.net> <875znyf0mr.fsf@elephly.net> <87zhl9drm6.fsf@elephly.net> <20190720110612.3f33171f@sybil.lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59608) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1howa8-0005A9-Ne for guix-devel@gnu.org; Sat, 20 Jul 2019 17:07:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1howa7-0000Lh-OI for guix-devel@gnu.org; Sat, 20 Jul 2019 17:07:52 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21206) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1howa7-0000Ji-9P for guix-devel@gnu.org; Sat, 20 Jul 2019 17:07:51 -0400 In-reply-to: <20190720110612.3f33171f@sybil.lepiller.eu> 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: Julien Lepiller Cc: Guix-devel , 36685@debbugs.gnu.org Julien Lepiller writes: > Le Sat, 20 Jul 2019 10:42:25 +0200, > Ricardo Wurmus a =C3=A9crit : > >> configure: error: Could not find required system headers; install the >> appropriate files from glibc-headers, libc6-dev and/or libattr-devel, >> libattr1-dev or use --disable-compile-against-syscalls if necessary. > > Can you check the content of config.log? It should tell you what test > it runs to determine whether attr is present or not. It=E2=80=99s pretty straight-forward: xattr.h is no longer provided by the = attr package. sys/xattr.h from glibc should be used instead, so I=E2=80=99ve pa= tched it. I fixed another problem in the icedtea 2 build and moved on. Let=E2=80=99s= see how far I=E2=80=99ll get this time. In the meantime it would be great to r= each consensus on whether we should shrug off the patch that introduces a memory leak in GNU Classpath 0.93 as part of the bootstrap or if we should spend more time trying to figure out how we can avoid it. -- Ricardo