bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50567: [core-updates-frozen] icedtea-6 fails to build.


From: Marius Bakke
Subject: bug#50567: [core-updates-frozen] icedtea-6 fails to build.
Date: Tue, 13 Sep 2022 15:49:47 +0200

Julien Lepiller <julien@lepiller.eu> skriver:

> Again this is exactly where I was blocked. There is a checksum being 
> generated in classlist files from java code during the build. The classlist 
> file is exactly the same as the one in master, so it's correctly generated. 
> Fowever, at some point, the process needs toqload that file, and that 
> ultimately calls some C code (identical to the java code) that re-computes 
> and compares the checksum. After printing some values, it seems that it 
> always computes "0…031" as the hash of any classlist file, despite running 
> the function and taking everything into account. I think this is again an 
> optimization issue, anl it's not clear how to work around that.

For the record, this showed up again after switching to GCC 11.  I ended
up disabling optimizations for dump.cpp in 321e866b1cea4916e3568efb
instead of trying to fool the compiler.

Probably it would be better to figure out exactly which optimization
causes this problem, but that's a journey for a different time.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]