/srv/irclogs.ubuntu.com/2017/07/14/#ubuntu-devel.txt

=== JanC_ is now known as JanC
mwhudson$ dpkg-deb -c python-txaio_2.8.0-0ubuntu1_all.deb  | grep LICENSE04:25
mwhudson-rw-r--r-- root/root      1091 2016-11-07 08:23 ./usr/LICENSE04:25
mwhudsonhow did I do /that/?04:25
Unit193mwhudson: I'll match yours, and raise you a dpkg -L gnome-system-tools04:26
mwhudsonpartly by not reading lintian output i guess04:27
mwhudsonUnit193: lol04:27
mwhudsonrunning install_data04:28
mwhudsoncopying LICENSE -> /<<PKGBUILDDIR>>/debian/python-txaio/usr/.04:28
Unit193dh_auto_install -X LICENSE04:29
Unit193/usr/@DATADIRNAME@/locale/es/LC_MESSAGES :304:30
mwhudsonUnit193: yeah i saw that, a good trick04:31
mwhudsonUnit193: is it FHS compliant? :)04:31
Unit193mwhudson: Mostly seen it with *.la files though.04:32
mwhudsonanyway time for me to EOW04:32
Unit193G'night.04:32
pittiLaney: can you please prune/stop all running and queued systemd-upstream tests on i386 and amd64? the "eternal retry loop" issue is back06:19
pittiLaney: if you could fish out some binaries for local examination that'd be great; but at least we should stop pounding the infra unnecessarily06:19
pittiLaney: I disabled the i386/amd64 webhooks (s390x is fine)06:19
zygagood morning! :)06:43
* tsimonq2 waves at zyga 06:59
Laneymwhudson: yes I saw of course, I get mailed about build failures08:02
Laneyor does filing the bug mean you're fixing it?08:02
Laneypitti: ok, thanks!08:03
pittiLaney: heh - "thanks for breaking our infra"? :-)08:03
pittiLaney: thanks for cleaning up08:04
Laneythank you for your valued custom08:04
Laneyor something :P08:04
pittihaha08:04
* pitti hands Laney the queue hammer, size C08:04
Laneyapparently lgw01 should be back too, /me checks that08:04
pittiooh, nice08:04
pittiglad that we don't have a ber01 :-P08:04
Laneyoh, evidence that IS have been in the machine08:04
Laneybroken glass, wine bottles everywhere08:05
Laneypitti: I randomly picked the binaries from https://github.com/systemd/systemd/pull/6354 if that's ok08:07
Laneywas this another try at meson?08:07
pittiLaney: yes; now that 234 is released, the downstream packaging master branch switched08:07
pittiso it kinda sorta happened08:08
pittiLaney: yep, that one should be fine08:08
Laneyok, think I got them, one second08:10
* pitti listens to the splatter noise08:16
=== locutus_ is now known as LocutusOfBorg
Laneypitti: http://people.canonical.com/~laney/weird-things/systemd-pr-6354.tar.xz08:29
xnoxdoko, dannf is there something weird on arm64 with pic/pie and the gcc-6.4 compiler, vs gcc-6.3 compiler?08:47
xnoxor maybe something else in artful-proposed vs artful?08:47
xnoxi can build ocaml with pic on arm64 in artful, but not artful-proposed.08:47
infinityxnox: binutils, maybe?08:48
infinityxnox: proposed has a shiny snapshot that has some ARM changes that broke glibc (turned out to be bugs in glibc, ish, but still, code generation for ARM and ARM64 changed)08:48
xnoxinfinity, could be that too. Let me quickly try artful + cherrypick binutils to see if that's the badger08:49
xnoxinfinity, i do not discount mistakes in ocaml too, as they did refactor the flambda stuff upstream and fixed bugs, but that's in snapshot / rc releases of 4.05, and i am on 4.04 at the moment =/08:49
infinityxnox: Do you have a build log?08:50
xnoxyes.08:51
xnoxbut that's all of artful-proposed, rather than just with binuitls08:51
xnoxlet me get the urls08:51
infinityxnox: Sure, was just going to look for suspicious messages.08:51
xnoxhttps://launchpadlibrarian.net/326748605/buildlog_ubuntu-artful-arm64.ocaml_4.04.0-2ubuntu5_BUILDING.txt.gz08:51
infinityYup.  It's binutils.08:52
infinityxnox: grep that log for "relocation".08:52
infinityxnox: And compare with https://sourceware.org/ml/binutils/2017-06/msg00226.html08:52
ubottusourceware.org bug 2017 in general "merge all PKG_CHECK_MODULES calls" [Normal,Resolved: fixed]08:52
infinityxnox: The bug is certainly in ocaml, but the new binutils exposes it.08:52
xnoxinfinity, ok - can you nuke that binutils from artful-proposed, such that i can finish ocaml transition?08:52
xnoxhorum08:52
xnoxi guess i need to check if upstream fixed it?08:52
infinityxnox: Unless upstream cares deeply about snapshot binutils *and* Aarch64 (both seems unlikely), I doubt they're even aware of it yet.08:53
xnoxalso reading that message.... is like reading egyptian, given that i have never done assembly.08:54
xnoxlet me imploy my carbon-based life-form AI pattern matching skills against ocaml code08:54
infinityxnox: it's only a few symbols (over and over and over...) though, so it might be pretty easy to fix if you read and make sense of the glibc fix above.  It'll be the same issue.08:54
xnoxgranted arch specific assembly is very little in ocaml08:55
infinityxnox: Yeah, the ocaml bug is probably not in ASM.08:55
xnoxwell. the native ocaml compiler generates assembly from ocaml for stuff08:56
infinityxnox: But it'll be basically the same issue.  A symbol that should be tagged hidden but isn't, or vice versa.08:56
xnoxso given it has asm generator.....08:56
infinityxnox: OTOH, you could just report it upstream, point to the binutils/glibc thing above as a hint, and wait for someone who knows the codebase to respond.08:57
infinityxnox: I kinda feel like the build log's obvious vomit and an understanding of the issue should translate into a "5-minute fix" for someone who also knows ocaml.08:57
infinityxnox: Which isn't either of us. :)08:57
LocutusOfBorgmwhudson, sorry for staling your python-txaio package09:19
LocutusOfBorgs/staling/stealing09:20
LocutusOfBorghttps://launchpad.net/ubuntu/+source/python-txaio/2.8.0-0ubuntu209:20
LocutusOfBorgbit mistake, they are not coinstallable because they share the same LICENSE file in usr? I removed it, this should fix python-autobahn build09:20
jamespagesil2100: hey - verification chased and completed on https://launchpad.net/bugs/164961609:29
ubottuLaunchpad bug 1649616 in keystone (Ubuntu) "Keystone Token Flush job does not complete in HA deployed environment" [High,In progress]09:29
jamespagesil2100: but its friday now :-)09:29
hjdHow long is it "normal" for packages to be stuck in pending publication? https://launchpad.net/ubuntu/+source/node-sshpk seems to have waited for about a day now. Anywhere I can see some more info on the current status? :)09:39
LocutusOfBorgArtful: [FULLYBUILT] amd64 (New)09:41
LocutusOfBorghjd, until an archive admin approves/reject them I would say https://launchpad.net/ubuntu/artful/+queue?queue_state=0&queue_text=09:42
hjdOh, is that because it is a new package?09:43
cjwatsonhjd: accepted09:43
LocutusOfBorgthat one, yes :)09:44
LocutusOfBorgnew source, and new binary, so double new queue09:44
xnoxinfinity, https://caml.inria.fr/mantis/view.php?id=7585 ocaml upstream bug report09:44
xnoxthey use github for code, but this thing for bugs09:45
cjwatsonnot actually in the sourceful case, since auto-imports from Debian bypass the NEW queue09:45
LocutusOfBorgand they end up in universe? or you have to put them in universe in the bin-new step?09:45
LocutusOfBorgor everything goes in universe by default and a MIR moves it?09:45
cjwatsonthe latter09:46
sil2100jamespage: excellent! Yeah, I'll release it on Monday ;)09:47
LocutusOfBorgwonderful09:47
cjwatsonwell modulo source packages that are already in main, but mostly09:47
LocutusOfBorgkudos for you :D09:47
hjdOk, I see. Thanks for the help :)09:49
tsimonq2Sooo when does patch pilot come back? :D09:52
tsimonq2I have like... 6(?) things sitting in the sponsorship queue atm...09:52
LocutusOfBorgmwhudson, seems python-autobahn is fixed now09:53
tsimonq2Ok, just looked, 7 to be exact...09:54
LocutusOfBorgtsimonq2, I saw them tonight, maybe I can have a look09:54
LocutusOfBorglink please? too lazy to find it09:54
tsimonq2http://reqorts.qa.ubuntu.com/reports/sponsoring/09:54
tsimonq2bug 1702858 bug 1704031 bug 1704036 bug 1704055 bug 1704061 bug 1704257 bug 170425809:55
tsimonq2:)09:55
ubottubug 1702858 in afterstep (Ubuntu) "Merge 2.2.12-10 from Debian Sid" [Undecided,In progress] https://launchpad.net/bugs/170285809:55
ubottubug 1704031 in eccodes (Ubuntu) "Merge 2.4.0-2 from Debian Sid" [Undecided,In progress] https://launchpad.net/bugs/170403109:55
LocutusOfBorgok thanks09:55
ubottubug 1704036 in icon (Ubuntu) "Merge 9.4.3-6 from Debian Sid" [Undecided,In progress] https://launchpad.net/bugs/170403609:55
ubottubug 1704055 in lasi (Ubuntu) "Merge 1.1.0-2 from Debian Sid" [Undecided,In progress] https://launchpad.net/bugs/170405509:55
ubottubug 1704061 in openmama (Ubuntu) "Merge 2.2.2.1-11.1 from Debian Sid" [Undecided,In progress] https://launchpad.net/bugs/170406109:55
tsimonq2aaah bug bot09:55
tsimonq2I felt bad for giving my usual sponsor all 7 of these things to review... :P09:57
Laneymwhudson: phixed phor you09:57
LocutusOfBorgtsimonq2, they should be all in10:23
tsimonq2LocutusOfBorg: omg what?10:23
tsimonq2LocutusOfBorg: Every. Single. One. Of. Them?10:23
tsimonq2:D10:23
LocutusOfBorgwild guess, yes10:23
tsimonq2:D10:23
LocutusOfBorgmodulo the one I can't force sync because sync is having some troubles10:24
LocutusOfBorgand something I might have forgotten, please doublecheck10:24
tsimonq2Ok, I absolutely will. Thank you!10:25
tsimonq2LocutusOfBorg: bug 170425810:28
ubottubug 1704258 in cg3 (Ubuntu) "Merge 1.0.0~r12254-1 from Debian Sid" [Undecided,In progress] https://launchpad.net/bugs/170425810:28
LocutusOfBorgtsimonq2, it is ok, just forgot to update the bug10:32
LocutusOfBorgnew queue10:32
tsimonq2LocutusOfBorg: ...way10:33
tsimonq2*wat10:33
LocutusOfBorgI won't touch LP: #169049110:34
ubottuLaunchpad bug 1690491 in lxqt-session (Ubuntu) "Merge 0.11.1-2 from Debian Sid" [Undecided,In progress] https://launchpad.net/bugs/169049110:34
LocutusOfBorgand please update LP: #169942610:34
ubottuLaunchpad bug 1699426 in python-tornado (Ubuntu) "Merge 4.5.1-2 from Debian Sid" [Undecided,In progress] https://launchpad.net/bugs/169942610:34
tsimonq2LocutusOfBorg: lxqt-session will just be force synced once Qt 5.9.1 lands10:35
tsimonq2LocutusOfBorg: And with python-tornado, afaict Corey's patch can be dropped, and the only other patch is disabling tests...10:36
LocutusOfBorgso if you want prepare a new debdiff10:37
tsimonq2LocutusOfBorg: I would even go as far as to say we can force sync and see if the tests still fail, but I can't test if they do anyways because I don't have an armhf box (and I'm not a Canonical employee or a DD so I don't have access to a porterbox...)10:38
tsimonq2LocutusOfBorg: I guess I can prepare a debdiff disabling the tests as a just-in-case thing10:38
tsimonq2LocutusOfBorg: And you may just want to upload that to be safe :P10:38
LocutusOfBorgyou can test in a ppa?10:39
tsimonq2Isn't that typically ran by autopkgtest infra?10:39
tsimonq2If it isn't, I'll go ahead and test in a PPA.10:39
LocutusOfBorgmmm you can request autopkgtest from ppa10:40
tsimonq2...since when?10:40
tsimonq2I was not aware of this :D10:41
LocutusOfBorgwho remembers? :)10:41
LocutusOfBorgI remember Laney telling me about how to do it...10:41
LocutusOfBorgon #ubuntu-release10:41
tsimonq2LocutusOfBorg: Can you relay that info to me? :) :)10:41
LocutusOfBorgI'm looking10:41
tsimonq2That would be super useful.10:41
tsimonq2Ok10:41
LocutusOfBorgmapreri, ^^^10:41
LocutusOfBorgplease do your grep powers10:42
tsimonq2mapreri has grep powers? :D10:42
maprerioh, text10:42
mapreriLocutusOfBorg: where should I start to read?10:42
Laneyhttps://wiki.ubuntu.com/ProposedMigration/#Testing_against_a_PPA10:42
LocutusOfBorg<310:42
tsimonq2oooOOOooo10:43
LocutusOfBorgtsimonq2, so, you should now be able to test and tell me if force-sync or merge10:43
LocutusOfBorg:)10:43
tsimonq2LocutusOfBorg: Alright, I'll let you know in a little bit :)10:43
LocutusOfBorgthanks10:43
mapreritsimonq2, LocutusOfBorg: is there anything for me here or why did you highlighted me? :P10:46
LocutusOfBorgmapreri, because I know it bothers you? :)10:46
LocutusOfBorgI remember you have highlights also for some other words, but I don't remember exactly10:46
mapreriAnd here I was, hoping to find some gift or something ^^10:46
mapreriLocutusOfBorg: irc_extra_hilight = Mattia Rizzolo,jerea,jenkins,reproducible,pbuilder,SOURCE_DATE_EPOCH,MIA10:47
tsimonq2You have a highlight on pbuilder? XD10:47
tsimonq2That's epic10:47
mapreriheh10:48
tsimonq2mapreri: You must get pinged a lot :P10:48
maprerinot so much, tbh10:48
LocutusOfBorgexcept by me10:48
LocutusOfBorgand pbuilder users10:48
LocutusOfBorgor even MIA team mates10:48
LocutusOfBorgand for people having issues with reproducible patches10:49
mapreribut I like to chime in when somebody has troubles with pbuilder, and prove that everything is awesome10:49
LocutusOfBorgjerea, what is that?10:49
maprerijerea.debian.org == jenkins.debian.org  (in an hopeful future)10:49
LocutusOfBorgack10:54
mwhudsonLaney: awesome, i just filed the bug because i'd debugged a little11:01
mwhudsonLocutusOfBorg: no worries, steal anything python 3.6 related you want/can :)11:04
Laneymwhudson: how's the 3.6 business going?11:07
mwhudsonLaney: ok https://docs.google.com/spreadsheets/d/1Y8dy5cyu8DrmTvT4CNSaVSP2ZZT79sYhT_rAQ19bFUQ/edit#gid=011:11
mwhudsonLaney: environment variables are evil11:12
mwhudson(re the session migration breakage)11:12
tsimonq2LocutusOfBorg: You submitted an invalid request: You are not allowed to upload python-tornado or python-tornado to Ubuntu, thus you are not allowed to use this service.11:12
tsimonq2*sigh*11:12
LocutusOfBorgtsimonq2, give me the link?11:25
tsimonq2LocutusOfBorg: https://autopkgtest.ubuntu.com/request.cgi?release=artful&arch=ppc64el&package=python-tornado&ppa=tsimonq2/universe-upload-testing&trigger=python-tornado/4.5.1-211:25
tsimonq2LocutusOfBorg: But I build the packages in my PPA for all releases that I can as a non-Canonicaler11:26
tsimonq2LocutusOfBorg: So ideally I can have it triggered for amd64, i386, armhf, and arm64 as well.11:26
LocutusOfBorgarm64 no, but the others yes11:28
tsimonq2Why not?11:28
LocutusOfBorgbecause there is no infra in ubuntu (yet) for arm6411:28
tsimonq2Ah ok11:29
tsimonq2fair11:29
LocutusOfBorgprobably somebody is enabling it, right now11:29
LocutusOfBorgmwhudson, python-3to2 has been removed in unstable, so probably pinging an AA can make it disappear and fix the line on the spreadsheet11:35
tsimonq2LocutusOfBorg: Ok, so where will the results be once it's done?11:36
LocutusOfBorgI'm reading right now the wiki11:36
LocutusOfBorgit is written, but you have to create the link11:36
LocutusOfBorghttps://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful-=tsimonq2-universe-upload-testing/?format=plain11:37
LocutusOfBorgsoemthing like that I would say11:37
tsimonq2Unauthorized11:37
tsimonq2This server could not verify that you are authorized to access the document you requested.11:37
LocutusOfBorghttps://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-RELEASE-LPUSER-PPA/?format=plain11:37
LocutusOfBorghttps://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful-tsimonq2-universe-upload-testing/?format=plain11:37
LocutusOfBorgthis one is good11:37
tsimonq2Ok11:37
tsimonq2So then what are these filenames for?11:38
LocutusOfBorgread the wiki :p11:38
tsimonq2Oh11:38
tsimonq2nvm11:38
LocutusOfBorgremove ?format=plain and put that stuff11:38
tsimonq2Yeah11:38
tsimonq2Figured that out :)11:38
tsimonq2*sigh* so I just realized something LocutusOfBorg11:39
tsimonq2LocutusOfBorg: So I just ran copy-package to my PPA from Debian11:39
tsimonq2LocutusOfBorg: But since you already uploaded a delta, it pulled that in11:40
tsimonq2LocutusOfBorg: So these should all pass because it pulls in the version with the patch disabling them... :/11:40
tsimonq2LocutusOfBorg: If you give me one minute, I can upload a version to my PPA that will be greater than the Ubuntu one, if you could please retry them?11:41
pittiLaney: did you put the binaries and log somewhere I can access it?11:47
tsimonq2LocutusOfBorg: If you (or anyone else with upload access to Universe) could retry those tests, that would be great :)11:48
tsimonq2er, wait 10-15 mins for it to build and publish...11:48
Laneypitti: 14/07 09:29:07 <Laney> pitti: http://people.canonical.com/~laney/weird-things/systemd-pr-6354.tar.xz11:49
Laney:-)11:50
pittiLaney: odd, I didn't get that the first time; thanks!11:50
tewardfor autopkgtests, is there a way to get `systemctl status -l nginx.service` to see the actual errors?  (https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/armhf/n/nginx/20170714_103942_95833@/log.gz - armhf 'regression' but I can't see the error messages)12:02
mitya57Mirv, hi! Do you know if qtcreator can be synced, or we still need some of the delta?12:12
tsimonq2ohai mitya57 :)12:14
mitya57Hi :)12:14
mitya57Trying to take care of migration of your qbs upload :)12:15
tsimonq2\o/12:15
ahasenackhi, could someone please sponsor https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1677329 ? I attached a debdiff in parallel to the existing MP12:16
ubottuLaunchpad bug 1677329 in samba (Ubuntu Zesty) "libpam-winbind: unable to dlopen" [High,In progress]12:16
ahasenackit's a zesty sru12:16
LocutusOfBorgtsimonq2, hold on, I need to create the link12:37
tsimonq2LocutusOfBorg: Ok, thanks12:39
LocutusOfBorg+ is %2B12:40
LocutusOfBorgdone12:40
tsimonq2ack12:49
tsimonq2LocutusOfBorg: Please go ahead and force sync python-tornado :)12:59
tsimonq2LocutusOfBorg: It all lgtm12:59
LocutusOfBorgwe need a new release to force sync13:01
LocutusOfBorgor I can call it 2.1~build113:01
LocutusOfBorgto make it auto-syncable on next upload13:01
tsimonq2LocutusOfBorg: wfm13:02
LocutusOfBorg.13:03
tsimonq2:)13:03
LocutusOfBorgtsimonq2, if you have time, you might help investigating gdal transition failures :p13:07
tsimonq2LocutusOfBorg: Link me?13:07
tsimonq2Sounds fun :P13:07
LocutusOfBorghttps://launchpad.net/ubuntu/+source/openscenegraph-3.4/3.4.0+dfsg1-4build213:07
LocutusOfBorgfailing armhf, not in Debian13:07
LocutusOfBorgthis one should be the same https://launchpad.net/ubuntu/+source/openscenegraph/3.2.3+dfsg1-2ubuntu413:07
LocutusOfBorgthis one is being debugged by me https://launchpad.net/ubuntu/+source/otb/6.0.0+dfsg-2build113:08
tsimonq2LocutusOfBorg: Got a transition tracker somewhere?13:09
LocutusOfBorgnope, but fixing the above three failures should be enough13:09
LocutusOfBorgI'll look at britney13:09
tsimonq2Ok13:09
LocutusOfBorgadding a tracker now13:11
LocutusOfBorghttp://people.canonical.com/~ubuntu-archive/transitions/html/gdal.html13:12
tsimonq2That does look fun13:13
LocutusOfBorgwait for it appear13:13
tsimonq2I was just looking at the individual failure13:14
tsimonq2LocutusOfBorg: What's the usual ETA on this sort of thing? :)13:14
LocutusOfBorgdon't know :) there are a lot of missing autopkgtests, so I guess it won't sort out before some days13:14
tsimonq2I mean on the thing appearing :P13:15
LocutusOfBorgyou can diff the build dependencies looking at debian/ubuntu logs as start13:15
LocutusOfBorgmeh, one hour or so13:15
tsimonq2Ok13:15
LocutusOfBorgosgearth is bad on armhf because of that above failure13:15
LocutusOfBorgsaga is getting fixed right now after opencv rebuild13:15
LocutusOfBorgso, otb and openscenegraph-* are the last blocker13:16
tsimonq2I'll look and see if I can wrap my head around openscenegraph-3.413:16
LocutusOfBorgnice otb fails in debian too13:19
LocutusOfBorgso, don't care13:19
tsimonq2LocutusOfBorg: So from what I can gather in this build log for openscenegraph, I need to get a quilt patch that patches CMakeLists.txt to add `cmake_policy(SET CMP0056 NEW)` and `cmake_policy(SET CMP0066 NEW)`. Then that might fix things, right?13:25
LocutusOfBorgnot sure :D13:26
LocutusOfBorgwhy only armhf?13:26
tsimonq2Very good question...13:27
tsimonq2Let me just try that and upload that to my test PPA, see what breaks :D13:27
LocutusOfBorg"pbuilder-dist artful armhf create"13:27
tsimonq2Oh13:27
tsimonq2Well I use sbuild, although there *are* commands for that...13:27
* tsimonq2 gets a cup of coffee13:28
tsimonq2Coffee attained :P13:34
hjdAnyone who could retrigger a couple of builds in artful? :) Looks like several Java packages build succesfully with the newer version of surefire. The list of packages is:  cdi-api jansi-native jglobus plexus-compiler voms-api-java voms-clients-java13:56
hjdI've only tried a couple of them on my artful VM, but they all had similar build failures and the ones I tried built successfully now :)13:57
cjwatsonhjd: done14:07
hjdthanks :)14:07
LocutusOfBorghjd, you should thank him twice, one for fixing surefire dependencies (a bootstrap was needed), and one for retrying them :P14:16
hjdOh, it needed a boostrap. That certainly explains how the surefire build suddenly became green :p Thanks again :)14:18
* hjd is afk for a while14:19
LocutusOfBorgslangasek, do you have any clue for openscenegraph and armhf failure? it is the really old gles2 failure14:48
LocutusOfBorgI'm really tempted to ask for a removal on that architecture14:48
LocutusOfBorgthat stuff can't run on armhf, and IIRC gles2 was broken there14:48
=== alan_g_ is now known as alan_g
pdeeenacc, rbasak, bmw woohoo!18:52
pdeeeany further steps before an upload?18:52
rbasakpdeee: I just need to sort the paperwork19:01
rbasakA task for next week I think.19:03
rbasakBut almost there now :)19:03

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