<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op vr 8 apr. 2022 om 18:43 schreef Ozan Türkyılmaz <<a href="mailto:ozan.turkyilmaz@gmail.com">ozan.turkyilmaz@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Cum, 2022-04-08 tarihinde 18:27 +0200 saatinde, Luc Van Rompaey yazdı:<br>
> > I ran a few more tests, with the following results:<br>
> * After the Slackware64 15.0 system updates got installed, rebuild<br>
> the<br>
> gcc5 package and install it.<br>
> Then, try to rebuild openjdk7.<br>
> The openjdk7 build keeps on failing.<br>
> * Downgrade the zlib package to 1.2.11 (i.e., the version found on<br>
> the<br>
> Slackware64 15.0 ISO).<br>
> Again, try to rebuild openjdk7.<br>
> This completes successfully.<br>
> So, yes, the problem is with zlib 1.2.12.<br>
> <br>
<br>
I have quickly looked at the commit messages of the zlib. There has<br>
been serious work on crc in zlib between 1.2.11 and 1.2.12.<br>
<br>
REgards,<br>
Ozan<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br></blockquote><div>A few more notes: At the point of failure, I can manually repeat the failing command, which is:</div><div><br></div><div><span style="font-family:monospace">/tmp/SBo/openjdk7/icedtea-build/bootstrap/jdk1.6.0/bin/jar \<br>   uf \<br>   /tmp/SBo/openjdk7/icedtea-build/openjdk.build/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar \<br>   -C /tmp/SBo/openjdk7/icedtea-build/openjdk/hotspot/agent/src/share/classes \<br>   META-INF/services/com.sun.jdi.connect.Connector</span></div><div><br></div><div>(It's a jar 'update' command.)</div><div><br></div><div>If I then downgrade zlib back to 1.2.11, the update will keep failing.</div><div>However, if, at this point, I run the jar 'create' command first, then the 'update' command will complete successfully:</div><div><br></div><div><span style="font-family:monospace">/tmp/SBo/openjdk7/icedtea-build/bootstrap/jdk1.6.0/bin/jar \<br>   cf \<br>   /tmp/SBo/openjdk7/icedtea-build/openjdk.build/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar \<br>   -C /tmp/SBo/openjdk7/icedtea-build/openjdk.build/hotspot/outputdir/linux_amd64_compiler2/product/../generated/saclasses/ \<br>   .</span></div><div><span style="font-family:monospace">/tmp/SBo/openjdk7/icedtea-build/bootstrap/jdk1.6.0/bin/jar \<br>   uf \<br>   /tmp/SBo/openjdk7/icedtea-build/openjdk.build/hotspot/outputdir/linux_amd64_compiler2/product/../generated/sa-jdi.jar \<br>   -C /tmp/SBo/openjdk7/icedtea-build/openjdk/hotspot/agent/src/share/classes \<br>   META-INF/services/com.sun.jdi.connect.Connector</span></div><div><br></div><div>If I knew how to create a small test case that demonstrates the problem in isolation, I would be happy to file a bug report about it, but I have no idea where to start.</div><div><br></div><div>Regards,</div><div>Luc.<br> </div></div></div>