Hello, Santiago Vila, le jeu. 20 juin 2024 01:22:18 +0200, a ecrit: > El 20/6/24 a las 1:03, Cyril Brulebois escribió: > > Cc-ing the wb team for information about those huge logs. I don't have > > any metrics, but that's the kind of size that seems way higher than it > > should be. > > Hi. Some metrics for you, from my build log collection: > > -rw-r--r-- 1 master master 1339659 abr 9 03:51 > console-setup_1.226_amd64-20240409T035134.494Z > -rw-r--r-- 1 master master 1348798 may 10 06:59 > console-setup_1.226_amd64-20240510T065958.220Z > -rw-r--r-- 1 master master 1343335 may 16 17:54 > console-setup_1.226_amd64-20240516T175447.452Z > -rw-r--r-- 1 master master 1159202848 jun 6 05:55 > console-setup_1.227_amd64-20240606T055523.152Z
Yes, this is because of the 64-pixel-wide support for HiDPI displays (git 96733253b4b5). Perl complains that 64bit computation is not portable. I did check that on i386 the result is correct. In git a070f52e9adc I tried to use bigint but then it made the build *very* slow, so reverted it in git 0fa6a399c257. I hadn't realized that that warning was that numerous. Perhaps we can just filter it out? Samuel