/srv/irclogs.ubuntu.com/2021/06/16/#ubuntu-devel.txt

=== pizza is now known as pizzaiolo
=== pizzaiolo is now known as pizza
utkarsh2102cpaelzer_: can you re-trigger this for me, please? https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=s390x&package=symfony&trigger=symfony%2F5.2.6%2Bdfsg-1ubuntu407:54
cpaelzer_utkarsh2102: done07:55
=== cpaelzer_ is now known as cpaelzer
utkarsh2102awesome, thank you!07:55
utkarsh2102cpaelzer: for phpmyadmin w/ php-twig, please: https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=amd64&package=phpmyadmin&trigger=php-twig/3.3.2-1ubuntu3&trigger=phpmyadmin/4:5.0.4+dfsg2-2ubuntu308:36
cpaelzerutkarsh2102: malformed trigger09:09
cpaelzer: => $3A and + = %2B (urlencode)09:11
cpaelzerdone now09:11
utkarsh2102eeks, thanks!09:13
utkarsh2102https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=arm64&package=phpmyadmin&trigger=php-twig%2F3.3.2-1ubuntu3&trigger=phpmyadmin%2F4$3A5.0.4+dfsg2-2ubuntu309:17
utkarsh2102cpaelzer: does this work? (this is for arm64 btw, previous one worked!)09:17
utkarsh2102btw, both seem to work for me, though09:17
utkarsh2102oh no, that seems to be malformed, ugh, encoding :|09:18
cpaelzerutkarsh2102: do you still need the seconds one, and if so would you fix the link yourself ?09:25
utkarsh2102paelzer: yeah, here: https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=arm64&package=phpmyadmin&trigger=php-twig%2F3.3.2-1ubuntu3&trigger=phpmyadmin/4%3A5.0.4%2Bdfsg2-2ubuntu309:34
=== Guest2504 is now known as blue_penquin[m]
utkarsh2102cpaelzer_: let me know you're odne with that^, I'll send other arch, too10:46
utkarsh2102or well, here, so you them at once!10:46
utkarsh2102armhf: https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=armhf&package=phpmyadmin&trigger=php-twig%2F3.3.2-1ubuntu3&trigger=phpmyadmin/4%3A5.0.4%2Bdfsg2-2ubuntu310:47
utkarsh2102ppc64el: https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=ppc64el&package=phpmyadmin&trigger=php-twig%2F3.3.2-1ubuntu3&trigger=phpmyadmin/4%3A5.0.4%2Bdfsg2-2ubuntu310:47
utkarsh2102s390x: https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=s390x&package=phpmyadmin&trigger=php-twig%2F3.3.2-1ubuntu3&trigger=phpmyadmin/4%3A5.0.4%2Bdfsg2-2ubuntu310:47
utkarsh2102that should be it!10:47
cpaelzer_utkarsh2102: all three done10:48
=== cpaelzer_ is now known as cpaelzer
utkarsh2102cpaelzer: there were 4, though10:48
utkarsh2102probably you missed: <utkarsh2102> paelzer: yeah, here: https://autopkgtest.ubuntu.com/request.cgi?release=impish&arch=arm64&package=phpmyadmin&trigger=php-twig%2F3.3.2-1ubuntu3&trigger=phpmyadmin/4%3A5.0.4%2Bdfsg2-2ubuntu310:49
cpaelzeradded as well10:50
utkarsh2102sweet, awesome, thank you!10:50
utkarsh2102cpaelzer: all passed, this will unblock php-twig now, thanks!11:01
=== georgiag_ is now known as georgiag
utkarsh2102rbasak: o/13:43
utkarsh2102whenever time permits, could you please sponsor https://people.debian.org/~utkarsh/ubuntu/php-symfony-security-acl/?13:44
rbasak^ done14:02
utkarsh2102rbasak: thank you!14:29
julianklaney: Do we need to fix appstream-glib for https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1923845 before changing the default? Does the extractor use that?14:58
ubottuLaunchpad bug 1923845 in zeroinstall-injector (Ubuntu) "Please compress packages with zstd by default" [Undecided, New]14:58
juliankxnox: ^ Cc14:58
juliankI think most stuff isn't critical, and I'd set debdelta to Won't fix, honestly14:59
laneyjuliank: check with ximion, he would know offhand14:59
laneyI'd have to investigate14:59
xnoxjuliank:  i fixed https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#lintian lintian, but it is failing to migrate on failing aptdaemon autopkgtest15:30
xnoxand aptdaemon autopkgtest looks silly. somehow apt_pkg & aptdaemon reading apt.conf.d/* produces different keys for both. and i wonder if the testcase is simply flawed in the package.15:30
juliankxnox: i have that on my agenda15:31
juliankxnox: got distracted by apt SRUs and shim releasing15:31
juliank* re-submitting15:32
juliankxnox: why oh why does it have its own parser in the first place?15:33
juliankxnox: Doesn't work at all for me :D15:34
juliankLike this parser is really bad ValueError: Unknown char '1' in line: '    deb::DEP-11  {15:34
juliankThis is horribly broken code :D15:37
seb128xnox, would be nice if aptdaemon tests were fixed, they keep blocking things every cycle :-/15:39
seb128gtk is currently blocked due to those as well, I read the foundations meetings logs hopping that would be discussed or acted up but didn't happen so far :-(15:39
juliankxnox: So silly parser if you give it a { b::foo { b }; c { "d"; }; } reads it as a { b::foo { b; }; b::c { "d"; };}; because it pushes the b and foo onto its option name stack correctyl, but then only pops off one level15:42
xnoxjuliank:  i think it has a parser, mostly to write new configs out. but maybe it should be loading them with apt_pkg, and serializing with apt_pkg to write them out....15:42
xnoxso i want lintian to migrate before we promote dpkg from bileto build to the archive.15:43
juliankxnox: lintian should be hinted for now15:45
juliankxnox: I don't think I'll be able to fix the parser today15:45
juliankxnox: But um, maybe I can replace it, but we lose line numbers15:46
juliankOh well, who cares15:46
xnoxlaney:  can we please mark aptdaemon as badtest => it uses config from the system in its unit test, and the valid config that is parsed correctly by apt_conf is not parsed by aptdaemon thus holding up migrations.15:46
xnoxjuliank:  i thought aptdaemon needs line numbers to modify configs in place, without loosing comments whitespace etc of things it does not change.15:47
xnoxjuliank:  cause that parser/dumper is used by the gui tools to like modify apt configs.15:47
juliankxnox: then it needs more  work, yes15:47
juliankxnox: OK, so this is a regression in the ubuntu-advantage-tools package15:49
juliankxnox: You'll notice they forgot semicolons at the end of the options: /etc/apt/apt.conf.d/20apt-esm-hook.conf15:50
juliankAPT's parser is too broken too notice15:50
juliankvim  syntax highlighting even says so15:51
juliankI think I should still fix the parser, though15:53
juliankI also should rewrite APT's parser so it actually gives you errors15:55
juliankit just recovers from them automatically and I can't say why :D15:55
julianklike, more an accident than a feature15:55
xnoxjuliank:  yeah, i couldn't identify which thing started to ship a config that is not accepted by aptdaemon.15:59
xnoxjuliank:  so if i upload a fixed up ubuntu-advantage-tools everything will start working again? i like that option too.15:59
xnoxor like report a critical bug against them.16:00
juliankxnox: yes, I pinged server in mattermost, as that also needs SRUing, and I don't want to get into that16:00
juliankxnox: I reassigned the bug there16:00
juliankxnox: I'll open another bug for the parser bugs I saw :D16:00
xnoxjuliank:  which bug did you reassign already?16:00
juliankxnox: https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/193074116:00
ubottuLaunchpad bug 1930741 in ubuntu-advantage-tools (Ubuntu Impish) "20apt-esm-hook.conf is missing semicolons at end of option" [Critical, Triaged]16:00
juliankI guess I'll just rewrite apt's parser, add line number remembering and then port aptdaemon to that16:02
juliankthat solves all problems :D16:02
juliankIt will break a lot of people's apt.conf files that worked before, but well16:03
juliankI can keep both parsers and do fallback in apt-pkg :D16:03
cipherboysergiodj: Did I ever thank you for the updated Bionic build? Worked beautifully, got the answers I needed, thank you!! :)16:04
sergiodjcipherboy: hey, that's awesome!  I'm glad we found the issue in the end :)16:07
cipherboysergiodj: Is there anything I need to do in the bug?16:08
cipherboy(I'm guessing it won't be fixed but could I mark it as an accepted solution or something in case someone else runs across it?)16:08
sergiodjcipherboy: feel free to leave a comment confirming that the fix worked for you16:09
sergiodjwe might be able to squeeze this fix in a future, higher-priority SRU16:09
=== jsing` is now known as jsing
bdmurrayddstreet: Could you look at my patch in debian bug 969510?20:21
ubottuDebian bug 969510 in ubuntu-dev-tools "import-bug-from-debian: can create bad bug descriptions" [Normal, Open] https://bugs.debian.org/96951020:21
=== athos_ is now known as athos

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