On Fri, 10 Apr 2015, Josef Reidinger wrote: > Hi, > I think you did it right to write ckornacker and varkoly, they are > maintainers of yast2-auth-server. YaST team itself do not handle it, > just do mass changes affecting all modules.
The issue is still not fixed in Factory and blocks GCC 5 adoption. The YaST development model doesn't seem sustainable if such fixes can't be applied within two weeks. And no, I don't want to get "involved" in YaST development other than sending you a trivial fix. Richard. > Just to know, SR against package is useless, you have to modify it on > github. Otherwise next automatic submission from git remove it. > > Josef > > > On Fri, 10 Apr 2015 13:26:32 +0200 (CEST) > Richard Biener <[email protected]> wrote: > > > > > Just to make sure this doesn't get lost (SRs against package are > > not accepted). > > > > Richard. > > > > ---------- Forwarded message ---------- > > Date: Thu, 9 Apr 2015 10:51:07 +0200 (CEST) > > From: Richard Biener <[email protected]> > > To: [email protected], [email protected] > > Subject: yast2-auth-server fails to build with GCC 5 > > > > > > See patch below (default args are not valid in a typedef context). > > > > Thanks, > > Richard. > > > > --- yast2-auth-server-3.1.13/lib/slapd-config.h.orig > > 2015-04-09 10:47:38.777711978 +0200 +++ > > yast2-auth-server-3.1.13/lib/slapd-config.h 2015-04-09 > > > 10:47:45.377785905 +0200 @@ -28,7 +28,7 @@ #define SLAPD_LOG_ERR 1 > > > > typedef void (SlapdConfigLogCallback) (int level, const std::string > > &msg, > > - const char* file=0, const int line=0, const char* > > function=0 ); > > + const char* file, const int line, const char* function ); > > > > class OlcConfigEntry > > { > > -- Richard Biener <[email protected]> SUSE LINUX GmbH, GF: Felix Imendoerffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton HRB 21284 (AG Nuernberg) -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
