/srv/irclogs.ubuntu.com/2017/01/06/#ubuntu-devel.txt

naccdoko: is it possible that glibc update in z-p (which is also a locales update) would lead to the build regression in phpmyadmin? if I build the same phpmyadmin (4.6.5.2-1) against z-release, it passes all the tests.01:14
=== slangase` is now known as slangasek
=== maxb_ is now known as maxb
naccrbasak: if you are around in the morning, would appreciate a chance to sync up on the importer01:47
rbasaknacc: sure. You mean your morning, or mine? Yours, I presume?02:23
naccrbasak: i assumed you'd be asleep right now, so yeah, mine :)02:32
=== JanC_ is now known as JanC
=== kitterma is now known as ScottK
=== JanC_ is now known as JanC
=== Guest77411 is now known as foxtrot
=== ahasenack is now known as Guest99073
=== pcw is now known as Guest98580
=== Zic is now known as Guest14323
=== Guest14323 is now known as Zic
=== Guest98580 is now known as PaulW2U
Saviqjibel, bug #1654365 for the dbus issue09:27
ubottubug 1654365 in ubuntu-touch-session (Ubuntu) "Session dbus lauched by /etc/X11/Xsession.d/75dbus_dbus-launch dies immediately" [Undecided,New] https://launchpad.net/bugs/165436509:27
jibelSaviq, thanks. Although I'm wondering why we're building touch images with proposed enabled09:29
Saviqjibel, right, that's another issue - but we'd have hit that regardless when this migrated09:29
jibelabsolutely09:30
=== jamespag` is now known as jamespage
=== Guest99073 is now known as ahasenack
=== ahasenack is now known as Guest76687
=== _salem is now known as salem_
Saviqjibel, do you know anything about the orientation sensor? my frieza is stuck in portrait after the dbus fix11:20
Saviqunity8 doesn't get any orientation updates11:20
jibelSaviq, I know nothing about this sensor. Someone in yc's team maybe11:34
SaviqI rather meant "about issues with it" :)11:34
Saviqas in, was it broken before, or, like everything else, broke over EOY11:34
jibelSaviq, it worked IIRC. I'll reflash an old image to confirm11:35
jibelSaviq, rotation works on 102, this bug is another christmas gift11:51
Saviqyay11:51
Saviqjibel, another issue seems to be that pulseaudio never starts12:09
Saviqor at least takes a *long* time to start12:11
rbasakdoko: could you take a look again at bug 1609043 please? The most recent comment suggests a wider problem than just MySQL.12:17
ubottubug 1609043 in mysql-5.7 (Ubuntu) "mysqld: relocation error: mysqld: symbol _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference" [High,Confirmed] https://launchpad.net/bugs/160904312:17
rbasakHe's saying there's an ABI break between libstdc++.so.6.0.21 and libstdc++.so.6.0.2212:18
rbasakAlso http://askubuntu.com/questions/777803/apt-relocation-error-version-glibcxx-3-4-21-not-defined-in-file-libstdc-so-612:18
rbasakIt would be that users have that PPA installed though12:19
fossfreedom_xnox: since I haven't seen something similar for zesty - any immediate thoughts on this one?  Are we missing a systemd package or something similar to make ubiquity run without root permissions?  https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/165436812:32
ubottuLaunchpad bug 1654368 in ubiquity (Ubuntu) "Ubuntu Budgie - zesty Ubiquity crash when installing locales (daily 05Jan)" [Undecided,Confirmed]12:32
=== Guest76687 is now known as ahasenack
xnoxfossfreedom_, not too sure. best place to have this discussion on #ubuntu-installer (there is more experteese there)12:44
fossfreedom_xnox: cheers!12:44
ricotzhello, are there known "sed 4.3-1" related build-failures? maybe related to "sed: character class syntax is [[:space:]], not [:space:]"12:46
=== freyes__ is now known as freyes
ricotzchrisccoulson, hi, did you ran into issues with mozilla'4 buildsys and sed 4.3 yet?13:08
chrisccoulsonricotz, I haven't, but I'm not running zesty13:09
ricotzchrisccoulson, you see the firefox beta builds on zesty failed13:10
ricotzand it looks related to the recent sed update yesterday13:10
chrisccoulsonricotz, it seems like the build system needs to be updated to use the correct character class syntax. Is there a bug report upstream?13:15
chrisccoulsonThe old sed allowed it, the new one seems to not allow it13:16
ricotzchrisccoulson, the syntax of the call in question looks right13:16
chrisccoulsonricotz, which call is it?13:16
ricotzversion=`sed -n 's/^[[:space:]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`13:16
ricotzin build/autoconf/icu.m413:16
ricotzthe call works locally standalone, so it might get mangled by autotools/m413:17
chrisccoulsonricotz, it does get mangled. The actual call in ./old-configure is:13:19
chrisccoulsonversion=`sed -n 's/^[:space:]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"`13:19
chrisccoulson(from my m-c checkout)13:19
chrisccoulsonricotz, I'm not sure how much help I can be here. Perhaps there's someone else in the channel who knows more about m4 and autoconf and might be able to help13:23
ricotzchrisccoulson, I see, the sed warning/error is not new though13:24
ricotzthe maybe debian carried some convenience patch13:25
ricotzchrisccoulson, I simply pushed this hack now https://paste.debian.net/plain/90700614:16
xnoxbarry, over at #ubuntu-ci-eng people are asking questions about autopkgtest infra performance.15:44
xnoxand wheather or not some tests are "hung up" e.g. linux taking 7h. is linux tests that long?15:44
rbasakdoko: I moved bug 1609043 to src:gcc-6.15:53
ubottubug 1609043 in gcc-6 (Ubuntu) "mysqld: relocation error: mysqld: symbol _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference" [High,Confirmed] https://launchpad.net/bugs/160904315:53
naccrbasak: just making some coffee now, still free to chat in a bit?16:08
rbasaknacc: sure. How about 1615 UTC?16:08
rbasakUTC is easy because I'm in UTC currently. That's 7 minutes from now :-)16:08
naccrbasak: ack16:08
acheronukMirv: did you try building the QtWebEngine now in debian experimental?19:48
acheronukhttp://metadata.ftp-master.debian.org/changelogs/main/q/qtwebengine-opensource-src/experimental_changelog19:48
jbichaacheronuk: it's in zesty-proposed depwait too19:59
acheronukjbicha: yes, the dfsg-1 is20:00
acheronukjbicha: Mirv tried test building that, and it failed on the issues the version I linked to is supposed to fix20:00
jbichaok, I'll sync that one for you too then20:01
acheronukjbicha: if you don't mind, that would be great20:01
acheronuk:)20:01
=== kees_ is now known as kees
fossfreedomjbicha: are you around?21:18
jbichayes21:19
fossfreedomhi - quick question - did you or someone on the ubuntu gnome team have to make changes to ubiquity in the early days to get stuff to work?21:19
jbichawe've made chagnes for better integration and occasionally there has been things broken for Ubuntu GNOME too that needed fixed21:23
jbichaare you just asking about bug 1579454 ?21:25
ubottubug 1579454 in ubiquity (Ubuntu) "Ubuntu GNOME 16.04 runs ubiquity without root so it fails" [Critical,Triaged] https://launchpad.net/bugs/157945421:25
fossfreedomsimilar one.  We seem to have to run ubiquity in the live-session with sudo to make it to work.  I've just noticed - if I install "gnome-shell" in the live session then the installer works without needing sudo.  Trying to figure out why.21:26
fossfreedomBTW Ubuntu GNOME daily also fails with the direct install like Ubuntu Budgie - https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/165463021:28
ubottuLaunchpad bug 1654630 in ubiquity (Ubuntu) "Ubuntu Budgie and ubuntu GNOME zesty crash when choosing Install" [Undecided,New]21:28
cjwatsonbin/ubiquity-dm is the main bit that's tended to require highly-desktop-specific hacking21:33
cjwatsonbin/ubiquity-wrapper to a lesser extent, and it calls pkexec21:34
cjwatsonnote though that ubiquity.desktop already uses sudo21:35
fossfreedomhmm - not really understanding all the intricacies on ubiquity-dm but doesnt "seem" to deal with permissions.21:39
pedahzurI can't find a way to open a new bug here: https://bugs.launchpad.net/~ubuntu-virt so am reporting here.  Please feel free to refer me to a better forum.  I added the PPA to my 16.04 system per the instructions on the PPA page.  When I run apt-get update, I get this at the end: https://gist.github.com/jkugler/2e11770c28c6b7a6715e8bf4a82bde15  Apparently there is a file missing in the repo.22:16
cjwatsonthat PPA doesn't support anything newer than quantal according to https://launchpad.net/~ubuntu-virt/+archive/ubuntu/ppa/+packages22:19
cjwatsonoh, no, there's one package for yakkety22:19
cjwatsonbut still, it's not really a bug if PPAs don't support all series22:20
cjwatsonI think I'd interpret that as "this PPA is mostly stagnant and there's no point trying to use it for anything recent"22:20
cjwatsonthe instructions on the PPA page are mostly generic autogenerated ones, though note that the drop-down on https://launchpad.net/~ubuntu-virt/+archive/ubuntu/ppa (under "Technical details ...") doesn't list xenial22:21
cjwatsonthe virtualisation stuff in the primary Ubuntu archive for xenial should be adequate for most purposes unless you're doing something pretty specialised ...22:23
naccpedahzur: --^ :)22:24
pedahzurcjwatson: OK, thank you. In the past, it has had updated packages that fixed bugs, so that's why I added it.  Appreciate the feedback.22:27
fossfreedomcjwatson: thanks for your help on the ubiquity issue.  I've managed to tweak ubiquity-dm and this seems to fix the installer for the live session23:01
=== bluesabre_ is now known as bluesabre
=== salem_ is now known as _salem

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