Patch for Add libcmocka in the list the dependency to remove warning in the building sssd.
On (04/04/13 14:23), Ariel Barria wrote:
Patch for Add libcmocka in the list the dependency to remove warning in the building sssd.
diff --git a/BUILD.txt b/BUILD.txt index 263129215d6af43869a9d97bbd291436b2cc914d..c5f0cd8dd605d0f5ecef368bd07eefb148317b46 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -27,7 +27,7 @@ yum install openldap-devel gettext libtool pcre-devel c-ares-devel \ libtevent-devel libtdb libtdb-devel libtalloc libtalloc-devel \ libldb libldb-devel popt-devel c-ares-devel check-devel \ doxygen libselinux-devel libsemanage-devel bind-utils libnl3-devel \ - gettext-devel glib2-devel + gettext-devel glib2-devel libcmocka ^^^^^^^ If you want to build sssd, than you will need libcmocka-devel package. Because you also need header files not only library.
LS
On Fri, Apr 05, 2013 at 09:12:07AM +0200, Lukas Slebodnik wrote:
On (04/04/13 14:23), Ariel Barria wrote:
Patch for Add libcmocka in the list the dependency to remove warning in the building sssd.
diff --git a/BUILD.txt b/BUILD.txt index 263129215d6af43869a9d97bbd291436b2cc914d..c5f0cd8dd605d0f5ecef368bd07eefb148317b46 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -27,7 +27,7 @@ yum install openldap-devel gettext libtool pcre-devel c-ares-devel \ libtevent-devel libtdb libtdb-devel libtalloc libtalloc-devel \ libldb libldb-devel popt-devel c-ares-devel check-devel \ doxygen libselinux-devel libsemanage-devel bind-utils libnl3-devel \
- gettext-devel glib2-devel
- gettext-devel glib2-devel libcmocka ^^^^^^^
If you want to build sssd, than you will need libcmocka-devel package. Because you also need header files not only library.
LS
Actually I would prefer if we created a new mini-section labelled something like "Recommended packages" that would list check-devel and libcmocka-devel. They are not present on all distributions, libcmocka is only present on recent Fedoras.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/05/2013 05:16 AM, Jakub Hrozek wrote:
On Fri, Apr 05, 2013 at 09:12:07AM +0200, Lukas Slebodnik wrote:
On (04/04/13 14:23), Ariel Barria wrote:
Patch for Add libcmocka in the list the dependency to remove warning in the building sssd.
diff --git a/BUILD.txt b/BUILD.txt index 263129215d6af43869a9d97bbd291436b2cc914d..c5f0cd8dd605d0f5ecef368bd07eefb148317b46 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -27,7 +27,7 @@ yum install openldap-devel gettext libtool pcre-devel c-ares-devel \ libtevent-devel libtdb libtdb-devel libtalloc libtalloc-devel \ libldb libldb-devel popt-devel c-ares-devel check-devel \ doxygen libselinux-devel libsemanage-devel bind-utils libnl3-devel \ - gettext-devel glib2-devel + gettext-devel glib2-devel libcmocka ^^^^^^^ If you want to build sssd, than you will need libcmocka-devel package. Because you also need header files not only library.
LS
Actually I would prefer if we created a new mini-section labelled something like "Recommended packages" that would list check-devel and libcmocka-devel. They are not present on all distributions, libcmocka is only present on recent Fedoras.
Additionally, it might be worthwhile trying to keep BUILD.txt in sync with https://fedorahosted.org/sssd/wiki/DevelTutorials
Right now, BUILD.txt has the dependency list and DevelTutorials has the new recommended macro information. We should merge these two things.
On Fri, Apr 05, 2013 at 08:13:53AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/05/2013 05:16 AM, Jakub Hrozek wrote:
On Fri, Apr 05, 2013 at 09:12:07AM +0200, Lukas Slebodnik wrote:
On (04/04/13 14:23), Ariel Barria wrote:
Patch for Add libcmocka in the list the dependency to remove warning in the building sssd.
diff --git a/BUILD.txt b/BUILD.txt index 263129215d6af43869a9d97bbd291436b2cc914d..c5f0cd8dd605d0f5ecef368bd07eefb148317b46 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -27,7 +27,7 @@ yum install openldap-devel gettext libtool pcre-devel c-ares-devel \ libtevent-devel libtdb libtdb-devel libtalloc libtalloc-devel \ libldb libldb-devel popt-devel c-ares-devel check-devel \ doxygen libselinux-devel libsemanage-devel bind-utils libnl3-devel \ - gettext-devel glib2-devel + gettext-devel glib2-devel libcmocka ^^^^^^^ If you want to build sssd, than you will need libcmocka-devel package. Because you also need header files not only library.
LS
Actually I would prefer if we created a new mini-section labelled something like "Recommended packages" that would list check-devel and libcmocka-devel. They are not present on all distributions, libcmocka is only present on recent Fedoras.
Additionally, it might be worthwhile trying to keep BUILD.txt in sync with https://fedorahosted.org/sssd/wiki/DevelTutorials
Right now, BUILD.txt has the dependency list and DevelTutorials has the new recommended macro information. We should merge these two things.
Would it be too bold to just replace the contents of BUILD.txt with a link to https://fedorahosted.org/sssd/wiki/DevelTutorials and move its current contents there?
I'm not a big fan of synchronizing two pages.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/05/2013 09:10 AM, Jakub Hrozek wrote:
On Fri, Apr 05, 2013 at 08:13:53AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/05/2013 05:16 AM, Jakub Hrozek wrote:
On Fri, Apr 05, 2013 at 09:12:07AM +0200, Lukas Slebodnik wrote:
On (04/04/13 14:23), Ariel Barria wrote:
Patch for Add libcmocka in the list the dependency to remove warning in the building sssd.
diff --git a/BUILD.txt b/BUILD.txt index 263129215d6af43869a9d97bbd291436b2cc914d..c5f0cd8dd605d0f5ecef368bd07eefb148317b46
100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -27,7 +27,7 @@ yum
install openldap-devel gettext libtool pcre-devel c-ares-devel \ libtevent-devel libtdb libtdb-devel libtalloc libtalloc-devel \ libldb libldb-devel popt-devel c-ares-devel check-devel \ doxygen libselinux-devel libsemanage-devel bind-utils libnl3-devel \ - gettext-devel glib2-devel + gettext-devel glib2-devel libcmocka ^^^^^^^ If you want to build sssd, than you will need libcmocka-devel package. Because you also need header files not only library.
LS
Actually I would prefer if we created a new mini-section labelled something like "Recommended packages" that would list check-devel and libcmocka-devel. They are not present on all distributions, libcmocka is only present on recent Fedoras.
Additionally, it might be worthwhile trying to keep BUILD.txt in sync with https://fedorahosted.org/sssd/wiki/DevelTutorials
Right now, BUILD.txt has the dependency list and DevelTutorials has the new recommended macro information. We should merge these two things.
Would it be too bold to just replace the contents of BUILD.txt with a link to https://fedorahosted.org/sssd/wiki/DevelTutorials and move its current contents there?
I'm not a big fan of synchronizing two pages.
That's fine with me.
On Fri, Apr 05, 2013 at 10:07:19AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/05/2013 09:10 AM, Jakub Hrozek wrote:
On Fri, Apr 05, 2013 at 08:13:53AM -0400, Stephen Gallagher wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 04/05/2013 05:16 AM, Jakub Hrozek wrote:
On Fri, Apr 05, 2013 at 09:12:07AM +0200, Lukas Slebodnik wrote:
On (04/04/13 14:23), Ariel Barria wrote:
Patch for Add libcmocka in the list the dependency to remove warning in the building sssd.
diff --git a/BUILD.txt b/BUILD.txt index 263129215d6af43869a9d97bbd291436b2cc914d..c5f0cd8dd605d0f5ecef368bd07eefb148317b46
100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -27,7 +27,7 @@ yum
install openldap-devel gettext libtool pcre-devel c-ares-devel \ libtevent-devel libtdb libtdb-devel libtalloc libtalloc-devel \ libldb libldb-devel popt-devel c-ares-devel check-devel \ doxygen libselinux-devel libsemanage-devel bind-utils libnl3-devel \ - gettext-devel glib2-devel + gettext-devel glib2-devel libcmocka ^^^^^^^ If you want to build sssd, than you will need libcmocka-devel package. Because you also need header files not only library.
LS
Actually I would prefer if we created a new mini-section labelled something like "Recommended packages" that would list check-devel and libcmocka-devel. They are not present on all distributions, libcmocka is only present on recent Fedoras.
Additionally, it might be worthwhile trying to keep BUILD.txt in sync with https://fedorahosted.org/sssd/wiki/DevelTutorials
Right now, BUILD.txt has the dependency list and DevelTutorials has the new recommended macro information. We should merge these two things.
Would it be too bold to just replace the contents of BUILD.txt with a link to https://fedorahosted.org/sssd/wiki/DevelTutorials and move its current contents there?
I'm not a big fan of synchronizing two pages.
That's fine with me.
Ariel, since you brought up the BUILD.txt issue, would you like to prepare a patch that would remove its contents and tell users to read https://fedorahosted.org/sssd/wiki/DevelTutorials ?
I would then make sure the old BUILD.txt contents are moved to the wiki page.
sssd-devel@lists.fedorahosted.org