*** agust <agust!~agust@p4FCB4189.dip0.t-ipconnect.de> has quit IRC | 00:00 | |
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC | 00:02 | |
*** aehs29 <aehs29!~aehs29@149.199.62.254> has quit IRC | 00:02 | |
*** aehs29 <aehs29!~aehs29@149.199.62.254> has joined #yocto | 00:03 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ckoypaddpocpjqua> has joined #yocto | 00:13 | |
*** dv_ <dv_!~dv@62-178-118-86.cable.dynamic.surfer.at> has quit IRC | 00:17 | |
*** stephano <stephano!stephano@nat/intel/x-qewquwbjbejczaui> has quit IRC | 00:19 | |
*** madelane <madelane!~madelaney@pool-108-49-26-23.bstnma.fios.verizon.net> has quit IRC | 00:23 | |
*** brianm_ <brianm_!b8178784@gateway/web/freenode/ip.184.23.135.132> has quit IRC | 00:29 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 00:41 | |
*** brianm_ <brianm_!b8178784@gateway/web/freenode/ip.184.23.135.132> has joined #yocto | 00:45 | |
brianm_ | Often bitbake decides not to build a package because it's already been built | 00:45 |
---|---|---|
brianm_ | How can I tell if a package has already been built? | 00:45 |
vmeson | brianm_: maybe bitbake -n foo (trying that to to see how to best capture the output, I never use that option). | 00:58 |
vmeson | it's not clear from building gettext-native so I'll try patch later | 01:03 |
vmeson | this does seem like I might not understand your question. brianm_ are you asking how you can know if the package was pulled in from sstate-cache? That should be in the build logs: | 01:04 |
vmeson | eg: tmp-glibc/log/cooker/qemux86/console-latest.log | 01:04 |
*** aehs29 <aehs29!~aehs29@149.199.62.254> has quit IRC | 01:11 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto | 01:12 | |
*** aehs29 <aehs29!~aehs29@149.199.62.254> has joined #yocto | 01:12 | |
brianm_ | vmeson: Thanks, this is kind of what I want, bitbake -n is pretty useful | 01:13 |
brianm_ | vmeson: My real problem is I have a task dependency from foo.a to bar.b, but for some reason a rebuild of bar.b does not always cause a rebuild of foo.a | 01:13 |
brianm_ | I was hoping to debug it by inspecting if bar.b was "already built" / look at the state | 01:13 |
vmeson | bitbake -g foo maybe? | 01:16 |
vmeson | then look at the *.dot files | 01:16 |
*** learningc <learningc!~User@175.141.43.42> has joined #yocto | 01:25 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 01:33 | |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has quit IRC | 01:42 | |
*** sjolley <sjolley!sjolley@nat/intel/x-elgayypewmautriv> has joined #yocto | 01:43 | |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC | 01:44 | |
khem | brianm_: DEPENDS is what you need to use to express build time dep | 01:47 |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has joined #yocto | 01:50 | |
brianm_ | khem: I thought I had the dependencies set up right, but it seems there's a distinction between "B must be built to build A" and "if B is rebuilt, A must be rebuilt" | 01:53 |
brianm_ | I can't figure out how to explain "if B is rebuilt, A must be rebuilt" to bitbake | 01:55 |
khem | if a.bb says DEPENDS += "b" and b changes then a should be rebuilt | 01:57 |
brianm_ | khem: what if b is marked as nostamp? What will happen when I try to build a? | 02:04 |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto | 02:04 | |
brianm_ | Will it get rebuilt on a warm build, or not? | 02:04 |
brianm_ | it appears a is not rebuilt, even though I want it to | 02:05 |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 02:14 | |
-YoctoAutoBuilder- build #778 of nightly-oe-selftest is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/778 | 02:16 | |
khem | brianm_: thats interesting, do you know what dependencies do you have on a ? | 02:18 |
khem | like .h or .a or .so | 02:18 |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 02:36 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 02:42 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 02:47 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 02:47 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 02:50 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 03:00 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 03:00 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 03:01 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 03:15 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 03:20 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 03:34 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 03:39 | |
yocti | New news from stackoverflow: How to build an app that can work on a Linux pc panel? [on hold] <https://stackoverflow.com/questions/48466853/how-to-build-an-app-that-can-work-on-a-linux-pc-panel> | 03:40 |
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC | 03:43 | |
*** nathani_ <nathani_!~nathani@mail.validmanufacturing.com> has quit IRC | 03:45 | |
*** nathani_ <nathani_!~nathani@mail.validmanufacturing.com> has joined #yocto | 03:46 | |
*** dreyna__ <dreyna__!~dreyna@24.5.28.247> has joined #yocto | 03:48 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 03:49 | |
*** dreyna_ <dreyna_!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 03:50 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 03:58 | |
*** dreyna__ <dreyna__!~dreyna@24.5.28.247> has quit IRC | 03:59 | |
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:f87f:8d4a:44b6:2fb1> has joined #yocto | 03:59 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 04:20 | |
*** ScriptRipper <ScriptRipper!~martin@opensuse/member/MartinMohring> has quit IRC | 05:02 | |
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has joined #yocto | 05:03 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 05:15 | |
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has quit IRC | 05:17 | |
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has joined #yocto | 05:17 | |
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has joined #yocto | 05:18 | |
*** ScriptRipper <ScriptRipper!~martin@ipbcc06682.dynamic.kabel-deutschland.de> has quit IRC | 05:18 | |
*** ScriptRipper <ScriptRipper!~martin@opensuse/member/MartinMohring> has joined #yocto | 05:18 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 05:22 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 05:29 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ckoypaddpocpjqua> has quit IRC | 05:43 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 06:27 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 06:28 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 06:47 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has joined #yocto | 07:28 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 08:08 | |
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:f87f:8d4a:44b6:2fb1> has quit IRC | 08:22 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 08:26 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 08:54 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 08:55 | |
*** agust <agust!~agust@p4FCB4189.dip0.t-ipconnect.de> has joined #yocto | 09:05 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto | 09:07 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 09:40 | |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-ehhvhxgtvpuwcuww> has joined #yocto | 09:41 | |
*** dev1990_ <dev1990_!~dev@dynamic-87-105-141-73.ssp.dialog.net.pl> has quit IRC | 09:43 | |
*** kaspter <kaspter!~Instantbi@218.108.144.186> has quit IRC | 09:51 | |
*** learningc <learningc!~User@175.141.43.42> has quit IRC | 10:12 | |
*** learningc <learningc!~User@175.141.43.42> has joined #yocto | 10:12 | |
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has joined #yocto | 11:02 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 11:34 | |
*** lazyape_home <lazyape_home!~lazyape@athedsl-244581.home.otenet.gr> has quit IRC | 11:45 | |
*** lazyape_home <lazyape_home!~lazyape@athedsl-244581.home.otenet.gr> has joined #yocto | 11:45 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC | 11:45 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto | 11:55 | |
*** xthunderheartx <xthunderheartx!~xthunderr@nc-71-49-48-112.dhcp.embarqhsd.net> has quit IRC | 12:06 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC | 12:06 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 12:12 | |
-YoctoAutoBuilder- build #779 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/779 | 12:14 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto | 12:15 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 12:22 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC | 12:23 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 12:25 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto | 12:26 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto | 12:26 | |
*** VoxPenguin <VoxPenguin!~VoxPengui@www.wanderingwalrus.com> has quit IRC | 12:58 | |
*** VoxPenguin <VoxPenguin!~VoxPengui@www.wanderingwalrus.com> has joined #yocto | 13:12 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC | 13:12 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto | 13:21 | |
*** Crofton|work <Crofton|work!~balister@c-73-216-230-216.hsd1.va.comcast.net> has quit IRC | 13:26 | |
*** Crofton <Crofton!~Crofton@c-73-216-230-216.hsd1.va.comcast.net> has quit IRC | 13:26 | |
*** pohly <pohly!~pohly@p548492F1.dip0.t-ipconnect.de> has quit IRC | 13:35 | |
*** Crofton <Crofton!~Crofton@c-73-152-143-112.hsd1.va.comcast.net> has joined #yocto | 13:40 | |
*** Crofton <Crofton!~Crofton@c-73-152-143-112.hsd1.va.comcast.net> has quit IRC | 13:46 | |
*** Crofton|work <Crofton|work!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has joined #yocto | 13:46 | |
*** learningc <learningc!~User@175.141.43.42> has quit IRC | 13:48 | |
*** learningc <learningc!~User@175.141.43.42> has joined #yocto | 13:48 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 13:51 | |
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has quit IRC | 13:54 | |
*** Crofton <Crofton!~Crofton@2601:5c0:c100:b84:4984:441:d43b:cf60> has joined #yocto | 13:59 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has quit IRC | 14:02 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 14:11 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 14:12 | |
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has joined #yocto | 14:14 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-xmufzutehzxyneuo> has quit IRC | 14:19 | |
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has quit IRC | 14:57 | |
*** zarzar <zarzar!~zarzar@cpe-75-177-76-187.triad.res.rr.com> has joined #yocto | 15:22 | |
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has quit IRC | 15:28 | |
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has joined #yocto | 15:28 | |
zarzar | i'm using yocto plugin for eclipse, cmake project option, i added a new yocto toolchain version in a new location, i tried switching to it using cmake but now the project folder structure has drastically changed, and when debugging files no longer display, is there a way to reconfigure a project for a new tool chain from eclipse instead of cmake command line? | 15:34 |
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has joined #yocto | 15:48 | |
*** zarzar <zarzar!~zarzar@cpe-75-177-76-187.triad.res.rr.com> has quit IRC | 15:48 | |
*** zarzar <zarzar!~zarzar@cpe-75-177-76-187.triad.res.rr.com> has joined #yocto | 15:49 | |
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has quit IRC | 15:49 | |
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has joined #yocto | 15:49 | |
*** xthundermoblex2 <xthundermoblex2!~androirc@nc-71-49-48-112.dhcp.embarqhsd.net> has quit IRC | 16:03 | |
*** _william_ <_william_!~william@LFbn-1-12394-216.w90-91.abo.wanadoo.fr> has joined #yocto | 16:25 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-tsedndmgipgfyuto> has joined #yocto | 16:34 | |
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has quit IRC | 16:34 | |
*** asteriusio <asteriusio!~derek@104-179-196-18.lightspeed.brhmal.sbcglobal.net> has quit IRC | 16:38 | |
*** asteriusio <asteriusio!~derek@104-179-196-18.lightspeed.brhmal.sbcglobal.net> has joined #yocto | 16:39 | |
*** ant_home <ant_home!~ant__@host57-10-dynamic.248-95-r.retail.telecomitalia.it> has joined #yocto | 16:41 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 16:43 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 16:47 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 17:34 | |
khem | RP: there is one patch we need to drop from gcc7, I posted a review to ml as well as to pull branch on contrib repo http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu | 17:52 |
khem | RP: see if you can pull it into your next lot | 17:53 |
*** peacememories <peacememories!~textual@e250-119.eduroam.tuwien.ac.at> has quit IRC | 18:01 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 18:30 | |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-ehhvhxgtvpuwcuww> has quit IRC | 18:30 | |
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has joined #yocto | 19:54 | |
* armpit hmm, AB website really really slow | 20:03 | |
armpit | halstead, are we doing maintenance on the AB's ? | 20:04 |
* armpit looks like old cluster | 20:04 | |
halstead | armpit: not at the moment. But I will this weekend. | 20:05 |
armpit | got a connection timeout on autobuilder.yoctoproject.org | 20:06 |
armpit | should ping work ? | 20:07 |
halstead | armpit: Richard is using that cluster. Can you use the .io cluster? | 20:07 |
armpit | k | 20:08 |
armpit | he is on .io too. I stack my build after his current one | 20:08 |
halstead | Okay and I'll check out the time out there. The front page should load. | 20:09 |
armpit | hey its the old cluster and us old guys are slow | 20:10 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 20:39 | |
halstead | armpit, https://autobuilder.yoctoproject.org/main/ is available again but I'm not sure it is in a state for doing regular builds because of the active dev work there. | 20:39 |
*** User__ <User__!~User@175.141.43.42> has joined #yocto | 20:55 | |
*** learningc <learningc!~User@175.141.43.42> has quit IRC | 20:56 | |
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has quit IRC | 21:03 | |
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has joined #yocto | 21:04 | |
*** avalluri_ <avalluri_!~avalluri@192.55.54.44> has joined #yocto | 21:11 | |
*** avalluri <avalluri!~avalluri@192.55.54.44> has quit IRC | 21:12 | |
* armpit hmm, still timing out.. new cluster web page ok.. must be me | 21:16 | |
armpit | halstead, thanks for check. I am not going to worry about it this weekend. I have the new cluster to use | 21:17 |
khem | armpit: may be you can throw meta-openembedded builds there :) | 21:30 |
*** User__ <User__!~User@175.141.43.42> has quit IRC | 21:36 | |
*** avalluri_ <avalluri_!~avalluri@192.55.54.44> has quit IRC | 21:36 | |
*** avalluri_ <avalluri_!~avalluri@192.55.54.44> has joined #yocto | 21:37 | |
*** learningc <learningc!~User@175.141.43.42> has joined #yocto | 21:37 | |
*** ant_home <ant_home!~ant__@host57-10-dynamic.248-95-r.retail.telecomitalia.it> has quit IRC | 21:47 | |
*** ant_home <ant_home!~ant__@host57-10-dynamic.248-95-r.retail.telecomitalia.it> has joined #yocto | 21:48 | |
*** LocutusOfBorg <LocutusOfBorg!LocutusOfB@gateway/shell/panicbnc/x-meymlantjwaiouoc> has quit IRC | 21:58 | |
*** LocutusOfBorg <LocutusOfBorg!LocutusOfB@ubuntu/member/locutusofborg> has joined #yocto | 21:58 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 22:04 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 22:29 | |
*** majuk <majuk!~majuk@75-163-155-5.clsp.qwest.net> has quit IRC | 22:39 | |
*** majuk <majuk!~majuk@75-163-155-5.clsp.qwest.net> has joined #yocto | 22:40 | |
*** majuk <majuk!~majuk@75-163-155-5.clsp.qwest.net> has quit IRC | 22:44 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 22:50 | |
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has quit IRC | 23:06 | |
*** agust <agust!~agust@p4FCB4189.dip0.t-ipconnect.de> has quit IRC | 23:08 | |
RP | halstead, armpit: The new cluster is not well :( | 23:10 |
*** armpit <armpit!~armpit@2601:202:4000:1184:2999:2a82:b9b6:e74c> has quit IRC | 23:10 | |
* RP managed to get it to limp through a build earlier but its unwell again | 23:10 | |
*** armpit <armpit!~armpit@2601:202:4000:1184:9caf:51c0:84fe:36ce> has joined #yocto | 23:13 | |
*** gattuso <gattuso!~gattuso@pompel.me> has quit IRC | 23:27 | |
*** gattuso <gattuso!~gattuso@pompel.me> has joined #yocto | 23:28 | |
*** jkprg <jkprg!~jarda@cst-prg-78-152.cust.vodafone.cz> has joined #yocto | 23:51 | |
*** jkprg <jkprg!~jarda@cst-prg-78-152.cust.vodafone.cz> has left #yocto | 23:52 | |
RP | armpit: I've taken centos7 out the pool as it was holding download locks | 23:53 |
armpit | k | 23:53 |
armpit | isn't 7 a lonely number by Beatles standard? | 23:54 |
RP | armpit: probably :) | 23:55 |
RP | armpit: not sure what is going on with the AB, its not happy. Second worker to have long timeouts :( | 23:55 |
armpit | hehe, you can all ways blame my changes for this ; ) | 23:56 |
RP | armpit: second time today we've had problems :/ | 23:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!