/srv/irclogs.ubuntu.com/2018/04/08/#launchpad.txt

Jasem[m]Help! It appears something changed in Launchpad armhf farms. I have CMake checks for armv6l and armv7l and aarch64 via CMAKE_SYSTEM_PROCESSOR and none of the them are working now15:54
Jasem[m]https://launchpadlibrarian.net/363768459/buildlog_ubuntu-artful-armhf.libsbig_2.1.3~201804081003~ubuntu17.10.1_BUILDING.txt.gz15:54
Jasem[m]This build log ends up copying a 32bit blob instead of an armv6 blob.. and it used to work before so something must have changed on the build farm itself, maybe recent upgrade changed something?15:55
Jasem[m]IF (CMAKE_SYSTEM_PROCESSOR MATCHES "armv6l") does not work on Launchpad now15:56
cjwatsonJasem[m]: When did it last build?  Have you tried diffing the build logs?19:49
cjwatsonJasem[m]: It's much more likely to be a change in one of your build-dependencies.19:50
cjwatsonAh, or maybe not, hmm19:53
cjwatson-Kernel reported to sbuild: 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:30:44 UTC 2017 armv7l19:53
cjwatson+Kernel reported to sbuild: 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:10:02 UTC 2018 armv8l19:53
cjwatsonLooks like we lost the compat-utsname patch for some reason?19:54
cjwatsonJasem[m]: This is still a bug in your package - it must be conditionalising on uname somewhere and failing to handle armv8l (though conditionalising on uname is wrong anyway - you should override that in the packaging to conditionalise on DEB_HOST_ARCH)19:55
cjwatsonJasem[m]: But it is apparently a regression at our end, since we intend to report armv7l to armhf builds rather than armv8l19:55
Jasem[m]cjwatson: it's "sorta" resolved now. It was reporting armv6l before and this check (CMAKE_SYSTEM_PROCESSOR MATCHES "armv6l") used to pass fine20:02
Jasem[m]cjwatson: I changed it to MATHCES "armv+" for now20:02
cjwatsonJasem[m]: No, it was reporting armv7l before.20:03
cjwatsonPretty certain of that, and you can see it in the diff fragment above.20:03
Jasem[m]cjwatson: At any rate, it seems to link just fine with an armv6l blob for now..20:05
cjwatsonJasem[m]: Right, but armv7l would be more correct.  Anyway, we'll get it fixed, thanks for the note20:06

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!