/srv/irclogs.ubuntu.com/2018/09/07/#ubuntu-devel.txt

cpaelzerdoko: for the bug I'm tracking on float precision I somehow think it might be libquadmath06:18
cpaelzerwhich is enabled in gcc-806:18
cpaelzerwhat is the best way to have a normal cosmic with gcc-8 just without libquadmath06:18
xnoxcpaelzer, which arch? cause i thought power has quadmath without needing libquadmath.10:54
cpaelzerxnox: well it changes10:57
cpaelzergcc-8 + libquadmath != the results of before10:57
cpaelzereven gcc-8 (as in cosmic) and force removing libquadmath makes it work10:58
cpaelzerxnox: and yes ppc64el10:58
xnoxhuh10:58
xnoxinteresting10:58
cpaelzerand old gcc was compiled --disable-quadmath and such - so it was surely off beofre (lib or not)11:04
xnoxcpaelzer, just FYI doko is in Manchester today, at GNU Tools Cauldron aka the gcc/binutils/what-not conference11:06
xnoxslangasek, Laney - is it intentional that https://bugs.launchpad.net/autopkgtest-cloud does not have a bug tracker?11:35
xnoxhow can i report bugs against autopkgtest infra? use autopkgtest ubuntu package?11:35
Laneyyes it is, use https://launchpad.net/auto-package-testing11:35
xnoxoh, ok11:36
xnoxthanks!11:36
xnoxLaney, started typing bullshit, went to find data to back my claims, failed to find data that proves my narative, gave up.11:39
* xnox found lots of data to disprove my narative....11:39
Laneyrubber duckism is a valuable tool11:40
xnoxLaney, =))) hm? what does "rubber duckism" means? =)11:41
xnoxyou mean like a bug bear?11:41
cjwatsonhttps://en.wikipedia.org/wiki/Rubber_duck_debugging11:45
LaneyIt's not strictly what you did, but seems related.11:45
Laney:-)11:45
ogralol ... the return of clippy ?11:55
* juliank uses penguins12:00
juliankpenguin debugging12:00
msalvatoredoko: We're getting build failures for armhf when uploading a new version of libgit2 to the security-proposed ppa. I'm able to build for armhf locally and sbeattie was able to build it on cady. Do you have a minute to take a look? Build: https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa/+build/1533695912:10
dokomsalvatore: not before Wednesday13:43
msalvatoredoko: Ok. If you could have a look on Wednesday it would be much appreciated.13:44
dokoLocutusOfBorg: https://launchpad.net/ubuntu/+source/ldc/1:1.11.0-1 are there any llvm switches to target long-double-128?13:52
ginggsLocutusOfBorg: did you know? https://wiki.ubuntu.com/ProposedMigration#Testing_against_a_PPA - you don't have to experiment in the archive ;-)14:04
LocutusOfBorgdoko, I don't get the question14:10
LocutusOfBorgplease remove ppc64el and that is all :)14:10
LocutusOfBorgunsupported upstream, also debian requested its removal14:10
LocutusOfBorgso I can do the necessary rebuilds14:10
LocutusOfBorgginggs, somewhat I tested locally, but I don't know why it is good there14:11
LocutusOfBorgI even asked a friend to help me, and we didn't come to understand what this code does:14:12
LocutusOfBorgecho "$components" | parallel --gnu --keep-order 'echo -e "\\nRunning {} tests"; SYMFONY_DEPRECATIONS_HELPER=weak phpunit --colors=always --exclude-group network,tty,benchmark,intl-data,functional,composer {} || (echo -e "\\e[41mKO\\e[0m {}" && $(exit 1));' && exit_code=0 || exit_code=$?14:12
LocutusOfBorgI don't get if the "exit" is quitting from the whole script or not, it seems not on my laptop, but it does against ppa/autopkgtestsuite14:12
LocutusOfBorgdoko, btw, ppc64el has no reverse-deps, because the resulting compiler never worked, even to build a simple test hello world14:50
LocutusOfBorgso, removing is really the best thing to do14:50
smoserautopkg test question.15:07
smoserautopkgtest --output-dir=$out open-iscsi -- qemu /tmp/autopkgtest-$rel-amd64.img15:07
smoserisn't that supposed to build the binaries? if not... how do i tell it "please build binaries first".15:07
cjwatsonIt only builds the binaries if the test specifies build-needed; otherwise it fetches pre-built binaries from the archive.15:12
cjwatsonI think the easiest way to override that is to fetch the source package separately and then pass the .dsc to autopkgtest rather than just the source package name.15:12
bdmurraydidrocks: Could you have a look at bug 1791324 when you get a chance?15:20
ubottubug 1791324 in apport (Ubuntu Bionic) "/usr/share/apport/apport-gtk:KeyError:/usr/share/apport/apport-gtk@598:run_argv:run_crashes:run_crash" [Undecided,New] https://launchpad.net/bugs/179132415:20
didrocksbdmurray: yeah, I have a theory, but I'll read the code more on Monday to validate it15:23
bdmurraydidrocks: Sounds good, thanks!15:25
didrocksyw, thanks for pointing me to the automatically filed bug, one less thing to do (I only looked at it on errors.ubuntu.com when receiving the email)15:25
smosercjwatson: ok.. thank you. i was building from a git branch. so i guess i'll just have to build a dsc file first.15:50
cjwatsonsmoser: You can pass a directory name too15:51
cjwatsonsmoser: Lots of options in autopkgtest(1)15:51
cjwatsonsmoser: (If you meant for 'open-iscsi' to be a directory name, prefix it with ./ as otherwise it'll be interpreted as a source package name)15:51
smoserah! thats it.15:52
smoserthank you cjwatson .  crazy. these 2 things are completely different:15:56
smoser autopkgtest --output-dir=../out.d . -- ....15:56
smoserand15:56
smoser  cd ../ && autopkgtest --output-dir=out.d open-iscsi -- ...15:56
smoserand it just did not occur to me that it woudl be the case.15:56
=== jdstrand_ is now known as jdstrand
Saviqtsimonq2: hey, is it by design that qml-module-qtquick-virtualkeyboard only has the .so for Styles, and not the keyboard itself https://packages.ubuntu.com/bionic/amd64/qml-module-qtquick-virtualkeyboard/filelist ?16:56
Saviqwhat should I do to get the kbd to show up, other than setting QT_IM_MODULE?16:57
Saviqnow I'm getting an error that the module isn't installed, and unless it's supposed to be preloaded somehow I can't see it in the package?16:58
Saviqah! qtvirtualkeyboard-plugin16:59
tsimonq2Saviq: Yep :)17:01
xnoxcjwatson, are there any specific reasons why openssh, in default config insists on using two sockets to bind to [::]:22 and 0.0.0.0:22 separately, instead of binding to [::]:22 alone in dual v6/v4 mode? especially on hosts that default to such behaviour (/proc/sys/net/ipv6/bindv6only=0)18:43
xnoxor is this something i should take upstream?18:44
xnox(maybe just openssh-portable i guess...)18:44
slangasekstgraber: is https://github.com/lxc/lxd/issues/4862 something you would plan to land on stable lxd series?  since bionic ships with 3.0.x, it would be good to have it at least fixed there before changing the behavior of the cosmic images19:49
cjwatsonxnox: take it upstream, please19:58
cjwatson(this has been historically complicated; I haven't thought about to what extent it still makes sense)19:58
stgraberslangasek: It's in 3.0.220:01
slangasekstgraber: oh, huzzah20:01
xnoxcjwatson, ack. just thought i might be missing something obvious.20:14
xnoxcjwatson, actually, i think i figured the obvious why.... that's the simple way to support any sshd_config's which may have overlapping things.21:05

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