[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#950993: orage: calendar window doesn't work anymore



On Thu, 01 Sep 2022 10:43:43 +0800
Paul Wise <pabs@debian.org> wrote:

> On Wed, 2022-08-31 at 14:05 +0200, Bzzzz wrote:
>
> > my bad, I did not remember that the sound comes at the exact alarm
> > time (my parm: open alarm window 1 minute before its triggering
> > time), sounds came right at the good time.
> >
> > So, everything's ferpect.
>
> Sounds like we can probably close this bug, but could you confirm that
> it works with the Debian package? It sounds like you are running
> Debian stable so you will need to build yourself a backport of the
> package. Please ensure you uninstall the upstream build that you did
> first tho. The orage package isn't yet in testing, so you will need
> to download the source package from unstable instead, but these docs
> should help:
>
> https://wiki.debian.org/SimpleBackportCreation


I followed this HOWTO to the letter, however I meet a compilation error,
it seems it is the dbus part of the backport that conflict with the
regular installation (? my interpretation, I'm not tough enough to be
sure about that).

At first, I thought it was because of my mounting of /tmp, so the log
file I attached contains the compilation first attempt and the second
one with /tmp remounted +suid+exec.

Your move.

Jean-Yves



> > BTW thanks to whoever reintroduced this very useful software into
> > XFCE.
>
> For Debian that would be Unit 193 from the Debian XFCE team:
>
> https://tracker.debian.org/news/1351348/accepted-orage-4160-1-source-all-amd64-into-unstable-unstable/
>
> For upstream that would be Erkki Moorits and other contributors:
>
> https://gitlab.xfce.org/apps/orage/-/commits/master
>

* WITH /tmp MOUNTED : /dev/sda2 on /tmp type ext4 (rw,nosuid,nodev,noexec,noatime) :
====================================================================================


# debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
Preparing package directory /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0...
Running glib-gettextize --force --copy...
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize --automake --copy --force
Patching file 'po/Makefile.in.in'
Running libtoolize --force --copy...
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'

Running aclocal -I /usr/share/aclocal -I /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/m4...
Running autoheader...
Running automake --force-missing --add-missing --copy --gnu...
configure.ac:52: installing './compile'
configure.ac:47: installing './missing'
globaltime/Makefile.am: installing './depcomp'
Running autoconf...

Skipping configure process.
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
dh_auto_configure -- --enable-dbus --enable-libical
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --enable-dbus --enable-libical
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether NLS is requested... yes
checking for intltool >= 0.35... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.32.1
checking for XML::Parser... ok
checking for a sed that does not truncate output... /usr/bin/sed
checking for bison... bison -y
checking whether ln -s works... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... 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 a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/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 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... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
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... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdint.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for mode_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for gmtime_r... yes
checking for iswspace... yes
checking for strdup... yes
checking for snprintf... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  am ar ast be bg ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM id is it ja kk ko lt lv ms nb nl nn oc pa pl pt pt_BR ro ru si sk sq sr sv th tr ug uk ur ur_PK vi zh_CN zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${prefix}/share/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for main in -lX11... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.52.0... 2.66.8
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtk+-3.0 >= 3.24.0... 3.24.24
checking LIBGTK_CFLAGS... -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBGTK_LIBS... -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4panel-2.0 >= 4.16.0... 4.16.2
checking LIBXFCE4PANEL_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBXFCE4PANEL_LIBS... -lxfce4panel-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4ui-2 >= 4.16.0... 4.16.0
checking LIBXFCE4UI_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBXFCE4UI_LIBS... -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libical >= 3.0... 3.0.9
checking LIBICAL_CFLAGS...
checking LIBICAL_LIBS... -lical -licalss -licalvcal
* LIBICAL support:           yes
checking for _NL_TIME_FIRST_WEEKDAY... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for dbus-glib-1 >= 0.1... 0.110
checking DBUS_CFLAGS... -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
checking DBUS_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libnotify >= 0.3.2... 0.7.9
checking NOTIFY_CFLAGS... -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking NOTIFY_LIBS... -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for popt >= 1.18... 1.18
checking LIBPOPT_CFLAGS...
checking LIBPOPT_LIBS... -lpopt
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4ui-2 >= 4.16.0... 4.16.0
checking LIBXFCE4UI_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking LIBXFCE4UI_LIBS... -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
checking whether to build with debugging support... minimum
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libical/Makefile
config.status: creating libical/design-data/Makefile
config.status: creating libical/doc/Makefile
config.status: creating libical/scripts/Makefile
config.status: creating libical/src/Makefile
config.status: creating libical/src/libical/Makefile
config.status: creating libical/src/libical/icalversion.h
config.status: creating libical/src/libicalss/Makefile
config.status: creating libical/zoneinfo/Makefile
config.status: creating icons/Makefile
config.status: creating icons/16x16/Makefile
config.status: creating icons/24x24/Makefile
config.status: creating icons/32x32/Makefile
config.status: creating icons/48x48/Makefile
config.status: creating icons/64x64/Makefile
config.status: creating icons/128x128/Makefile
config.status: creating icons/160x160/Makefile
config.status: creating icons/scalable/Makefile
config.status: creating po/Makefile.in
config.status: creating sounds/Makefile
config.status: creating src/Makefile
config.status: creating plugin/Makefile
config.status: creating panel-plugin/Makefile
config.status: creating globaltime/Makefile
config.status: creating tz_convert/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

Build Configuration:

* D-BUS support:             yes
* LIBNOTIFY support:         yes
* LIBICAL support:           yes, and not building tz_convert
* Automatic archiving:       yes
* LIBXFCE4PANEL support:     yes, building xfce panel plugin
* LIBXFCE4UI support:        yes

make[1]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
   dh_auto_build
	make -j1
make[1]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make  all-recursive
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
Making all in icons
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
Making all in 16x16
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
Making all in 24x24
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
Making all in 32x32
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
Making all in 48x48
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
Making all in 64x64
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
Making all in 128x128
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
Making all in 160x160
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
Making all in scalable
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
Making all in po
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/po'
file=`echo am | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file am.po
file=`echo ar | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ar.po
file=`echo ast | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ast.po
file=`echo be | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file be.po
file=`echo bg | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file bg.po
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo el | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_AU | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_AU.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo eo | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file eo.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo et | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file et.po
file=`echo eu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo gl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=`echo he | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file he.po
file=`echo hr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hr.po
file=`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo hy_AM | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hy_AM.po
file=`echo id | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file id.po
file=`echo is | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file is.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo kk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file kk.po
file=`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo lt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo lv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo ms | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ms.po
file=`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo nn | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nn.po
file=`echo oc | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file oc.po
file=`echo pa | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ro | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo si | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file si.po
file=`echo sk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sq | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sq.po
file=`echo sr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sr.po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo th | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file th.po
file=`echo tr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo ug | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ug.po
file=`echo uk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo ur | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ur.po
file=`echo ur_PK | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ur_PK.po
file=`echo vi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/po'
Making all in sounds
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
Making all in src
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
dbus-binding-tool --prefix=orage --mode=glib-server ./orage-dbus-service.xml > orage-dbus-service.h
WARNING: Using --header and --body at the same time is deprecated; use --body --prototypes instead
INFO: Reading /tmp/dbus-binding-tool-c-marshallers.QHFYR1...
make  all-am
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-orage-dbus-object.o `test -f 'orage-dbus-object.c' || echo './'`orage-dbus-object.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-orage-dbus-client.o `test -f 'orage-dbus-client.c' || echo './'`orage-dbus-client.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-about-xfcalendar.o `test -f 'about-xfcalendar.c' || echo './'`about-xfcalendar.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-appointment.o `test -f 'appointment.c' || echo './'`appointment.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-day-view.o `test -f 'day-view.c' || echo './'`day-view.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-event-list.o `test -f 'event-list.c' || echo './'`event-list.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-ical-archive.o `test -f 'ical-archive.c' || echo './'`ical-archive.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-ical-code.o `test -f 'ical-code.c' || echo './'`ical-code.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-ical-expimp.o `test -f 'ical-expimp.c' || echo './'`ical-expimp.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-interface.o `test -f 'interface.c' || echo './'`interface.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-main.o `test -f 'main.c' || echo './'`main.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-mainbox.o `test -f 'mainbox.c' || echo './'`mainbox.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-orage-css.o `test -f 'orage-css.c' || echo './'`orage-css.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-parameters.o `test -f 'parameters.c' || echo './'`parameters.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-reminder.o `test -f 'reminder.c' || echo './'`reminder.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-timezone_names.o `test -f 'timezone_names.c' || echo './'`timezone_names.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-timezone_selection.o `test -f 'timezone_selection.c' || echo './'`timezone_selection.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"  -DDBUS_API_SUBJECT_TO_CHANGE -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o orage-tray_icon.o `test -f 'tray_icon.c' || echo './'`tray_icon.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o liborage_la-functions.lo `test -f 'functions.c' || echo './'`functions.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/usr/share\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c functions.c  -fPIC -DPIC -o .libs/liborage_la-functions.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o liborage_la-tz_zoneinfo_read.lo `test -f 'tz_zoneinfo_read.c' || echo './'`tz_zoneinfo_read.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\"/usr/share\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c tz_zoneinfo_read.c  -fPIC -DPIC -o .libs/liborage_la-tz_zoneinfo_read.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs -o liborage.la  liborage_la-functions.lo liborage_la-tz_zoneinfo_read.lo
libtool: link: ar cr .libs/liborage.a .libs/liborage_la-functions.o .libs/liborage_la-tz_zoneinfo_read.o
libtool: link: ranlib .libs/liborage.a
libtool: link: ( cd ".libs" && rm -f "liborage.la" && ln -s "../liborage.la" "liborage.la" )
/bin/bash ../libtool  --tag=CC   --mode=link gcc -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/incl
 ude/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs -o orage orage-orage-dbus-object.o orage-orage-dbus-client.o orage-about-xfcalendar.o orage-appointment.o orage-day-view.o orage-event-list.o orage-ical-archive.o orage-ical-code.o orage-ical-expimp.o orage-interface.o orage-main.o orage-mainbox.o orage-orage-css.o orage-parameters.o orage-reminder.o orage-timezone_names.o orage-timezone_selection.o orage-tray_icon.o -lgtk-3 -lgdk-3 -lpang
 ocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lSM -lICE -lX11 -lm  liborage.la  -lical -licalss -licalvcal -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0
libtool: link: gcc -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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 -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,-z -Wl,defs -o orage orage-orage-dbus-object.o orage-orage-dbus-client.o orage-about-xfcalendar.o orage-appointment.o orage-day-view.o orage-event-list.o orage-ical-archive.o orage-ical-code.o orage-ical-expimp.o orage-interface.o orage-main.o orage-mainbox.o orage-orage-css.o orage-parameters.o orage-reminder.o orage-timezone_names.o orage-timezone_selection.o orage-tray_icon.o  -lSM -lICE -lX11 -lm ./.libs/liborage.a -l
 ical -licalss -licalvcal -ldbus-glib-1 -ldbus-1 -lnotify -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0 -pthread
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
Making all in globaltime
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/cair
 o -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o globaltime-globaltime.o `test -f 'globaltime.c' || echo './'`globaltime.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/cair
 o -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o globaltime-gt_parfile.o `test -f 'gt_parfile.c' || echo './'`gt_parfile.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/cair
 o -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o globaltime-gt_prefs.o `test -f 'gt_prefs.c' || echo './'`gt_prefs.c
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/cair
 o -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o globaltime-timezone_selection.o `test -f 'timezone_selection.c' || echo './'`timezone_selection.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs -o globaltime globaltime-globaltime.o globaltime-gt_parfile.o globaltime-gt_prefs.o globaltime-timezone_selection.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lSM -lICE -lX11 -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0  ../src/liborage.la
libtool: link: gcc -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/p
 ixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,-z -Wl,defs -o globaltime globaltime-globaltime.o globaltime-gt_parfile.o globaltime-gt_prefs.o globaltime-timezone_selection.o  -lSM -lICE -lX11 -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0 ../src/.libs/liborage.a -pthread
LC_ALL=C /usr/bin/intltool-merge  -d -u -c ../po/.intltool-merge-cache ../po org.xfce.orage.globaltime.desktop.in org.xfce.orage.globaltime.desktop
Generating and caching the translation database
Merging translations into org.xfce.orage.globaltime.desktop.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
Making all in plugin
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
LC_ALL=C /usr/bin/intltool-merge  -d -u -c ../po/.intltool-merge-cache ../po org.xfce.orage-settings.desktop.in org.xfce.orage-settings.desktop
Found cached translation database
Merging translations into org.xfce.orage-settings.desktop.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
Making all in panel-plugin
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DG_LOG_DOMAIN=\"orageclock\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o liborageclock_la-oc_config.lo `test -f 'oc_config.c' || echo './'`oc_config.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"orageclock\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/x
 86_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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c oc_config.c  -fPIC -DPIC -o .libs/liborageclock_la-oc_config.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DG_LOG_DOMAIN=\"orageclock\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o liborageclock_la-timezone_selection.lo `test -f 'timezone_selection.c' || echo './'`timezone_selection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"orageclock\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/x
 86_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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c timezone_selection.c  -fPIC -DPIC -o .libs/liborageclock_la-timezone_selection.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DG_LOG_DOMAIN=\"orageclock\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c -o liborageclock_la-xfce4-orageclock-plugin.lo `test -f 'xfce4-orageclock-plugin.c' || echo './'`xfce4-orageclock-plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"orageclock\" -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/x
 86_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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -c xfce4-orageclock-plugin.c  -fPIC -DPIC -o .libs/liborageclock_la-xfce4-orageclock-plugin.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -pthread -I/usr/include/xfce4/libxfce4panel-2.0 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/xfce4/libxfce4ui-2 -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/fribidi -I/usr/include/harfbuzz -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/libmount -I/usr/include/blkid -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -ffile-prefix-map=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0=. -fstack-protector-strong -Wformat -Werror=format-security -avoid-version -module -no-undefined -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)'   -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-z,defs -o liborageclock.la -rpath /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins liborageclock_la-oc_config.lo liborageclock_la-timezone_selection.lo liborageclock_la-xfce4-orageclock-plugin.lo -lxfce4panel-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lca
 iro -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lxfce4util -lglib-2.0 -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0 -lSM -lICE -lX11 ../src/liborage.la
libtool: link: /usr/bin/nm -B  .libs/liborageclock_la-oc_config.o .libs/liborageclock_la-timezone_selection.o .libs/liborageclock_la-xfce4-orageclock-plugin.o   ../src/.libs/liborage.a | sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/liborageclock.exp
libtool: link: /usr/bin/grep -E -e "^xfce_panel_module_(preinit|init|construct)" ".libs/liborageclock.exp" > ".libs/liborageclock.expT"
libtool: link: mv -f ".libs/liborageclock.expT" ".libs/liborageclock.exp"
libtool: link: echo "{ global:" > .libs/liborageclock.ver
libtool: link:  cat .libs/liborageclock.exp | sed -e "s/\(.*\)/\1;/" >> .libs/liborageclock.ver
libtool: link:  echo "local: *; };" >> .libs/liborageclock.ver
libtool: link:  gcc -shared  -fPIC -DPIC  .libs/liborageclock_la-oc_config.o .libs/liborageclock_la-timezone_selection.o .libs/liborageclock_la-xfce4-orageclock-plugin.o  -Wl,--whole-archive ../src/.libs/liborage.a -Wl,--no-whole-archive  -lxfce4panel-2.0 -lgmodule-2.0 -lxfce4ui-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lxfce4util -lglib-2.0 -lSM -lICE -lX11  -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,-z -Wl,defs -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,liborageclock.so -Wl,-version-script -Wl,.libs/liborageclock.ver -o .libs/liborageclock.so
libtool: link: ( cd ".libs" && rm -f "liborageclock.la" && ln -s "../liborageclock.la" "liborageclock.la" )
LC_ALL=C /usr/bin/intltool-merge  -d -u -c ../po/.intltool-merge-cache ../po org.xfce.orage.clock-plugin.desktop.in org.xfce.orage.clock-plugin.desktop
Found cached translation database
Merging translations into org.xfce.orage.clock-plugin.desktop.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
LC_ALL=C /usr/bin/intltool-merge  -x -u -c ./po/.intltool-merge-cache ./po org.xfce.orage.appdata.xml.in org.xfce.orage.appdata.xml
Found cached translation database
Merging translations into org.xfce.orage.appdata.xml.
CREATED org.xfce.orage.appdata.xml
LC_ALL=C /usr/bin/intltool-merge  -d -u -c ./po/.intltool-merge-cache ./po org.xfce.orage.desktop.in org.xfce.orage.desktop
Found cached translation database
Merging translations into org.xfce.orage.desktop.
/usr/bin/sed -e "s,\@bindir\@,/usr/bin,g" < org.xfce.orage.service.in > org.xfce.orage.service
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[1]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
   dh_auto_test
	make -j1 check VERBOSE=1
make[1]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
Making check in icons
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
Making check in 16x16
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
Making check in 24x24
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
Making check in 32x32
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
Making check in 48x48
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
Making check in 64x64
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
Making check in 128x128
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
Making check in 160x160
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
Making check in scalable
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
Making check in po
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/po'
XGETTEXT_ARGS="--keyword=Q_ --from-code=UTF-8" INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext --keyword=Q_ --from-code=UTF-8" srcdir=. /usr/bin/intltool-update --gettext-package orage --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/po'
Making check in sounds
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
Making check in src
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make  check-am
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
Making check in globaltime
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
Making check in plugin
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
Making check in panel-plugin
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[1]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
   create-stamp debian/debhelper-build-stamp
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
Making install in icons
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
Making install in 16x16
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/16x16/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
Making install in 24x24
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/24x24/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
Making install in 32x32
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/32x32/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
Making install in 48x48
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png org.xfce.orage.globaltime.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/48x48/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
Making install in 64x64
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/64x64/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/64x64/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
Making install in 128x128
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/128x128/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/128x128/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
Making install in 160x160
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/160x160/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.xpm org.xfce.orage_ice.xpm org.xfce.orage_round.xpm org.xfce.orage_sun.xpm '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/160x160/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
Making install in scalable
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/scalable/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.svg org.xfce.orage.globaltime.svg '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/scalable/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[4]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[5]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
*** Icon cache not updated. Remember to run:
***
***   gtk-update-icon-cache -f -t /usr/share/icons/hicolor
***
make[5]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
Making install in po
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/po'
linguas="am ar ast be bg ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM id is it ja kk ko lt lv ms nb nl nn oc pa pl pt pt_BR ro ru si sk sq sr sv th tr ug uk ur ur_PK vi zh_CN zh_TW "; \
for lang in $linguas; do \
  dir=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/$lang/LC_MESSAGES; \
  /bin/bash /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/install -c -m 644 $lang.gmo $dir/orage.mo; \
    echo "installing $lang.gmo as $dir/orage.mo"; \
  else \
    /usr/bin/install -c -m 644 ./$lang.gmo $dir/orage.mo; \
    echo "installing ./$lang.gmo as" \
	 "$dir/orage.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/install -c -m 644 $lang.gmo.m $dir/orage.mo.m; \
    echo "installing $lang.gmo.m as $dir/orage.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/install -c -m 644 ./$lang.gmo.m \
	$dir/orage.mo.m; \
      echo "installing ./$lang.gmo.m as" \
	   "$dir/orage.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing am.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/am/LC_MESSAGES/orage.mo
installing ar.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ar/LC_MESSAGES/orage.mo
installing ast.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ast/LC_MESSAGES/orage.mo
installing be.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/be/LC_MESSAGES/orage.mo
installing bg.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/bg/LC_MESSAGES/orage.mo
installing ca.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ca/LC_MESSAGES/orage.mo
installing cs.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/cs/LC_MESSAGES/orage.mo
installing da.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/da/LC_MESSAGES/orage.mo
installing de.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/de/LC_MESSAGES/orage.mo
installing el.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/el/LC_MESSAGES/orage.mo
installing en_AU.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/en_AU/LC_MESSAGES/orage.mo
installing en_GB.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/en_GB/LC_MESSAGES/orage.mo
installing eo.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/eo/LC_MESSAGES/orage.mo
installing es.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/es/LC_MESSAGES/orage.mo
installing et.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/et/LC_MESSAGES/orage.mo
installing eu.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/eu/LC_MESSAGES/orage.mo
installing fi.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/fi/LC_MESSAGES/orage.mo
installing fr.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/fr/LC_MESSAGES/orage.mo
installing gl.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/gl/LC_MESSAGES/orage.mo
installing he.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/he/LC_MESSAGES/orage.mo
installing hr.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/hr/LC_MESSAGES/orage.mo
installing hu.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/hu/LC_MESSAGES/orage.mo
installing hy_AM.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/hy_AM/LC_MESSAGES/orage.mo
installing id.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/id/LC_MESSAGES/orage.mo
installing is.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/is/LC_MESSAGES/orage.mo
installing it.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/it/LC_MESSAGES/orage.mo
installing ja.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ja/LC_MESSAGES/orage.mo
installing kk.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/kk/LC_MESSAGES/orage.mo
installing ko.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ko/LC_MESSAGES/orage.mo
installing lt.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/lt/LC_MESSAGES/orage.mo
installing lv.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/lv/LC_MESSAGES/orage.mo
installing ms.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ms/LC_MESSAGES/orage.mo
installing nb.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/nb/LC_MESSAGES/orage.mo
installing nl.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/nl/LC_MESSAGES/orage.mo
installing nn.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/nn/LC_MESSAGES/orage.mo
installing oc.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/oc/LC_MESSAGES/orage.mo
installing pa.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/pa/LC_MESSAGES/orage.mo
installing pl.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/pl/LC_MESSAGES/orage.mo
installing pt.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/pt/LC_MESSAGES/orage.mo
installing pt_BR.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/orage.mo
installing ro.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ro/LC_MESSAGES/orage.mo
installing ru.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ru/LC_MESSAGES/orage.mo
installing si.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/si/LC_MESSAGES/orage.mo
installing sk.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/sk/LC_MESSAGES/orage.mo
installing sq.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/sq/LC_MESSAGES/orage.mo
installing sr.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/sr/LC_MESSAGES/orage.mo
installing sv.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/sv/LC_MESSAGES/orage.mo
installing th.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/th/LC_MESSAGES/orage.mo
installing tr.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/tr/LC_MESSAGES/orage.mo
installing ug.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ug/LC_MESSAGES/orage.mo
installing uk.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/uk/LC_MESSAGES/orage.mo
installing ur.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ur/LC_MESSAGES/orage.mo
installing ur_PK.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ur_PK/LC_MESSAGES/orage.mo
installing vi.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/vi/LC_MESSAGES/orage.mo
installing zh_CN.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/orage.mo
installing zh_TW.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/zh_TW/LC_MESSAGES/orage.mo
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/po'
Making install in sounds
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/orage/sounds'
 /usr/bin/install -c -m 644 KDE_Beep_Digital_1.ogg KDE_Beep_Digital_2.ogg Boiling.wav Knock.wav Phone.wav Spo.wav Tear.wav Wall_c.wav '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/orage/sounds'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
Making install in src
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make  install-am
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c orage '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin'
libtool: install: /usr/bin/install -c orage /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin/orage
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
Making install in globaltime
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c globaltime '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin'
libtool: install: /usr/bin/install -c globaltime /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin/globaltime
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
 /usr/bin/install -c -m 644 org.xfce.orage.globaltime.desktop '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
Making install in plugin
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
 /usr/bin/install -c -m 644 org.xfce.orage-settings.desktop '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
Making install in panel-plugin
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/xfce4/panel/plugins'
 /usr/bin/install -c -m 644 org.xfce.orage.clock-plugin.desktop '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/xfce4/panel/plugins'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   liborageclock.la '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins'
libtool: install: /usr/bin/install -c .libs/liborageclock.so /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/liborageclock.so
libtool: install: /usr/bin/install -c .libs/liborageclock.lai /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/liborageclock.la
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/metainfo'
 /usr/bin/install -c -m 644 org.xfce.orage.appdata.xml '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/metainfo'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
 /usr/bin/install -c -m 644 org.xfce.orage.desktop '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/dbus-1/services'
 /usr/bin/install -c -m 644 org.xfce.orage.service '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/dbus-1/services'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[1]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
   debian/rules override_dh_install
make[1]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
find debian/tmp -name '*.la' -delete
dh_install
make[1]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
   dh_installdocs
   dh_installchangelogs
   dh_icons
   dh_perl
   dh_link
   dh_strip_nondeterminism
	Normalized debian/orage-data/usr/share/locale/vi/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/et/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/it/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/zh_CN/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/hr/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ja/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ur_PK/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/eo/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/pt_BR/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/hu/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/lt/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/zh_TW/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/tr/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/sk/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/cs/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ko/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/es/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/nn/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/gl/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/kk/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ms/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/fr/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ar/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/si/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/uk/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/en_AU/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/da/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ur/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ru/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/am/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/sv/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/bg/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/pt/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/sr/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/el/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/en_GB/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ast/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/is/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ro/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/eu/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/pl/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/de/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ug/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ca/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/pa/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/oc/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/he/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/lv/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/be/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/nl/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/nb/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/fi/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/hy_AM/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/th/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/id/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/sq/LC_MESSAGES/orage.mo
   dh_compress
   dh_fixperms
   dh_missing
dh_missing: warning: usr/share/dbus-1/services/org.xfce.orage.service exists in debian/tmp but is not installed to anywhere
	The following debhelper tools have reported what they installed (with files per package)
	 * dh_install: orage (5), orage-data (3)
	 * dh_installdocs: orage (0), orage-data (0)
	If the missing files are installed by another tool, please file a bug against it.
	When filing the report, if the tool is not part of debhelper itself, please reference the
	"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).
	  (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
	Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built
	If the omission is intentional or no other helper can take care of this consider adding the
	paths to debian/not-installed.
dh_missing: error: missing files, aborting
make: *** [debian/rules:14: binary] Error 255



============================================================================================================



* 2ND ATTEMPT : WITH /tmp MOUNTED /dev/sda2 on /tmp type ext4 (rw,nodev,noatime) :
==================================================================================


# debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
Making install in icons
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
Making install in 16x16
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/16x16/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/16x16'
Making install in 24x24
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/24x24/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/24x24'
Making install in 32x32
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/32x32/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/32x32'
Making install in 48x48
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png org.xfce.orage.globaltime.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/48x48/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/48x48'
Making install in 64x64
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/64x64/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/64x64/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/64x64'
Making install in 128x128
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/128x128/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.png '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/128x128/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/128x128'
Making install in 160x160
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/160x160/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.xpm org.xfce.orage_ice.xpm org.xfce.orage_round.xpm org.xfce.orage_sun.xpm '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/160x160/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/160x160'
Making install in scalable
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/scalable/apps'
 /usr/bin/install -c -m 644 org.xfce.orage.svg org.xfce.orage.globaltime.svg '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/icons/hicolor/scalable/apps'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons/scalable'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[4]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[5]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
*** Icon cache not updated. Remember to run:
***
***   gtk-update-icon-cache -f -t /usr/share/icons/hicolor
***
make[5]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/icons'
Making install in po
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/po'
linguas="am ar ast be bg ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu hy_AM id is it ja kk ko lt lv ms nb nl nn oc pa pl pt pt_BR ro ru si sk sq sr sv th tr ug uk ur ur_PK vi zh_CN zh_TW "; \
for lang in $linguas; do \
  dir=/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/$lang/LC_MESSAGES; \
  /bin/bash /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/install -c -m 644 $lang.gmo $dir/orage.mo; \
    echo "installing $lang.gmo as $dir/orage.mo"; \
  else \
    /usr/bin/install -c -m 644 ./$lang.gmo $dir/orage.mo; \
    echo "installing ./$lang.gmo as" \
	 "$dir/orage.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/install -c -m 644 $lang.gmo.m $dir/orage.mo.m; \
    echo "installing $lang.gmo.m as $dir/orage.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/install -c -m 644 ./$lang.gmo.m \
	$dir/orage.mo.m; \
      echo "installing ./$lang.gmo.m as" \
	   "$dir/orage.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
installing am.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/am/LC_MESSAGES/orage.mo
installing ar.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ar/LC_MESSAGES/orage.mo
installing ast.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ast/LC_MESSAGES/orage.mo
installing be.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/be/LC_MESSAGES/orage.mo
installing bg.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/bg/LC_MESSAGES/orage.mo
installing ca.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ca/LC_MESSAGES/orage.mo
installing cs.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/cs/LC_MESSAGES/orage.mo
installing da.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/da/LC_MESSAGES/orage.mo
installing de.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/de/LC_MESSAGES/orage.mo
installing el.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/el/LC_MESSAGES/orage.mo
installing en_AU.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/en_AU/LC_MESSAGES/orage.mo
installing en_GB.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/en_GB/LC_MESSAGES/orage.mo
installing eo.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/eo/LC_MESSAGES/orage.mo
installing es.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/es/LC_MESSAGES/orage.mo
installing et.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/et/LC_MESSAGES/orage.mo
installing eu.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/eu/LC_MESSAGES/orage.mo
installing fi.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/fi/LC_MESSAGES/orage.mo
installing fr.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/fr/LC_MESSAGES/orage.mo
installing gl.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/gl/LC_MESSAGES/orage.mo
installing he.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/he/LC_MESSAGES/orage.mo
installing hr.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/hr/LC_MESSAGES/orage.mo
installing hu.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/hu/LC_MESSAGES/orage.mo
installing hy_AM.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/hy_AM/LC_MESSAGES/orage.mo
installing id.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/id/LC_MESSAGES/orage.mo
installing is.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/is/LC_MESSAGES/orage.mo
installing it.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/it/LC_MESSAGES/orage.mo
installing ja.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ja/LC_MESSAGES/orage.mo
installing kk.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/kk/LC_MESSAGES/orage.mo
installing ko.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ko/LC_MESSAGES/orage.mo
installing lt.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/lt/LC_MESSAGES/orage.mo
installing lv.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/lv/LC_MESSAGES/orage.mo
installing ms.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ms/LC_MESSAGES/orage.mo
installing nb.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/nb/LC_MESSAGES/orage.mo
installing nl.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/nl/LC_MESSAGES/orage.mo
installing nn.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/nn/LC_MESSAGES/orage.mo
installing oc.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/oc/LC_MESSAGES/orage.mo
installing pa.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/pa/LC_MESSAGES/orage.mo
installing pl.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/pl/LC_MESSAGES/orage.mo
installing pt.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/pt/LC_MESSAGES/orage.mo
installing pt_BR.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/orage.mo
installing ro.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ro/LC_MESSAGES/orage.mo
installing ru.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ru/LC_MESSAGES/orage.mo
installing si.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/si/LC_MESSAGES/orage.mo
installing sk.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/sk/LC_MESSAGES/orage.mo
installing sq.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/sq/LC_MESSAGES/orage.mo
installing sr.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/sr/LC_MESSAGES/orage.mo
installing sv.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/sv/LC_MESSAGES/orage.mo
installing th.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/th/LC_MESSAGES/orage.mo
installing tr.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/tr/LC_MESSAGES/orage.mo
installing ug.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ug/LC_MESSAGES/orage.mo
installing uk.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/uk/LC_MESSAGES/orage.mo
installing ur.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ur/LC_MESSAGES/orage.mo
installing ur_PK.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/ur_PK/LC_MESSAGES/orage.mo
installing vi.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/vi/LC_MESSAGES/orage.mo
installing zh_CN.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/zh_CN/LC_MESSAGES/orage.mo
installing zh_TW.gmo as /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/locale/zh_TW/LC_MESSAGES/orage.mo
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/po'
Making install in sounds
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/orage/sounds'
 /usr/bin/install -c -m 644 KDE_Beep_Digital_1.ogg KDE_Beep_Digital_2.ogg Boiling.wav Knock.wav Phone.wav Spo.wav Tear.wav Wall_c.wav '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/orage/sounds'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/sounds'
Making install in src
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make  install-am
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[4]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c orage '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin'
libtool: install: /usr/bin/install -c orage /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin/orage
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/src'
Making install in globaltime
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c globaltime '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin'
libtool: install: /usr/bin/install -c globaltime /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/bin/globaltime
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
 /usr/bin/install -c -m 644 org.xfce.orage.globaltime.desktop '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/globaltime'
Making install in plugin
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
 /usr/bin/install -c -m 644 org.xfce.orage-settings.desktop '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/plugin'
Making install in panel-plugin
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/xfce4/panel/plugins'
 /usr/bin/install -c -m 644 org.xfce.orage.clock-plugin.desktop '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/xfce4/panel/plugins'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   liborageclock.la '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins'
libtool: install: /usr/bin/install -c .libs/liborageclock.so /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/liborageclock.so
libtool: install: /usr/bin/install -c .libs/liborageclock.lai /usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/liborageclock.la
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/panel-plugin'
make[2]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[3]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/metainfo'
 /usr/bin/install -c -m 644 org.xfce.orage.appdata.xml '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/metainfo'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
 /usr/bin/install -c -m 644 org.xfce.orage.desktop '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/applications'
 /usr/bin/mkdir -p '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/dbus-1/services'
 /usr/bin/install -c -m 644 org.xfce.orage.service '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0/debian/tmp/usr/share/dbus-1/services'
make[3]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[2]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
make[1]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
   debian/rules override_dh_install
make[1]: Entering directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
find debian/tmp -name '*.la' -delete
dh_install
make[1]: Leaving directory '/usr/local/src/XFCE4/ORAGE/BACKPORT_FROM_UNSTABLE/orage-4.16.0'
   dh_installdocs
   dh_installchangelogs
   dh_icons
   dh_perl
   dh_link
   dh_strip_nondeterminism
	Normalized debian/orage-data/usr/share/locale/vi/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/et/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/it/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/zh_CN/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/hr/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ja/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ur_PK/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/eo/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/pt_BR/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/hu/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/lt/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/zh_TW/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/tr/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/sk/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/cs/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ko/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/es/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/nn/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/gl/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/kk/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ms/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/fr/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ar/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/si/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/uk/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/en_AU/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/da/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ur/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ru/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/am/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/sv/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/bg/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/pt/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/sr/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/el/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/en_GB/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ast/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/is/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ro/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/eu/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/pl/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/de/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ug/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/ca/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/pa/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/oc/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/he/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/lv/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/be/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/nl/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/nb/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/fi/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/hy_AM/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/th/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/id/LC_MESSAGES/orage.mo
	Normalized debian/orage-data/usr/share/locale/sq/LC_MESSAGES/orage.mo
   dh_compress
   dh_fixperms
   dh_missing
dh_missing: warning: usr/share/dbus-1/services/org.xfce.orage.service exists in debian/tmp but is not installed to anywhere
	The following debhelper tools have reported what they installed (with files per package)
	 * dh_install: orage (5), orage-data (3)
	 * dh_installdocs: orage (0), orage-data (0)
	If the missing files are installed by another tool, please file a bug against it.
	When filing the report, if the tool is not part of debhelper itself, please reference the
	"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).
	  (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
	Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built
	If the omission is intentional or no other helper can take care of this consider adding the
	paths to debian/not-installed.
dh_missing: error: missing files, aborting
make: *** [debian/rules:14: binary] Error 255

Reply to: