[09:13] wgrant, hi! I opened a support question yesterday about a linux-riscv kernel that's currently blocked because we can't build it: https://answers.launchpad.net/launchpad/+question/695551 [09:13] wgrant, would you be able to help us with that? [09:43] klebers: I'm going to be working on this today [09:44] cjwatson, thanks! [11:06] Hi all, for a last second bug discovered I must revert a package that was overrided by "Replaces" directive in the package control file [11:07] the Replacing package now is removed but I doesn't still see the old version package using apt-cache policy is there something that I can do ? [11:09] or is just matter to wait some scheduled script ? [11:26] mop: it would help to have some more specifics if you want us to investigate something - archive URL and package names and versions [11:52] repo: https://launchpad.net/~openquake/+archive/ubuntu/ppa/ [11:52] package "resurrected": oq-python3.6 , package removed: oq-python3.8 [11:52] oq-python3.8 had "Replaces" directive against oq-python3.6 [11:52] my actions were: [11:53] - upload oq-python3.6 [11:53] So at the publishing level Replaces is basically irrelevant to anything FWIW. Of course it matters a good deal to dpkg/apt [11:53] - upload oq-python3.8 [11:53] - remove oq-python3.8 [11:53] apt-get update [11:53] apt-cache policy oq-python3.6 -> no packages [11:54] What Ubuntu release are you using? [11:54] bionic [11:54] Since this PPA supports multiple releases [11:55] Can you share a pastebin with the output of the apt-get update and apt-cache policy commands? [11:55] sure [11:56] I get the impression that what's happened here is that a new source package produced a binary package with the same name, so overwrote the binary produced by the old source package. [11:56] Right, that's certainly a possibility but I want to make sure I have all the details [11:57] https://pastebin.ubuntu.com/p/JR2HpNbrx7/ [11:57] heh apt itself doesn't care about replaces, they're just no-ops that tell dpkg not to error out on file conflicts - update-manager has some hackery in it to u [11:57] Sorry, yes, I'm getting ahead of things here. [11:57] * rbasak leaves you to it [11:57] s'ok [11:58] I don't see any recent upload of oq-python3.6, so I assume when you said "- upload oq-python3.6" you mean the upload in 2018 [11:58] I copied from another repo [11:58] Ah [11:58] Recently? [11:59] 1 hour ago [11:59] more or less [11:59] there is some job that must run ? [11:59] You can see on https://launchpad.net/~openquake/+archive/ubuntu/ppa/+packages that no such copy has been processed [11:59] Have you checked your email for failures? [11:59] Including spam folders or whatever [11:59] Copies are processed by a job, but it's much more frequent than hourly [11:59] no, the web interface seems correct ... [12:00] The versions of oq-python3.6 in your PPA were published on 2018-09-06 [12:01] I don't even see any attempts to copy oq-python3.6 from anywhere to anywhere today in our logs [12:01] oh, it's correct, sorry it was just for oq-libs package [12:01] Ah [12:02] oq-python3.8 and oq-python3.6 was both on the repo for a while [12:02] then I just removed oq-python3.8 [12:03] So in that case it's as rbasak said: your oq-python3.8 source package produced a higher-versioned oq-python3.6 binary package which overwrote the old one, and then when you removed the oq-python3.8 source package the lower-versioned oq-python3.6 binary package was not automatically resurrected [12:03] Are you aware that clients with the higher-versioned oq-python3.6 binary package already installed probably won't automatically be downgraded to the lower version? [12:04] yes but newer stay there for minutes [12:04] A single source package that (I think?) builds all of Python 3.5, 3.6, and 3.8 and gives them all a 3.8 version number seems ambitious at best, but that's your problem :) [12:04] OK, so you can probably repair the situation with a self-copy [12:05] copy the package on the same repo from the same repo ? [12:05] Go to https://launchpad.net/~openquake/+archive/ubuntu/ppa/+copy-packages, select the oq-python3.6 source packages there, select "This PPA", "The same series", and "Copy existing binaries", and copy [12:06] done [12:07] OK, so that will take a little while to process but then it should be sorted [12:07] I'll keep an eye on it [12:09] tnx, always reactive, tnx a lot [12:25] mop: Looks right now [12:26] cjwatson, yessss [12:26] tnx a lot [12:27] no problem [13:17] cjwatson, a question related to what happens: keep oq-python3.6 and oq-python3.8 both on the repo was the right choice to be able to get older version of 3.6, correct ? [13:23] mop: If you want both sets of binaries to exist at the same time, then you should build them from separate source packages and make sure that the sets of binary names built from each of those source packages don't overlap. === cpaelzer__ is now known as cpaelzer === ijohnson is now known as ijohnson|lunch