Wednesday, 2026-05-13

nephrosKeto: Any idea why this https://build.sailfishos.org/package/show/sailfishos:chum:testing/lonewolf kills the build-vm on 5.1 arm?06:53
nephrosOBS constantly triggers an auto-rebuild after failure so the final error is hard to catch.06:54
nephrosbut it basically runs cmake, hands there and then gets killed at some point06:56
nephros*hangs06:57
Ketonephros: maybe crank up the cmake verbosity and see if it shows what exactly gets stuck07:05
poetasternephros, protobuf-c and libomemo-c both build now.07:16
piggz[m]nephros: maybe it needs a constraints file to use a larger builder?07:23
Renaud[m]Hi,07:24
Renaud[m]I couldn't find 5.1 version in the sdk so I guess this is only available on OBS?07:25
nephrospiggz[m]: thanks - but other build show ~600MB max mem usage, the source it really little. And it *appears* to be stuck somewhere during cmake configure, maybe at some compiler test.09:21
poetasterpiggz[m], protobuf ... files section issue?09:27
nephrospoetaster: .la removal script change issue from 5.009:28
piggz[m]poetaster: in 5.0 onwards, there was some compiler flag change that removed .la files from build .. so thats probably why it works on later version and not earlier .. you could add something to the install section to remove them?09:29
nephroseither detect sailfish_version, or [test -e] , or just "|| true" the post-build rm foo.la.09:30
poetasterpiggz[m], find %{buildroot} -type f -name '*.la' -delete ?09:30
piggz[m]yeah, something like that09:31
nephros^^^ yea, although I'm not sure -delete is portable.09:31
poetasternephros, your preference?09:31
piggz[m]xargs rm ..09:31
nephros|xargs rm -f09:31
poetasterah xargs.09:33
poetasterstrange had rm %buildroot/%_libdir/*.la in there09:35
poetasteroh dear. and I can't seem to configure the other repos for the subproject. sigh.09:38
poetasterwhy in the world does sailfishos latest get me arm7?09:39
poetasterah, meta.09:41
poetasterah, the suse rm line is the problem.09:48
poetasterall this pita because friggin marlinspike decided to do protobuf in c.09:59
poetasterhope he runs into a storm on the atlantic.10:00
nephrosI seem to have created a forbomb by %defining %cmake_build, that's why the thing above hung. Strange though that it was not a problem on older repos, and not on x6812:19

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!