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.
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?
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
While preparing a console-setup upload, I was a bit baffled by the
heavy
scrolling in my terminal, with *lots* of such lines:
Hexadecimal number > 0xffffffff non-portable at /home/kibi/debian-installer/packages/console-setup/Fonts/bdf2psf line
478, <BDF> line 248533.
Trying to check the previous build log, my browser would spin… and wget
on the raw log yielded a 850+ MB file…
Running a build locally under debuild, the .build file is 1.5 GB.
The aforementioned pattern makes up for 10763352 lines out of 10809228.
I have no idea about the severity of this warning, but we should
definitely look into adressing it or silencing it in some way…
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.
Samuel Thibault <sthibault@debian.org> (2024-06-20):
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?
Maybe it would make sense to try and find out how/why/where it's not portable,
but given the attempts and results you mentioned already, filtering it
out wouldn't seem crazy to me, thanks.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 483 |
Nodes: | 16 (2 / 14) |
Uptime: | 17:57:37 |
Calls: | 9,617 |
Calls today: | 3 |
Files: | 13,692 |
Messages: | 6,156,573 |