| nephros | Keto: Any idea why this https://build.sailfishos.org/package/show/sailfishos:chum:testing/lonewolf kills the build-vm on 5.1 arm? | 06:53 |
|---|---|---|
| nephros | OBS constantly triggers an auto-rebuild after failure so the final error is hard to catch. | 06:54 |
| nephros | but it basically runs cmake, hands there and then gets killed at some point | 06:56 |
| nephros | *hangs | 06:57 |
| Keto | nephros: maybe crank up the cmake verbosity and see if it shows what exactly gets stuck | 07:05 |
| poetaster | nephros, 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 |
| nephros | piggz[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 |
| poetaster | piggz[m], protobuf ... files section issue? | 09:27 |
| nephros | poetaster: .la removal script change issue from 5.0 | 09: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 |
| nephros | either detect sailfish_version, or [test -e] , or just "|| true" the post-build rm foo.la. | 09:30 |
| poetaster | piggz[m], find %{buildroot} -type f -name '*.la' -delete ? | 09:30 |
| piggz[m] | yeah, something like that | 09:31 |
| nephros | ^^^ yea, although I'm not sure -delete is portable. | 09:31 |
| poetaster | nephros, your preference? | 09:31 |
| piggz[m] | xargs rm .. | 09:31 |
| nephros | |xargs rm -f | 09:31 |
| poetaster | ah xargs. | 09:33 |
| poetaster | strange had rm %buildroot/%_libdir/*.la in there | 09:35 |
| poetaster | oh dear. and I can't seem to configure the other repos for the subproject. sigh. | 09:38 |
| poetaster | why in the world does sailfishos latest get me arm7? | 09:39 |
| poetaster | ah, meta. | 09:41 |
| poetaster | ah, the suse rm line is the problem. | 09:48 |
| poetaster | all this pita because friggin marlinspike decided to do protobuf in c. | 09:59 |
| poetaster | hope he runs into a storm on the atlantic. | 10:00 |
| nephros | I 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 x68 | 12:19 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!