[LightDM] lightdm 1.1.2 released

Robert Ancell robert.ancell at gmail.com
Mon Feb 6 22:34:02 PST 2012


Thanks, I've changed that to using g_key_file_free on master.

On 6 February 2012 18:12, Yves-Alexis Perez <corsac at debian.org> wrote:
> On lun., 2012-02-06 at 16:38 +1100, Robert Ancell wrote:
>> http://launchpad.net/lightdm/trunk/1.1.2/+download/lightdm-1.1.2.tar.gz
>>
>> Overview of changes in lightdm 1.1.2
>>
>>     * Add regression tests for getting the user language and layout
>>     * Stop accidentally distributing libsystem
>>     * Fix introspection bindings not containing any methods
>>     * lightdm-set-defaults can now set the autologin user
>>     * Add Python greeter regression tests (representative of all introspection
>>       based greeters)
>>     * Wait for the VT to become active when switching to avoid a suspected
>>       race condition somewhere between LightDM, X, ConsoleKit and the kernel.
>>     * Stop lightdm_greeter_start_session_sync() blocking on success.
>> _______________________________________________
>
> The tests seem to fail here with:
>
> gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -DSRCDIR=\"/tmp/buildd/lightdm-1.1.2\" -DBUILDDIR=\"/tmp/buildd/lightdm-1.1.2\" -DDATADIR=\"/tmp/buildd/lightdm-1.1.2/tests/src/../data\" -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c -o test_runner-test-runner.o `test -f 'test-runner.c' || echo './'`test-runner.c
> test-runner.c: In function 'load_passwd_file':
> test-runner.c:786:13: warning: implicit declaration of function 'g_key_file_unref' [-Wimplicit-function-declaration]
> test-runner.c:786:13: warning: nested extern declaration of 'g_key_file_unref' [-Wnested-externs]
>  CCLD   test-runner
> test_runner-test-runner.o: In function `load_passwd_file':
> /tmp/buildd/lightdm-1.1.2/tests/src/test-runner.c:786: undefined reference to `g_key_file_unref'
> collect2: ld returned 1 exit status
>
> It seems that g_key_file_unref is 2.32+
>
> http://developer.gnome.org/glib/unstable/glib-Key-value-file-parser.html#g-key-file-unref
>
> Regards,
> --
> Yves-Alexis


More information about the LightDM mailing list