trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

Re: [trinity-devel] Can't login with KDM

From: Darrell Anderson <humanreadable@...>
Date: Fri, 18 Nov 2011 11:58:32 -0800 (PST)
> 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