/srv/irclogs.ubuntu.com/2018/02/06/#ubuntu-devel.txt

naccdoko: fyi, i'm going to try and get phpunit migrated, as i think that's going to let me retrigger a bunch of others easier00:23
dokonacc_: yes, removed from the archive for now04:15
nacc_doko: ok, thanks04:26
=== maclin1 is now known as maclin
=== LocutusO- is now known as LocutusOfBorg
cpaelzerwgrant: Laney: do you happen to know if there is some recycling on the builders going on atm?08:48
cpaelzerI know officially we are still "limited"08:48
cpaelzerbut I see all arm boxes either building or in cleanup (since hours)08:48
cpaelzerand ppc64el is all disabled except 3 in cleaning08:49
cpaelzerso am I right to assume that this is some sort of maintenance going on again?08:49
wgrantcpaelzer: Not maintenance, just breakage. Looking.09:09
cpaelzerok09:14
juliankjibel: I have no luck reproducing https://launchpad.net/bugs/1744722 in my zesty container, maybe I'm missing something. I managed to reproduce this in my test case, but that's it. The autopkgtests are also screwed up and always test the source package, rather than the installed version. Deleted DistUpgrade/ from source tree now and re-running it10:00
ubottuLaunchpad bug 1744722 in ubuntu-release-upgrader (Ubuntu Artful) "Unknown bad source brings up during 'zesty' to 'artful' upgrade and It break the process" [Critical,Fix committed]10:00
juliankVerified it with some crazy stuff10:03
juliankrbalint: We gotta fix the u-r-u autopkgtests to run against the system-installed version rather than the source tree. A simple solution would be to just mv everything somewhere, run the tests and mv back (or just delete the files)10:06
juliankterrible. workarounds. required.10:06
=== PHLin_ is now known as PHLin
jibeljuliank, i'll do the verification. IIRC you have to update the package cache beforehand10:45
juliankjibel: Well, I did verify it now by running the autopkgtest I wrote against the old and new version. But if you want to verify some more, I won't stop you10:46
seb128doko, hey, do you know if there is any reason https://bugs.launchpad.net/ubuntu/+source/chrome-gnome-shell/+bug/1695565 isn't getting reviewed (it has been sitting there since june) or if we can do anything to help getting it looked at?10:58
ubottuLaunchpad bug 1695565 in chrome-gnome-shell (Ubuntu) "[MIR] chrome-gnome-shell" [Undecided,Confirmed]10:58
rbalintjuliank: yes :-( (re: workarounds)11:07
=== crogers_ is now known as crogers
=== ret2libc_ is now known as ret2libc__
seb128doko, oh, also do you know what's the status of the libblockdev MIR, that's blocking the udisks update which other things are depwaiting on12:23
caribougcc-713:25
caribouoops, sorry13:25
caribouand hello btw13:25
* crogers thinks of suggesting "curvaceous caribou" for 18.1013:34
Skuggencantankerous13:37
* crogers thinks they need to be positive adjectives to be considered.13:38
SkuggenAh :)13:40
crogersWell, doesn't stop people from suggesting "Drowsy Donkey", though.13:41
crogersBionic Beaver is going to get an LTS style extended bit of innuendo treatment.13:42
GunnarHjsil2100: How frequent do you plan to build new (delta) langpacks for bionics until final release?15:34
cpaelzersince builders had some trouble today15:43
cpaelzerand I'm puzzled about an armhf only "Bus error (core dumped)"15:43
cpaelzerin https://launchpadlibrarian.net/355994048/buildlog_ubuntu-bionic-armhf.asyncpg_0.13.0-1ubuntu2_BUILDING.txt.gz15:43
cpaelzerplease tell me that the builders are still sort of broken and this might be a symptom that goes away when rebuilding at a later time15:44
cpaelzerwgrant: ^^ ?15:44
xnoxcpaelzer, that sounds a lot more like unaligned access, which is enforced better on the arm64 kernel.16:00
xnoxone should not do unaligned memory access.16:00
cpaelzerthanks xnox16:01
cpaelzerI should be able to run a armhf lxd on arm64 host right?16:01
xnoxcpaelzer, totally can!16:02
persiacpaelzer: You'll want to ensure that you crester the container with the correct personality flags, but it should work for most arm64 processors (there exist exceptions, but not in the more common hardware).16:02
xnoxcpaelzer, i do all the time, via the MAAS instance16:02
cpaelzerxnox: how does MAAS help you with that?16:02
xnoxcpaelzer, deploying a fresh arm64 box for me to (ab)use =)16:03
cpaelzerok that I have already16:03
cpaelzerxnox: persia: any lxd launch command / profiles I could copy ?16:03
xnoxyou shouldn't need anything special. there is launchpad container setup stuff you could do, but i don't think that is necessory a simple $ lxc launch ubuntu-daily:bionic should be enough16:05
cpaelzerI might miss the point but where in that do I "make it armhf" ?16:05
xnoxah16:06
xnoxlxc launch ubuntu-daily:bionic/armhf16:06
xnoxcpaelzer, ^16:06
xnoxor you can do $ mk-sbuild --arch armhf bionic16:06
xnoxfor sbuild experience.16:06
cpaelzerso essentially the same as i386 on amd64 then16:07
cpaelzerthanks trying that16:07
persiaYep.  Precisely the same as i386 on amd64.16:09
cpaelzerdidn't want to work that easy http://paste.ubuntu.com/26530622/16:14
cpaelzerstgraber: xnox: persia: ^^16:14
cpaelzerin case this is one of the exceptions persia listed  "Cavium ThunderX CN88XX"16:15
persiacpaelzer: You did hit the "failed to set personality" issue.  I don't know enough about lxd to help debug much, but my past experience with that error message indicated a need for a change to either util-linux or the kernel, to ensure the desired personality worked.  I don't have a comprehensive list of which specific processors support and don't support the armv7l personality.16:18
cpaelzerok - thanks persia16:25
cpaelzerI think it needs stgraber ^^ if he is not in a plane atm16:25
xnoxcpaelzer, odd17:05
xnoxcpaelzer, mk-sbuild --arch armhf bionic it is, i guess.17:05
stgrabercpaelzer: what arm64 host is that?17:14
stgrabercpaelzer: not all arm64 machines support armhf17:14
cpaelzerCavium ThunderX CN88XX17:14
cpaelzerstgraber: where could/should I check?17:14
stgraberhmm, cavium should be fine I believe17:15
ahasenackxnox: hi, your btrfs-progs upload to bionic caught my eye17:17
ahasenackxnox: because I updated libzstd in bionic, and btrfs-progs got a build-dep on libzstd-dev. But libzstd is in universe17:17
ahasenackshould zstd be disabled, or were you planing on filing a mir for it?17:18
persiaxnox: Do I remember correctly that mk-sbuild first tries personality, and falls back to qemu-static if that doesn't work?17:18
stgraberroot@1ss-arm64:~# uname -m17:19
stgraberaarch6417:19
stgraberroot@1ss-arm64:~# setarch linux32 -- uname -m17:19
stgraberarmv8l17:19
stgraber^ arm64 that can supports 32bit17:19
stgraberroot@c2400:~# uname -m17:19
stgraberaarch6417:19
stgraberroot@c2400:~# setarch linux32 -- uname -m17:19
stgraberaarch6417:19
stgraber^ arm64 that doesn't17:19
cpaelzerstgraber: setarch: failed to set personality to linux32: Invalid argument17:20
cpaelzerarm64 that want's to block me :-)17:20
cpaelzersbuild fails to exec through binfmt as well17:20
stgrabercpaelzer: ok, so not a LXD issue, but either a hardware one (no 32bit support) or something odd with the kernel17:21
cpaelzeryes unfortunately17:22
xnoxahasenack, i will be filing MIR, yes, pending.17:30
ahasenackoh, ok17:30
persiastgraber: Can all arm64 that supoport armv8l also support armv7l?  I never understood if that was just a kernel trap or something in the hardware microarchitecture.17:31
stgraberpersia: I believe that part to be right, if you get armv8l you can run armv7l, at least that's been the case on all hardware I've seen17:38
=== Elimin8r is now known as Elimin8er
persiastgraber: It has also been my experience.  Thanks for the confirmation.  Someday I hope I'll understand whether it is true or just always seems true :)17:44
xnoxtsimonq2, mitya57 - will you please upload qt with openssl1.1 patches?17:56
tsimonq2xnox: I have to look again but I thought the patch caused an FTBFSe17:59
tsimonq2s/Se/S/17:59
xnoxtsimonq2, right, we are shipping both openssl1.0 and openssl1.1, so maybe we should only worry about that ftbfs in CC release.18:00
xnoxtsimonq2, do you have pointers somewhere? maybe I could take a look to fix it up?18:00
tsimonq2xnox: Sorry, that was a good couple of weeks ago and I'm on mobile atm18:03
tsimonq2I'll take a look a bit later18:04
xnoxtsimonq2, ack, chat later =)18:04
=== TJ_Remix is now known as TJ-
mwhudsonthere are two instructions that have been removed in armv8 vs armv7 (swp and swpb)21:40
mwhudsoni assume they are extremely obscure21:41
sil2100GunnarHj: hey! So the langpack updates are planned to happen every week, last week they didn't happen because I forgot to re-enable them after creating the base ones23:49
sil2100GunnarHj: but this week they should build normally23:49

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