Bug#806107: signond: FTBFS when built with dpkg-buildpackage -A (No such file or directory)
Package: src:signond Version: 8.57+20150423-3 User: sanv...@debian.org Usertags: binary-indep Severity: important Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed: [...] fakeroot debian/rules binary-indep /usr/bin/make -f debian/rules dhmk_run_build-indep_commands DHMK_TARGET="build-indep" make[1]: Entering directory '/<>/signond-8.57+20150423' dh_testdir # [-i] # Running override target (override_dh_auto_build) test -z "`ls debian/*.debhelper.log 2>/dev/null`" || sed -i '/^override_dh_auto_build[[:space:]]/d' debian/*.debhelper.log /usr/bin/make -f debian/rules override_dh_auto_build DH_INTERNAL_OVERRIDE="dh_auto_build" # [-i] make[2]: Entering directory '/<>/signond-8.57+20150423' QT_SELECT=qt4 dh_auto_build -Bbuild/qt4 make -j1 make[3]: Entering directory '/<>/signond-8.57+20150423/build/qt4' cd lib/ && make -f Makefile make[4]: Entering directory '/<>/signond-8.57+20150423/build/qt4/lib' cd signond/ && make -f Makefile make[5]: Entering directory '/<>/signond-8.57+20150423/build/qt4/lib/signond' cd SignOn/ && make -f Makefile make[6]: Entering directory '/<>/signond-8.57+20150423/build/qt4/lib/signond/SignOn' make -f Makefile.SignOnExtension make[7]: Entering directory '/<>/signond-8.57+20150423/build/qt4/lib/signond/SignOn' make[7]: Nothing to be done for 'first'. make[7]: Leaving directory '/<>/signond-8.57+20150423/build/qt4/lib/signond/SignOn' make[6]: Leaving directory '/<>/signond-8.57+20150423/build/qt4/lib/signond/SignOn' [... snipped ...] dh_auto_install -Bbuild/qt4 -plibsignon-qt-dev dh_auto_install: No packages to build. mv debian/tmp/usr/lib/x86_64-linux-gnu/cmake/SignOnQt debian/tmp/usr/lib/x86_64-linux-gnu/cmake/SignOnQt4 mv: cannot stat 'debian/tmp/usr/lib/x86_64-linux-gnu/cmake/SignOnQt': No such file or directory debian/rules:39: recipe for target 'override_dh_auto_install' failed make[2]: *** [override_dh_auto_install] Error 1 make[2]: Leaving directory '/<>/signond-8.57+20150423' /usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:97: recipe for target 'pre_install-indep_dh_auto_install' failed make[1]: *** [pre_install-indep_dh_auto_install] Error 2 make[1]: Leaving directory '/<>/signond-8.57+20150423' /usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:110: recipe for target 'debian/dhmk_install-indep' failed make: *** [debian/dhmk_install-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit status 2 Sorry not to have a fix, as I am reporting many bugs similar to this one, but I can give some general hints: * If all the arch-independent packages are dummy transitional packages released with jessie, the easy fix is to drop them now. * If not, debian/rules should be modified so that the binary-indep target works in all cases, even when binary-arch is not used (this is what the "Architecture: all" autobuilder does). For that: * If you are using debhelper, you might want to use options -a and -i for dh_* commands so that they do not act on packages they do not have to act. * Also, if you are using dh, the (independently) optional targets override_dh_foo-arch and override_dh_foo-indep (for several values of "foo") may be useful to write a debian/rules which behaves exactly as desired. After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work properly, this package will be suitable to be uploaded in source-only form if you wish (you might want to try it). Thanks.
Bug#806141: test suite times out
Source: kdbusaddons Version: 5.15.0-1 Severity: normal User: autopkgtest-de...@lists.alioth.debian.org Usertags: autopkgtest As you can see on https://ci.debian.net/packages/k/kdbusaddons/unstable/amd64/ the test suite for kdbusaddons is timing out on ci.debian.net. Looking at the latest test log it seems to be deadlocking at the very beginninf of the tests. I am blacklisting the package on ci.debian.net for now, and will reconsider that when this bug is fixed. -- System Information: Debian Release: stretch/sid APT prefers buildd-unstable APT policy: (500, 'buildd-unstable'), (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Antonio Terceiro signature.asc Description: PGP signature
Bug#806156: libsignon-glib: FTBFS: signon-auth-session.c:639:5: error: 'g_simple_async_result_propagate_error' is deprecated [-Werror=deprecated-declarations]
from signon-identity.h:28, | from signon-internals.h:41, | from signon-auth-session.c:41: | /usr/include/glib-2.0/gio/gsimpleasyncresult.h:104:6: note: declared here | voidg_simple_async_result_complete (GSimpleAsyncResult *simple); | ^ | signon-auth-session.c: In function 'signon_auth_session_process_async': | signon-auth-session.c:595:5: error: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Werror=deprecated-declarations] | res = g_simple_async_result_new ((GObject *)self, callback, user_data, | ^ | In file included from /usr/include/glib-2.0/gio/gio.h:113:0, | from ../libsignon-glib/signon-auth-session.h:29, | from signon-identity.h:28, | from signon-internals.h:41, | from signon-auth-session.c:41: | /usr/include/glib-2.0/gio/gsimpleasyncresult.h:51:21: note: declared here | GSimpleAsyncResult *g_simple_async_result_new (GObject *source_object, | ^ | signon-auth-session.c: In function 'signon_auth_session_process_finish': | signon-auth-session.c:639:5: error: 'g_simple_async_result_propagate_error' is deprecated [-Werror=deprecated-declarations] | if (g_simple_async_result_propagate_error (async_result, error)) | ^ | In file included from /usr/include/glib-2.0/gio/gio.h:113:0, | from ../libsignon-glib/signon-auth-session.h:29, | from signon-identity.h:28, | from signon-internals.h:41, | from signon-auth-session.c:41: | /usr/include/glib-2.0/gio/gsimpleasyncresult.h:119:10: note: declared here | gbooleang_simple_async_result_propagate_error (GSimpleAsyncResult *simple, | ^ | signon-auth-session.c:642:5: error: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Werror=deprecated-declarations] | reply = g_simple_async_result_get_op_res_gpointer (async_result); | ^ | In file included from /usr/include/glib-2.0/gio/gio.h:113:0, | from ../libsignon-glib/signon-auth-session.h:29, | from signon-identity.h:28, | from signon-internals.h:41, | from signon-auth-session.c:41: | /usr/include/glib-2.0/gio/gsimpleasyncresult.h:79:10: note: declared here | gpointerg_simple_async_result_get_op_res_gpointer (GSimpleAsyncResult *simple); | ^ | cc1: all warnings being treated as errors | make[4]: *** [libsignon_glib_la-signon-auth-session.lo] Error 1 For a full build log see https://people.debian.org/~sramacher/logs/libsignon-glib_1.12-1_amd64-20151124-2012.log Cheers -- Sebastian Ramacher signature.asc Description: PGP signature
Bug#804493: marked as done (ktp-common-internals: Hard codes dependency of libktpcommoninternals9 on obsolete package libtelepathy-logger-qt4-1)
Your message dated Tue, 24 Nov 2015 14:37:03 -0800 with message-id <90526470.mxymdh6U6z@myrada> and subject line fixed hard coded dependency has caused the Debian Bug report #804493, regarding ktp-common-internals: Hard codes dependency of libktpcommoninternals9 on obsolete package libtelepathy-logger-qt4-1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 804493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804493 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: ktp-common-internals Version: 15.08.2-1 Severity: serious When I run against my local mirror with all source packages locally rebuilt using the latest versions, I get this: root@frobozz:~# apt-get -s install libktpcommoninternals9 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libktpcommoninternals9 : Depends: libtelepathy-logger-qt4-1 (>= 0.8.0) but it is not installable E: Unable to correct problems, you have held broken packages. The libtelepathy-logger-qt4-1 package is only built by out-of-date versions of src:telepathy-logger-qt. (Marking this as serious as it will probably interfere with the new telepathy- logger-qt transitioning into testing, as far as I can tell. It will also probably cause issues on debian-ports architectures - though admittedly that part of it would only merit Severity: important.) -- Daniel Schepler --- End Message --- --- Begin Message --- version: 15.08.2-2 I fixed the dependency in the listed version but only closed one of the reported bugs in the changelog. Diane--- End Message ---
Failure: chroot-installation_sid_install_kde/1045
See https://jenkins.debian.net/job/chroot-installation_sid_install_kde/1045//console or just https://jenkins.debian.net/job/chroot-installation_sid_install_kde/1045/ for more information.