=== wgrant is now known as Guest27601 === Guest27601 is now known as wgrant === work_alkisg is now known as alkisg [04:07] Good morning, is it possible to request that armhf be a build target for my PPA, so that I can host some raspberry pi2 related stuff? [04:08] alkisg: Yep, https://answers.launchpad.net/launchpad/+addquestion [04:08] Thank you very much wgrant === maclin1 is now known as maclin [13:27] Hey, I've got a question about your build system. I want to build packages using a recipe and the source as binaries *.so in it. Reading the debian docs I made it working by telling dpkg-source not to filter these files. My solution works locally with dpkg-buildpackage and dpkg-buildpackage -S; sudo pbuilder --build ../source.dsc. Why does it not work in your environment? [13:39] This is the recipe https://code.launchpad.net/~thopiekar/+recipe/dx910-driver-daily and the code https://code.launchpad.net/+branch/~thopiekar/arm-mali/DX910 [14:29] where is the license info for that? [14:38] thopiekar: why don't you install the .so file from debian/rules, instead of trying to do it by the .install file? [14:42] dobey: It doesn't matter. I tried both methods and for me it seems that the .so files are still getting removed. I switched now to format 1.0 to avoid this behaviour. [14:43] Ok, beleaved it will fix it but https://launchpadlibrarian.net/221462166/buildlog_ubuntu-wily-armhf.dx910-driver_0.0.0-0~35~ubuntu15.10.1_BUILDING.txt.gz [14:43] It is making me crazy.. [14:50] no, the problem is it's trying to copy a file out of debian/tmp, and there is no such file in debian/tmp [14:50] how this works for y ou locally i don't know [14:53] tried sbuild locally? [14:58] no, I always use dpkg-buildpackage directly [14:58] WIll change that and give it another try [14:59] launchpad builders build with sbuild. dpkg-buildpackage/debbuild directly will be affected by your local environment [15:00] sbuild always builds in a clean chroot (pbuilder does too, but there are some differences between pbuilder and sbuild that do matter) [15:02] Ok, will use sbuild then. I also got such unexplainable problems in the past but didn't know launchpad is using sbuild. [15:02] Thanks again [15:07] https://launchpad.net/~daniel-thewatkins/+livefs/ubuntu/wily/cpc/+build/40812 appears to have just restarted (after, I think, being very near to completion); any ideas as to why that happened? [15:07] wgrant: cjwatson: ^ [15:21] Odd_Bloke: doesn't look restarted to me [15:22] dobey: It was all the way to the binary zsync bit, and then started again; build log doesn't reflect it though. :/ [15:54] Odd_Bloke: Must have crashed the builder for some reason. [15:55] We don't really have a way to tell exactly. [16:10] cjwatson: Hm, OK. Well, if it seems to become a habit then we can dig more. [19:23] dobey: Created now Makefiles which install my .so files to /debian/tmp and now my Makefile says the so is missing. [19:24] And still locally it works. I'll try to setup sbuild here now :/ [19:25] https://launchpadlibrarian.net/221485964/buildlog_ubuntu-wily-armhf.dx910-driver_0.0.0-0~41~ubuntu15.10.1_BUILDING.txt.gz [19:41] oh, well it's not getting included in the .tar.gz [19:41] ^ [20:22] I found that Ukrainian Translators team are not active (people are translating, but group are not managing) both admins don't maintain it. It there way to do something? [20:22] https://launchpad.net/~ubuntu-l10n-uk [23:50] I'm having a problem with broke package [23:51] I put in one this: (>= 1.1.1-r93.f4.p3.l1635.a161.t83~37) [23:51] this is the ppsspp-common [23:51] Package: ppsspp-sdl [23:51] Architecture: any [23:51] Depends: ppsspp-common (>> 1.1.1-r93.f4.p3.l1635.a161.t83~36~) [23:51] well, now I changed [23:52] the PPA: https://code.launchpad.net/~ppsspp/+archive/ubuntu/testing [23:52] there's the ppsspp package yet, and the ppsspp-sdl, but they are not updating all together in my system [23:58] should I put some Breaks: ?