/srv/irclogs.ubuntu.com/2022/09/16/#ubuntu-devel.txt

fheimes714hi, could someone (coredev) with 'superpowers' please run these three autopkgtest re-triggers for me https://pastebin.ubuntu.com/p/8jX9MCXHpy/ ?07:34
ginggsfheimes714: looking...07:35
ginggs.07:37
fheimes714thx ginggs!07:45
lesshastesarnold, thanks10:42
lesshasterbasak, ok... in this case it just literally needs v3.66 of beamer instead of v3.6510:42
lesshasterbasak, I entered a bug report as requested10:43
lesshasterbasak, beamer is included in texlive-latex-extra10:45
lesshastesorry...texlive-latex-recommended10:46
lesshastehttps://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/198973710:48
ubottuLaunchpad bug 1989737 in texlive-base (Ubuntu) "Bug in beamer with fix in v3.66" [Undecided, New]10:48
rbasaklesshaste: we can't just update texlive in Jammy because that would probably include a bunch of unrelated changes that affect users who expect stuff not to change10:51
rbasaklesshaste: can you identify the specific upstream that is required here please?10:51
lesshasterbasak, is it possible to just update beamer?10:51
rbasakSpecific upstream fix I mean.10:51
rbasakI don't know. I'm not familiar with the packaging in this package. It's more complicated than average.10:52
rbasakEven for beamer, we would generally only cherry-pick the specific fix required.10:52
lesshasterbasak, ah ok... let me see10:52
rbasakThat might be easily identifiable if beamer upstream have a git repository, but I don't know where that would be.10:52
lesshastehttps://github.com/josephwright/beamer10:54
lesshasteI am looking there now10:54
lesshastewe want "fixed regression of class options not being passed to packages like xcolor (see #759)"10:54
lesshasterbasak,  it is https://github.com/josephwright/beamer/commit/f769f2ff60f3ade9b920f743ff65b46e5013758a10:59
ubottuCommit f769f2f in josephwright/beamer "pgfcore must not be loaded before processing the package options, otherwise it will break things like #759"10:59
lesshasterbasak, are you sure it wouldn't be better just to update beamer to v3.66?11:00
rbasaklesshaste: we have quality requirements to do that. See here: https://wiki.ubuntu.com/StableReleaseUpdates#New_upstream_microreleases11:00
rbasakIn this case, it looks like beamer doesn't have a test suite, so that suggests it doesn't meet our requirements.11:01
lesshasterbasak,  ok... the authors are currently available on the tex.stackexchange.com chat room in case you wanted to talk to them11:01
lesshastethey are very nice :)11:01
lesshasteotherwise, will the fix I pasted help?11:01
rbasakYes that looks like it can be cherry-picked11:02
rbasakWe need to find someone to volunteer to drive that. I'm busy at the moment :-/11:02
rbasakSteps are here: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure11:03
lesshastethanks.. one more thing... if we are not updating the version number the license requires they mark it as not the same beamer as everyone else has11:03
rbasakPlease note that in the bug then please, and whoever volunteers the fix will need to comply with the license.11:04
rbasakI'm far less inclined to volunteer my help now though because of that. Sorry.11:05
lesshasterbasak, ok11:05
ratchananHello. Did anyone notice that the latest vim update on Focal fails to build on armhf and s390x, causing ubuntu-minimal (via vim-tiny) to be uninstallable?11:06
rbasakIt introduces qusetions like: what's sufficient to make it clear it's not the same as the upstream release?11:07
lesshasteI can see the problem with not updating version numbers when people ask on q&a sites and it turns out they are using a version that is not expected11:08
lesshastedespite what it says in the logs11:08
lesshasteI guess you could call it v.3.65-ubuntu11:08
lesshastev3.65-ubuntu11:09
lesshastein any case, I am just trying to help others :) It was a total pain when I found this bug11:09
lesshasterbasak,  apparently there is a test suite11:11
lesshaste(it might only have one test in it currently)11:11
rbasakThe package version be bumped anyway, and distributions routinely patch packages like that. So it's likely legal regardless. But it's not worth going into that, even if legal, if your community thinks otherwise.11:21
rbasakThat's not really a test suite then, is it? :)11:21
rbasakNotably this bugfix didn't come with a test.11:21
rbasakIf that's not routinely done, then the upstream certainly doesn't meet that part of our requirements.11:21
lesshasterbasak, understood. Thanks so much for chatting about this. It's what I love about open source software11:22
lesshasterbasak, It's not really my community. I was literally relaying what the authors were saying in the tex.stackexchange chat room when I asked them11:23
rbasakOK :)11:23
lesshasteI hope it can be fixed to save the next person from the problem I had11:23
lesshastein any case, hugely appreciated. Thank you11:23
rbasakSorry I couldn't help.11:26
lesshasterbasak,  you helped a lot! Hopefully someone will pick up the improved bug report11:28
lesshastedo you have any feeling for the number of the size of the pool of people who might possibly do that?11:28
lesshastesorry.... for the size of the pool11:28
lesshasteoh I just saw your update11:29
rbasaklesshaste: to be clear, I'd be happy if somebody did work on the fix. I'm just trying to set expectatiosn here.11:36
lesshasterbasak,  ok thanks. Won't Fix just looks like a permanent status11:37
rbasaklesshaste: roughly, this is the set of people who are approved to upload: https://launchpad.net/~motu/+members11:37
rbasaklesshaste: I tried to make it clear in my comment that it's not.11:38
lesshasterbasak, thanks! That's a good long list11:38
lesshasteheavy on the names starting with M11:38
rbasakPlease don't harass them individually though. You can reach them collectively here, in #ubuntu-motu, or on the ubuntu-motu@ mailing list.11:38
rbasakM for MOTU I guess :-P11:39
lesshaste:)11:42
lesshasterbasak,   I try not to harrass anyone ever!11:42
rbasakIndeed you've been very polite. Thanks :)11:44
lesshasterbasak, you have been charming too :)12:03
paridehmm, I am a bit surprised by the debdiff of a SRU upload I did: https://launchpadlibrarian.net/623539153/autopkgtest_5.20_5.20ubuntu1.diff.gz12:44
paridemy tarball doesn't include .gitignore, which is left out by dpkg-source as by default it excludes the .gitignore file (see -I.gitignore in `dpkg-source --help`)12:45
parideso I wonder why the Debian maintainer deviates from the dpkg-source default, and I wonder if the SRU team will prefer a new upload that doesn't touch .gitignore12:47
ginggsparide: i wonder if that was uploaded by dgit, i'll ask13:08
paridehttps://browse.dgit.debian.org/autopkgtest.git/log/ has rich git history, so maybe that's the reason13:12
lesshasterbasak, what does "fix released" mean on my bug report? It seems positive13:39
lesshasterbasak,  does it just means that there is an upstream fix that has been released?13:40
rbasaklesshaste: just that the related upstream bug is fixed upstream13:41
lesshasterbasak, ok thanks13:42
lesshasteit looked exciting :)13:42
rbasakWhich is good, but you knew that status already, so no really news to us. The bug tracker is just catching up.13:42
lesshastegot you13:42
ginggsparide: the uploader confirmed it was a dgit upload16:33
ginggssergiodj: what is up with the pagure build? https://launchpad.net/ubuntu/+source/pagure/5.11.3+dfsg-116:35
ginggsa successful build gets to 'dpkg-buildpackage: info: binary-only upload (no source included)' then gets killed after 150 minutes of inactivity16:35
dbungertEickmeyer: I don't think a Kinetic build of Audiacity is happing near-term.  I'm not even clear how this builds on focal, they seem to be doing stuff the c++ headers ask them not to.  I'm going to share what I have back to Salsa and you may want to investigate seriously the snap option.17:29
Eickmeyerdbungert: Yeah, that's where I'm landing too. Should be relatively easy.17:38
EickmeyerThe snap that is.17:38
enr0nCan a core dev please trigger this PPA autopkgtest for me? https://autopkgtest.ubuntu.com/request.cgi?release=kinetic&arch=ppc64el&package=systemd&ppa=enr0n/systemd-251&trigger=systemd/251.4-1ubuntu5~ppa118:53
enr0nTIA18:53
dbungertenr0n: done19:05
enr0ndbungert: thanks!19:05
sergiodjginggs: the package is in a bad state, and upstream is unfortunately slowly dying.  I will see if I can fix it this weekend on Debian, but I strongly believe it should be removed from Ubuntu meanwhile19:45
ginggssergiodj: thanks!  the weird thing is since 5.10.0+dfsg-1 it has always built like that20:23
sergiodjginggs: yes, it's been broken for a while now.  I was working on updating it to 5.13, but there are some unpackaged dependencies...20:24

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!