From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Subject: bug#36685: ant-bootstrap fails on core-updates (409 dependents) Date: Tue, 16 Jul 2019 09:03:44 +0200 Message-ID: References: <8736j61n57.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000fc9587058dc6fadd" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40227) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnHWJ-00054u-Tc for bug-guix@gnu.org; Tue, 16 Jul 2019 03:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnHWI-0005fI-IU for bug-guix@gnu.org; Tue, 16 Jul 2019 03:05:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40739) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnHWI-0005f1-Ay for bug-guix@gnu.org; Tue, 16 Jul 2019 03:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnHWI-0003XG-3C for bug-guix@gnu.org; Tue, 16 Jul 2019 03:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736j61n57.fsf@gmail.com> 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: Chris Marusich Cc: 36685@debbugs.gnu.org --000000000000fc9587058dc6fadd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, Chris Marusich ezt =C3=ADrta (id=C5=91pont: 2019. j= =C3=BAl. 16., Ke 8:59): > Hi, > > At commit 464a29d3d74e7d2f27042db6ab166bfdbe1f992e ('git branch --all > --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: > > --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 > in "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 > name 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/jd6jm79d0r5g59d0l2l3w445adykp5p9-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.drv faile= d > 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-ant-bootstrap-1.8.4.drv' fai= led > --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. > Thanks for the report. I will have a look at this soon. > > -- > Chris > Best regards, g_bor > --000000000000fc9587058dc6fadd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

Chris Marusich <= ;cmmarusich@gmail.com> ezt = =C3=ADrta (id=C5=91pont: 2019. j=C3=BAl. 16., Ke 8:59):
Hi,

At commit 464a29d3d74e7d2f27042db6ab166bfdbe1f992e ('git branch --all --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:

--8<---------------cut here---------------start------------->8---
$ guix build -e '(@@ (gnu packages java) ant-bootstrap)'
...
Issued 1 semantic warning compiling "src/main/org/apache/tools/ant/fil= ters/FixCrLfFilter.java":

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 <---------
=C2=A0 =C2=A0665.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0case '\r':
=C2=A0 =C2=A0. . .
=C2=A0 =C2=A0684.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0}
=C2=A0 =C2=A0 =C2=A0 =C2=A0 -------------------->
*** 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/tas= kdefs/Zip.java":

=C2=A0 1555.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Vector resource= s =3D new Vector();
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0^-------^
*** Semantic Warning: Local "resources" shadows a field of the sa= me name in "org.apache.tools.ant.taskdefs.Zip".

Issued 1 semantic warning compiling "src/main/org/apache/tools/ant/tas= kdefs/Get.java":

=C2=A0 =C2=A0633.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0URLConnect= ion connection =3D aSource.openConnection();
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^--------^
*** Semantic Warning: Local "connection" shadows a field of the s= ame name in "org.apache.tools.ant.taskdefs.Get$GetThread".

Issued 1 semantic warning compiling "src/main/org/apache/tools/ant/tas= kdefs/rmic/XNewRmic.java":

=C2=A0 =C2=A0 34.=C2=A0 =C2=A0 =C2=A0public static final String COMPILER_NA= ME =3D "xnew";
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^--------= ---^
*** Semantic Warning: Field "COMPILER_NAME" shadows a field of th= e same name 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/s= tore/jd6jm79d0r5g59d0l2l3w445adykp5p9-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
--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.
Than= ks for the report.
I will have a look at this soon.<= /div>

--
Chris
Best regards,
g_bor
--000000000000fc9587058dc6fadd--