[SSSD] [PATCHES] Improvements to SSSDConfig build and install

Jakub Hrozek jhrozek at redhat.com
Tue May 22 10:59:13 UTC 2012


On Tue, May 22, 2012 at 11:22:59AM +0200, Jakub Hrozek wrote:
> On Mon, May 21, 2012 at 02:01:25PM -0400, Stephen Gallagher wrote:
> > On Mon, 2012-05-21 at 11:36 +0200, Jakub Hrozek wrote:
> > > On Fri, May 18, 2012 at 09:28:20AM -0400, Stephen Gallagher wrote:
> > > > Patch 0001: Make SSSDConfig a package
> > > > We were polluting the primary Python space with several
> > > > dependencies. We will now install them their own directory/module. This
> > > > has been done in such a way that existing scripts that import SSSDConfig
> > > > will require no modifications.
> > > > 
> > > > Patch 0002: Make default config and schema file locations configurable
> > > > Previously, we were hard-coding the sssd.conf and sssd.api.* locations
> > > > into the source. With this patch, we will take the default locations
> > > > from values specified by autoconf.
> > > > 
> > > > Fixes https://fedorahosted.org/sssd/ticket/1008
> > > > 
> > > 
> > > I'm seeing:
> > > 
> > > ERROR: files left in build directory after distclean:
> > > ./src/config/SSSDConfig/ipachangeconf.py
> > > ./src/config/SSSDConfig/sssd_upgrade_config.py
> > > 
> > > When running make distcheck.
> > 
> > Thanks, I forgot to remove those in the clean-local target.
> > 
> > New patches attached.
> 
> Ack

Actually, sorry, but while make distcheck and make rpms work fine, plain
"make" is failing for me even after distclean:

  CC     src/providers/proxy/proxy_child-proxy_child.o
make[2]: *** No rule to make target `src/config/SSSDConfig/ipachangeconf.py', needed by `all-am'.  Stop.
make[2]: *** Waiting for unfinished jobs....



More information about the sssd-devel mailing list