Dominique Dumont said on Fri, May 29, 2009 at 07:16:55PM +0200:

> I've released a new version of the Perl bindings to provide the new functions 
> of Augeas 0.5.0.

I created Mandriva packages for perl-Config-Augeas that are now in
cooker (the dev of Mandriva).

Due to compiler options used by Mandriva I had to add the attached
patch.

Bruno.
-- 
Linux Profession Lead EMEA  / Open Source Ambassador \   EMEA CME Sol. Center
http://www.mondorescue.org / HP/Intel Solution Center \  http://hpintelco.net
Des infos sur Linux?  http://www.HyPer-Linux.org      http://www.hp.com/linux
La musique ancienne?  http://www.musique-ancienne.org http://www.medieval.org
--- lib/Config/Augeas.xs.orig   2009-05-27 18:21:32.000000000 +0200
+++ lib/Config/Augeas.xs        2009-07-12 18:08:02.000000000 +0200
@@ -152,7 +152,7 @@
               if (strlen(die_msg) + strlen(tmp_msg) < 1024 )
                       strcat(die_msg,tmp_msg);
           }
-          croak (die_msg);
+          croak ("%s",die_msg);
         }
 
         // printf("match: Pattern %s matches %d times\n", pattern, cnt);
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to