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-05 Thread Ludovic Courtès
Hi, ren...@openmailbox.org skribis: > The code has changed in the current version, I used the version 2.12.0 > of the package to update the patch. > > how i know if the program will crash at run time?. You could build it on GNU/Linux, using: ./pre-inst-env guix build fontconfig -K Hopefully

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-04 Thread Ludovic Courtès
Oops, I spoke too fast. ren...@openmailbox.org skribis: > +++ b/gnu/packages/patches/fontconfig-fcdefault.patch > @@ -0,0 +1,23 @@ > +This patch replaces the use of macro PATH_MAX by *buf constant, > +which allows dynamic memory allocation. > + > +--- > + src/fcdefault.c | 2 +- > + 1 file changed

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

2016-07-04 Thread Ludovic Courtès
Hello! And thank you Manolis to taking care of this. :-) ren...@openmailbox.org skribis: > From 3195bf1e75493675dc8cbd81a0f83e0b4538263b Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Sat, 18 Jun 2016 13:37:19 -0500 > Subject: [PATCH] gnu: Add fontconfig-path-max. &g

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

2016-07-04 Thread Manolis Ragkousis
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 what they think about them? Thank you, Manoli

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

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

2016-07-03 Thread Manolis Ragkousis
Hello Rennes, I am sorry for the long delay, I somehow missed the patch. Leo thank you for telling me. On 06/18/16 22:02, ren...@openmailbox.org wrote: > Hello Guix team, > > i'm doing tests whith GNU Guix on GNU Hurd, compiling fontconfig and > there is an error during compilation: Once again

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

2016-06-18 Thread rennes
example, but i not found. Thanks for your time. ReneFrom 3195bf1e75493675dc8cbd81a0f83e0b4538263b Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Sat, 18 Jun 2016 13:37:19 -0500 Subject: [PATCH] gnu: Add fontconfig-path-max. --- gnu/packages/fontutils.scm | 3 ++