[00:35] s/kd [00:35] oops [00:37] so we have this little package that should create some .desktop files, btu it's failing because 'dpkg-genchanges: error: binary build with no binary artifacts found; cannot distribute' how to fix? [00:42] wxl: It sounds like it's not actually creating any debs. [00:42] That should be reproducible locally. [00:43] wgrant: i gather that, but why would that be? [00:43] wxl: Your debian/rules or debian/control is wrong. [00:44] wgrant: control seems fine https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kubuntu-web-shortcuts/tree/debian/control [00:44] wgrant: and rules seems pretty simple, too https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kubuntu-web-shortcuts/tree/debian/rules [00:45] wxl: How are you building it? [00:46] wgrant: to be fair, i haven't tried building it locally. i was expecting lp to take care of that for me :) [00:46] wxl: Where's the build log? [00:46] did i not link that? sorry [00:47] wgrant: https://launchpadlibrarian.net/304799943/buildlog_ubuntu-zesty-amd64.kubuntu-web-shortcuts_17.04.0ubuntu1_BUILDING.txt.gz [00:48] wxl: Your debian/rules is rather suspiciously missing a line that does something. [00:49] It's not what you linked to in git. [00:51] it's not eh [00:51] this is what i get for trusting other people XD [00:52] hahahah yeah XD [00:54] thx wgrant [00:54] np === salem_ is now known as _salem === JanC is now known as Guest98802 === JanC_ is now known as JanC === wgrant changed the topic of #launchpad to: Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [10:28] Could someone please take a look at https://answers.launchpad.net/launchpad/+question/426641? I don't mind it taking a while but it's frustrating having to keep reopening it. [10:29] (it's about the git importer and ~ubuntu-branches) === _salem is now known as salem_ === JanC_ is now known as JanC === ahoneybun is now known as ahoneybun_ [23:40] wgrant: I'm curious about a build failure https://launchpadlibrarian.net/304937662/buildlog_ubuntu-zesty-armhf.apport-test-crashes_0.20170126-1~69~ubuntu17.04.1_BUILDING.txt.gz [23:40] wgrant: generate-crashes should be sending SIGSEGV not SIGILL [23:41] wgrant: http://bazaar.launchpad.net/~daisy-pluckers/error-tracker-deployment/test-crashes/view/head:/generate-sigsegv-crash.py#L62 [23:42] It works fine for me on rugby. [23:52] bdmurray: You've tried it in an armhf chroot on rugby? [23:53] wgrant: yes, a zesty armhf chroot [23:53] I agree the build log looks weird, but I'm interested if you've tried the same scenario. [23:53] Huh [23:53] (gdb) ERROR: apport (pid 8391) Thu Feb 2 23:30:19 2017: called for pid 8384, signal 11, core limit 0 [23:53] So it is getting segv, but gdb lies? [23:57] No, I think that's http://bazaar.launchpad.net/~daisy-pluckers/error-tracker-deployment/test-crashes/view/head:/generate-sigsegv-crash.py#L74 [23:58] So that message came from generate-sigsegv-crash.py [23:58] and the 11 is hard coded there