From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Marusich Subject: bug#36685: ant-bootstrap fails on core-updates (409 dependents) Date: Mon, 15 Jul 2019 23:58:28 -0700 Message-ID: <8736j61n57.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38366) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnHQg-0008EY-BL for bug-guix@gnu.org; Tue, 16 Jul 2019 02:59:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnHQe-0002D2-Bo for bug-guix@gnu.org; Tue, 16 Jul 2019 02:59:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnHQW-0002Ah-I6 for bug-guix@gnu.org; Tue, 16 Jul 2019 02:59:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnHQW-0003M8-Ed for bug-guix@gnu.org; Tue, 16 Jul 2019 02:59:04 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:38141) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnHQ5-0008Bn-0a for bug-guix@gnu.org; Tue, 16 Jul 2019 02:58:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnHQ4-0001sv-0H for bug-guix@gnu.org; Tue, 16 Jul 2019 02:58:36 -0400 Received: from mail-pg1-x532.google.com ([2607:f8b0:4864:20::532]:45246) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnHQ3-0001rJ-Nz for bug-guix@gnu.org; Tue, 16 Jul 2019 02:58:35 -0400 Received: by mail-pg1-x532.google.com with SMTP id o13so8924137pgp.12 for ; Mon, 15 Jul 2019 23:58:35 -0700 (PDT) Received: from garuda.local ([2601:601:9d80:25b2::d12]) by smtp.gmail.com with ESMTPSA id i124sm37453180pfe.61.2019.07.15.23.58.32 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 15 Jul 2019 23:58:33 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36685@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, At commit 464a29d3d74e7d2f27042db6ab166bfdbe1f992e ('git branch --all =2D-contains 464a29d3d74e7d2f27042db6ab166bfdbe1f992e' tells me that only core-updates has this commit at this time), the following error occurs when trying to build ant-bootstrap, which causes the 409 dependent packages to fail, also: =2D-8<---------------cut here---------------start------------->8--- $ guix build -e '(@@ (gnu packages java) ant-bootstrap)' ... Issued 1 semantic warning compiling "src/main/org/apache/tools/ant/filters/= FixCrLfFilter.java": <--------- 665. case '\r': . . . 684. } --------------------> *** Semantic Warning: This switch block can fall through to the next case. = Did you forget a break statement? Issued 1 semantic warning compiling "src/main/org/apache/tools/ant/taskdefs= /Zip.java": 1555. Vector resources =3D new Vector(); ^-------^ *** Semantic Warning: Local "resources" shadows a field of the same name in= "org.apache.tools.ant.taskdefs.Zip". Issued 1 semantic warning compiling "src/main/org/apache/tools/ant/taskdefs= /Get.java": 633. URLConnection connection =3D aSource.openConnection(); ^--------^ *** Semantic Warning: Local "connection" shadows a field of the same name i= n "org.apache.tools.ant.taskdefs.Get$GetThread". Issued 1 semantic warning compiling "src/main/org/apache/tools/ant/taskdefs= /rmic/XNewRmic.java": 34. public static final String COMPILER_NAME =3D "xnew"; ^-----------^ *** Semantic Warning: Field "COMPILER_NAME" shadows a field of the same nam= e in "org.apache.tools.ant.taskdefs.rmic.ForkingSunRmic". ... Copying Required Files ... Building Ant Distribution Buildfile: /tmp/guix-build-ant-bootstrap-1.8.4.drv-0/apache-ant-1.8.4/build= .xml BUILD FAILED Could not load the version information. Total time: 0 seconds ... Failed Building Ant Distribution ! command "bash" "bootstrap.sh" "-Ddist.dir=3D/gnu/store/jd6jm79d0r5g59d0l2l3= w445adykp5p9-ant-bootstrap-1.8.4" failed with status 1 builder for `/gnu/store/76apf0hpcdabpjy0839nhkwgfrz3m8z5-ant-bootstrap-1.8.= 4.drv' failed with exit code 1 build of /gnu/store/76apf0hpcdabpjy0839nhkwgfrz3m8z5-ant-bootstrap-1.8.4.dr= v failed View build log at '/var/log/guix/drvs/76/apf0hpcdabpjy0839nhkwgfrz3m8z5-ant= -bootstrap-1.8.4.drv.bz2'. guix build: error: build of `/gnu/store/76apf0hpcdabpjy0839nhkwgfrz3m8z5-an= t-bootstrap-1.8.4.drv' failed =2D-8<---------------cut here---------------end--------------->8--- It fails quite quickly, so you can easily get a copy failing locally if you want to test it out. =2D-=20 Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAl0tdZQACgkQ3UCaFdgi Rp1evA/9HUEfqG+JKJX3aPcVe3cBEuMsISgo2t7uLWUmReVsw9iBUDnN0gu/1Bqj jgKKuwM6uTD9cA739j5lrJO5C9IXxDrMsy7AUH7KrIdPqxr8lDp7ECFxf1D0SuJr io6BkHQXXgj+rYehe7hDJ7oiFivZdGRTznuubw9FN9+C4CrFGpXRzL+sum1TCi6U fOilZf6TKgYVGUtIALcFYsmQmnk7UyfQyhQVu9b3rNXyg7bCc9HwwiaFVZBLAMIa bHhADgP5AKIDNqjbMoV/aYFopb2BDl34wahVlOaiRS5+u/K0VtZqXsfM5vxhwIWI ez63xzhkbf/QDqQ2JVGXSZQTAYbTsOBR3bTIJcbYktSAsJeBR1aqo3dOvl4ac0rE vbjLgzIV35fYd4rfBrHCCNzQct6liKsnUTlJJFnh84i6otSESLUEYiwHxOz23reo 2IAUM3StWO3kLPVHfGnP17cbJS//DOpEZ6U4CxMl215hgvdtk/gEwnYcrLq960WS Kyb/q3UhLW0+itGV4/I9sE0lZV0ox7/ST42u+RbrKFkwjnSlOG4sV3Y1gPnnei1b YlY4KuWXKFpc3vZBjfQEyHGJd6a3zBh862x2RcrOvDaSH711hcg/WVT7AOxtVCSf Cq0Mnsv82vyAW3NIWKsJveGoTXIc5jZ9/fW46bGEc4bgez4iN98= =eiFS -----END PGP SIGNATURE----- --=-=-=--