Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patches for building sssd on some systems (i.e. Gentoo) #1647

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed

Patches for building sssd on some systems (i.e. Gentoo) #1647

sssd-bot opened this issue May 2, 2020 · 0 comments
Assignees
Labels
Closed: Fixed Issue was closed as fixed.

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/605


When i tried to build sssd-1.3.0 on my Gentoo Linux computer, i got some strange errors, which are solved with few number of simple patches:[[BR]]

  1. Vanilla sssd source fails to build with error like "Unknown reference to [some function in ldap library]". This is solved by my first patch, 0001-Fix-building-sssd.patch.[[BR]]
  2. While configuring, an errors happens while compiling test for ldb_init in -lldb and, as result, configure thinks that there is no ldb_init in -lldb. My second patch, 0002-Fix-configure-check-for-ldb.patch solves this problem[[BR]]
  3. If i pass --without-python-bindings to configure script, i got error while running make. Cause of error is that Makefile.am runs python-related parts unconditionally, but when --without-python-bindings is passed, $(PYTHON) is not set and compilation fails. For this issue i wrote third patch, 0003-Fix-pythonless-building.patch.
    I hope you'll accept these to your upstream.

Comments


Comment from maksbotan at 2010-08-21 17:53:47

First patch (for building)
0001-Fix-building-sssd.patch


Comment from maksbotan at 2010-08-21 17:55:44

Second patch (for ldb check)
0002-Fix-configure-check-for-ldb.patch


Comment from maksbotan at 2010-08-21 17:56:51

Third patch (for build withou python support)
0003-Fix-pythonless-building.patch


Comment from maksbotan at 2010-08-21 17:57:57

Fields changed

cc: => spamslepnoga@inbox.ru


Comment from sgallagh at 2010-08-23 13:24:22

I will import patches 1 and 2. They seem just fine.

Patch 3 duplicates a fix I already have on the list awaiting code-review. See: https://fedorahosted.org/pipermail/sssd-devel/2010-August/004357.html

component: SSSD => Build Environment
milestone: NEEDS_TRIAGE => SSSD 1.4.0
owner: somebody => sgallagh
status: new => assigned


Comment from sgallagh at 2010-08-23 15:59:59

Fixed by:
- 126c933
- c67e60f
- bf5a808

fixedin: => 1.4.0
resolution: => fixed
status: assigned => closed


Comment from maksbotan at 2010-08-23 21:38:22

Thanks for accepting my patches.


Comment from dpal at 2012-01-19 02:54:12

Fields changed

rhbz: => 0


Comment from maksbotan at 2017-02-24 15:03:41

Metadata Update from @maksbotan:

  • Issue assigned to sgallagh
  • Issue set to the milestone: SSSD 1.4.0
@sssd-bot sssd-bot added the Closed: Fixed Issue was closed as fixed. label May 2, 2020
@sssd-bot sssd-bot closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

2 participants