[03:25] is launchpad down? didn't see anything on the twitter status feed [03:32] xref: looking like it's working here [03:32] sweet looks like it's back, for me and downdetector, thanks wxl [03:32] heh np === pbek__ is now known as pbek [09:10] Hi! I have a problem with a build on launchpad. On cosmic I get an error, while the previous releases work. The error is - E:Not locked [09:10] - Subprocess output: debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied [09:10] - debconf: delaying package configuration, since apt-utils is not installed [09:11] This is the full log: https://launchpadlibrarian.net/389273210/buildlog_ubuntu-cosmic-amd64.ubuntu-make_18.05+201809191700~ubuntu18.10.1_BUILDING.txt.gz [09:16] That doesn't sound Launchpad-specific - have you tried reproducing it in a local sbuild instance? [09:18] Builds don't have root, so your test must be doing something fiddly to run in an environment where it can test package installs, and probably something around that has changed subtly; but it would be a change in Ubuntu rather than a change in Launchpad [09:23] Hi, did I file this in the correct place? I still can't delete that repository of mine... https://bugs.launchpad.net/launchpad/+bug/1793266 [09:23] Ubuntu bug 1793266 in Launchpad itself "Unable to delete repository" [Undecided,New] [09:25] You did but that doesn't necessarily mean we can respond instantly :) [09:26] Need to think about how to deal with it - it's not straightforward [09:27] cjwatson: thanks, there's no hurry at all, I was just wondering if I made a mistake (I remembered something about filing bugs against soyuz in the past...) [09:27] no, it's in the right place. soyuz bugs were merged into launchpad many years ago [09:27] Great [09:27] (and that wouldn't have been soyuz anyway) [09:27] hey guys how we doing [09:28] cjwatson: do you have time at the moment to answer a couple of questions, I am very noob and trying to pick up a dev project so trying to get head around live-build and bzr [09:29] if you're busy happy to get a time that may be more suitable [09:29] I don't generally respond to open-ended things where I don't know how much time they're going to take [09:29] ahahah wise man [09:29] But you can always ask questions and if I or anyone else has time and knows the answer then we can answer [09:30] live-build is complicated; while I've built a number of things on it, I can't do general support for it [09:30] I might happen to know specific things [09:30] i'll try to be specific then, how does a bzr branch for ubuntu seeds intergrate with live-build, is it a reference to the branch or do I need to pull the scripts in the lb directory strucutre somewhere? [09:31] livecd-rootfs deals with that kind of thing [09:32] it points germinate at a mirror of the relevant seeds, but anything that you can pass to germinate's -S option in the relevant network environment would work [09:33] ah right that helps, i'm using the BuildLiveCD script from livecd-rootfs [09:33] good lord [09:33] that was obsoleted years ago [09:33] unfortunately im the only one in our project willing to keep dev going and i dont know much, you may recall Luke has finished up with all opensource I believe [09:34] the modern scheme is as described in https://lists.ubuntu.com/archives/ubuntu-devel/2011-June/033458.html [09:34] oh thanks heaps [09:38] cjwatson: thanks. I'll try running it manually on cosmic. Probably a live vm could be easy to test on.. [09:41] what a cool release name lol [09:43] LyzardKing: If your host system is Debian or Ubuntu, then I'd strongly recommend https://wiki.ubuntu.com/SimpleSbuild - a VM is overkill [09:44] Bit of learning but it's pretty easy once set up [09:49] I'm running ubuntu bionic... I can't figure out how to install things in the chroot.. [09:50] I'd need to install the dependencies on the cosmic schroot [09:53] I followed the instructions on the wiki, but if I try to apt update or install I get: E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) [09:58] LyzardKing: sbuild installs build-deps automatically [09:59] LyzardKing: if you're using schroot by hand, then you'd need to use -u root in order to become root inside the chroot [09:59] you'll probably need to read some docs [09:59] Ok. I'm testing now with root. [10:08] issue with git webhooks again? [10:40] acheronuk: not that I can see? [10:42] hmm! maybe. [10:42] will check shortly. [10:44] cjwatson: looks like the 2 which seemed to hang completed in the end. just slow enough that I thought things might have broken again [12:21] my recipe build doesn't seem to be pulling dependencies from the PPA I'm uploading to. Either that or I'm missing something painfully obvious [12:23] linky? [12:23] https://code.launchpad.net/~canonical-bootstack/+archive/ubuntu/thruk?field.series_filter=bionic and https://code.launchpad.net/~canonical-bootstack/+archive/ubuntu/thruk/+recipebuild/1960626 [12:24] oh [12:24] is this the ~ being negative version value hitting me? [12:25] I bet it is [12:25] it's not *that* negative [12:25] $ dpkg --compare-versions 2.22-0~201808281956~ubuntu18.04.1 ge 2.20; echo $? [12:25] 0 [12:26] hm [12:26] oh, but that's a different build [12:26] yes, it is [12:26] aha [12:26] yeah [12:26] ok I'll just bump that then! [12:26] $ dpkg --compare-versions 2.20-0~201802010857~ubuntu18.04.1 ge 2.20; echo $? [12:26] 1 [12:27] nice [12:49] $ dpkg --compare-versions 2.20-2~2383823 ge 2.20;echo $? [12:49] 0 [12:49] so why does that fail now [12:50] https://code.launchpad.net/~canonical-bootstack/+archive/ubuntu/thruk/+packages?field.name_filter=&field.status_filter=published&field.series_filter=bionic and https://code.launchpad.net/~canonical-bootstack/+archive/ubuntu/thruk/+recipebuild/1960646 [12:53] * Spads just hacks versions simpler [12:59] Spads: It hasn't built yet [13:01] well [13:01] the one I had pinned my hopes on had published already [13:09] https://code.launchpad.net/~canonical-bootstack/+archive/ubuntu/thruk/+recipebuild/1960659 <-- I honestly expected that one to work [13:11] http://ppa.launchpad.net/canonical-bootstack/thruk/ubuntu/pool/main/libt/libthruk/ has no .debs for bionic with a sufficient version [13:11] hmmm [13:11] it's published the source but not the binaries [13:12] since it has not built the binaries: https://code.launchpad.net/~canonical-bootstack/+archive/ubuntu/thruk/+build/15472109 [13:12] ahhhh [13:12] details! [13:13] thanks, that makes sense to me now [13:21] np [19:42] added bug per full changelogs - https://bugs.launchpad.net/launchpad/+bug/1793587 do let me know if I missed anything obvious [19:42] Ubuntu bug 1793587 in Launchpad itself "Web accessible changelogs for PPAs (including private)" [Undecided,New] === JanC_ is now known as JanC