Your message dated Sat, 22 Sep 2018 18:49:08 +0000
with message-id <[email protected]>
and subject line Bug#906461: fixed in florence 0.6.3-1.1
has caused the Debian Bug report #906461,
regarding florence: FTBFS in buster/sid (ld: cannot find -lflorence-1.0)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
906461: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906461
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:florence
Version: 0.6.3-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
dh build-arch --with autoreconf
   dh_update_autotools_config -a
   dh_autoreconf -a
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:4: installing './compile'
configure.ac:3: installing './missing'
Makefile.am: installing './INSTALL'
gnome-doc-utils.make:74: warning: if $(DOC_H_FILE: non-POSIX variable name
gnome-doc-utils.make:74: (probably a GNU make extension)

[... snipped ...]

In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkx.h:28,
                 from status.h:29,
                 from controller.h:26,
                 from controller.c:22:
/usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
 GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -DICONDIR="\"/usr/share/pixmaps\"" 
-DFLORENCELOCALEDIR=\""/usr/share/locale"\" -DDATADIR="\"/usr/share/florence\"" 
-pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
-I/u
 sr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread 
-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  -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/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o florence-menu.o 
`test -f 'menu.c' || echo './'`menu.c
menu.c: In function 'menu_help':
menu.c:69:2: warning: 'gtk_show_uri' is deprecated: Use 
'gtk_show_uri_on_window' instead [-Wdeprecated-declarations]
  gtk_show_uri(NULL, "ghelp:florence", gtk_get_current_event_time(), &error);
  ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:196,
                 from settings.h:22,
                 from menu.c:24:
/usr/include/gtk-3.0/gtk/gtkshow.h:33:10: note: declared here
 gboolean gtk_show_uri  (GdkScreen   *screen,
          ^~~~~~~~~~~~
menu.c: In function 'menu_show':
menu.c:115:2: warning: 'gtk_menu_popup' is deprecated: Use 
'(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' 
instead [-Wdeprecated-declarations]
  gtk_menu_popup(GTK_MENU(menu), NULL, NULL, pos_func,
  ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /usr/include/gtk-3.0/gtk/gtk.h:33,
                 from settings.h:22,
                 from menu.c:24:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here
 void    gtk_menu_popup    (GtkMenu        *menu,
         ^~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -DICONDIR="\"/usr/share/pixmaps\"" 
-DFLORENCELOCALEDIR=\""/usr/share/locale"\" -DDATADIR="\"/usr/share/florence\"" 
-pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/libxml2 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
-I/u
 sr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread 
-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  -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/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
florence-ramble.o `test -f 'ramble.c' || echo './'`ramble.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -o florence florence-main.o 
florence-florence.o florence-keyboard.o florence-key.o florence-trace.o 
florence-settings.o florence-trayicon.o florence-layoutreader.o 
florence-style.o florence-view.o florence-status.o florence-tools.o 
florence-settings-window.o florence-xkeyboard.o florence-fsm.o 
florence-service.o florence-controller.o florence-menu.o florence-ramble.o 
-lXext -Wl,--export-dynamic -lgmodule-2.0 -pthread -lrsvg-2 -lm -lgio-2.0 
-lgdk_pixbuf-2.0 -lcairo -lxml2 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
-lX11  -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lXtst 
-latspi -ldbus-1 -lglib-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 
-latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 
-lglib-2.0 -lflorence-1.0 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o 
florence florence-main.o florence-florence.o florence-keyboard.o florence-key.o 
florence-trace.o florence-settings.o florence-trayicon.o 
florence-layoutreader.o florence-style.o florence-view.o florence-status.o 
florence-tools.o florence-settings-window.o florence-xkeyboard.o florence-fsm.o 
florence-service.o florence-controller.o florence-menu.o florence-ramble.o 
-Wl,--export-dynamic -pthread  -lXext -lgmodule-2.0 -lrsvg-2 -lxml2 
-lgstreamer-1.0 -lm -lX11 -lnotify -lXtst -latspi -ldbus-1 -lgtk-3 -lgdk-3 
-lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 
-lgio-2.0 -lgobject-2.0 -lglib-2.0 -lflorence-1.0 -pthread
/usr/bin/ld: cannot find -lflorence-1.0
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:595: florence] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:468: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:400: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -B" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/florence.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: florence
Source-Version: 0.6.3-1.1

We believe that the bug you reported is fixed in the latest version of
florence, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated florence package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 14 Sep 2018 16:45:57 +0300
Source: florence
Binary: florence libflorence-1.0-1 libflorence-1.0-dev
Architecture: source
Version: 0.6.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jérémy Bobbio <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Description:
 florence   - extensible and scalable virtual keyboard for X
 libflorence-1.0-1 - extensible and scalable virtual keyboard for X
 libflorence-1.0-dev - extensible and scalable virtual keyboard for X
Closes: 906461
Changes:
 florence (0.6.3-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix the Makefile dependencies. (Closes: #906461)
Checksums-Sha1:
 33e0b506284e022fbf5d94342dd1ecf68f3428fb 2164 florence_0.6.3-1.1.dsc
 40704e8ff8ea99375e825a9cc3d37f1b9229f316 6428 florence_0.6.3-1.1.debian.tar.xz
Checksums-Sha256:
 07e24b6297516551d55d47b62451e6defd8cab1898586ee79b3385c194c6d150 2164 
florence_0.6.3-1.1.dsc
 30edbbc5b10d6fbffaae4651f047c94d081ecb8ec194064bcb427ee9a18d6ea2 6428 
florence_0.6.3-1.1.debian.tar.xz
Files:
 79396233590a233332817443c837ce58 2164 x11 optional florence_0.6.3-1.1.dsc
 5d44ec4126fa977d1f2b55197b110206 6428 x11 optional 
florence_0.6.3-1.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlubvIYACgkQiNJCh6LY
mLHRqA//URZGLN8LJFVKVXQ66O26K93OuKbQ1RCHDvmFpt2cNNhOThBffTKgmZOd
6dOFqDksWdEoWhbzLzgfFHM6loLXXbEAUj3GYo+cgUz6j4PsPRn86kUg1ezuMfJ9
IE/euFHYkSo9PKSrYSqG+fqtTBBPONQGiDS0qSBQ5l0WLb2iNm+YA6X2lZDPZTkl
BvWX412AIlFq5zpAsHrr9x2IU+3qZTRk3t8g7MDBcL1VmILYErYyqlSnbHvNhLeg
eSulDHLM9G5oLnsGvptxoepQo4HZKlKqbIaljDj2j5T6RbTIqKa2+ROXaaJQOahg
8x+AvhNQIvOyhkZvLKhZ3ODBf9yyr4TP8X8bGh1mPsJxPvahzhbPpRFCUmXmFNEg
E1wOovap3yiBiXAWqGpjNM7O0OW6Dnsf/2AgjHXJQbSbpvmt80fNqArkCcbq/0/V
QRF1FqPm95wju980CHNY7X2901yptZn1N6XKVwINilCrcUkU+KUtcVG0e7yFw2CI
xJmdQ9Gi/XMLTbLiL/E/9XtEFvoxqxOJn9+b/JMYJM+cSn49tn5RUzZ4GR+LEWjc
9H48V0bYRTAOLg0iYhj082Jib5z4/bPyaB7Ym0HaVKNeDtBxbjsPFxfbhHE8u6Ue
7q2FFz/cVyACBy7pQE/d4OD5267udJR2HHXE8H6l0ZvtzeDx/Gg=
=LOl+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to