/srv/irclogs.ubuntu.com/2020/05/07/#ubuntu-devel.txt

=== helio|afk is now known as heliocastro
seb128hey SRU team, where is the code that generate the 'Autopkgtest regression report' comments/emails?08:51
seb128sil2100, ^ you probably know?08:51
seb128sil2100, also could you review the pulseaudio/focal pending SRU, it's a trivial fix to a recent oem patch that landed before release and create a regression with jack headsets, would be nice to see it accept08:54
seb128sil2100, also accountsservice, another one for a segfault which takes gdm and the session down (also mutter, gnome-shell would be nice but those aren't trivial to review if you want to read the diff so depends how buy you are)08:55
sil2100seb128: hey! It's in the britney2 code if anything09:00
sil2100seb128: I'll try to look at some of those, I'm doing SRUs now but I don't know how many more I'll be able to do!09:02
seb128sil2100, thanks, small annoyance but e.g https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1876125/comments/3 the p.c.c url is cut by a new line in tb and such clicking on it doesn't work for me, it's fine on launchpad though09:03
ubottuLaunchpad bug 1876125 in evolution-data-server (Ubuntu Focal) "SRU the current 3.36.2 stable update" [Undecided,Fix committed]09:03
seb128sil2100, pulseaudio is trivial and accountsservices as well, and they are high impact, please just open the diffs to give them a chance, shouldn't take you long :)09:03
seb128sil2100, I understand if gnome-shell&co you don't have time for today, no worry09:04
seb128sil2100, k, so the email / url issue is an ancient launchpad issue, bug #2864909:09
ubottubug 28649 in Launchpad itself "mail word wrapping breaks urls and other words" [Low,Triaged] https://launchpad.net/bugs/2864909:09
seb128at least not your fault :)09:09
ackkjuliank, hi, any chance you could review https://code.launchpad.net/~ack/ubuntu/+source/maas/+git/maas/+ref/snap-channel-2.7-default today?09:14
juliankackk: on it09:14
ackkjuliank, thanks!09:16
seb128sil2100, also gnucash is a one liner fix to the icon so it's valid09:30
seb128sil2100, thanks!09:56
sil2100seb128: I think that's as much as I can do today! Since I need to move on to non-SRU work now :)09:57
seb128sil2100, that's enough to make me happy, thanks again and sorry for the nagging :)09:57
sil2100No worries, yw!09:59
sil2100I don't mind being pinged for this stuff, especially that we do have a few packages in the queue09:59
sil2100I think we all need more hours in a day!10:00
Unit193Try cutting sleep back to 5 or 6 hours, it helps a bit.10:00
Unit193(I find less than 4 makes the day a bit long though.)10:00
LocutusOfBorgvorlon, I fixed inkscape gtk+mm dependency, but I'm left with gdl one. According to build logs, the previous version was embedding gdl while now it is used the system one. Would it be possible to add i386 back to libgdl-3-dev?11:11
LocutusOfBorgmapreri, ^^ please tell me if I'm wrong11:11
LocutusOfBorgcjwatson, looks like libpoe-test-loops-perl autopkgtest is now failing because of new perl autodep8. I'm dropping the delta you introduced back in xenial days11:51
steveireWhen I run ldd I get this:12:08
steveirejenkins@0b769a54e699:~/root/workspace/products/build$ ldd /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so | grep tiff12:08
steveire        libtiff.so.5 => /lib/x86_64-linux-gnu/libtiff.so.5 (0x00007fca14345000)12:08
steveire        libgeotiff.so.5 => /lib/x86_64-linux-gnu/libgeotiff.so.5 (0x00007fca109cc000)12:08
steveireBut when I try to link to the lib, I get this:12:09
steveire/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so: undefined reference to `TIFFReadRGBAStrip@LIBTIFF_4.0'12:09
steveire/usr/bin/ld: /lib/x86_64-linux-gnu/libgeotiff.so.5: undefined reference to `_TIFFmemcpy@LIBTIFF_4.0'12:09
cjwatsonlocutus_: fine by me12:09
steveireNote the different SO numbers. Is opencv broken on 20.04?12:09
cjwatsonsteveire: I haven't looked in detail, but you can't necessarily assume that the SONAME in the actual library matches the filename12:09
steveirecjwatson: Ok, nevertheless, linking fails.12:10
cjwatsonRight, it might be broken for some other reason, just not that one :)12:10
steveireOk. Known issue?12:11
cjwatson(I don't mean SONAME, I mean version definitions)12:11
cjwatsonI don't know, sorry, not a libtiff/opencv person myself12:11
cjwatson# objdump -p /lib/x86_64-linux-gnu/libtiff.so.5 | grep -A2 'Version definitions'12:11
cjwatsonVersion definitions:12:11
cjwatson1 0x01 0x0bba1ce5 libtiff.so.512:11
cjwatson2 0x00 0x0dfcf290 LIBTIFF_4.012:11
cjwatsonHave you looked in the bug tracker?12:12
steveireNot yet12:12
steveireDoes that objdump output mean something relevant?12:12
steveireNot so familiar with it.12:12
cjwatsonIt means that libtiff.so.5 does indeed contain symbol versions ending with @LIBTIFF_4.0, so just confirming my earlier note that the apparently 4 vs. 5 difference is a red herring12:13
steveireOk thanks12:13
steveireCan I somehow tell if TIFFReadRGBAStrip is in the library? nm doesn't work because it's stripped I guess.12:14
cjwatsonnm -D should work12:14
cjwatsonThis feels more likely to be a linker invocation bug12:15
cjwatsonDo you have -ltiff on your ld command line after -lopencv_imgcodecs?12:15
cjwatson(Well, probably a gcc command line in fact, since normally you'd use gcc as the linker, but either way)12:19
steveireIndeed. I had an old libtiff on my system which the buildsystem was finding.12:21
steveireFixed that and the issue is gone, thanks!12:21
cjwatsonAh good12:22
cpaelzerhi, is there any minimum amount of cpus I can expect our autopkgtest environments to always have?12:51
danboidDoes zsys plan to support hot-swapping spare ZFS disks?13:01
danboidzed doesn't seem to be able to do this13:01
sunielHi all, I have a board based on Rockchip RK3399 64-bit SOC based on ARMv8A.The board can boot from the following devices:Micro SD, emmc, USB, NVMe SSD.I have installed ubuntu focal fossa with LXDE Display manager.(I have downloadedfocal-base-arm64.tar.gz and installed all the necessary packages). The board boots fine with ubuntu focal fossa13:34
sunielinstalled on Micro SD, emmc, USB.I am using Linux kernel 5.5.10 from kernel.org.When the board is booted via NVMe SSD(this NVMe SSD is connected via PCIe on to the main board), the board looses power(powered off) automatically during the bootprocess. This happens and once kernel loads and systemd trying to fully load ubuntuuser space.In the process13:34
sunielof identifying what is causing the problem, found out that systemd-udevd is the one.when loading rules from udev/rules.d, some of them are creating a problem.so removed all the rules apart from:50-udev-default.rules, 60-drm.rules, 90-console-setup.rules, 60-block.rules60-serial.rules, 99-systemd.rules.By doing the above change, i am able to get a13:34
sunielbasic command prompt. It says LXDE displaymanager is started but I couldnt get display.Can any one please comment on this issue. Thanks13:34
xnoxrs2009:  hi15:21
rbasakwaveform: I'm looking at your u-boot "git ubuntu merge start" failure16:24
rbasakwaveform: import/2019.07+dfsg-1 is correctly an ancestor of debian/sid16:27
rbasakwaveform: but your supplied upload/2019.07+dfsg-1ubuntu1 commit, which was adopted, didn't have import/2019.07+dfsg-1 from Debian as an ancestor16:27
rbasakSo I think your assessement is accurate, but this isn't a bug in git-ubuntu16:28
waveformrbasak, yup16:28
rbasakYou'll need to rebase by hand - so you can still use the workflow, but you'll have to determine the base by hand, and "merge start" won't help you16:28
waveformrbasak, (well other than the fact it didn't pick it up on import :)16:28
rbasakIt's not supposed to pick it up on import16:29
rbasakYour upload tag was trusted on a "developer knows best" basis16:29
waveformme? know best? ha! :)16:29
rbasak:)16:29
rbasakBTW, there's a separate bug whose fix is awaiting review16:29
rbasakAfter that I'd like to reimport u-boot again16:29
rbasakHopefully that will be the final time16:29
waveformok16:30
rbasakSo maybe hold off for a day or two if you're in no hurry?16:30
waveformsure16:30
rbasakThanks16:30
=== heliocastro is now known as helio|afk
TeduardoHello, I noticed that if you don't specify a storage configuration in an autoinstall file the usable space in the final install is 1% of the size of the drive. Also it doesn't really follow the default of the installer.17:39
TeduardoAnyone know which project I should file a bug in?17:39
=== nikow1 is now known as nikow
=== ben_r_ is now known as ben_r

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