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@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@f19-client x86_64]$
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/30/2013 11:28 AM, Yassir Elley wrote:
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?
On Fedora 19, you need to get the newer ding-libs packages from updates-testing (they're submitted to stable, but may take a day or two to get there).
yum update 'libini_config-devel' --enablerepo=updates-testing should get you up and running.
Thanks, Yassir.
[yelley@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@f19-client x86_64]$ _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
sssd-devel@lists.fedorahosted.org