About guix system init

2018-02-18 Thread rennes
Hello, I am currently running 'guix system init doc/os-config-hurd.scm /guix' on Debian/Hurd; Some of the things that I have observed: * Only the directories '/gnu/store' and 'var' are populated. * The directories: bin, etc, home, mnt, root, run and tmp are created but without configuratio

Re: boot the Hurd with Guix

2018-01-09 Thread rennes
Hello Svante, > /proc/self/exe is supported in glibc for Hurd since 2.24-18. Are you using an > earlier version? Currently we use glibc/hurd 2.23, see http://alpha.gnu.org/gnu/hurd/glibc-2.23-hurd+libpthread-20161218. And of course Hurd must be newer than Debian version 0.9.git20170507-1

Re: boot the Hurd with Guix

2018-01-09 Thread rennes
Hello Ludovic, > Uncaught exception: > Throw to key misc-error with args ("primitive-load-path" "Unable to > find file ~S in load path" ("ice-9/boot-9") #f)Can\ > not exit gracefully when init is in progress; aborting. > Aborted This must come from the lack of /proc/self/exe. In Debian GNU/H

Re: boot the Hurd with Guix

2018-01-07 Thread rennes
Hello, This is the updated repository with the necessary patches to compile GNU Guix in Debian GNU/Hurd. https://github.com/methalo/guix In the README-hurd file, describe the steps to generate the binaries required to boot GNU Hurd (Missing more patches). ** Current STATUS Currently I

guile static 2.2

2018-01-01 Thread rennes
Hello, I'm currently building 'guile-static-stripped-2.2.2' used in the Guix package manager, after compiling for hours it ends with error: https://pastebin.com/MRs2w6qp and in Hurd the following appears: --- login: /hurd/crash: grep -E 0|()0|\1|0 in(28758) crashed, signal {no:6, code:0,

Re: boot the Hurd with Guix

2017-11-27 Thread rennes
Hello, I update the download link: https://ombx.io/ipoWt9uK

Re: boot the Hurd with Guix

2017-11-27 Thread rennes
Hello, This is the demo generated with Guix: https://github.com/methalo/boot-hurd The binary files were generated in Debian/Hurd and placed in an 'img' file. The command used to generate the binaries is: './pre-inst-env guix system init ~/light.scm /guix' To test Hurd, execute: 'sudo qemu-sy

Re: boot the Hurd with Guix

2017-11-12 Thread rennes
Hello Ludovic, >> Finally I was able to start the Hurd with the binaries generated with the >> guix package manager. > > Woohoo! Does that mean you were able to run packages cross-compiled > with Guix, or packages built natively with Guix? > the packages were built on top of Debian/Hurd. At t

Re: boot the Hurd with Guix

2017-11-11 Thread rennes
> This is awesome Rene!! Have you uploaded your changes anywhere? > Hello Manolis, I will prepare the documentation and a small image of qemu and upload it.

Re: boot the Hurd with Guix

2017-11-11 Thread rennes
Hola, Finally I was able to start the Hurd with the binaries generated with the guix package manager. At the moment the image of Hurd I have built it manually and does not yet have any functionality like GuixSD / Linux. Next goal: * Generate the image file in the style of guix. ** For this

Re: core-updates on Hurd

2017-07-10 Thread rennes
Hello, On 07/09/2017 05:10:47 PM, Ludovic Courtès wrote: The problem was that ‘struct dirent64’ is slightly different on GNU/Hurd than on GNU/Linux. Rennes, could you confirm that it works for you? The solution works, Thanks

Re: bootstrap-tarballs fails

2017-07-02 Thread rennes
Hi Ludovic, Something is wrong here: the “*boot0” packages are not cross-compilable, they should never show up here. What branch are you on? On master on GNU/Linux I don’t see them on the list of things to build: I'm working on core-updates branch on GNU/Linux, I've updated my reposit

bootstrap-tarballs fails

2017-06-28 Thread rennes
Hello, Currently compiling './pre-inst-env guix build --target=i586-pc-gnu bootstrap-tarballs' on core-updates fails with: -- phase `set-paths' succeeded after 0.0 seconds starting phase `install-locale' warning: failed to install 'en_US.utf8' locale: Invalid argument phase `install-locale' su

Re: core-updates on Hurd

2017-06-23 Thread rennes
Hi Manolis, it sounds to me like there is something wrong with your clone of the repo. Could you run make clean && make ? I get the same result, I will continue to review.

core-updates on Hurd

2017-06-22 Thread rennes
Good day, currently the guix core-updates branch on GNU/Hurd, after start guix-daemon and issue the command './pre-inst-env guix build hello' fails with: -- guix build: error: lstat: No such file or directory: "/home/jin/guix/gnu/packages/zation.scm" -- At the moment I only see this erro

Re: fails make on core-updates

2017-06-19 Thread rennes
Hello, Could it be that you had sale .o files? What version of GCC are you using? I completely delete the repository and re-clone. It works now. Thanks

fails make on core-updates

2017-06-18 Thread rennes
Hello, On core-updates branch, after running: git pull ./bootstrap ./configure --localstatedir=/var make error appears: CXX nix/libstore/libstore_a-sqlite.o AR libstore.a ar: `u' modifier ignored since `D' is the default (see `U') CXX nix/nix-daemon/guix_daemon-nix-dae

Re: cross-compiling in core-updates

2017-05-03 Thread rennes
Hello, Following the tests('./pre-inst-env guix build --target=i586-pc-gnu bootstrap-tarballs'), now shows the following: --- environment variable `PATH' set to `/gnu/store/5if2cargrflg5j9jh7ykqpgvm6p2ydid-tar-1.29/bin:/gnu/store/hbcpwp65nngw0abyhk27dgmbac47ymk0-xz-5.2.2/

cross-compiling in core-updates

2017-04-25 Thread rennes
When I try './pre-inst-env guix build --target=i586-pc-gnu bootstrap-tarballs' in core-updates, get the error: @ build-started /gnu/store/ya79b5bk7b819nh64k3lk5iwjmg5hnan-bash-static-4.4.12.drv - x86_64-linux /var/log/guix/drvs/ya//79b5bk7b819nh64k3lk5iwjmg5hnan-bash-static-4.4.12.drv.b

[PATCH] gnu: ustr: Fix build with GCC 5.

2017-03-22 Thread rennes
Hello, This patch allows to compile the 'ustr' package with gcc-5. The 'ustr' project hasn't been active since 2008, then I've taken the Debian project patch. The patch is for core-updates branch!.From 9d78ea64c037d2eea10d81093a3f8caae8d6d2e5 Mon Sep 17 00:00:0

Re: Let?s freeze and build ?core-updates?!

2017-03-21 Thread rennes
the build machine is out of memory. Reply to this thread with a link to the failing build and we will restart it. Attachment patch for xf86-video-vmware-13.2.1. https://hydra.gnu.org/build/1932198From d5dd0ab353fca180f122210c68297a0d66abec37 Mon Sep 17 00:00:00 2001 From: rennes Date: Tue, 21 Mar 201

[PATCH] gnu: Add pdfgrep.

2017-03-19 Thread rennes
Hello, pdfgrep is an utility to search text in PDF files, similar to GNU grep. Lint and tested. GreetingsFrom 169cca9c4a40040b1997da4053112e2bcd38d1be Mon Sep 17 00:00:00 2001 From: rennes Date: Sun, 19 Mar 2017 15:02:00 -0600 Subject: [PATCH] gnu: Add pdfgrep. * guix/gnu/packages/pdf.scm

Re: [PATCH 2/2] gnu: Add GNU Mach.

2017-03-19 Thread rennes
For GNU/Linux (core-updates) works, also works in Hurd. It builds on i686-linux so I’ve added it to ‘supported-systems’ (as long as we’re on one of the CPUs that Mach supports, that’s fine I guess.) From 2128b50a0dda9e4e6dbad74f2706aee58f81708d Mon Sep 17 00:00:00 2001 From: rennes Date

Re: [PATCH 2/2] gnu: Add GNU Mach.

2017-03-16 Thread rennes
el of the GNU system") +(description + "GNU Mach is the microkernel upon which a GNU Hurd system is based.") +(license gpl2+))) Does it build both on GNU/Linux and GNU/Hurd? For GNU/Linux (core-updates) works, also works in Hurd.From 2128b50a0dda9e4e6dbad74f2706aee58f81708d Mon Sep

Re: [PATCH] gnu: grep: Fix for gnulib library.

2017-03-11 Thread rennes
Hello Ludovic, Manolis, Looks like we missed this ‘core-updates’ cycle. :-/ To apply it without triggering a full rebuild, you could instead add a phase that invokes ‘patch’ to apply it, only when the cross-compilation target or system is GNU/Hurd. Like: ,@(if (gnu/hurd?) `((add-

Re: export variable CONFFLAGS

2017-03-03 Thread rennes
Hello, (arguments #:make-flags ("CONFFLAGS+=apr_cv_struct_ipmreq=no" (string-append "PREFIX=" %output)) This way does not work!, the Debian project does it as follows: ifeq (hurd,$(DEB_HOST_ARCH_OS)) CONFFLAGS += apr_cv_struct_ipmreq=no endif Is '(string-appen

[PATCH] gnu: fontconfig: Fix for PATH_MAX.

2017-03-01 Thread rennes
Hello, This patch for fontconfig was accepted in upstream!. The patch fix the error on build phase, because PATH_MAX is not defined on GNU/Hurd. ThanksFrom f1746b8be0fade9cc759715aa5f80375c3abd19a Mon Sep 17 00:00:00 2001 From: rennes Date: Wed, 1 Mar 2017 19:19:01 -0600 Subject: [PATCH] gnu

Re: export variable CONFFLAGS

2017-02-28 Thread rennes
Hi, On 2017-02-28 05:26, Danny Milosavljevic wrote: Hi, On Mon, 27 Feb 2017 23:45:36 -0600 ren...@openmailbox.org wrote: Hello, I am trying to export the variable 'CONFFLAGS' for 'apr' package on GNU/Hurd as follows: (arguments #:make-flags ("CONFFLAGS+=apr_cv_struct_ipmreq=no"

export variable CONFFLAGS

2017-02-27 Thread rennes
Hello, I am trying to export the variable 'CONFFLAGS' for 'apr' package on GNU/Hurd as follows: (arguments #:make-flags ("CONFFLAGS+=apr_cv_struct_ipmreq=no" (string-append "PREFIX=" %output)) This way does not work!, the Debian project does it as follows: ifeq (

[PATCH] gnu: grep: Fix for gnulib library.

2017-02-22 Thread rennes
Hello This patch fix error on 'gnulib' library required to build 'grep' package on GNU/Hurd. The error was fixed on upstream, this is the report: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25821 ThanksFrom f76585a44afdc41187df768eec79fb723713cf0c Mon Sep 17 00:00:00 200

grep-3.0 FAILS on Make phase

2017-02-20 Thread rennes
Hello, I've opened a new ticket to report a new error in 'grep' package on Hurd (version 3.0 and 2.28). https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25821 /-/ CC localcharset.o CC glthread/lock.o glthread/lock.c: In f

Re: [PATCH 1/3] gnu: wxwidgets: Fix for Filezilla client.

2017-02-17 Thread rennes
Hello again, Resend patch, forget run './pre-inst-env guix lint wxwidgets'. On 2017-02-17 18:39, ren...@openmailbox.org wrote: Hello, Patch updated according to your suggestions. Thanks From bcb6d42b3f8e4aa06f794c0734c7ec87fa481c04 Mon Sep 17 00:00:00 2001 From: rennes Date: Fri, 1

Re: [PATCH 1/3] gnu: wxwidgets: Fix for Filezilla client.

2017-02-17 Thread rennes
Hello, Patch updated according to your suggestions. Thanks On 2017-02-16 10:28, Leo Famulari wrote: On Thu, Feb 09, 2017 at 10:36:16AM -0600, rennes wrote: * gnu/packages/patches/wxwidgets-fix-windowGTK.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. I'm unable to apply

Re: [PATCH 3/3] gnu: Add filezilla.

2017-02-14 Thread rennes
oven wrong otherwise! +(properties '((upstream-name . "FileZilla") Otherwise LGTM (haven't tested though). Updated patch. ThanksFrom c46abaa7314aac73ad8e7a368e86d91fa126b4d3 Mon Sep 17 00:00:00 2001 From: rennes Date: Tue, 14 Feb 2017 23:27:11 -0600 Subject: [PATCH 3/3] gnu

Re: [PATCH 2/3] gnu: Add libfilezilla.

2017-02-14 Thread rennes
e Free Software Foundation; either version 2 of the License, orFrom 98a4d504c5330ffb27b956e7be6c3f806de7ba8a Mon Sep 17 00:00:00 2001 From: rennes Date: Tue, 14 Feb 2017 23:22:07 -0600 Subject: [PATCH 2/3] gnu: Add libfilezilla. * gnu/packages/ftp.scm (libfilezilla): New variable. --- gnu/packag

Re: [PATCH 2/3] gnu: Add libfilezilla.

2017-02-12 Thread rennes
Hello Maxim, On 2017-02-12 20:26, Maxim Cournoyer wrote: Hi, offering/offers/ or s/offering/provides/ +(license gpl3+))) Only license information I could find is the COPYING file which is GPLv2. I think gpl2+ would be more appropriate. grepping libfilezilla directory, i see glp2 an

[PATCH 2/3] gnu: Add libfilezilla.

2017-02-09 Thread rennes
* gnu/packages/ftp.scm (libfilezilla): New variable. --- gnu/packages/ftp.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 7380fcfc3..0fef1b160 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -3,6 +3

[PATCH 3/3] gnu: Add filezilla.

2017-02-09 Thread rennes
* gnu/packages/ftp.scm (filezilla): New variable. --- gnu/packages/ftp.scm | 48 +++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 0fef1b160..129f04ef6 100644 --- a/gnu/packages/ftp.scm +

[PATCH 1/3] gnu: wxwidgets: Fix for Filezilla client.

2017-02-09 Thread rennes
* gnu/packages/patches/wxwidgets-fix-windowGTK.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 3 +- gnu/packages/patches/wxwidgets-fix-windowGTK.patch | 35 ++ gnu/packages/wxwidgets.scm

[PATCH] gnu: Add filezilla.

2017-02-09 Thread rennes
Hello, This is a set of patches for Filezilla, a ftp/sftp client. [PATCH 1/3] gnu: wxwidgets: Fix for Filezilla client. [PATCH 2/3] gnu: Add libfilezilla. [PATCH 3/3] gnu: Add filezilla. Regards

Category package

2017-02-08 Thread rennes
Hello, I am packing Filezilla, a ftp/sftp client. Filezilla requires the libfilezilla[1] library. My question is, in which category can I add it? [1] https://lib.filezilla-project.org Regards

Re: Porting with Guix

2017-02-05 Thread rennes
Hello, Regarding this topic, performing more tests: * Running with the sudo command 'Screen' works. I think that a user must be set for 'Screen' to run correctly as the Debian project does. buzz@Hurd:~$ sudo /home/buzz/.guix-profile/bin/screen ~/Guix-on-Hurd/pre-inst-env guix-daemon --build

Re: NetworkManager doesn't "Connect automatically"

2016-12-13 Thread rennes
Hello, On 2016-12-13 08:37, Thomas Haller wrote: This restricts the connection to a certain user, determined by the connection.permissions property (see `nmcli connection show $NAME` and `man nm-settings`). This makes the connection only available, when a session for that user exists. Is that u

[PATCH] gnu: Add gnome-system-monitor.

2016-12-07 Thread rennes
* gnu/packages/gnome.scm (gnome-system-monitor): New variable. --- gnu/packages/gnome.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e7798e939..1dde6c06c 100644 --- a/gnu/packages/gnome.scm +++ b/g

[PATCH] gnu: Add gnome-system-monitor.

2016-12-07 Thread rennes
Hello, this patch is GNOME System Monitoring, a tool to monitoring resources such as: CPU, memory, swap and networking. Linted and tested. Thanks

Re: [PATCH] gnu: Add libtermkey.

2016-12-05 Thread rennes
Hello, some tips: Add libtermkey after fixing some inconveniences found in my last attempt . I can't run guix lint on it now, but I haven't changed anything too important, so it should be fine. (source (origin

[PATCH] gnu: gnome-control-center: Add gdk-pixbuf input.

2016-11-17 Thread rennes
Hello, this patch allow to gnome-control-center to load images in SVG format. E.G. GNOME logo and Mouse & Touchpad settings image. ThanksFrom 6aa42f1298bbd7b1582fb6894f9ebd1029b203a8 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Thu, 17 Nov 2016 23:48:11 -0600 Subject: [PATCH] gnu: gnome-co

Guix website

2016-10-25 Thread rennes
Hello, The Guix website(Packages), appears updated with the date: October 14, 2016. https://www.gnu.org/software/guix/packages/ Thanks

Re: GNOME Settings Schemas - How are they searched for?

2016-10-23 Thread rennes
Hello, I use gnumeric-1.12.31 on GNOME, and i don't have this problem. I am hitting a similar problem with gnumeric. Install latest, open spreadsheet, hit 'safe as' and you get: (gnumeric:1974): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed (bit annoying a

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-20 Thread rennes
Hello, I updated the patch. On 2016-10-17 18:33, ren...@openmailbox.org wrote: Hello, I updated my git repository and have generated patches. If you do not have a branch, do the follwoing: git checkout -b gnome-bluefish # search for your two patches, e.g using "git reflog | grep gunimap" and

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-17 Thread rennes
Hello, I updated my git repository and have generated patches. If you do not have a branch, do the follwoing: git checkout -b gnome-bluefish # search for your two patches, e.g using "git reflog | grep gunimap" and "git reflog | grep bluefish" git cherry-pick abcdefg # use commit-id of gunimap

[PATCH] gnu: Add xpad.

2016-10-15 Thread rennes
Hello, this patch is Xpad, a sticky note application. * I did not find the application in the GNOME repository. Built, linted and tested. Thank youFrom a4fea0abfeec4655beef2a0a44461e3e5d72620d Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Sat, 15 Oct 2016 21:51:25 -0500 Subject: [PATCH] g

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-11 Thread rennes
Hello, some help to check my procedure is correct?. If you do not have a branch, do the follwoing: git checkout -b gnome-bluefish # search for your two patches, e.g using "git reflog | grep gunimap" and "git reflog | grep bluefish" git cherry-pick abcdefg # use commit-id of gunimap patch git

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-10 Thread rennes
Apologize for many questions. git checkout master git pull git checkout your-branch-with-bluefish git rebase master I made: $ git checkout master M gnu/packages/gnome.scm Already on 'master' Your branch is up-to-date with 'origin/master'. $ git pull Alread

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-09 Thread rennes
On 2016-10-09 16:04, Ricardo Wurmus wrote: ren...@openmailbox.org writes: updated package. Thanks, but I still cannot seem to apply it to master. Was this rebased on top of current master? ~~ Ricardo I first make the patch for gucharmap and later bluefish, gucharmap is required for blu

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-09 Thread rennes
updated package. Thanks for your tips. I also noticed a couple of things: * In June 2016 version 2.2.9 has been released. It is not available on sourceforge but on their servers at http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.9.tar.gz I verified the signature and

Re: [PATCH 1/2] gnu: Add gucharmap.

2016-10-09 Thread rennes
updated package. Thanks for your tips. On 2016-10-09 05:59, Hartmut Goebel wrote: Hi, + (synopsis "Character Map") Looks like you missed my message: Again, please be a bit more verbose. I do not even understand what a "Character map" is (maybe this is an English idiom, but I'm no native s

Re: [PATCH 2/2] gnu: Add gnome-clocks.

2016-10-08 Thread rennes
Hello, Could you send an updated patch? Hello, I found a problem with one of the functions of the application related to gnome-shell and geoclue. I will continue conducting tests. Thank you.

Re: [PATCH 2/2] gnu: Add bluefish.

2016-10-05 Thread rennes
Updated patch. Same here: This shout go into gnu/packages/gnome.scm. We do not add a file for every single application. +(synopsis "HTML editor") Could you pleae be a bit more verbose here. Deban says "advanced Gtk+ text editor for web and software development" Other distributions call t

Re: [PATCH 1/2] gnu: Add gucharmap.

2016-10-05 Thread rennes
Hello, On 2016-10-05 04:36, Hartmut Goebel wrote: This shout go into gnu/packages/gnome.scm. We do not add a file for every single application. * I have updated the package. * This package also includes the UNICODE license, according to 'https://www.gnu.org/licenses/license-list'; It is com

[PATCH 2/2] gnu: Add bluefish.

2016-10-04 Thread rennes
This patch is bluefish, a HTML editor. Built, linted and tested. Thank youFrom b80dc8081d4e615a4d6ab21c34afb4fed77a49bf Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Tue, 4 Oct 2016 21:17:04 -0500 Subject: [PATCH 2/2] gnu: Add bluefish. * gnu/packages/bluefish.scm (bluefish): New variabl

[PATCH 1/2] gnu: Add gucharmap.

2016-10-04 Thread rennes
Hello, gucharmap is the GNOME Character Map. Built and linted. Thank youFrom 621c83f9a71f29c593fbc045603eed8ae7e1b6bb Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Tue, 4 Oct 2016 21:14:12 -0500 Subject: [PATCH 1/2] gnu: Add gucharmap. * gnu/packages/gucharmap.scm (gucharmap): New variab

[PATCH 2/2] gnu: Add gnome-clocks.

2016-10-01 Thread rennes
Hello, this patch is gnome-clocks application. Built, linted and tested. Thank youFrom fd784203294523120f09312ffe9699a4983e6156 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Sat, 1 Oct 2016 07:22:39 -0500 Subject: [PATCH 2/2] gnu: Add gnome-clocks. * gnu/packages/gnome-clocks.scm (gnome-c

[PATCH 1/2] gnu: Add gsound.

2016-10-01 Thread rennes
Hello, this patch is gsound library required for gnome-clocks application. Built and linted. Thank youFrom 1d8368a12295c223626a3638d45e50a2043b980c Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Sat, 1 Oct 2016 07:17:34 -0500 Subject: [PATCH 1/2] gnu: Add gsound. * gnu/packages/gsound.scm

Re: [PATCH] gnu: Add gnome-calculator.

2016-09-23 Thread rennes
On Thu, 2016-09-22 at 21:23 -0400, Kei Kebreau wrote: > > This is a good patch! The only change I recommend is moving the > defintion to gnome.scm. I update the patch,  * Create the definition in gnome.scm file.  * Move 'glib' to native-inputs.  * Delete Copyright duplicate for     ';;; Copyright

[PATCH] gnu: Add gnome-calculator.

2016-09-22 Thread rennes
This patch is a calculator for the GNOME desktop. Built, linted and tested. ThanksFrom 1b8ce35fac1705575e9326e86aac9bdd357baa68 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Thu, 22 Sep 2016 18:47:05 -0500 Subject: [PATCH] gnu: Add gnome-calculator. * gnu/packages/gnome-calculator.scm (g

Re: [PATCH] gnu: Add linux-pam.

2016-09-20 Thread rennes
Hello, > Then I think we can install the patch (in core-updates), making sure > it > contains a reference to the above ticket. > > Could you send the updated patch? attached the updated patch.From b4753711aabcefa410b2eb4ced9d25e084bb7658 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Tue, 2

Re: [security] gnome-session update required

2016-09-17 Thread rennes
> Try updating gnome-session to 3.20.2 and see if your GuixSD / GNOME > system still works. Please ask for help on #guix on freenode if you > need > help doing that. > > If not, I will just push the update later today or tomorrow and wait > for > bug reports. This is the patch to update the vers

[security] gnome-session update required

2016-09-16 Thread rennes
Hello, > Will some helpful GNOME user update gnome-session to 3.20.2? > > There is a heap overflow in the version of gnome-session that we > package: > https://bugzilla.gnome.org/show_bug.cgi?id=768441 > http://seclists.org/oss-sec/2016/q3/526 I would like to help but do not understand what need

[WIP PATCH] gnu: Add evolution.

2016-09-15 Thread rennes
Hello, this patch is evolution, a mail client for the GNOME desktop. To run evolution is necessary to install evolution-data-server in user profile; then I think that is required to start evolution-data-server as a service to run successfully evolution without install evolution- data-server in us

Re: [PATCH] gnu: Add linux-pam.

2016-09-15 Thread rennes
Hello Ludovic, > What’s the status of this patch? > > If discussion with upstream is underway, we could apply it in > core-udpates. I have not been answered by the team of linux-pam. This is my ticket: https://fedorahosted.org/linux-pam/ticket/64 Thanks

[PATCH] gnu: nano: Update to 2.7.0.

2016-09-03 Thread rennes
This is a patch to update the version of nano to 2.7.0. Built, linted and tested on Linux and the Hurd systems. ThanksFrom 285a74b1de29f4aa97cfbaf95c3d9ab2d9a4b955 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Sun, 4 Sep 2016 00:05:11 -0500 Subject: [PATCH] gnu: nano: Update to 2.7.0. * g

Re: [PATCH] gnu: Add linux-pam.

2016-09-03 Thread rennes
On 2016-08-27 03:00, Ricardo Wurmus wrote: Would you like to try to get the patch accepted upstream by the developers of linux-pam? If I remember correctly, a lot of the patches for Debian Hurd are in need of being sent upstream, so getting the patch accepted would be the best for all involve

[PATCH] gnu: Add linux-pam.

2016-08-26 Thread rennes
This is a patch for linux-pam, at compile on the Hurd system searches the file fsuid.h. The patch was taken from the Debian project. * This patch is prerequisite for lsh/openssh packages. * The patch was build and installed on Linux and the Hurd systems. ThanksFrom c7ddf09a79ad33d69b5ac8080b6

[PATCH] gnu: gnome-screenshot: Update to 3.20.1.

2016-08-24 Thread rennes
This is a patch to update the version of gnome-screenshot to 3.20.1. Built, linted and tested. ThanksFrom 17c165c637f487d723a43480f5616b0be0fe484d Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Wed, 24 Aug 2016 21:39:58 -0500 Subject: [PATCH] gnu: gnome-screenshot: Update to 3.20.1. * gnu/

Re: [PATCH] gnu: Add Aircrack-ng.

2016-08-11 Thread rennes
Hello, +(description + "Aircrack-ng is a complete suite of tools to assess WiFi nnetwork perhaps the word is network instead nnetwork.

Re: [PATCH] gnu: Add ola.

2016-08-10 Thread rennes
John, Thank you so much for doing this. If 'make check' succeeds, those are the main tests, but to check installation, I would look for the following programs being installed: ola ola_e131ola_plugin_state ola_rdm_set ola_set_priority ola_trigger o

[PATCH] gnu: Add ola.

2016-08-03 Thread rennes
Hello Guix, Date: Wed, 03 Aug 2016 09:14:09 -0400 From: John J Foerch Hi, I have a favor to ask of anybody in the guix community - is there anybody who would be willing to finish this package for me, since I can't build and test it? This is a library that I need to use, but maybe the only way

Re: [PATCH] gnu: Add libosinfo.

2016-08-01 Thread rennes
Hello, It’s funny, because I did forget about it — and wrote the same package as part of my patch set to add libvirt + virtmanager (which I haven’t submitted to the ML yet). ~~ Ricardo I will wait Ricardo include it in their set of patches. Thanks.

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-12 Thread rennes
Additional, I issue the command on GNU/Linux and GNU Hurd: ./pre-inst-env guix build fontconfig -K and compile correctly. How I do manual testing? On 2016-07-12 09:08, ren...@openmailbox.org wrote: Hello, Please see

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-12 Thread rennes
Hello, Please see regarding commit logs. :-) Reviewed and corrected in the patch. +--- a/src/fcstat.c b/src/fcstat.c +@@ -278,7 +278,8 @@ FcDirChecksum (const FcChar8 *dir, time_t *checksum) + { + #end

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-04 Thread rennes
On 2016-07-04 02:55, Manolis Ragkousis wrote: Hello, On 07/04/16 07:02, ren...@openmailbox.org wrote: The current release is 2.12.0, and still uses the constant PATH_MAX. And I have not found any related patch for this detail. Could you send the related patches to fontconfig upstream and see

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-04 Thread rennes
Hello, We should instead use ‘01_path_max.patch’ from . I attached the updated patch. The code has changed in the current version, I used the version 2.12.0 of the package to update the patch. how i

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-03 Thread rennes
Hello, thanks for the explanation. Now regarding the patch, what is the status on upstream? Are those fontconfig patches present in fontconfig upstream? The current release is 2.12.0, and still uses the constant PATH_MAX. And I have not found any related patch for this detail. Thanks

[PATCH] gnu: Add fontconfig-path-max.

2016-06-18 Thread rennes
Hello Guix team, i'm doing tests whith GNU Guix on GNU Hurd, compiling fontconfig and there is an error during compilation: a) fontconfig uses the constant PATH_MAX. Reviewing the documentation about the treatment of constant for Hurd; i've attached a patch for review. References: https://

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-05-01 Thread rennes
On 2016-04-27 14:05, Jan Nieuwenhuizen wrote: Leo Famulari writes: Hi! Find attached a new version of gnome-tweak-tool. Sorry, I still don't understand. Can you explain why you want to remove python2 from the propagated inputs? Propagated-inputs are silently installed into the user's prof

Re: [PATCH 4/6] gnu: gnome-documents

2016-04-20 Thread rennes
On 2016-04-18 13:44, Leo Famulari wrote: On Thu, Apr 14, 2016 at 10:35:00AM -0500, ren...@openmailbox.org wrote: On 2016-03-29 14:25, l...@gnu.org wrote: >ren...@openmailbox.org skribis: > >>+ `(#:configure-flags >>+ '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt") > >AFA

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-17 Thread rennes
On 2016-04-17 12:22, Jan Nieuwenhuizen wrote: Leo Famulari writes: I tried building with glib-or-gtk-build-system instead of gnu-build-system. It still didn't work if python-2 was a mere input, but I wonder if glib-or-gtk-build-system should be used, regardless? The glib-or-gtk-build-system

Re: [PATCH 4/6] gnu: gnome-documents

2016-04-14 Thread rennes
On 2016-03-29 14:25, l...@gnu.org wrote: ren...@openmailbox.org skribis: + `(#:configure-flags + '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt") AFAICS glib-networking uses GnuTLS, for which we already had such a setting (except that it can read all the .crt files fro

Re: [PATCH 2/6] gnu: gnome-documents

2016-04-13 Thread rennes
On 2016-02-28 16:15, ren...@openmailbox.org wrote: Hi, I attached tracker patch. This is the map of non-packaged programs required for gnome-documents: 1) libzapojit 2) tracker 5) libgdata 3) liboauth 4) uhttpmock 6) gnome-documents Hi, accompanying the upgrade patch, I added

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-12 Thread rennes
Hi On Sun, Apr 03, 2016 at 01:07:34PM +0200, Jan Nieuwenhuizen wrote: Hi, Finally gnome-tweak-tool works! That should make the Gnome desktop a workable alternative [workspace grid] until we get a nicely hackable guile-wm up and running. It needs libnotify to be compiled with gobject-introspe

Re: [PATCH 3/6] gnu: gnome-documents

2016-04-09 Thread rennes
On 2016-04-06 17:05, Leo Famulari wrote: On Wed, Mar 30, 2016 at 07:33:17PM -0600, ren...@openmailbox.org wrote: * gnu/packages/gnome.scm (liboauth): New variable. This package looks good, but I think it should either go into an existing package module, or into a new module called oauth.scm.

Re: [PATCH 3/6] gnu: gnome-documents

2016-04-09 Thread rennes
On 2016-04-06 17:05, Leo Famulari wrote: On Wed, Mar 30, 2016 at 07:33:17PM -0600, ren...@openmailbox.org wrote: * gnu/packages/gnome.scm (liboauth): New variable. This package looks good, but I think it should either go into an existing package module, or into a new module called oauth.scm.

Re: [PATCH 3/6] gnu: gnome-documents

2016-03-30 Thread rennes
Hi, On 2016-03-29 14:21, l...@gnu.org wrote: ren...@openmailbox.org skribis: +(arguments + '(#:configure-flags '("--enable-nss"))) ; instead of OpenSSL. If there’s a particular reason for this choice, could you mention it in a comment? +(synopsis "Collection of POSIX-C functions

Re: small cursor gnome

2016-03-21 Thread rennes
On 2016-03-21 10:37, l...@gnu.org wrote: ren...@openmailbox.org skribis: in the GNOME environment my cursor is small, and did a link as follows to fix it: mkdir -p ~/.icons/default cd ~/.icons/default ln -s /gnu/store/zr4vacpl0rlgx6m2hivr2fm2vxhgdppc-adwaita-icon-theme-3.18.0/share/icons/Adwai

Re: small cursor gnome

2016-03-20 Thread rennes
On 2016-03-20 16:11, ren...@openmailbox.org wrote: Hi, in the GNOME environment my cursor is small, and did a link as follows to fix it: mkdir -p ~/.icons/default cd ~/.icons/default ln -s /gnu/store/zr4vacpl0rlgx6m2hivr2fm2vxhgdppc-adwaita-icon-theme-3.18.0/share/icons/Adwaita/cursors cursors

small cursor gnome

2016-03-20 Thread rennes
Hi, in the GNOME environment my cursor is small, and did a link as follows to fix it: mkdir -p ~/.icons/default cd ~/.icons/default ln -s /gnu/store/zr4vacpl0rlgx6m2hivr2fm2vxhgdppc-adwaita-icon-theme-3.18.0/share/icons/Adwaita/cursors cursors My question is, is it necessary to create a pa

GNOME

2016-03-20 Thread rennes
Hi, i reconfigured my system and the touchpad now works in GNOME!. Thanks

Re: [PATCH] gnu: Add tracker.

2016-03-13 Thread rennes
On 2016-03-08 03:38, l...@gnu.org wrote: ren...@openmailbox.org skribis: i made changes to the patch, i disable 'make check' because i found two errors during this phase: a) "Tracker-WARNING **: Locale '0' is not set, defaulting to C locale" For this case i set LANG "en_US.UTF-8". b) "Unabl

[PATCH 4/6] gnu: gnome-documents

2016-02-28 Thread rennes
Hi, I attached uhttpmock patch. This is the map of non-packaged programs required for gnome-documents: 1) libzapojit 2) tracker 5) libgdata 3) liboauth 4) uhttpmock 6) gnome-documents Note: I use "glib-networking" and "gsettings-desktop-schemas" for check phase. Thanks From 8ae

  1   2   >