=== ePierre_ is now known as ePierre === maclin1 is now known as maclin === ePierre_ is now known as ePierre === cjwatson changed the topic of #launchpad to: Build farm capacity limited, and non-{x86,arm} builds temporarily suspended | 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 === mancdaz_ is now known as mancdaz [16:38] running into an issue trying to backport a couple of packages to xenial – "Depends: debhelper (>= 9) but it is not going to be installed" – even though I've enabled xenial-backports on the PPA and it seems to have a newer version (https://packages.ubuntu.com/xenial-backports/debhelper). any help would be appreciated! [16:38] That means that your PPA or its dependencies have something that makes the newer debhelper version uninstallable [16:39] Baseline xenial has debhelper >= 9 anyway [16:40] ("is not going to be installed" is apt's way of saying "I tried the requested version and it was available but its dependencies weren't satisfiable in combination with everything else you asked for" [16:40] ) === hrybacki is now known as hrybacki_mtg [17:10] cjwatson: I see, how would I go about debugging it? is there anything that could help in the build log, or would I need to build it locally? [17:11] szxzx: I usually find "chdist" (in ubuntu-dev-tools) helpful - lets you set up a lightweight apt environment matching what your PPA is building with, and then you can try "chdist apt-get name-of-environment build-dep your-source-package-name" [17:12] see if that reproduces it, then convert it into a similar apt-get install line, and then you can add packages to that to force apt to eventually give you a more helpful message [17:12] if you can't figure it out then point me at the build and I can see if I can [17:18] Hey, do we have arm back? I'm starting to get emails about build failures again [17:19] kyrofa: see /topic [17:20] nacc, ah, thank you. So easy to miss those when you have a bouncer [17:20] kyrofa: :) [17:23] The queues are still draining, but they should only take another day or so now [17:48] cjwatson: installing debhelper in chdist fails with "dpkg: dependency problems prevent processing triggers for systemd: systemd depends on libsystemd0 (= 229-4ubuntu21); however: Version of libsystemd0:amd64 on system is 229-4ubuntu4." – would appreciate help deciphering! [17:49] szxzx: um, I perhaps should have said, you aren't meant to actually continue with the install [17:49] szxzx: just purely running apt's dependency checks and then saying no. you'll need to revert any installations that happened [17:50] sorry, using webchat and it timed out and cleared the logs... had to improvise from memory :) [17:50] szxzx: so this will have actually installed stuff on your dev system, which was not at all the intent of my recommendation :) [17:50] szxzx: could you point me at the failing build, please? [17:51] cjwatson: no worries, running in a throwaway docker container [17:51] cjwatson: https://launchpad.net/~szxzx/+archive/ubuntu/caffe/+build/14255673 [18:00] szxzx: OK, so xenial-backports isn't relevant here because this PPA has debhelper in it directly. Did you have to copy that in for some other package? [18:01] szxzx: https://paste.ubuntu.com/26438883/ shows the problem - the version of debhelper you have in your PPA depends on other things that aren't available [18:01] (slightly mangled paste on line 6, sorry) [18:01] cjwatson: nope, I'll go ahead and remove backports [18:01] szxzx: that won't do anything [18:02] szxzx: it's not about whether you have backports enabled; it's the fact that you have an uninstallable version of debhelper *in your PPA* [18:02] https://launchpad.net/~szxzx/+archive/ubuntu/caffe/+packages [18:02] cjwatson: yeah, just replying to your first comment asking about backports. I realize that's not what's causing the issue [18:02] backports may make a difference down the line, I don't know, but it's not the problem here [18:02] OK [18:04] cjwatson: so if I just delete debhelper from my PPA that would be a good start, right? started this last week and I can't remember why I added it TBH [18:05] szxzx: Right, if you don't know then that's probably a reasonable response. If you do need to put it back then you'll need to make sure that those of its dependencies that aren't in xenial{,-security,-updates} are also included [18:05] szxzx: (you'll need to wait for a PPA publisher cycle before retrying the build - make sure debhelper actually disappears from the PPA) [18:18] cjwatson: ok, now I see why I added debhelper in the first place. the actual package I was trying to build wants debhelper >= 10, and at that point I wasn't aware that it exists in backports === hrybacki_mtg is now known as hrybacki [19:29] hi, im getting a 503 from the 1.0 api saying its being upgrade? [19:30] is there a different api i should be using? [19:50] cjwatson: hi [19:50] cjwatson: i see in the logs you helped someone earlier today [19:52] milki: which api? [19:53] nacc: im hitting https://api.staging.launchpad.net/1.0 [19:53] milki: hrm, that does not 503 for me [19:53] hm [19:53] ok [19:53] milki: that url itself 503s for you? [19:53] milki: in a browser, e.g [19:53] so maybe the rest of the url is wrong now [19:53] yeah [19:54] https://api.staging.launchpad.net/1.0/~git-core/+archive/ubuntu/ppa/?ws.op=getPublishedBinaries\&status=Published\&distro_arch_series=https://api.staging.launchpad.net/1.0/ubuntu/trusty/amd64\&binary_package_name=git\&exact_match=true [19:54] is the original url [19:54] so... im going to munge that and see what im getting wrong now [19:54] milki: yeah that also errors for me so it's somethig in the suffix [19:55] cjwatson: nvm, nacc helped me out [19:57] aha [19:57] dropping staging worked [19:57] >.> [19:57] api.launchpad.net [19:59] nacc: thanks for rubber ducking with me [19:59] milki: np :) [20:50] heyyy guys [20:50] any help with this error? https://launchpadlibrarian.net/354303990/buildlog_ubuntu-bionic-amd64.playuver_0.18.1-1-201801221931~ubuntu18.04.1_BUILDING.txt.gz [20:51] jfmcarreira: do those files exist? [20:53] nacc: it shows "-- Installing: /<>/debian/tmp/usr/lib/libPlaYUVerLib.so" [20:53] nacc: this is a app that i am trying to split into different pkgs [20:53] without luck [20:53] nacc: i trying to run debuild -us -uc -b and it worked on a ubuntu machine [20:54] jfmcarreira: do you have a link to the srcpkg? [21:36] milki: right, staging's weekly restore from the production DB hit a snag so it's down at the moment [21:37] o, its related. ok [21:37] thanks for the update [21:37] nacc: note that I pointed jfmcarreira at https://wiki.debian.org/Multiarch/Implementation#CMake (specifically the include(GNUInstallDirs) stuff) a few days ago for a similar problem. Perhaps somebody with more time can work through the details of that with them [21:39] cjwatson: I implemented it the way the link pointed out [21:39] nacc: what you mean by srcpkg? source code? [21:40] jfmcarreira: OK, you didn't actually say that, you just repeated a very similar-looking question a while later, so it was hard to tell [21:40] cjwatson: thanks [21:41] jfmcarreira: a source package is the ... source that builds binary packages :) [21:41] jfmcarreira: if you have a link, i can try and see what's going wrong [21:42] nacc: let me do another test and I found out that I was not building the code after changes that cjwatson recommended [21:42] nacc: FWIW a handy trick (and it's way too opaque) is that you can try the number after PACKAGEBUILD- in the log and tack it onto the end of https://launchpad.net/builders/+build/ [21:42] which then redirects to https://launchpad.net/~jfmcarreira/+archive/ubuntu/ppa/+build/14262379 [21:42] nacc: this output comes from launchapad recipes so idk where I can find the srcpkg [21:43] jfmcarreira: well, i mean you must be building something yourself, right? ... what are you building, basically :) [21:43] cjwatson: ah thanks! [21:43] cjwatson: never knew that, but that is very helpful! [21:44] I'd rather that build logs just had a link to the build, but never got round to that ... [21:44] yeah there are a few links like that (relatively well-defined) that would be nice to have [21:47] cjwatson: nacc trying to build again with the latest code [21:52] hmm, GNUInstallDirs is supposed to set CMAKE_INSTALL_LIBDIR to have ${CMAKE_LIBRARY_ARCHITECTURE} at the end of it if it's set, but it's not obvious that it's doing so [21:52] might be worth cranking up cmake's debug output to see exactly what variables are being set [21:54] might also be worth seeing if there are any ordering requirements on when GNUInstallDirs is included - maybe it needs to come after some kind of compiler-detection code in the CMakeLists? [21:57] Hello. I can't log in to launchpad. I get a server error after passing ubuntu one login [22:02] kugel: do you get an OOPS ID? [22:03] kugel: (are you seeing what I wrote? this is the third time I've replied to you) [22:10] cjwatson: (Error ID: OOPS-0cf2cb01ee21acc5364a0ab6258bfa2a) [22:10] https://oops.canonical.com/?oopsid=OOPS-0cf2cb01ee21acc5364a0ab6258bfa2a [22:11] cjwatson: hm, looks like irssi's awayproxy didn't notify me [22:18] kugel: fix on its way, try again in a few minutes [22:20] cjwatson: thanks, good now. was this problem specific to my account? [22:20] kugel: yes and no; https://bugs.launchpad.net/launchpad/+bug/1607242 [22:20] Ubuntu bug 1607242 in Launchpad itself "Logging into a placeholder person OOPSes if email address already on another person" [Critical,Triaged] [22:21] we'd imported a comment on some bugzilla or other from your email address in 2014 [22:21] so there was a sort of placeholder record that conflicted [22:21] alright. thank you anyway [22:21] * cjwatson taps fingers waiting for the cron job to run [22:22] so now I can post on the glibc bug that's bugging me hard [22:22] kugel: there we go, should work now [22:24] I'm talking about https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1732550, it affects me on two systems. Is there anything I can do to bump it? [22:24] Ubuntu bug 1732550 in glibc (Ubuntu) "linux ttyname{_r}: Don't bail prematurely [BZ #22145]" [Undecided,New] [22:25] it's fixed upstream long ago, and should be backported into 2.26 [22:27] kugel-e-merged was merged into my account? Never heard about kugel-e-merged [22:27] kugel: the bug question should be somewhere else (it's not really a LP question) [22:29] kugel: e.g, ubuntu-devel, or probably the lxd-relevant channel [22:38] kugel: "kugel-e" was the autocreated placeholder I mentioned earlier, and it got a "-merged" suffix a few minutes ago when it was merged [22:38] ah, ok [22:38] (merging was how we gave control of that email address to your account) [22:38] so, I would expect my account details list two email addresses, but it's still just the one I use to log in [22:39] why would you expect that? [22:40] cjwatson: because I misread your comment (I read other email address) [22:40] nevermind [22:40] ok :) [23:42] hi there, I have an issue with backportpackage repeatedly timing out uploading a large-ish file. (my connection is solid AFAIK.) is there any way to retry/resume the upload without restarting the whole process? [23:54] still the same error https://launchpadlibrarian.net/354313578/buildlog_ubuntu-bionic-amd64.playuver_0.18.1-1-201801222211~ubuntu18.04.1_BUILDING.txt.gz