Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-06-12 Thread Gábor Boskovits
2018-06-13 0:43 GMT+02:00 Tatiana Sholokhova : > Hello, > > Thank you for your reviews! > > I've just fixed codestyle issues and replaced HTML5 preamble with XHTML. > > > respond-static-file: We should not second-guess the VFS layer. Checking >> for ".." gives an illusion of security when in fact

Re: [rb-general] Mes 0.15 released

2018-06-12 Thread Jan Nieuwenhuizen
Holger Levsen writes: > On Tue, Jun 12, 2018 at 07:22:02PM +0200, Jan Nieuwenhuizen wrote: >> As of 0.14, Mes+MesCC compiles a self-hosting TinyCC. Using the 0.15 >> Mes C library, this TinyCC can build the GNU tools triplet: >> binutils-2.14, gcc-2.95.3, glibc-2.2.5. > > wow, awesome! Thank you

Re: Guix Manual in epub format

2018-06-12 Thread Nils Gillmann
swedebugia transcribed 1.6K bytes: > Hi > I use an ebook reader for reading long detailed documents and books. > I would like a copy of the guix Manual on my reader. > I searched a little and there seem to be no ready tool to convert info2epub. > > I found this: > > latexml --dest=$1.xml $1.tex >

Chrooting into GuixSD

2018-06-12 Thread swedebugia
Hi I have an old GuixSD unencrypted installation from when I started learning and experimenting in 2016. I completely forgot the username and password for the installation. I succeeded to chrooting into the system and set a new password. I used an arch-image on an USB. Is this ability to chr

Testing the installer

2018-06-12 Thread swedebugia
Hi I see two branches with wip-installer. What is the difference between those? Wip-installer2 having a newer master merged in? I would like to try installing via the installer to test it. Is it working? I have a system that already has Ubuntu. Can the installer handle dual-boot detection/se

Guix Manual in epub format

2018-06-12 Thread swedebugia
Hi I use an ebook reader for reading long detailed documents and books. I would like a copy of the guix Manual on my reader. I searched a little and there seem to be no ready tool to convert info2epub. I found this: latexml --dest=$1.xml $1.tex latexmlpost -dest=$1.html $1.xml ebook-convert $1.ht

Restarting 'staging'

2018-06-12 Thread Marius Bakke
Hello Guix! Now that 'core-updates' is merged, it's time to get 'staging' rolling again. We have lots of minor updates this round, mostly on the graphical side. Is there anything we're missing that's eligible (<1200 rebuilds)? Let's start it on Sunday at midnight UTC unless there are reasons to

Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-06-12 Thread Tatiana Sholokhova
Hello, Thank you for your reviews! I've just fixed codestyle issues and replaced HTML5 preamble with XHTML. respond-static-file: We should not second-guess the VFS layer. Checking > for ".." gives an illusion of security when in fact random things could be > mounted and also the VFS could have

Re: Fwd: Re: Patch file for colorize module

2018-06-12 Thread Ricardo Wurmus
Hi Sahithi, thank you for rebasing it. I have applied it successfully and I tested the output with this command: ./pre-inst-env guix build --no-grafts --check hello When I run this in the source directory I do see colours and extra dots on every new line, and I see a couple of missing spa

Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-06-12 Thread Ricardo Wurmus
Hi Tatiana, I have only little to add to Danny’s comments. > db-get-builds looks fine and we could merge this change to master. > But you have other changes in the same commit, so we can't directly > cherry-pick it. (not so bad, but somewhat cumbersome now) It is good practise to make small c

Re: Fwd: Re: Patch file for colorize module

2018-06-12 Thread Sahitihi
Hi Ricardo, > I cannot seem to apply the patch onto either the “wip-sahithi” or > “master” branches. Could you rebase your changes on top of the > “wip-sahithi” branch, please? If that turns out to be too difficult, > please rebase the changes on top of the current “master” branch after > updati

Re: couple of crashes while guix package -u for (libreoffice, kodi, rust, blender)

2018-06-12 Thread Ricardo Wurmus
Nils Gillmann writes: >> > * libreoffice, because of liborcus: >> > >> > checking for MDDS... yes >> > checking for LIBIXION... no >> > configure: error: Package requirements (libixion-0.13 >= 0.12.0) were not >> > met: >> > >> > No package 'libixion-0.13' found >> […] >> > cannot build deriva

Re: Fwd: Re: Patch file for colorize module

2018-06-12 Thread Ricardo Wurmus
Hi Sahithi, > When I used "(colorize-string "hello" '(GREEN))" in REPL that gave me a > error unbound variable colorize-string This means that “colorize-string” was not defined in the REPL session. You would need to re-evaluate the definition. > When i used the same in attached file this gave

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Adam Zimmerman
On 2018-06-12 10:46 AM, Clément Lassieur wrote: > Clément Lassieur writes: > >> Hi Adam, >> >> Adam Zimmerman writes: >> >>> Hi all, >>> >>> I'm running a mail server that I recently migrated to GuixSD, and I >>> found this issue when trying to get opensmtpd set up. >>> >>> When using authentica

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Clément Lassieur
Clément Lassieur writes: > Hi Adam, > > Adam Zimmerman writes: > >> Hi all, >> >> I'm running a mail server that I recently migrated to GuixSD, and I >> found this issue when trying to get opensmtpd set up. >> >> When using authentication from a table, opensmtpd would crash whenever I >> tried t

Re: [rb-general] Mes 0.15 released

2018-06-12 Thread Holger Levsen
On Tue, Jun 12, 2018 at 07:22:02PM +0200, Jan Nieuwenhuizen wrote: > As of 0.14, Mes+MesCC compiles a self-hosting TinyCC. Using the 0.15 > Mes C library, this TinyCC can build the GNU tools triplet: > binutils-2.14, gcc-2.95.3, glibc-2.2.5. wow, awesome! -- cheers, Holger signature.

RE: [bootstrappable] Mes 0.15 released

2018-06-12 Thread Orians, Jeremiah (DTMB)
> I am pleased to announce the release of Mes 0.15, representing 45 commits > over 3 weeks. The GNU toolchain is getting bootstrapped! Great work as always Janneke -Jeremiah

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Clément Lassieur
Adam Zimmerman writes: > I wonder if it's related to which specific hash you use. My file uses > sha512crypt (hash starts with $6$). Mine too starts with $6$.

Mes 0.15 released

2018-06-12 Thread Jan Nieuwenhuizen
I am pleased to announce the release of Mes 0.15, representing 45 commits over 3 weeks. The GNU toolchain is getting bootstrapped! As of 0.14, Mes+MesCC compiles a self-hosting TinyCC. Using the 0.15 Mes C library, this TinyCC can build the GNU tools triplet: binutils-2.14, gcc-2.95.3, glibc-2.2

[PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Adam Zimmerman
Hi Clément, On 2018-06-12 01:54 AM, Clément Lassieur wrote: > I run OpenSMTPD 6.0.3p1 on GuixSD, I use authentication from a table, > and none of the issues you described happened to me. Strange, since the bug report I found in the opensmtpd github repo seemed to suggest it happened for everyone.

Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-06-12 Thread Danny Milosavljevic
Hi Tatiana, nice work! I have a few comments: db-get-builds looks fine and we could merge this change to master. But you have other changes in the same commit, so we can't directly cherry-pick it. (not so bad, but somewhat cumbersome now) I'd suggest to rename "db-get-evaluations-info" to

Re: Fwd: Re: Patch file for colorize module

2018-06-12 Thread Ricardo Wurmus
Hi Sahithi, > Updated patch is attached. > >> Could you send an updated patch? I cannot seem to apply the patch onto either the “wip-sahithi” or “master” branches. Could you rebase your changes on top of the “wip-sahithi” branch, please? If that turns out to be too difficult, please rebase th

Re: New ‘guix pull’ dosen’t update the guix manual in GuixSD

2018-06-12 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> -for profile in \"$HOME/.config/guix/current\" \"$HOME/.guix-profile\" >> +for profile in \"$HOME/.guix-profile\" \"$HOME/.config/guix/current\" >> do >>if [ -f \"$profile/etc/profile\" ] >>then >> @

Re: GSoC 2018 Syntax and semantics of systemd units in the Shepherd - 1st update

2018-06-12 Thread Ludovic Courtès
Heya, Ioannis Panagiotis Koutsidis skribis: > Thank you a lot for your comments! I will make sure to make the changes that > you > suggested. Awesome. > As for match and things like car/cdr, I had issues with match and signal > handling > in the service file, which was why I changed it with

Re: Help sending package.

2018-06-12 Thread Fis Trivial
宋文武 writes: > Fis Trivial writes: > >> Please help sending this package to guix-patches list. I got blocked due >> to various reasons (It's not something bad, it's just I can't send it >> myself with contained keywords). The patches is contained within >> package.tar.xz attached in this mail. >>

Re: Help sending package.

2018-06-12 Thread Fis Trivial
Gábor Boskovits writes: > 2018-06-12 13:43 GMT+02:00 Fis Trivial : > >> >> Jonathan Brielmaier writes: >> >> > Maybe you should use a different mail provider. Hotmail is known to have >> > sometimes issues like this. >> > >> > On 6/12/18 1:07 PM, Fis Trivial wrote: >> >> >> >> Fis Trivial writes:

Re: Help sending package.

2018-06-12 Thread 宋文武
Fis Trivial writes: > Please help sending this package to guix-patches list. I got blocked due > to various reasons (It's not something bad, it's just I can't send it > myself with contained keywords). The patches is contained within > package.tar.xz attached in this mail. > > Thanks in advance.

Re: Help sending package.

2018-06-12 Thread Gábor Boskovits
2018-06-12 13:43 GMT+02:00 Fis Trivial : > > Jonathan Brielmaier writes: > > > Maybe you should use a different mail provider. Hotmail is known to have > > sometimes issues like this. > > > > On 6/12/18 1:07 PM, Fis Trivial wrote: > >> > >> Fis Trivial writes: > >> > >>> Please help sending this p

Re: Help sending package.

2018-06-12 Thread Fis Trivial
Jonathan Brielmaier writes: > Maybe you should use a different mail provider. Hotmail is known to have > sometimes issues like this. > > On 6/12/18 1:07 PM, Fis Trivial wrote: >> >> Fis Trivial writes: >> >>> Please help sending this package to guix-patches list. I got blocked due >>> to various

Re: Help sending package.

2018-06-12 Thread Jonathan Brielmaier
Maybe you should use a different mail provider. Hotmail is known to have sometimes issues like this. On 6/12/18 1:07 PM, Fis Trivial wrote: > > Fis Trivial writes: > >> Please help sending this package to guix-patches list. I got blocked due >> to various reasons (It's not something bad, it's ju

Re: Help sending package.

2018-06-12 Thread Fis Trivial
Fis Trivial writes: > Please help sending this package to guix-patches list. I got blocked due > to various reasons (It's not something bad, it's just I can't send it > myself with contained keywords). Contained keyword probably is just the name of that package. > The patches is contained with

Help sending package.

2018-06-12 Thread Fis Trivial
Please help sending this package to guix-patches list. I got blocked due to various reasons (It's not something bad, it's just I can't send it myself with contained keywords). The patches is contained within package.tar.xz attached in this mail. Thanks in advance. package.tar.xz Description: pa

Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-12 Thread Clément Lassieur
Hi Adam, Adam Zimmerman writes: > Hi all, > > I'm running a mail server that I recently migrated to GuixSD, and I > found this issue when trying to get opensmtpd set up. > > When using authentication from a table, opensmtpd would crash whenever I > tried to authenticate. I found this patch which