OK, looks like someone is going to have to create a
CMake
patch to add
libcrypt detection in order for this to work. Problem
is the partial GIT
migration and KDE-->TDE make it quite difficult for me
to do at this time.
Serghei, do you think you could whip something up based on
the 3.5.13
sources?
I did not include the full log but I now noticed these error messages a few dozen lines up
in the log:
/dev/shm/kdebase/kdm/backend/client.c: In function 'Verify':
/dev/shm/kdebase/kdm/backend/client.c:742: warning: passing argument 1 of 'strlen'
makes pointer from integer without a cast
/usr/include/string.h:397: note: expected 'const char *' but argument is of type
'int'
/dev/shm/kdebase/kdm/backend/client.c:742: warning: passing argument 1 of
'__builtin_strcmp' makes pointer from integer without a cast
/dev/shm/kdebase/kdm/backend/client.c:742: note: expected 'const char *' but
argument is of type 'int'
/dev/shm/kdebase/kdm/backend/client.c:742: warning: passing argument 1 of 'strlen'
makes pointer from integer without a cast
/usr/include/string.h:397: note: expected 'const char *' but argument is of type
'int'
/dev/shm/kdebase/kdm/backend/client.c:742: warning: passing argument 1 of
'__builtin_strcmp' makes pointer from integer without a cast
/dev/shm/kdebase/kdm/backend/client.c:742: note: expected 'const char *' but
argument is of type 'int'
/dev/shm/kdebase/kdm/backend/client.c:742: warning: passing argument 1 of
'__builtin_strcmp' makes pointer from integer without a cast
/dev/shm/kdebase/kdm/backend/client.c:742: note: expected 'const char *' but
argument is of type 'int'
/dev/shm/kdebase/kdm/backend/client.c:742: warning: passing argument 1 of
'__builtin_strcmp' makes pointer from integer without a cast
/dev/shm/kdebase/kdm/backend/client.c:742: note: expected 'const char *' but
argument is of type 'int'
Darrell