IRC channel logs

2017-01-30.log

back to list of logs

<civodul>Apteryx: "locale -a" doesn't honor GUIX_LOCPATH and LOCPATH IIRC
<Apteryx>civodul: OK! So even though glibc does, utilites provided by glibc such as locale might not?
<civodul>i think so, yes
<civodul>apparently 'locale' doesn't call 'getenv' at all
<civodul>'locale -a' i mean
<civodul>as seen with: ltrace -e getenv locale -a
<Apteryx>OK! I was just looking at strace, and it seems to get its locales from under "/run/current-system/locale/".
<Apteryx>If I want a package to have a few extra locales to make the tests happy, what is the recommended way to do so? Should simply adding "glibc-utf8-locales" as an input suffice?
<Apteryx>(the locales the tests need are: en_US, en_GB and fr_FR)
<civodul>Apteryx: for a package's test suite, yeah, just add glibc-utf8-locales as an input
<civodul>i think there are a few examples of that
<civodul>wait, glibc-utf8-locales is already an input, implicitly
<Apteryx>An input to what?
<Apteryx>Do you mean by that that it should be added as a "propagated-input" ? Sorry, I'm a bit confused :)
<Apteryx>Another question: When using "guix environment --container gnucash", make cannot find libguile.h although C_INCLUDE_PATH is set to a profile which has a reference to it. Is this normal?
<Apteryx>There seems to be a package for which it's done: "tre" from (gnu packages regex). The locales data seems to be already there, but they need to set LOCPATH and "install" it using localdef. I'll try this.
<Apteryx>*install the locale
<atw>hello, Guix!
<Apteryx>Hello!
<atw>figured out my problem from earlier. The error message I reported wasn't very helpful, but I commented out my incomplete package definition and it seems fine now
<Apteryx>great!
<Apteryx>I've found a link which makes IceCat crash instantly, all the time: https://www.vizio.com/sb3821c6.html
<Apteryx>Can someone reproduce it?
<atw>guess I'm not doing anything important with IceCat! gimme a sec...
<atw>Works For Me™. IceCat 45.5.1
<atw>I do have LibreJS turned off though
<Apteryx>I have it turned off too!
<ZombieChicken>45.5.1 w/o LibreJS installed. Using ublock origin, Foxyproxy, Cookie Monster, and NoScript. No problems with the aforementioned page here
<ZombieChicken>ACTION notes we need a good way to dump the list of plugins we have for icecat for these purposes
<atw>ACTION is using the defaults, except for LibreJS
<buenouanq>Apteryx: have you changed the cairos to skias?
<Apteryx>I think it's caused by the frame dimensions reported by RatPoison. Here's the error report: http://paste.lisp.org/display/337736
<buenouanq>gfx.canvas.azure.backends and gfx.content.azure.backends need to both be skia not cairo
<Apteryx>ZombieChicken: If you want to restart IceCat it's easy to do that from the help menu. Crashes here aren't typically due to plugins but by window manager frame sizes it seem.
<Apteryx>buenouanq: How, I guess I set this in about:config?
<Apteryx>buenouanq: And aren't these the defaults?
<Apteryx>ZombieChicken: I meant, restart IceCat with all plugins/extensions disabled.
<Apteryx>buenouanq: I just tried changing the azure backends to "skia", but I can still reproduce.
<Apteryx>Oh wow, it only happens when I split my screen in half (1080p).
<Apteryx>It I maximize IceCat it doesn't crash anymore.
<Apteryx>Actually, after a restart of IceCat the "skia" option seems to have helped! It's not crashing anymore!
<buenouanq>Apteryx: just open about:config in the url bar and search for them
<Apteryx>buenouanq: Yes, I did it, thanks! Seems to have fixed that specific crash.
<buenouanq>would be great if we could get that as the default in our build, or at least have it mentioned somewhere obvious
<CompanionCube>ACTION is trying out guixsd in a VM
<Apteryx>Rendering quality seems much lower though.
<Apteryx>(with skia vs cairo)
<ZombieChicken>Apteryx: For that test, i disabled NoScript, but in general icecat has proven to be plenty stable for me, so I don't expect it to fail for pretty much any reason
<cbaines>guix archive -x doesn't seem to work for me, I just get guix archive: error: corrupt input while restoring archive from #<input: file 0>
<cbaines>any ideas?
<buenouanq>where can we leave requests for things to be packaged?
<buenouanq>what should I read to begin attempting to do this myself?
<civodul>Hello Guix!
<nckx>sneek: later tell ng0: sorry, I'd completely missed your nyx attempt!
<sneek>Got it.
<nckx>\\o civodul
<nckx>buenouanq: read the packaging section of the manual and especially other packages, then stubbornly refuse to stop trying. Worked for me™.
<GNUnymous_IRC>Hello.
<GNUnymous_IRC>Why dhclient isn't working in GuixSD?
<GNUnymous_IRC>How to set IP in GuixSD?
<civodul>hello GNUnymous_IRC
<civodul>how is it not working?
<civodul>it works for me
<GNUnymous_IRC>No DHCPOFFERS received.
<civodul>did you "ifconfig xyz up" first?
<civodul>see https://www.gnu.org/software/guix/manual/html_node/Preparing-for-Installation.html
<GNUnymous_IRC>Yes.
<GNUnymous_IRC>0. Create wpa_supplicant.conf
<GNUnymous_IRC>1. UP my interface
<GNUnymous_IRC>2. Use wpa_supplicant
<GNUnymous_IRC>3. dhcpclient
<civodul>something along these lines works for me
<civodul>could be a networking issue?
<GNUnymous_IRC>How to set IP manually?
<civodul>GNUnymous_IRC: using 'ifconfig' or 'ip', as noted on the page above
<civodul>looking at https://www.xda-developers.com/guide-installing-and-running-a-gnulinux-environment-on-any-android-device/ i wonder if anyone tried to install Guix on an Android device
<civodul>that could be fun
<GNUnymous_IRC>No VM?
<civodul>no need for a VM for that
<GNUnymous_IRC>Do I need Android for this?
<GNUnymous_IRC>Can android be replaced with GuixSD?
<GNUnymous_IRC>*Android
<GNUnymous_IRC>Can you give me a command to set IP?
<GNUnymous_IRC>I didn't find it in man ip.
<Sleep_Walker>hm
<Sleep_Walker>I guess it needs rooted device
<GNUnymous_IRC>I have root with non-free/illegal binary. :(
<Sleep_Walker>GNUnymous_IRC: sorry, I was refering to Guix on Android
<Sleep_Walker>set IP?
<GNUnymous_IRC>Yes.
<Sleep_Walker> ip address add IFADDR dev IFNAME
<GNUnymous_IRC>Oh.
<Sleep_Walker>I hope I understood you right
<civodul> http://lists.science.uu.nl/pipermail/nix-dev/2017-January/022621.html <- Hydra building every NixOS pull request
<civodul>ACTION is jealous :-)
<GNUnymous_IRC>How to set 192.168.1.2/24, gateway is 192.168.1.1?
<civodul>GNUnymous_IRC: this is not Guix-specific, but you can check "man ip" (or "man ifconfig" and "man route")
<jmd>Is guix properly internationalized? I can't get any messages in any language other than English.
<EvilPython>Hello.
<EvilPython>How to add DNS in GUIXSD?
<EvilPython>*GUIXSD
<EvilPython>*GuixSD
<jmd>EvilPython: guix package -i bind ??
<EvilPython>I need to add DNS IP.
<EvilPython>I cannot ping gnu.org.
<jmd>Is your network working at all?
<EvilPython>Yes.
<EvilPython>I can ping my LAN.
<jmd>But can you ping anything outside your LAN?
<EvilPython>I cannot ping domain names.
<EvilPython>I can ping IPs.
<EvilPython>Oh no.
<EvilPython>I cannot do it. :(
<jmd>So it's not a DNS issue then.
<EvilPython>I added IP:
<EvilPython>ip address add 192.168.1.10/24 dev wlp6s0
<EvilPython>How to add IP?
<EvilPython>IP: 192.168.1.10
<EvilPython>Mask: 255.255.255.0
<EvilPython>Gateway: 192.168.1.1
<civodul>EvilPython: does https://www.gnu.org/software/guix/manual/html_node/Preparing-for-Installation.html#Networking help ?
<roptat>EvilPython, echo "nameserver <DNS IP>" >> /etc/resolv.conf maybe?
<jmd>civodul: If you type "guix package -i lkasjdklsj" can you get the error message in French?
<EvilPython>What is "profile"?
<jmd>Your profile is where your installed packages live.
<EvilPython>Can I install package in system root?
<jmd>What do you mean "in system root" ?
<EvilPython>Package should be available for all users in this case.
<EvilPython>System should use LVM to mount LVM volumes.
<EvilPython>*LVM package
<EvilPython>*lvm2 package
<jmd>Then you would want it in root's profile.
<jmd>It should be in the system profile.
<jmd>Put is in /etc/config.scm and run "guix system reconfigure /etc/config.scm"
<jmd>However users normally have to be root to mount things ...
<EvilPython>I know.
<EvilPython>Can I install Hurd in GUIXSD?
<EvilPython>*GuixSD
<civodul>EvilPython: not yet
<civodul>jmd: no, but maybe this specific string is not translated?
<ng0>civodul: just to be clear, with "Subject: Re: [PATCH 1/2] gnu: tlsdate: Use the system provided certificate store. Date: Fri, 20 Jan 2017 14:31:48 +0100" where you mentioned I could recreate the (guix profiles) ca-certificates-bundle, you meant for (gnu packages ntp) not (gnu services time <- where I moved tlsdated to, and ntp will follow), right?
<jmd>civodul: I checked. It is.
<ng0>i mean, it has to be applied to the package to have effect, not to the service
<civodul>jmd: i see that it's opening /gnu/store/9hhljacc22jppmjx57xc7c46by10y8gh-guix-0.12.0-4.d9da/share/locale/fr/LC_MESSAGES/guix.mo
<civodul>so if that guix.mo is stale, then you don't get the translation
<civodul>the main problem is that 'guix pull' does not update message catalogs
<civodul>ACTION has to go
<civodul>ttyl
<GNUnymous_IRC>Hi.
<GNUnymous_IRC>LVM is supported by GuixSD.
<GNUnymous_IRC>Required package is lvm2.
<ng0>I can't decide wether it's good or bad that I sometimes start to write in guile syntax when I'm doing python... I notice after one line, still it's funny
***ShalokShalom_ is now known as ShalokShalom
<rekado>I'm trying to rebuild a bunch of packages with an older version of perl.
<rekado>I'm using package-input-rewriting but it doesn't seem to be enough.
<rekado>I also override the #:perl argument
<rekado>but this doesn't seem to help with propagated inputs.
<rekado>any hints on how to proceed?
<roelj>rekado: I don't know "the right" solution, but you could check out an older version of Guix (one with the older version of Perl) and then build the packages from that version..
<GNUnymous_IRC>Can I boot from LVM if I will install lvm2 package?
<GNUnymous_IRC>How to install packages in "system profile"?
<jmd>GNUnymous_IRC: Put them in /etc/config.scm and run guix system reconfigure
<jmd>GNUnymous_IRC: BTW please try to use complete sentences in your questions.
<rekado>roelj: nah, that's cheating :)
<rekado>roelj: I need it for some nasty old software in guix-bimsb
<roelj>rekado: :) Heh, good luck then
<ng0>wrt hardening, do you think elfix would be useful? I seem to recall that NixOS uses it too, so it's not Gentoo specific.
<civodul>ng0: what's "elfix"?
<ng0> https://dev.gentoo.org/~blueness/elfix/
<ng0>mainly:
<ng0>paxctl-ng - Swiss army knife for working with PT_PAX and/or XATTR_PAX flags
<ng0>I just need to fix the python part, then it should build completely.
<ng0>building musl looked so much easier than (a basic) uclibc-ng
<ng0>I'm stuck with linking issues iirc
<ng0>(iirc: building right now as I need to make a list of problems I have in every branch)
<jmd>Locale selection in GuixSD is completely fsck'd!!
<ng0>ah no. the problem I have is about an ld errno TLS definition ... section .tbss mismatches non-TLS definition in ../lib/libc.so.1 section .bss .. but I seem to remember reading this issue somewhere
<ng0>does david craven use irc? I'd like to leave a message.. it's dvc, right?
<jmd>ng0: I think so.
<ng0>trhx
<ng0>sneek: later tell dvc: in the chromium branch you and marius are working on there are 3 packages as dependencies for chromium. would be great to get those into master where applicable.
<sneek>Got it.
<ng0>sneek: later tell dvc: s/packages/commits
<sneek>Got it.
<civodul>jmd: locale selection?
<davexunit>why is the emacs team spending all this energy on providing a docker image?
<davexunit>when they have a GNU tool they can recommend that always has the latest emacs?
<davexunit> https://www.reddit.com/r/emacs/comments/5qydt3/rms_docker_hub_requires_nonfree_software_to_log_in/
<davexunit>tried to advocate for Guix here, but so far just resistance to the idea.
<bavier`>is the audience emacs users on windows and mac?
<davexunit>couldn't be because docker doesn't work on those systems
<civodul>davexunit: rekado did a good job at suggesting it on emacs-devel, although people apparently didn't bother
<davexunit>civodul: oh, sad :(
<bavier`>things I learn
<civodul>rekado: do you know how they ended up building their Emacs image?
<civodul>i guess they use Debian or Fedora as the base image, which would be quite ironic
<adfeno>ACTION is reminded of the GNU FSDG issues with container repositories or per-language repositories.
<adfeno>I once saw a mailing list disscusion on the matter.
<adfeno>It also got input from RMS and Ali Miracle too.
<ryanwatkins>Hey guys, where is the default location for the system configuration? I cannot find the reference in the manual :(
<pareidolia>/etc/config.scm if I recall correctly
<jmi2k>ryanwatkins: none, you can put it wherever you want. /etc/config.scm is it's most common place.
<ryanwatkins>gotcha, I am looking to use startx and dwm and I figured this is the only way? I tried installing just dwm but that didn't work
<jmi2k>ryanwatkins: what problem do you have?
<ryanwatkins>jmi2k: somehow I have gnome installed (I guess that is config related) but I wish to use dwm instead
<ryanwatkins>jmi2k: I guess I should just start a new config.scm and use system reconfigure with that file?
<jmi2k>ryanwatkins: If you want to install it system-wide, you should add it to the packages field in that file. Then, guix system reconfigure
<jmi2k>ryanwatkins: if you want to install it only for you, guix package -i dwm is enough
<ryanwatkins>jmi2k: I did this as the user 'root' but somehow GNOME infereres, I am unable to pick something else at login
<jmi2k>ryanwatkins: Are you using slim login manager? Or just startx?
<ryanwatkins>jmi2k: I know it is nooby, but how can I tell? startx is console right?
<jmi2k>ryanwatkins: yes: you login in a tty and then type startx
<ryanwatkins>I think it is a different login manager to slim
<jmi2k>ryanwatkins: then sorry, but I don't have any idea. I always use startx. Maybe you could try installing it system-wide (edit /etc/config.scm , add the desired package and run guix system reconfigure /etc/config.scm). Good luck ;)
<mekeor>i just joined the channel. i think i might have a similar issue like you, ryanwatkins. i am not able to log in into GNOME unless i delete/rename my ~/.xsession
<mekeor>(i use ~/.xsession to start xmonad)
<civodul>roelj, rekado: did you see the bit about package manager backends here: https://docs.galaxyproject.org/en/master/admin/conda_faq.html
<roelj>civodul: Uh-oh! Conda
<roelj>So, we should look into that.. We don't use Galaxy though
<civodul>ok
<roelj>Would there be anything against making 'load-path-expression' part of the Gexp Scheme interface?
<roelj>It's rather handy
<rekado>civodul: yes. Galaxy doesn't really provide other backends than Conda.
<rekado>there's a custom backend that tries to be a package manager on its own
<rekado>but it's no longer used. Everything is supposed to use Conda.
<civodul>ok
<rekado>a new thing that's coming up is building things in Docker and then copying out the file system contents.
<rekado>I'm pretty sure the bit about Guix was added after my discussions with one of the devs at a conference.
<civodul>heh
<civodul>and so what's up with Emacs and Guix vs. Docker?
<rekado>well... I don't know.
<rekado>ACTION shrugs
<davexunit>a gnu project being somewhat anti-gnu
<rekado>davexunit: maybe I missed something but that's not my impression.
<rekado>someone just went ahead and made an "official" docker image.
<rekado>kinda weird to just have someone do this manually
<roelj>Maybe if you could produce an emacs Docker image continuously with Hydra, it could be replaced by that one.. I admit, the best thing would be to recommend GNU Guix instead..
<rekado>correction: an "official" docker *organisation*
<davexunit>seems to me that emacs should recomemnd guix for the latest emacs over docker
<davexunit>and use guix to build the image
<davexunit>to ensure full compliance with FSDG
<davexunit>build the docker image, that is
<rekado>would one of you be willing to argue this position on emacs-devel? (Please don't say no :))
<adfeno>davexunit: +1
<roelj>It'd be a stronger message if we had a Docker image for Emacs generated from GNU Guix. We could then say, "look, this can be done automatically with a GNU distribution. Here it is: ...".
<davexunit>yes, that would be best.
<davexunit>I don't have the time/energy to do that
<rekado>I'm really bad at using Hydra. Do you know how to set up a custom job like that?
<rekado>does it even *have* to be hydra?
<roelj>rekado: No.. Just a suggestion.. :)
<rekado>or could we "just" repeatedly run the appropriate command on bayfront?
<adfeno>I'm also against using Docker to provide Emacs.
<civodul>"Package managers all the way down" https://lwn.net/SubscriberLink/712318/f581da959df3121a/
<civodul>rekado: yeah, we could periodically run (artist's view): guix archive -f docker emacs --with-source=/the/git/checkout
<roelj>Sorry, I don't have the time for experimenting with the Docker images until after FOSDEM.
<civodul>rekado: like the web service that creates "app bundles" on the fly, which i suggested earlier
<civodul>people would type "emacs" in the box, wait a little bit, and get the thing
<rekado>yes, that's still a good idea :)
<civodul>:-)
<civodul>anyone idle here? :-)
<roelj>civodul: That is an awesome idea
<davexunit>civodul: interesting article
<civodul>as a first step we could have a periodic job creating an Emacs image
<davexunit>the lack of acceptance of Guix and Nix can be demoralizing
<nliadm>they are, admittedly, a lot of overhead versus the graybeard way of doing things
<nliadm>scale infinitely better, but higher start-up cost
<rekado>I don't think building Docker images the Docker way qualifies as a "graybeard" or veteran way of doing things :)
<roelj>rekado: Do the Devuan people use that way? If so, it must be the veteran way.. ;)
<davexunit>making guix easier to get started with is an ongoing mission
<rekado>I posted to emacs-devel. Can't guarantee I'll be able to follow up on any replies this week though.
<davexunit>you are a hero
<roelj>rekado: Awesome
<rekado>as you may have noticed I'm a little quiet these weeks. I have a couple of deadlines to fight off. I hope to be back to my usual chatty self by the end of February.
<civodul>sure
<roelj>I'd like to export two functions in guix/gexp.scm: load-path-expression and gexp-modules. Would that be possible, or is that a no-go?
<roelj>If it's up for discussion on the mailing list, I will do that. If it isn't, I'll have to find another way for my code.
<andrss>I'm seeing a lot of "updating list of substitutes" messages. Why there're so many of them?
<rekado>andrss: it's a known bug.
<rekado>and it's tricky to fix
<davexunit>it's harmless, but annoying.
<rekado>AFAIK civodul made several promising attempts at fixing this
<adfeno>#guix: As a Guix user, not using GuixSD. Should I install SSH server in root profile and run the service manually as root? Or should I install and run it as normal user?
<davexunit>to run an ssh daemon on port 22 you need to be root
<adfeno>Hm.... So the first variation of my question should work?
<davexunit>yes
<adfeno>Oh... Thank you very much :D
<davexunit>np
<adfeno>Should I use GNU lsh, or openssh?
<davexunit>I recommend openssh
<adfeno>Oh... OK :D
<erliphant>1z:q
<erliphant>- oops .. sorry
<lfam>The risks of a "shell API": https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852751
<sneek>lfam, you have 1 message.
<sneek>lfam, efraim says: I sign my emails with git-send-email, I'll take a look and see what the magic config is
<lfam>sneek: later tell efraim: I am really interested to know how you do that!
<sneek>Will do.
<ng0>is there a correct place for (modify-services) to be used in the system config? I try to combine it with the filter thing which cuts out ntp from the desktop services. adding it before the (filter) seemed logical, but didn't work. maybe afterways is the place to put it.
<adfeno>lfam: Interesting....
<lfam>ng0: I use it like this: http://paste.lisp.org/+78NE
<lfam>adfeno: I doubt that most programs that interact with a "shell API" test the API thoroughly
<adfeno>I wonder what cryptokeeper is
<ng0>ransomware
<ng0>oh, keeper
<adfeno>Wow
<ng0>I searched wrong
<ng0>I found cryptolocker ;)
<ng0>lfam: hm. okay this is different
<ng0>from mine I mean
<ng0>what I'm trying to do is to keep using %desktop-services (previously I modified it to %desktop-services-sans-ntpd, but this was replaced by the (filter), and add the bayfront server in addition to this removal
<ng0>an upload of the section of my config would help I think.
<ng0> https://ptpb.pw/RCPo.scm
<nliadm>if I'm using guix on another distro, can I add the bayfront server?
<ng0>maybe it's easier if I just use base-services
<lfam>nliadm: Yes, you can pass --substitute-urls to any Guix command that builds things (see the manual section Common Build Options) or to the invocation of the guix-daemon
<lfam>You'll also need to add the bayfront signing key.
<nliadm>okay
<nliadm>there's a flag for that as well?
<lfam>nliadm: Please read the documenation for `guix archive` to learn how to add a signing key, and you can get the key itself from this message: http://lists.gnu.org/archive/html/guix-devel/2017-01/msg00996.html
<lfam>Please verify the signature of the message. Because it's served over HTTP, it could be mutated by any server that it passes through on its way to you
<ng0>while lists.gnu.org also serves over https, but the same applies
<lfam>Being able to trust that public signing key is critical to the security of using Guix substitutes
<nliadm>right
<lfam>Ah, using the HTTPS link is better, but you should still verify the message signature. We (Guix) don't control the HTTPS key
<lfam>And since `guix pull` is still served over HTTP, the substitute signing key is really the linchpin of the whole thing.
<lfam>See the Guix bug ticket 'Trustable guix pull' for discussion of this issue
<lfam>It's important to understand the current limitations of the system
<ng0>I just used %base-services now, adding is easier than cutting.
<ng0>works
<ng0>thanks, lfam
<lfam>ng0: I'm glad it works. I read your snippet but was almost as lost as you ;)
<ng0>I did a brain dump of my roadmap today to get a different point of view than too many git branches and too many issue tickets.. for the livesystem I'm almost at 80% for everything (blame chaos of "oh, this will be done soon. oh no."), and I have a realitycheck again on what needs to be done :)
<ng0>and because of this realitycheck, I will let some branches just gather dust as I can't afford working on them, like 0ad. doing some last pushs there, and eventually I will announce the branch names/urls etc on the list, as "low hanging fruits" for completion
<ng0>i know this doesn't always work out, but one can hope..
<ng0>one thing I have for example is dreamzzt, I never bothered with the license. It might be "free"ware, it might be gpl2.
<civodul>ACTION found this talk: https://www.lysator.liu.se/~clacke/video/
<ng0>a gpl2 implementation of a freeware licensed application/thing
<civodul>clacke[m]: this is you, right? :-)
<civodul>pretty cool
<ng0>lysator.. the same domain which hosts pike :)
<civodul>:-)
<ng0>what abvout the sourceforge mirror addition idea (patch)? the patch basically adds: 'http://downloads.sourceforge.net/projects/' to the mirror list of sourceforge, to cover the rarely occuring /projects/ instead of /project/
<ng0>rekado: are you by any chance working on a supercolider package or have one you will do eventually? Otherwise I will rebase my old branch, add some fixes and send it in, as with the previous patch I've sent I will delete the branch at the end of february then
<buenouanq>more importantly,
<buenouanq>gnunet@0.10.2 when ;~;
<buenouanq>only you can save the world ng0
<ng0>all I do for now is debug the testsuite for gnunet on guix and fix the failures. gnunet itself is being fixed.. cadet rewrite, etc
<ng0>I'm more or less busy with the guix stuff I dumped here (without gitlab issue tracker context and details): https://www.inventati.org/patternsinthechaos/pragmaOS/
<ng0>buenouanq: I think the recent failure of the dht test-suite with guix is a "low hanging fruit" if you know python
<ng0>i forgot which of my gnunet packages produced it though
<buenouanq>I'm convinced that no one `knows' python.
<ng0>wasn't the libressl one, so you have the choice between "with" and "without" parallel builds
<buenouanq>if the answer isn't googlable, it will never be fixed
<ng0>...
<ng0>hrm >.< https://bugs.kde.org/show_bug.cgi?id=374808#c3
<adfeno>ng0: ?
<adfeno>Indeed...
<adfeno>That comment made me make the same strange face
<ng0>qt on other hand seems to be more communicative
<adfeno>Yes...
<adfeno>We received some feedback from the development mailing list of QTWebEngine.
<buenouanq>that's great, we won't have to pay for it.. but is it open source?
<adfeno>It's not really a sure-friendly result (since I didn't see a detailled evaluation of the new status yet) but at least the people at QTWebEngine development mailing list striked out some of our concerns.
<adfeno>See: http://lists.qt-project.org/pipermail/qtwebengine/2017-January/000406.html
<adfeno>ng0: See: http://lists.qt-project.org/pipermail/qtwebengine/2017-January/000406.html
<adfeno>... and the replies.
<ng0>yeah IÄve seen that cross reference
<lfam>Sounds promising
<adfeno>Yep :D
<adfeno>Although the think about chrome:// flags is an issue if not taken carefully.
<lfam>Yes, but they demonstrated that they care about the issues and have already worked to fix most of them. They aren't hostile to our goals
<ng0>I have an 50% package of GNOME evolution. by 1/3 I mean, I have all the dependencies written down, which are many!, but the build and detection needs to be fixed.
<ng0>sending it now too and droping the branch
<lfam>Wow
<ng0>i know this isn't helping, but I need to unclutter my repository