[05:00] Hello, ppa:ts.sch.gr was given the ability to build armhf, thanks for that. [05:00] I'm getting build-time segmentation faults in that architecture though, while the others work fine, and while the ports.ubuntu.com builds (of ltsp) are fine [05:00] Example: https://launchpad.net/~ts.sch.gr/+archive/ubuntu/proposed/+sourcepub/5526518/+listing-archive-extra [05:01] msgmerge -U se.po ltsp.pot qemu: uncaught target signal 11 (Segmentation fault) - core dumped make[2]: *** [se.po] Segmentation fault (core dumped) [05:01] I've tried it in a qemu chroot and it works fine... how could I troubleshoot that further? Is it possible that somehow it's an issue with launchpad? [05:03] It's not possible to get ssh access to troubleshoot it there, is it? [05:17] Ah. Oh. Test case in qemu: [05:17] while true; do msgmerge -U da.po ltsp.pot; done [05:17] 20 times it says: ................................... done. [05:17] One time it says: qemu: uncaught target signal 11 (Segmentation fault) - core dumped [05:17] Lovely... [05:18] * alkisg tries to put msgmerge in a "try-it-5-times-in-case-it-segfaults" loop... [05:22] https://bugs.launchpad.net/qemu/+bug/668799 [05:22] Launchpad bug 668799 in Linaro QEMU "qemu-arm segfaults executing msgmerge (gettext)" [Undecided,Fix released] [05:29] while true; do taskset -c 0 msgmerge -U da.po ltsp.pot; done [05:29] This works fine [05:30] Guys, since it's a known problem with qemu/multithreaded apps, and it's not related to the builds that we sent to armhf builds in launchpad, [05:30] would it be possible to specify that all armhf builds are executed on a single core? [05:56] alkisg: It's not that simple, unfortunately. [05:56] qemu-user doesn't like multithreaded code much, even if it's running on a single core. [05:57] There's no workaround other than doing less threading. [05:57] Last week we started testing real virtualised armhf and arm64 builds, but there are some kernel bugs we need to work through before that's rolled out onto production. [05:58] I've sent a test build where I changed Makefile to call `taskset -c 0 msgfmt` etc. But I would like to find a better place for it then in the upstream code, as it's temporary and specific to launchpad builds [05:59] (local qemu builds work for me with that small change) [06:01] Oh, does that actually work around it? I'm surprised it's reliable. [06:01] But we can't easily limit builds to a single core, so it's best that you do that in your packaging. [06:03] wgrant: do you think that this issue will be solved with the new virtualized infrastructure, in e.g. a few months? If so, I could just fork the packaging for those months, instead of trying to get it to debian... [06:05] alkisg: Yes, it will definitely be solved when we stop using qemu-user. [06:05] Thanks a lot wgrant :) [06:12] Ouch, it's only a little better now with taskset, it succeeds in half of the builds... [06:13] * alkisg will just remove msgfmt/msgunfmt from the armhf builds... [06:21] Yeah, I didn't think that'd be a reliable fix :( === alkisg is now known as work_alkisg === cmars` is now known as cmars === BradCrittenden is now known as Guest53960 === nickoe_ is now known as nickoe [17:03] anyone knows if I can add a comment to a certain string at https://translations.launchpad.net/? [17:04] malenki: you mean as a developer of a project? [17:05] no. as translator to a string of the translation [17:07] no, i don't think there is any way to comment on the translations themselves [17:08] a pity [17:09] though thanks for the reply [17:18] you can contact whomever made the suggested translation, if you really need to [17:25] dobey, sure [17:25] it would be just useful to comment "this string is refers to xy doing 123" to avoid further mis-translations [17:26] .po (the format launchpad exports translations to) itself supports comments [17:27] https://answers.launchpad.net/launchpad/+question/272609 need more space in PPA [17:27] yes [17:27] cool! [17:27] that was quick [17:27] (kidding) [17:27] malenki: then the upstream code needs a comment in the source, for that translation [17:27] malenki: so suggest filing a bug with a patch to add it [17:28] dobey, not every translator will look into the source code [17:28] (i'd assume only a small percentage) [17:28] malenki: the comments in the .po files come from the source code [17:28] malenki: they get displayed on launchpad if they exist [17:28] that's how gettext works. [17:40] dobey, i found https://blueprints.launchpad.net/launchpad/+spec/suggestion-approve-rejection-explanation [17:40] but i cannot find if this got implemented and if, how to use it [17:41] It wasn't; you can see the open bugs linked to that. [17:41] Some of Launchpad's oldest open bugs, in fact. [17:41] awesome [17:41] 10 years celebtraion, anyone? : [17:41] ~;P [17:43] It's absolutely a bug, but there are only three of us working on LP at the moment and only one with much experience of the Translations component, so I'm afraid it's unlikely to be done soon. [17:44] random love: needed misc git branch hosting on sunday, remembered I could use launchpad, and it was all super-easy [17:45] Glad something's working to people's satisfaction :-) [17:45] cjwatson, thats sad. i commented on #211 [19:00] 2