URL: https://github.com/SSSD/sssd/pull/210 Author: lslebodn Title: #210: Kcm configure Action: opened
PR body: """ I am not sure about 2nd patch "CONFIGURE: Update error messages for missing curl" because IIRC secrets responder will require curl as well. """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/210/head:pr210 git checkout pr210
URL: https://github.com/SSSD/sssd/pull/210 Author: lslebodn Title: #210: Kcm configure Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/210/head:pr210 git checkout pr210
URL: https://github.com/SSSD/sssd/pull/210 Title: #210: Kcm configure
lslebodn commented: """ I dropped 2nd patch for libcurl error message because it is changed in #198 """
See the full comment at https://github.com/SSSD/sssd/pull/210#issuecomment-289473136
URL: https://github.com/SSSD/sssd/pull/210 Title: #210: Kcm configure
fidencio commented: """ @lslebodn:
The way I tested: ``` [ffidenci@pessoa sssd]$ sudo dnf erase libuuid-devel [ffidenci@pessoa sssd]$ git clean -xfd [ffidenci@pessoa sssd]$ reconfig ``` And somehow it still found a uuid/uuid.h as you can see in the config.log: ``` 768 configure:22192: checking for UUID 769 configure:22200: $PKG_CONFIG --exists --print-errors "uuid" 770 Package uuid was not found in the pkg-config search path. 771 Perhaps you should add the directory containing `uuid.pc' 772 to the PKG_CONFIG_PATH environment variable 773 No package 'uuid' found 774 configure:22203: $? = 1 775 configure:22218: $PKG_CONFIG --exists --print-errors "uuid" 776 Package uuid was not found in the pkg-config search path. 777 Perhaps you should add the directory containing `uuid.pc' 778 to the PKG_CONFIG_PATH environment variable 779 No package 'uuid' found 780 configure:22221: $? = 1 781 No package 'uuid' found 782 configure:22249: result: no 783 configure:22280: checking for uuid/uuid.h 784 configure:22280: result: yes 785 configure:22285: checking for uuid_generate in -luuid 786 configure:22319: result: yes ```
And ... ``` [root@pessoa /]# pwd / [root@pessoa /]# find . | grep uuid.h find: ‘./run/user/20799/gvfs’: Permission denied ./usr/share/doc/python-systemd/html/_modules/uuid.html ./usr/include/linux/uuid.h ```
So, something seems still wrong here. """
See the full comment at https://github.com/SSSD/sssd/pull/210#issuecomment-289687685
URL: https://github.com/SSSD/sssd/pull/210 Title: #210: Kcm configure
lslebodn commented: """ On (28/03/17 00:33), fidencio wrote:
@lslebodn:
The way I tested:
[ffidenci@pessoa sssd]$ sudo dnf erase libuuid-devel [ffidenci@pessoa sssd]$ git clean -xfd [ffidenci@pessoa sssd]$ reconfig
And somehow it still found a uuid/uuid.h as you can see in the config.log:
I cannot reproduce. sh$ rpm -q libuuid-devel package libuuid-devel is not installed
configure:22222: $PKG_CONFIG --exists --print-errors "uuid" Package uuid was not found in the pkg-config search path. Perhaps you should add the directory containing `uuid.pc' to the PKG_CONFIG_PATH environment variable Package 'uuid', required by 'virtual:world', not found configure:22225: $? = 1 Package 'uuid', required by 'virtual:world', not found configure:22253: result: no configure:22284: checking uuid/uuid.h usability configure:22284: gcc -c -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:192:10: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^~~~~~~~~~~~~ compilation terminated. configure:22284: $? = 1
You have something cached on your system. Check details about ```reconfig```.
LS
"""
See the full comment at https://github.com/SSSD/sssd/pull/210#issuecomment-289690150
URL: https://github.com/SSSD/sssd/pull/210 Title: #210: Kcm configure
lslebodn commented: """ On (28/03/17 00:33), fidencio wrote:
@lslebodn:
The way I tested:
[ffidenci@pessoa sssd]$ sudo dnf erase libuuid-devel [ffidenci@pessoa sssd]$ git clean -xfd [ffidenci@pessoa sssd]$ reconfig
And somehow it still found a uuid/uuid.h as you can see in the config.log:
I cannot reproduce. sh$ rpm -q libuuid-devel package libuuid-devel is not installed
configure:22222: $PKG_CONFIG --exists --print-errors "uuid" Package uuid was not found in the pkg-config search path. Perhaps you should add the directory containing `uuid.pc' to the PKG_CONFIG_PATH environment variable Package 'uuid', required by 'virtual:world', not found configure:22225: $? = 1 Package 'uuid', required by 'virtual:world', not found configure:22253: result: no configure:22284: checking uuid/uuid.h usability configure:22284: gcc -c -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 conftest.c:192:10: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^~~~~~~~~~~~~ compilation terminated. configure:22284: $? = 1
You have something cached on your system. Check details about ```reconfig```.
LS
"""
See the full comment at https://github.com/SSSD/sssd/pull/210#issuecomment-289690150
URL: https://github.com/SSSD/sssd/pull/210 Title: #210: Kcm configure
fidencio commented: """ And you're right!
Removing the file created in the /tmp/ makes the patch to work as expected.
ACK! """
See the full comment at https://github.com/SSSD/sssd/pull/210#issuecomment-289694089
URL: https://github.com/SSSD/sssd/pull/210 Title: #210: Kcm configure
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/210 Author: lslebodn Title: #210: Kcm configure Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/210/head:pr210 git checkout pr210
URL: https://github.com/SSSD/sssd/pull/210 Title: #210: Kcm configure
lslebodn commented: """ master: * 7c67679ba86682d8c2afea404ec0229641a7f473 """
See the full comment at https://github.com/SSSD/sssd/pull/210#issuecomment-289730672
sssd-devel@lists.fedorahosted.org