[SSSD] simplebuffer.h not found

Yassir Elley yelley at redhat.com
Tue Apr 30 15:28:14 UTC 2013


Hi all,

I'm trying to build sssd from source using the instructions at https://fedorahosted.org/sssd/wiki/DevelTutorials. I am able to get past the "reconfig" step, but "chmake" is failing as follows. Which package is supposed to provide "simplebuffer.h". Any ideas?

Thanks,
Yassir.

[yelley at f19-client x86_64]$ chmake
Making check in po
make[1]: Entering directory `/home/yelley/git/sssd/x86_64/po'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/yelley/git/sssd/x86_64/po'
Making check in src/man
make[1]: Entering directory `/home/yelley/git/sssd/x86_64/src/man'
if [ -z $recursion ]; then \
	for lang in `/usr/bin/sed -ne 's/^.*\[po4a_langs\] \(.*\)$/\1/p' ../../../src/man/po/po4a.cfg`; do \
		if [ -d $lang ]; then \
			sources=$(ls -1 $lang/*.xml); \
			manpages=$(echo $sources | /usr/bin/sed 's/\.xml//g'); \
			make recursion=1 man_MANS="$manpages"; \
		fi \
	done \
fi
make[1]: Leaving directory `/home/yelley/git/sssd/x86_64/src/man'
make[1]: Entering directory `/home/yelley/git/sssd/x86_64'
  CC       src/util/sss_ini.lo
In file included from ../src/util/sss_ini.c:36:0:
/usr/include/ini_configobj.h:32:26: fatal error: simplebuffer.h: No such file or directory
 #include "simplebuffer.h"
                          ^
compilation terminated.
make[1]: *** [src/util/sss_ini.lo] Error 1
make[1]: Leaving directory `/home/yelley/git/sssd/x86_64'
make: *** [check-recursive] Error 1
[yelley at f19-client x86_64]$ 



More information about the sssd-devel mailing list