LINUX.ORG.RU

Ошибка при компилировании lightdm-mini-greeter

 , ,


0

2

В общем, есть такая темка для lightDM, называется mini-greeter (гитхаб: https://github.com/prikhi/lightdm-mini-greeter). Установщика под дебиан у нее нет, можно скачать только из АУРа или собрать самому. Поскольку у меня дебиан, который славится своими самыми «своевременными» обновлениями своих репозиториев, при сборке выдается такая ошибка (последние две строки):

user@host:~/src/lightdm-mini-greeter-master$ ./configure --datadir /usr/share --bindir /usr/bin --sysconfdir /etc
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
./configure: line 3697: syntax error near unexpected token `GTK,'
./configure: line 3697: `PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.14)'
Судя по всему, темке не нравится, что у меня старый gtk. Более новый я уже пробовал собирать, но, к сожалению, два раза у меня посыпалась система, пришлось переустанавливать. Внимание, вопрос: есть ли возможность собрать эту тему, не обновляя gtk, или обновляя, но через репозиторий или как-то более-менее безопасно, чтобы не посыпались зависимости и вся система?


Ответ на: комментарий от micronekodesu

хорошо. Как можно это решить и почему при сборке более новой версии gtk, ошибка исправлялась?

Max0n
() автор топика
Ответ на: комментарий от Max0n

Как можно это решить

Страничка с issue этого проекта у тебя в соседней вкладке

почему при сборке более новой версии gtk, ошибка исправлялась?

Без понятия, может там что-то в скрипте наворочено и в случае более новой версии эта проверка выполняется иначе. Только судя по первому посту новую версию ты не собрал, откуда знаешь что там такой ошибки нет?

micronekodesu ★★★
()
Ответ на: комментарий от micronekodesu

тем не менее, новую версию я собрал, после чего у меня отказались запускаться браузер, thunar и много чего еще, поэтому я снес систему и поставил заново. Теперь я поправил configure файл, убалил там эти строки с проверкой библиотк, скрипт успешно проделал работу. Далее пишу make и выдается такой выхлоп:

$ sudo make
make  all-am
make[1]: вход в каталог «/home/osx/src/lightdm-mini-greeter-master»
gcc -DHAVE_CONFIG_H -I.    -g -Wall -O3 --std=c11 -Wextra -Werror --std=c11 -pedantic -Wno-unused-parameter -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wstrict-overflow=5 -Wwrite-strings -Waggregate-return -Wswitch-enum -Wconversion -Wunreachable-code -Wformat=2 -Winit-self -ftrapv -fverbose-asm -DCONFIG_FILE=\""/etc/lightdm/lightdm-mini-greeter.conf"\"   -g -O2 -MT src/lightdm_mini_greeter-main.o -MD -MP -MF src/.deps/lightdm_mini_greeter-main.Tpo -c -o src/lightdm_mini_greeter-main.o `test -f 'src/main.c' || echo './'`src/main.c
src/main.c:4:21: fatal error: gtk/gtk.h: Нет такого файла или каталога
 #include <gtk/gtk.h>
                     ^
compilation terminated.
Makefile:522: ошибка выполнения рецепта для цели «src/lightdm_mini_greeter-main.o»
make[1]: *** [src/lightdm_mini_greeter-main.o] Ошибка 1
make[1]: выход из каталога «/home/osx/src/lightdm-mini-greeter-master»
Makefile:374: ошибка выполнения рецепта для цели «all»
make: *** [all] Ошибка 2

Max0n
() автор топика
Ответ на: комментарий от Max0n

Ну, он не видит хэдеры для библиотеки gtk. В целом, ничего удивительного. Если бы в configure была проверка то он бы ругнулся там как вот в сообщениях выше.

Я не знаю что ты и как там собираешь руками. Нужные либы есть в репах

$ apt-cache show libgtk-3-dev/stretch | grep ^Version
Version: 3.22.11-1
micronekodesu ★★★
()
Ответ на: комментарий от micronekodesu

если эту ошибку погуглить, то люди советуют обновить lightdm, но при сборке вылазит следующая ошибка:

./autogen.sh 
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
./autogen.sh: 5: ./autogen.sh: intltoolize: not found
./autogen.sh: 6: ./autogen.sh: gtkdocize: not found
configure.ac:8: installing './compile'
configure.ac:6: installing './missing'
common/Makefile.am: installing './depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gobject-introspection... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for vapigen... no
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
configure: error: PAM not found

Max0n
() автор топика
Ответ на: комментарий от Max0n

Ну это опенсорс, тут либо ждешь помощи (и никто не гарантирует что эта помощь будет), либо решаешь сам.

micronekodesu ★★★
()
Ответ на: комментарий от micronekodesu

libgtk-3-dev я уже установил и версия у меня точно такая же (3.22.11-1). Но он по-прежнему ругается. какие библиотеки мне еще надо для сборки я не знаю.

Max0n
() автор топика
Ответ на: комментарий от Max0n

Тебе нужны следующие пакеты (ну, с зависимостями само собой)

dh-autoreconf
libgtk-3-dev
liblightdm-gobject-dev

Запускаешь autogen.sh (выполняется без ошибок), потом configure (выполняется без ошибок), потом make, который свалится вот с этим

src/callbacks.c: In function ‘handle_password’:
src/callbacks.c:55:9: error: too many arguments to function ‘lightdm_greeter_respond’
         lightdm_greeter_respond(app->greeter, password_text, NULL);
         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/lightdm-gobject-1/lightdm.h:14:0,
                 from src/callbacks.c:3:
/usr/include/lightdm-gobject-1/lightdm/greeter.h:136:6: note: declared here
 void lightdm_greeter_respond (LightDMGreeter *greeter, const gchar *response);
      ^~~~~~~~~~~~~~~~~~~~~~~
Makefile:559: recipe for target 'src/lightdm_mini_greeter-callbacks.o' failed
make[1]: *** [src/lightdm_mini_greeter-callbacks.o] Error 1
make[1]: Leaving directory '/home/username/lightdm-mini-greeter/lightdm-mini-greeter'
Makefile:383: recipe for target 'all' failed
make: *** [all] Error 2

Про это есть issue. Соотстветственно открываешь ./src/callbacks.c, там ищешь по lightdm_greeter_respond (это 55 строка), меняешь строку на

#ifdef LIGHTDMGT1192
lightdm_greeter_respond(app->greeter, password_text, NULL);
#elseif 
lightdm_greeter_respond(app->greeter, password_text);
#endif

Запускаешь make опять, получаешь

src/callbacks.c: In function ‘handle_password’:
src/callbacks.c:53:22: error: unused variable ‘password_text’ [-Werror=unused-variable]
         const gchar *password_text =
                      ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:559: recipe for target 'src/lightdm_mini_greeter-callbacks.o' failed
make[1]: *** [src/lightdm_mini_greeter-callbacks.o] Error 1
make[1]: Leaving directory '/home/username/lightdm-mini-greeter/lightdm-mini-greeter'
Makefile:383: recipe for target 'all' failed
make: *** [all] Error 2

Правишь Makefile - на 330 строке добавляешь -Wno-unused-variable чтоб получилось что-то типа

AM_CFLAGS = -g -Wall -Wno-unused-variable -O3 --std=c11 -Wextra -Werror --std=c11 -pedantic \

Ну и дальше прочие аргументы, я тут только одну строку привел.

Запускаешь make опять, получаешь

src/utils.c: In function ‘begin_authentication_as_default_user’:
src/utils.c:27:9: error: too many arguments to function ‘lightdm_greeter_authenticate’
         lightdm_greeter_authenticate(app->greeter, default_user, NULL);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/lightdm-gobject-1/lightdm.h:14:0,
                 from src/utils.c:2:
/usr/include/lightdm-gobject-1/lightdm/greeter.h:128:6: note: declared here
 void lightdm_greeter_authenticate (LightDMGreeter *greeter, const gchar *username);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Makefile:601: recipe for target 'src/lightdm_mini_greeter-utils.o' failed
make[1]: *** [src/lightdm_mini_greeter-utils.o] Error 1
make[1]: Leaving directory '/home/username/lightdm-mini-greeter/lightdm-mini-greeter'
Makefile:383: recipe for target 'all' failed
make: *** [all] Error 2

Подобное мы уже видели раньше, идешь в src/utils.c, на 22 строке применяешь известный костыль по аналогии с lightdm_greeter_respond - меняешь lightdm_greeter_authenticate(app->greeter, default_user, NULL); на

#ifdef LIGHTDMGT1192
	lightdm_greeter_authenticate(app->greeter, default_user, NULL);
#elseif 
	lightdm_greeter_authenticate(app->greeter, default_user);
#endif

Запускаешь make опять. На этот раз все выполняется без ошибок.

Запускаешь sudo make install, это все раскатывается, перегружаешься, ловишь кучу проблем и опять ставишь ОС с нуля.

micronekodesu ★★★
()
Последнее исправление: micronekodesu (всего исправлений: 1)
Ответ на: комментарий от micronekodesu

сделал я, как вы написали, вроде сдивинулся процесс с мертвой точки, но тут еще ошибка:

$ sudo make
make  all-am
make[1]: вход в каталог «/home/osx/SRC/lightdm-mini-greeter-master»
gcc -DHAVE_CONFIG_H -I.    -g -Wall -Wno-unused-variable -O3 --std=c11 -Wextra -Werror --std=c11 -pedantic -Wno-unused-parameter -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wstrict-overflow=5 -Wwrite-strings -Waggregate-return -Wswitch-enum -Wconversion -Wunreachable-code -Wformat=2 -Winit-self -ftrapv -fverbose-asm -DCONFIG_FILE=\""/usr/local/etc/lightdm/lightdm-mini-greeter.conf"\" -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/lightdm-gobject-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -g -O2 -MT src/lightdm_mini_greeter-utils.o -MD -MP -MF src/.deps/lightdm_mini_greeter-utils.Tpo -c -o src/lightdm_mini_greeter-utils.o `test -f 'src/utils.c' || echo './'`src/utils.c
src/utils.c: In function ‘begin_authentication_as_default_user’:
src/utils.c:22:9: error: too few arguments to function ‘g_strcmp0’
     if (g_strcmp0(default_user) == 0) {
         ^~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:82:0,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/lightdm-gobject-1/lightdm/greeter.h:14,
                 from /usr/include/lightdm-gobject-1/lightdm.h:14,
                 from src/utils.c:2:
/usr/include/glib-2.0/glib/gtestutils.h:123:9: note: declared here
 int     g_strcmp0                       (const char     *str1,
         ^~~~~~~~~
Makefile:601: ошибка выполнения рецепта для цели «src/lightdm_mini_greeter-utils.o»
make[1]: *** [src/lightdm_mini_greeter-utils.o] Ошибка 1
make[1]: выход из каталога «/home/osx/SRC/lightdm-mini-greeter-master»
Makefile:383: ошибка выполнения рецепта для цели «all»
make: *** [all] Ошибка 2
ясно, что ему не хватает аргуметов для функции g_strcmp0. Я не понимаю какие аргументы ему надо, что туда дописать? В итоге я выпилил оттуда всю строку вместе с конструкцией if и вроде без ошибок собралось и установилось. Строчка, вроде особой пользы не несет, но лучше исправить. Был бы благодарен, если бы вы подсказали что туда нужно вписать.

Max0n
() автор топика
Ответ на: комментарий от Max0n

Этот блок вот так должен выглядеть

    if (g_strcmp0(default_user, NULL) == 0) {
        g_critical("A default user has not been not set");
    } else {
        g_message("Beginning authentication as the default user: %s",
                  default_user);

В целом это какое-то отладочное сообщение, думаю можно и без него.

Только это есть в апстриме, у вас код не из гита или не из мастера? В общем заберите исходники из гита в какой-нибудь новый каталог и собирайте там.

$ sudo make

Для сборки через make использовать sudo не нужно, рутовые права потребуются когда будете выполнять установку (make install), все остальные действия можно выполнять от обычного пользователя. Это не критично, просто так «правильнее» чтоб потом у вас в домашнем каталоге не тусовались файлы с рутовыми правами.

micronekodesu ★★★
()
Ответ на: комментарий от micronekodesu

Странно, у меня исходники как раз из мастера. Под рутом и так не собираю, потому что там вылазит ещё одна какая-то ошибка, я даже не читал ее. Уже установил, но возникла ещё одна проблема. У меня он не видит конфиг и не даёт даже дефолтного пользователя задать. Завтра буду разбираться.

Max0n
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.