Path: csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: "Raman Sarda" Newsgroups: linux.debian.maint.java Subject: Gradle : Call for help. Date: Sat, 25 Jul 2020 15:50:01 +0200 Message-ID: X-Original-To: debian-java@lists.debian.org, android-tools-devel@alioth-lists.debian.net X-Mailbox-Line: From debian-java-request@lists.debian.org Sat Jul 25 13:45:11 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-5.16 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FVGT_m_MULTI_ODD=0.02, HTML_MESSAGE=2, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no autolearn_force=no X-Policyd-Weight: using cached result; rate: -4.6 MIME-Version: 1.0 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1595684695; bh=0F1WlF+/1BKIfqxqHanaQJnDDQn3GnBRneFCeR9+FPg=; h=Date:From:Reply-To:Subject:To; b=hoTAu8QP0LwXjrl0hB1KJYG4P5u5Uo3m1x39Dn3BBEvHKB8u6i+QJzkHqyG0a9Di5 d6CUi1EcNBvleecc43xhVY/bGjJtrjig1+bP1tR/iH8pdjtnMKEZg98rDNcnSWozVz axmk5LQOD29DFRXpWySKfsKARNGg1IH9LHYPLfFaPd5yux/FD2I+pstsdvvRDKB7rM A2+neXb4jw4XcHFRZFxWTap9rnA1ER1ArmNIBUPipUa2YSkp2YszDejlormD63hLyu EW9xEuRiVJSvnGzR+KFGopj2+iozpL5sn5WnbnkeuNYlA4vCQ5I0ofMLJxTmQa7yv2 eKlWo6ibqoqfA== Content-Type: multipart/alternative; boundary="--=_RainLoop_643_303162880.1595684691" Reply-To: theloudspeaker@disroot.org X-Mailing-List: archive/latest/22390 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/62b82ee0b3399840c76618287147eed4@disroot.org Approved: robomod@news.nic.it Lines: 95 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Sat, 25 Jul 2020 13:44:51 +0000 X-Original-Message-ID: <62b82ee0b3399840c76618287147eed4@disroot.org> Xref: csiph.com linux.debian.maint.java:11795 ----=_RainLoop_643_303162880.1595684691 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hey everyone!=0A=0AI am trying to update gradle to version 6.4.1 as a par= t of my project for GSoC 2020. We currently have 4.4.1 in archives. I hav= e fixed major issues and converted all the patches to Kotlin as gradle sh= ifted from Groovy to Koltin after 4.4.1. Some of the patches have been re= moved from series as they were no longer needed. But as the jump is major= , there have been other changes in Gradle, e.g: using the latest zinc [1]= . Which is kinda a blocker right now for the upgrade. I am currently stuc= k on following error while building[2]. I have tried to patch out scala a= nd zinc related stuff in this patch[3] but I am still stuck. I have tried= to revert the files to the state they were before new zinc was used in g= radle. As far as I can see, the file ZincScalaCompilerFactory.java is in = the same state as in 4.4.1. But I still land on the same error. It would = be great if someone could help me out here a little. I am tracking all th= e progress in this issue on salsa[4]. Working repository is the fork of G= radle on salsa under my namespace.[5] I have considered upgrading sbt in = archives to latest version as zinc comes along with sbt since sbt 1.0 but= upgrading sbt is another mammoth task and will require a lot of time. Gr= adle upgrade has already been in works for almost 2 months now and I want= to complete it as fast as I can since the project has other higher goals= .=0A=0A Gradle depends on itself so we need a bootstrap package. I have c= reated it using the bootstrap script present in the source and uploaded h= ere on salsa[6] It can be used when building gradle from source.=0A=0A[1]= https://github.com/gradle/gradle/pull/8485 (https://github.com/gradle/gr= adle/pull/8485)=0A[2] https://paste.ubuntu.com/p/YCvxfvXhXY/=0A[3] https:= //salsa.debian.org/theloudspeaker-guest/gradle/-/blob/testing2/debian/pat= ches/33_scala_zinc.diff=0A[4] https://salsa.debian.org/android-tools-team= /admin/-/issues/16=0A[5] https://salsa.debian.org/theloudspeaker-guest/gr= adle (https://salsa.debian.org/theloudspeaker-guest/gradle)=0A[6] (https:= //paste.ubuntu.com/p/YCvxfvXhXY/) https://salsa.debian.org/theloudspeaker= -guest/gradle-source-build/-/blob/master/gradle_6.4.1+bootstrap_all.deb (= https://salsa.debian.org/theloudspeaker-guest/gradle-source-build/-/blob/= master/gradle_6.4.1+bootstrap_all.deb)=0A=0ARaman Sarda=0Atheloudspeaker.= home.blog ----=_RainLoop_643_303162880.1595684691 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
<= div>
Hey everyone!

I am trying to update gradle to version 6.4.1 as a = part of my project for GSoC 2020. We currently have 4.4.1 in archives. I = have fixed major issues and converted all the patches to Kotlin as gradle= shifted from Groovy to Koltin after 4.4.1. Some of the patches have been= removed from series as they were no longer needed. But as the jump is ma= jor, there have been other changes in Gradle, e.g: using the latest zinc = [1]. Which is kinda a blocker right now for the upgrade. I am currently s= tuck on following error while building[2]. I have tried to patch out scal= a and zinc related stuff in this patch[3] but I am still stuck. I have tr= ied to revert the files to the state they were before new zinc was used i= n gradle. As far as I can see, the file ZincScalaCompilerFactory.java is = in the same state as in 4.4.1. But I still land on the same error. It wou= ld be great if someone could help me out here a little. I am tracking all= the progress in this issue on salsa[4]. Working repository is the fork o= f Gradle on salsa under my namespace.[5] I have considered upgrading sbt = in archives to latest version as zinc comes along with sbt since sbt 1.0 = but upgrading sbt is another mammoth task and will require a lot of time.= Gradle upgrade has already been in works for almost 2 months now and I w= ant to complete it as fast as I can since the project has other higher go= als.

Gradle depends on itself so we need a bootstrap package. I hav= e created it using the bootstrap script present in the source and uploade= d here on salsa[6] It can be used when building gradle from source.
[1] https= ://github.com/gradle/gradle/pull/8485
[2] https://paste.ubuntu.com/p/YCvxfvXhXY/<= br>[3] https://salsa= .debian.org/theloudspeaker-guest/gradle/-/blob/testing2/debian/patches/33= _scala_zinc.diff
[4]
https://salsa.debian.org/android-tool= s-team/admin/-/issues/16
[5]
https://salsa.debian.org/theloudspeake= r-guest/gradle
[6] h= ttps://salsa.debian.org/theloudspeaker-guest/gradle-source-build/-/blob/m= aster/gradle_6.4.1+bootstrap_all.deb

Raman Sardatheloudspeaker.home.blog

<= /html> ----=_RainLoop_643_303162880.1595684691--