[Users] [Bug 4271] Porting the Python plugin to Python 3.7
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Thu Feb 6 15:42:58 CET 2020
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4271
--- Comment #7 from Matej Cepl <mcepl at cepl.eu> ---
OK, trying to rebuild claws-mail with gtk3 branch of the git repo, and I cannot
say I am completely successful. First I had to generate manually the file
./version, because it somehow isn't there. Second, even when I do that, the
build ends in the failure:
https://build.opensuse.org/package/live_build_log/home:mcepl:branches:server:mail/claws-mail/openSUSE_Tumbleweed/x86_64
is the build log (sorry, for horribly long URLs, there is not much I can do
about it),
https://build.opensuse.org/package/view_file/home:mcepl:branches:server:mail/claws-mail/claws-mail.spec?expand=1
is the SPEC file, which should exactly what I was doing.
Any ideas why the build crashes with:
[ 344s] gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Claws-Mail\"
-DLOCALEDIR=\""/usr/share/locale"\"
-DPIXMAP_DIR=\""/usr/share/icons/hicolor/48x48/apps"\"
-DMANUALDIR=\""/usr/share/claws-mail/manual"\"
-DTARGET_ALIAS=\""x86_64-suse-linux-gnu"\" -DSYSCONFDIR=\""/etc"\"
-DDATAROOTDIR=\""/usr/share"\" -I./common -Icommon -I./gtk -I./etpan
-I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz
-I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/uuid
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid
-I/usr/include/gio-unix-2.0 -I/usr/include/wayland -I/usr/include/libxkbcommon
-I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -pthread
-DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE -I/usr/include/p11-kit-1
-I/usr/include/startup-notification-1.0 -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/librsvg-2.0
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount
-I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -pthread
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/libnm
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread
-I/usr/include/libmount -I/usr/include/blkid -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -Werror=return-type -flto=auto -g -Wno-unused-function
-Wno-pointer-sign -Wall -D_GNU_SOURCE -c -o editldap.o editldap.c
[ 344s] editjpilot.c: In function 'addressbook_edit_jpilot_create':
[ 344s] editjpilot.c:257:35: error: 'entry_name' undeclared (first use in this
function); did you mean 'entryState'?
[ 344s] 257 | gtk_grid_attach(GTK_GRID(table), entry_name, 1, 0, 1, 1);
[ 344s] | ^~~~~~~~~~
[ 344s] | entryState
[ 344s] editjpilot.c:257:35: note: each undeclared identifier is reported only
once for each function it appears in
[ 344s] editjpilot.c:294:3: error: 'top' undeclared (first use in this
function)
[ 344s] 294 | top++;
[ 344s] | ^~~
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list