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
_______________________________________________
sssd-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to