/srv/irclogs.ubuntu.com/2022/03/10/#ubuntu-devel.txt

philrochexypron: I learned that this morning yes.09:03
mapreriEickmeyer: I also received a report in debian - #1006697 - but I can't reproduce it...   since you can reproduce it, it would help if you could test with 1.1.1-3 (I'm wonder if this is caused by https://salsa.debian.org/multimedia-team/inkscape/-/commit/22960b0b09d0f476a93f98e1ff90f5114ace8dec so next step if 1.1.1-3 works would be to disable that patch)09:04
ubottuCommit 22960b0 in multimedia-team/inkscape "Add patch from upstream to fix a crash when inkscape is run with --batch and a gui is not available"09:04
eoli3nHi09:48
eoli3nok guys, snap packages start to piss me off09:49
eoli3ni manage 800 hosts, and deploy some snaps like chromium or blender09:49
eoli3n11000 users, randomly gets "cannot open path of the current working directory: Permission denied"09:49
eoli3nhome are mounted with NFS under /home sub directories09:50
eoli3nif canonical is pushing his own containered packages system, it should ensure that everything is working well09:51
eoli3nif snaps are shitty like it seems to be, just use flatpaks09:51
eoli3nhttps://forum.snapcraft.io/t/cannot-open-path-of-the-current-working-directory-permission-denied-bis/28704/609:55
eoli3ni just listened my own advice, and moved all my packages from snapshit to flatpak11:10
seb128eoli3n, 👍11:15
ahasenackmorning11:44
athosgood morning!12:03
ahasenackhi athos12:08
didrocksahasenack: hey, at least, it seems adsys passed autopkgtests without the need for a rerun. Crossing fingers this is now addressed12:10
ahasenackyou did another upload?12:10
ahasenackoh, you did, cool12:11
ahasenack0.8.212:11
ahasenackarm64 took 10min, twice as armhf12:11
didrocksyes, I was waiting on autopkgtests passing before declaring victory :p12:12
ahasenackhehe12:12
didrocksthanks for the hw access, I can release it now :)12:13
ahasenack:)12:15
Eickmeyer!guidelines | eoli3n15:45
ubottueoli3n: The guidelines for using the Ubuntu channels can be found at https://wiki.ubuntu.com/IRC/Guidelines15:45
=== dbungert1 is now known as dbungert
Eickmeyermapreri: I'm building 1.1.2-3 in my PPA now, we'll see how it goes. I might just do the merge and upload if all goes well.17:06
Eickmeyermapreri: Annnnnd confirmed, it does fix it. I'll merge it in.17:10
Eickmeyermapreri: Actually, dropping the patch is no good, but I'll test to make sure.17:26
mapreri_mobileEickmeyer: please don't upload so happily..  personally I'd also find it weird if dropping that patch would really fix the issue.  Besides, it has since been merged upstream, so if it really was the cause it would need to be reported and further debugged.17:30
Eickmeyermapreri: Yeah, I'm not dropping it. I'm just bulding in my PPA to make sure that everything is kosher.17:30
Eickmeyermapreri_mobile: The only place I'm uploading is my PPA. :)17:32
mapreri_mobileThanks!17:36
Eickmeyermapreri: The merge worked, the problem is fixed. I have it in my PPA if you want to review, but I can upload if you'd like, unless you *really* want to do it.18:33
dbungertI want to request sync on mariadb-10.6, but the current verison number is funky (has ~exp in it).  Debuild can't round trip it - applying the debdiff then attempting to create it again wants me to commit 20 files.  It's not a fakesync, as the tarball isn't different.  Any suggestions?19:01
vorlondbungert: what do you mean by "wants me to commit 20 files", is this specifically using git-ubuntu or something?  And, can you show the delta in question?19:16
rbasakFWIW, AIUI that version or mariadb-10.6 will FTBFS on ppc64el (and does on Debian at least). Last I looked anyway. That's why I had hesitated to sync it. But it might be better than the current situation, so it might be preferable to sync it and hope to fix the ppc64el build later. There is activity upstream on the fix. Just AFAIK it hasn't been resolved yet.19:21
rbasakI'm not sure I understand what's failing to round trip. Why is a debdiff involved?19:21
rbasakNote that debdiffs are lossy. They can't represent binaries or changes to file permissions for example. And they fall over with symlink changes.19:22
rbasakgit can cope with all of that, so this is one benefit of using git-ubuntu. But git can't represent empty directories, so there is that downside still.19:23
dbungertmariadb doesn't seem to be in git-ubuntu?  Or maybe I'm using it incorrectly.19:24
dbungertvorlon: my commit comment was in reference to output from `debuild -d -S` saying "you can integrate the local changes with dpkg-source --commit"19:25
rbasakLet me add mariadb-10.6 to git-ubuntu. It'll take a few hours though I expect.19:26
dbungertrbasak: thanks for the note about ppc64el.  I think a sync is still beneficial to show progress on the openssl 1.1 transition.  Thanks also for the git-ubuntu bit.19:27
dbungertvorlon: here is the debdiff, which is just a trivial debdiff of mariadb-10.6_10.6.7-1.dsc mariadb-10.6_10.6.7-3~exp1.dsc - https://paste.ubuntu.com/p/FsrD7RGcFG/19:28
rbasakdbungert: I'm inclined to agree, but I'd like an ack on that from the release team before syncing19:28
dbungertsure, makes sense19:28
vorlondbungert: that message means there are changes outside of the debian/ directory but I don't see anything in that debdiff.  Did the debuild command fail and spit out a filename of a new diff?  Can we see that?19:30
dbungertvorlon: https://paste.ubuntu.com/p/cp9wQ577Zd/19:31
vorlondbungert: that seems to indicate that debian/patches/openssl-3-enable.patch at least is not applied19:33
vorlonalso debian/patches/openssl-3-compatibility.patch19:33
vorlonso I don't know how things got into this state19:33
dbungertok, that was enough of a hint, I have a better plan now19:38
dbungertthe summary of my problem is "don't apply debdiffs on a package dir that has quilt patches applied"19:45
rbasakAh. Yes. Thanks for reporting back!19:46
rbasakIf you like git, you might be interested in "gbp pq" as a means to work on quilt patches19:47
dbungertyes, I'm overdue to learn gbp properly.  I have used it just enough to forget how to use it.19:47
rbasakThis corner of gbp is fairly independent from gbp itself FWIW19:48
rbasakIt's not perfect either, but you might prefer its set of rough edges over the rough edges of using debdiff and quilt manually19:49
mapreriEickmeyer: ah, wait I misunderstood you.  so you can't reproduce it based on 1.1.2-3.  now, that would be *very* weird.  I can't imagine why 1.1.2-1 is affected but 1.1.2-3 is not.20:05
mapreriI thought you had to drop the patch to make it work20:05
Eickmeyermapreri: No, that's not the case. I don't know why it works, but it does.20:06
mapreriwell, if it's just that merge, feel free to do it.  but really it makes no sense for that to be a fix.20:06
EickmeyerAgreed.20:07
maprerii suppose you can do it, and ask the OP to verify *shrugs*20:08
EickmeyerMakes me wonder if it was an updated build-dep.20:09
EickmeyerI'm just spitballing here.20:10
rbasakFWIW the git-ubuntu import of mariadb-10.6 is complete22:24

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