IRC channel logs

2019-04-21.log

back to list of logs

<jetomit>reepca-laptop: I was able to build openra with "make CSC=mcs"
<reepca-laptop>jetomit: ooh, thanks, that'll help a lot!
<Blackbeard[m]>I think Guix needs some wiki
<Blackbeard[m]>where we can write all those tiny advices
<wednesday>The emacs wiki is cool
<Blackbeard[m]>wednesday: it is
<brendyyn>Would it be possible to optimise profile generation so that ca certs, fonts, man pages etc are only generated when there is actually any change to them?
<brendyyn>(grypt hash) uses a macro just so it can return a single number. Why? Is it just so the name is discarded before runtime?
<brendyyn>I'm just learning some programming by reading guix atm
<nly>I want to submit a package for julius, but what license should I use? Julius uses a modified BSD license, with an advertisement clause. http://nly.info.tm:9001/log/julius-license.txt
<nly>i think it's bsd-4 (bsd 4 clause)?
<wednesday>Well guix/licenses.scm has all the licenses and it has 3 bsd ones
<wednesday>bsd-2 "http://directory.fsf.org/wiki/License:FreeBSD" bsd-3 "http://directory.fsf.org/wiki/License:BSD_3Clause" and bsd-4 "http://directory.fsf.org/wiki/License:BSD_4Clause"
<nly>thanks
<nly>where do i sent the patch? guix-patches@gnu.org
<wednesday>yup https://www.gnu.org/software/guix/manual/en/html_node/Submitting-Patches.html#Submitting-Patches
<brendyyn>It's possible to specify a custom license, or even add a new license to guix's list of known licenses
<wednesday>I'm not sure what license that should be though heh, might want to ask someone better about that or make note of it in the email
<brendyyn>nly: you can add something like (license (non-copyleft "file://julius-license.txt)) perhaps
<nly>Ah, hastily, I've sent it already
<nly>thanks, custom license makes more sense
<wednesday>You could reply using the email it gives you in the confirmation, something like 12345@debbugs.net or something
<nly>looks like the mail was not sent
<nly>license for Julius is now (license:non-copyleft "http://julius.osdn.jp/LICENSE.txt"
<nly> "Julius-Modified-BSD-4Clause")
<nly>looks good?
<nly>the package: http://nly.info.tm:9001/guix/julius.scm
<wednesday>it might have been sent, the the confirmation can take a while sometimes
<wednesday>do all the stuff on the link I said
<nly>Uh, i might have missed it
<nly>can you remind me? thanks
<wednesday> https://www.gnu.org/software/guix/manual/en/html_node/Submitting-Patches.html#Submitting-Patches
<kmicu>nly: why you think that’s a BSD license?
<nly>Uh, most accurately, It's a custom license?
<kmicu>It looks like a custom license ( https://fedoraproject.org/wiki/Licensing/Julius and https://github.com/julius-speech/julius/issues/29 )
<nly>thanks, that fedora page is very informative
<nly>I've pretty much followed through with "Submitting Patches", Julius doesn't provide a gpg ey for verification it seems, and I don't see any 3rd_party dir in sources.
<nly>I'll wait for the debbugs notification, and send the correct patch as a reply
<nly>:)
<Blackbeard[m]>maddo: ping
<joshuaBPMan>Happy Easter
<nckx>'..' 0
<nckx>...or something.
*nckx is spending Easter in the warm glow of an Overdrive 1000 bootstrapping GCC.
<joshuaBPMan>nckx: That's valuable work!
<joshuaBPMan>Also happy Easter.
<joshuaBPMan>I don't care what your mamma says about you. I like you. :) (that's just a joke)
<nckx>Unfortunately it's not new work, just duplicated busy work.
<nckx>I managed to bork it beyond recovery, which is quite an accomplishment for a Guix system.
<nckx>Aww. My mama loves you too xx
<joshuaBPMan>nckx: hahaha
<joshuaBPMan>nckx: what did you do to it?
<nckx>joshuaBPMan: That is, my friend, a very good question to which I shall never know the answer. Made guix unable to find libgcrypt despite all the right vars in all the right places is the short of it.
<nckx>Then again the factory OpenSUSE installation borks itself *immediately* so it's still 1-0 for Guix.
<nckx>‘Yay’.
<nckx>(That or ‘zypper install emacs’ is not the way to install emacs. I am not a suser.)
<joshuaBPMan>nckx: that's a little weird.
<joshuaBPMan>I was trying to compile guix a few days ago and couldn't find libgcrypt.
<nckx>joshuaBPMan: Interesting. It was on a commit from half January for unrelated (kernel) reasons. So if it was the same bug, it's sneaky, else it would have been fixed by now.
<nckx>(I think Linux 5.x won't actually compile on aarch64 but haven't confirmed or investigated it.)
<joshuaBPMan>hmmmm
<ATuin>I'm getting "substitute: guile: warning: failed to install locale" all the time even if i have installed the locales. Any idea why?
<ATuin>could it be that is not using the guile from guix?
<nckx>ATuin: substitute: means that the messages are coming (indirectly) from the daemon, which uses guile from guix but doesn't have access to your user's locales.
<nckx>I guess you're using Guix on a ‘foreign’ distribution?
<ATuin>yes
<ATuin>that makes sense then
<nckx>(If so I'm afraid I can't much help you due to lack of experience points against that particular foe.)
<ATuin>well at least i know where to attack the problem :D
<ATuin>it's not very annoying for the problem so i will keep learning how the system works
<nckx>The warnings are ugly (and should eventually be fixed) but not harmful in any way.
<ATuin>one more question, i have created a couple of emacs-packages editing the source files directly under git. To work on it i create an environment using the the cli "guix environment guix --ad-hoc guile-readline guile nss-certs". Now i want to achieve the same using a file. What's the suggested approach: using -f (file) or -m (manifest)
<ATuin>i guess i will need to specify the native-inputs for guix manually if i use one of those options
<nckx>ATuin: I'm not sure what exactly you mean. ‘guix environment guix …’ is needed to bootstrap, configure, and make guix, but after that it should just run with ‘./pre-inst-env guix’. Did that not work for you?
<ATuin>aha so i dont need it all the time
<ATuin>i always instantiate it, good to know thanks
<ATuin>the ./pre-inst-env wrapper seems to work, it managed to build my own packages
<nckx>👍!
<nly>I just saw that i haven't replied to bug 34364!