*** RP <RP!~RP@5751f4a1.skybroadband.com> has quit IRC | 00:12 | |
*** vineela <vineela!~vtummala@134.134.139.72> has quit IRC | 00:21 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 00:36 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:649f:275:809c:24d6> has quit IRC | 01:22 | |
*** peacememories <peacememories!~textual@2a02:8388:8480:fd80:4586:6203:34b7:ac38> has quit IRC | 01:28 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:9501:8703:ab4:a59e> has joined #yocto | 01:34 | |
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has quit IRC | 01:49 | |
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has joined #yocto | 01:58 | |
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has quit IRC | 03:45 | |
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has joined #yocto | 03:54 | |
*** agust <agust!~agust@p508B63E2.dip0.t-ipconnect.de> has joined #yocto | 05:06 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pmyqtfzrjocdymwb> has quit IRC | 05:13 | |
*** tprrt <tprrt!~tprrt@upc31-1-78-208-110-13.fbx.proxad.net> has joined #yocto | 05:57 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:15 | |
*** rsalveti <rsalveti!sid117878@gateway/web/irccloud.com/x-ccyusxstqyogzmgt> has quit IRC | 06:19 | |
*** rsalveti <rsalveti!sid117878@gateway/web/irccloud.com/x-wpjkebfepqsnhkse> has joined #yocto | 06:19 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-ckwdklfvgfkczzqr> has quit IRC | 06:21 | |
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-tqrlnxkaczieqmxe> has quit IRC | 06:22 | |
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-fxsqodcxtnrczarz> has quit IRC | 06:23 | |
*** jeanba <jeanba!~jbl@77.243.63.34> has joined #yocto | 06:24 | |
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-gwkbwexlfmdzwdgo> has joined #yocto | 06:24 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-vqcywzelhgapzsnh> has joined #yocto | 06:24 | |
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-qtwpuxijeklghzew> has joined #yocto | 06:24 | |
*** jeanba <jeanba!~jbl@77.243.63.34> has left #yocto | 06:24 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has joined #yocto | 06:54 | |
*** cvasilak <cvasilak!~cvasilak@2a02:587:8118:a100:2176:9f37:779a:a7bb> has joined #yocto | 07:01 | |
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has joined #yocto | 07:15 | |
*** gsalazar <gsalazar!~gsalazar@66.252.115.89.rev.vodafone.pt> has quit IRC | 07:16 | |
*** mckoan|away is now known as mckoan | 07:21 | |
*** opennandra <opennandra!~marek@178.115.245.23.static.drei.at> has joined #yocto | 07:33 | |
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has left #yocto | 07:38 | |
*** opennandra <opennandra!~marek@178.115.245.23.static.drei.at> has quit IRC | 07:41 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 07:49 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-buljnzdhuulgyoyo> has joined #yocto | 07:50 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 07:58 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has joined #yocto | 08:05 | |
*** RP <RP!~RP@5751f4a1.skybroadband.com> has joined #yocto | 08:06 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 08:31 | |
*** gsalazar <gsalazar!~gsalazar@66.252.115.89.rev.vodafone.pt> has joined #yocto | 08:38 | |
qschulz | Why do we print a warning message when packaging a SW I have no dependency on is incompatible in terms of licensing? | 08:50 |
---|---|---|
qschulz | e.g.: WARNING: cairo-1.14.12-r0 do_package: QA Issue: cairo-perf-utils has an incompatible license. Excluding from packaging. [incompatible-license] | 08:50 |
qschulz | I do depend on cairo, but cairo, nowhere cairo-perf-utils, why would I care if cairo-perf-utils is not packaged? | 08:51 |
rburton | because bitbake doesn't know that you're never going to use cairo-perf-utils | 08:51 |
rburton | if you were doing a 'bitbake cairo' how would it know that you're never going to use the package? | 08:51 |
qschulz | rburton: well, if I'd like to use the cairo-perf-utils package, I'd do `bitbake cairo-perf-utils`, not `bitbake cairo` right? | 08:55 |
rburton | no you wouldn't because you bitbake a recipe and cairo-perf-utils is a package generated by that package | 08:55 |
rburton | the alternative is that bitbake silently makes packages disappear and you have no idea why the recipe says a package exists but it wasn't built. i think i prefer the note. | 08:56 |
rburton | argh, "generated by that recipe" | 08:56 |
rburton | too early | 08:56 |
qschulz | ah true, `bitbake recipe` not `bitbake package` | 08:56 |
qschulz | :/ | 08:57 |
qschulz | rburton: my concern is that Yocto is pretty verbose already | 08:57 |
rburton | silence the warning if you don't care | 08:58 |
qschulz | and I'd like our users to actually care about the warning messages and tell us when they encounter one | 08:58 |
rburton | WARN_QA_remove = "incompatible-license" | 08:58 |
qschulz | because currently they don't even look at it so it's counter-productive | 08:58 |
rburton | the alternative is to bump most of the warnings to errors so you have to look at them | 08:58 |
rburton | (but not this one) | 08:59 |
rburton | note that poky makes more warnings fatal compared to bare oe-core for this reason | 08:59 |
qschulz | interesting | 08:59 |
rburton | WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \ | 09:00 |
rburton | installed-vs-shipped ldflags pn-overrides rpaths staticdev \ | 09:00 |
rburton | unknown-configure-option useless-rpaths" | 09:00 |
rburton | WARN_QA_remove = "${WARN_TO_ERROR_QA}" | 09:00 |
rburton | ERROR_QA_append = " ${WARN_TO_ERROR_QA}" | 09:00 |
rburton | says poky.conf | 09:00 |
rburton | used to be more but i recently pushed the more useful ones to error in oe-core by default | 09:00 |
qschulz | this is new :) | 09:00 |
qschulz | We were hit by those changes pretty hard :D | 09:00 |
qschulz | But I'm happy to have had to fix them | 09:01 |
qschulz | I see I also could do an INSANE_SKIP_${PN}-perf-utils += "incompatible-license" | 09:02 |
qschulz | is there any difference at all? any better than the other? | 09:02 |
rburton | why would you care about the license warning in cairo and not other packages? | 09:04 |
rburton | if you don't care about that warning, make it go away entirely by removing from WARN_QA | 09:04 |
qschulz | I try to avoid silencing on the global level | 09:05 |
rburton | for that license there's an argument that's the right move: if you don't care about the warning, shut it up | 09:06 |
qschulz | rburton: thanks a ton for your clear explanation | 09:07 |
qschulz | also for anyone wondering, it seems that if there is a QA issue detected by Yocto, if it's neither in WARN_QA nor in ERROR_QA, a bb.note is still raised (helpful in logs or when debugging), so it's not entirely silencing it, just making it discreet, which is an important piece of information for me at least | 09:13 |
*** litb <litb!~js@p5B2FDF8D.dip0.t-ipconnect.de> has joined #yocto | 09:17 | |
litb | hello folks | 09:17 |
litb | my yocto-created linux system boots when I'm using the .hddimg, which boots the linux as a live system, the rootfs will be put into RAM | 09:18 |
litb | but when I boot it using the .wic (genericx86-derived machine with corei7-32 tune), then the kernel can't find the root filesystem. | 09:19 |
litb | and this only happens when I'm trying to boot from an USB-stick. when booting from an HDD, it works fine. I tried this with real machines and QEMU | 09:20 |
litb | so, the kernel detects my USB-stick, the usb-storage driver outputs its "USB Mass Storage device detected" message. But I see *no* "sd: ..." lines, as it happens on my desktop system for the "/dev/sda" device to appear | 09:22 |
qschulz | litb: rootdelay or rootwait in the kernel command line | 09:22 |
qschulz | (you need to add one of them) | 09:23 |
qschulz | (rootdelay is the timeout in seconds before giving up mounting the rootfs, rootwait (no argument) is to say never timeout when trying to mount the rootfs) | 09:25 |
litb | ah, thanks! | 09:27 |
qschulz | you're lucky, I had the same issue beginning of this week :D | 09:28 |
litb | xD | 09:28 |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 09:43 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 09:47 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-zkhkekrbocaybbvp> has joined #yocto | 11:15 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 11:17 | |
*** berton <berton!~berton@181.220.86.53> has joined #yocto | 11:46 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has quit IRC | 12:15 | |
*** luckywho <luckywho!~quassel@49.207.50.14> has quit IRC | 12:21 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has joined #yocto | 12:28 | |
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC | 12:30 | |
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto | 12:31 | |
*** elvispre <elvispre!~elvispre@2001:8b0:e0:884d:99db:5cdc:4b13:fabc> has quit IRC | 12:34 | |
*** bradleyb <bradleyb!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto | 12:35 | |
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC | 12:35 | |
*** elvispre <elvispre!~elvispre@2001:8b0:e0:884d:99db:5cdc:4b13:fabc> has joined #yocto | 12:43 | |
*** yann <yann!~yann@85.118.38.73> has joined #yocto | 12:58 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 12:59 | |
JPEW | Anyone else seeing qemu hang indefenitly as part of PGO in python do_compile? | 13:03 |
*** geissonator <geissonator!~geissonat@32.97.110.52> has joined #yocto | 13:04 | |
RP | JPEW: no... | 13:07 |
JPEW | It's new since I rebased on master yesterday. I'll try to bisect it | 13:08 |
litb | is there a more lightweight way to have a layer-index, without installing the dejango webapp? | 13:11 |
litb | i.e something like just a plain folder with subfolders for each layer or something? | 13:11 |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 13:11 | |
RP | litb: I think you might misunderstand what the layer index is. It is a web app which shows a collection of layers in a web interface | 13:14 |
litb | RP, ah i see. Because "bitbake-layers layerindex-fetch" can be used to fetch a layer including its dependencies, I thought that a layer-index is a somewhat more lower-level thing | 13:15 |
litb | like a structured repository/database of layers of a notion of dependency, or something | 13:16 |
RP | litb: it is that but layers do have dependency information in them | 13:17 |
RP | litb: the harder part is that a layer wouldn't list where those dependencies come from which is where the index can help | 13:17 |
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has quit IRC | 13:21 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has quit IRC | 13:25 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 13:26 | |
*** yacar_ <yacar_!~yacar@80.214.23.119> has joined #yocto | 13:29 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 13:29 | |
*** vineela <vineela!~vtummala@134.134.139.76> has joined #yocto | 13:42 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 13:44 | |
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has joined #yocto | 13:46 | |
litb | it appears to me that _append and _prepend are subtly different from += and =+ in that _append and _prepend are evaluated after parsing all files by bitbake, but += and =+ are evaluated right at that point during parse? | 13:50 |
*** vineela <vineela!~vtummala@134.134.139.76> has quit IRC | 13:50 | |
litb | I've nowhere read about that subtlety, but sometimes, I read notes like "Because of internals of bitbake, here you can only use _append, not +=" and the like. | 13:51 |
JPEW | litb: https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#appending-and-prepending | 13:53 |
litb | ahh I see! My book "Embedded Linux Systems using the Yocto Project" doesn't mention this at all! | 13:55 |
*** luckywho <luckywho!~quassel@103.252.26.82> has joined #yocto | 13:55 | |
RP | litb: have a look at the bitbake manual | 14:00 |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 14:03 | |
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 14:03 | |
litb | really cool. Next I guess I'll need to make the fstab use UUIDs instead of /dev/sdX, to make booting from USB-stick reliable. sounds like bbappending base-files is in order | 14:06 |
JPEW | RP: I didn't see any patches for the bitbake "multiconfig" rename | 14:10 |
JPEW | (on the ML that is) | 14:11 |
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has joined #yocto | 14:13 | |
*** cvasilak <cvasilak!~cvasilak@2a02:587:8118:a100:2176:9f37:779a:a7bb> has quit IRC | 14:17 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has quit IRC | 14:37 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has joined #yocto | 14:38 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has quit IRC | 14:55 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC | 14:56 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has joined #yocto | 14:56 | |
*** Tamis <Tamis!504e056a@gateway/web/freenode/ip.80.78.5.106> has quit IRC | 14:57 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has left #yocto | 14:58 | |
*** litb <litb!~js@p5B2FDF8D.dip0.t-ipconnect.de> has quit IRC | 15:08 | |
*** gsalazar <gsalazar!~gsalazar@66.252.115.89.rev.vodafone.pt> has quit IRC | 15:13 | |
*** gsalazar <gsalazar!~gsalazar@66.252.115.89.rev.vodafone.pt> has joined #yocto | 15:16 | |
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 15:19 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 15:20 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:25 | |
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has quit IRC | 15:27 | |
*** tprrt <tprrt!~tprrt@upc31-1-78-208-110-13.fbx.proxad.net> has quit IRC | 15:28 | |
*** yacar_ <yacar_!~yacar@80.214.23.119> has quit IRC | 15:33 | |
RP | JPEW: I was testing then was going to post | 15:46 |
JPEW | OK | 15:47 |
RP | JPEW: sent now | 15:48 |
* armpit should be mc-hammer... pictures RP in those pants dancing | 15:52 | |
RP | armpit: with the UK<->US translation of pants this isn't good ;-) | 15:52 |
armpit | trousers better | 15:53 |
* LetoThe2nd blasts https://www.youtube.com/watch?v=tFelfYq3zpQ | 15:55 | |
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto | 16:02 | |
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC | 16:21 | |
*** yann <yann!~yann@85.118.38.73> has quit IRC | 16:25 | |
*** mckoan is now known as mckoan|away | 16:26 | |
*** bradleyb is now known as radsquirrel | 16:27 | |
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto | 16:29 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 16:32 | |
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has quit IRC | 16:32 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 16:35 | |
kanavin_ | RP: I tried to upgrade gettext, it's a mess :( We should probably wait until desktop distros do it, and take their patches | 16:43 |
kanavin_ | what gettext upstream did, they removed many of the m4 macros (because 'no one would need to use them' I guess), and this breaks other components | 16:43 |
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC | 16:45 | |
RP | kanavin_: hmm, I guess we could cheat and just patch them back in for now | 16:47 |
RP | kanavin_: date/time issue was well spotted btw, I wondered what the common denominator was between those failures | 16:50 |
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has joined #yocto | 16:54 | |
kanavin_ | RP: nice weekend to you, going for dinner :) | 16:58 |
RP | kanavin_: you too! (and me too!) | 16:59 |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 17:00 | |
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has quit IRC | 17:10 | |
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto | 17:11 | |
*** geissonator <geissonator!~geissonat@32.97.110.52> has quit IRC | 17:17 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 17:26 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-zkhkekrbocaybbvp> has quit IRC | 17:28 | |
*** geissonator <geissonator!~geissonat@32.97.110.52> has joined #yocto | 17:30 | |
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has joined #yocto | 17:40 | |
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has joined #yocto | 17:41 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-buljnzdhuulgyoyo> has quit IRC | 18:00 | |
yocti | New news from stackoverflow: Yocto - Create and populate a separate /home partition <https://stackoverflow.com/questions/56187209/yocto-create-and-populate-a-separate-home-partition> | 18:16 |
Striking7 | Odd - that was asked, and answered, on May 17. The last comment added was also on May 17. Why is that just now showing up in this chatroom? | 18:20 |
*** yann <yann!~yann@lfbn-1-3372-5.w90-127.abo.wanadoo.fr> has joined #yocto | 18:20 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has quit IRC | 18:35 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC | 18:49 | |
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto | 19:32 | |
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has quit IRC | 20:00 | |
yann | hm, I'm a bit lost with how popuplate_sysroot is supposed to work | 20:11 |
yann | with recipe at https://pastebin.com/2kT1zpMN, "bitbake depot-tools-native -c populate_sysroot" produces expected contents in tmp/work/x86_64-linux/depot-tools-native/git-r0/sysroot-destdir/usr/share/ but the sysroot-providers/ dir is really in tmp/work/x86_64-linux/depot-tools-native/git-r0/sysroot-destdir/$PWD/tmp/work/x86_64-linux/depot-tools-native/git-r0/recipe-sysroot-native/sysroot-providers/depot-tools-native | 20:14 |
yann | as if the sysroot-destdir path was prepended to expected path, but it's not like if I had messed with those myself :) | 20:15 |
kergoth | that's expected, afaik. native.bbclass sets prefix to a full absolute path in tmpdir | 20:27 |
kergoth | so any paths taht include that will be deeply nested | 20:27 |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 20:28 | |
*** geissonator <geissonator!~geissonat@32.97.110.52> has quit IRC | 21:07 | |
*** berton <berton!~berton@181.220.86.53> has quit IRC | 21:19 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 21:32 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 21:33 | |
moto-timo | I'm working on moving scons (python-scons python-scons-native scons.bbclass) to python3. any reason to keep the python2 version around? | 21:51 |
moto-timo | or should I just drop the python2 version. | 21:51 |
*** agust <agust!~agust@p508B63E2.dip0.t-ipconnect.de> has quit IRC | 22:01 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-niswkiueszncggfe> has joined #yocto | 22:19 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 22:26 | |
armpit | drop it | 22:28 |
armpit | if anyone want the py2 version we can create meta-python2 on OE for that | 22:28 |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 22:29 | |
armpit | something like meta-glv2 | 22:32 |
* armpit hmm?? gplv2 | 22:32 | |
moto-timo | armpit: can you comment on the patch series on the ML or on the bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=13381 | 23:55 |
yocti | Bug 13381: normal, Undecided, 2.8 M2, timothy.t.orling, IN PROGRESS REVIEW , SCons should migrate to Python 3 | 23:55 |
moto-timo | thanks! | 23:55 |
moto-timo | (BTW, it installs /usr/bin/scons so it will conflict if both py2 and py3 are installed. even more reason to drop it) | 23:56 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!