Your message dated Tue, 19 Jan 2016 16:49:04 +0000 with message-id <e1alzsq-000108...@franck.debian.org> and subject line Bug#810520: fixed in ideviceinstaller 1.0.1-0.3 has caused the Debian Bug report #810520, regarding ideviceinstaller: FTBFS: ideviceinstaller.c:527:44: error: comparison between 'afc_error_t {aka enum <anonymous>}' and 'enum <anonymous>' 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.) -- 810520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810520 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ideviceinstaller Version: 1.0.1-0.2 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Dear Maintainer, ideviceinstaller fails to build from source in unstable/amd64: [..] Making all in src make[3]: Entering directory '/home/lamby/temp/cdt.20160109134246.2sBBOkcruS/ideviceinstaller-1.0.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Werror -g -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/lib/x86_64-linux-gnu/libzip/include -g -O2 -c -o ideviceinstaller-ideviceinstaller.o `test -f 'ideviceinstaller.c' || echo './'`ideviceinstaller.c ideviceinstaller.c: In function 'main': ideviceinstaller.c:527:44: error: comparison between 'afc_error_t {aka enum <anonymous>}' and 'enum <anonymous>' [-Werror=enum-compare] if (afc_client_new(phone, service, &afc) != INSTPROXY_E_SUCCESS) { ^ ideviceinstaller.c:694:49: error: passing argument 4 of 'instproxy_install' from incompatible pointer type [-Werror=incompatible-pointer-types] instproxy_install(ipc, pkgname, client_opts, status_cb, NULL); ^ In file included from ideviceinstaller.c:40:0: /usr/include/libimobiledevice/installation_proxy.h:234:19: note: expected 'instproxy_status_cb_t {aka void (*)(void *, void *, void *)}' but argument is of type 'void (*)(const char *, void *, void *)' instproxy_error_t instproxy_install(instproxy_client_t client, const char *pkg_path, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); ^ ideviceinstaller.c:701:49: error: passing argument 4 of 'instproxy_upgrade' from incompatible pointer type [-Werror=incompatible-pointer-types] instproxy_upgrade(ipc, pkgname, client_opts, status_cb, NULL); ^ In file included from ideviceinstaller.c:40:0: /usr/include/libimobiledevice/installation_proxy.h:262:19: note: expected 'instproxy_status_cb_t {aka void (*)(void *, void *, void *)}' but argument is of type 'void (*)(const char *, void *, void *)' instproxy_error_t instproxy_upgrade(instproxy_client_t client, const char *pkg_path, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); ^ ideviceinstaller.c:712:41: error: passing argument 4 of 'instproxy_uninstall' from incompatible pointer type [-Werror=incompatible-pointer-types] instproxy_uninstall(ipc, appid, NULL, status_cb, NULL); ^ In file included from ideviceinstaller.c:40:0: /usr/include/libimobiledevice/installation_proxy.h:283:19: note: expected 'instproxy_status_cb_t {aka void (*)(void *, void *, void *)}' but argument is of type 'void (*)(const char *, void *, void *)' instproxy_error_t instproxy_uninstall(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); ^ ideviceinstaller.c:875:45: error: comparison between 'afc_error_t {aka enum <anonymous>}' and 'enum <anonymous>' [-Werror=enum-compare] if (afc_client_new(phone, service, &afc) != INSTPROXY_E_SUCCESS) { ^ ideviceinstaller.c:882:46: error: passing argument 4 of 'instproxy_archive' from incompatible pointer type [-Werror=incompatible-pointer-types] instproxy_archive(ipc, appid, client_opts, status_cb, NULL); ^ In file included from ideviceinstaller.c:40:0: /usr/include/libimobiledevice/installation_proxy.h:325:19: note: expected 'instproxy_status_cb_t {aka void (*)(void *, void *, void *)}' but argument is of type 'void (*)(const char *, void *, void *)' instproxy_error_t instproxy_archive(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); ^ ideviceinstaller.c:1020:39: error: passing argument 4 of 'instproxy_restore' from incompatible pointer type [-Werror=incompatible-pointer-types] instproxy_restore(ipc, appid, NULL, status_cb, NULL); ^ In file included from ideviceinstaller.c:40:0: /usr/include/libimobiledevice/installation_proxy.h:349:19: note: expected 'instproxy_status_cb_t {aka void (*)(void *, void *, void *)}' but argument is of type 'void (*)(const char *, void *, void *)' instproxy_error_t instproxy_restore(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); ^ ideviceinstaller.c:1028:46: error: passing argument 4 of 'instproxy_remove_archive' from incompatible pointer type [-Werror=incompatible-pointer-types] instproxy_remove_archive(ipc, appid, NULL, status_cb, NULL); ^ In file included from ideviceinstaller.c:40:0: /usr/include/libimobiledevice/installation_proxy.h:372:19: note: expected 'instproxy_status_cb_t {aka void (*)(void *, void *, void *)}' but argument is of type 'void (*)(const char *, void *, void *)' instproxy_error_t instproxy_remove_archive(instproxy_client_t client, const char *appid, plist_t client_options, instproxy_status_cb_t status_cb, void *user_data); ^ cc1: all warnings being treated as errors Makefile:453: recipe for target 'ideviceinstaller-ideviceinstaller.o' failed make[3]: *** [ideviceinstaller-ideviceinstaller.o] Error 1 make[3]: Leaving directory '/home/lamby/temp/cdt.20160109134246.2sBBOkcruS/ideviceinstaller-1.0.1/src' Makefile:415: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/lamby/temp/cdt.20160109134246.2sBBOkcruS/ideviceinstaller-1.0.1' Makefile:347: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/lamby/temp/cdt.20160109134246.2sBBOkcruS/ideviceinstaller-1.0.1' dh_auto_build: make -j1 returned exit code 2 debian/rules:15: recipe for target 'build' failed make: *** [build] Error 2 [..] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
ideviceinstaller.1.0.1-0.2.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: ideviceinstaller Source-Version: 1.0.1-0.3 We believe that the bug you reported is fixed in the latest version of ideviceinstaller, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 810...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <a...@debian.org> (supplier of updated ideviceinstaller package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 19 Jan 2016 17:27:42 +0100 Source: ideviceinstaller Binary: ideviceinstaller ideviceinstaller-dbg Architecture: source Version: 1.0.1-0.3 Distribution: unstable Urgency: medium Maintainer: Julien Lavergne <julien.laver...@gmail.com> Changed-By: Andreas Beckmann <a...@debian.org> Description: ideviceinstaller - Utility to manage installed applications on an iDevice ideviceinstaller-dbg - Utility to manage installed applications on an iDevice - debug Closes: 810520 Changes: ideviceinstaller (1.0.1-0.3) unstable; urgency=medium . * Non-maintainer upload. . [ Peter Michael Green ] * Disable -Werror. (Closes: #810520) Checksums-Sha1: 772e554bca676d66c9a47851e57f747e646c58e2 1950 ideviceinstaller_1.0.1-0.3.dsc dc0f1d18af36091511f4b9b7c068c9ab858795fe 4664 ideviceinstaller_1.0.1-0.3.debian.tar.xz Checksums-Sha256: b26c3368dc9875501b490691ed206a32cfea04dad103b33de4728aa6d4e17cd3 1950 ideviceinstaller_1.0.1-0.3.dsc 83ead4f0f60fbe45d7fc9dabf1ed6203395669a03cd537568e1ba26fdfcaaa52 4664 ideviceinstaller_1.0.1-0.3.debian.tar.xz Files: 159d049e96350defa3e41b23d3281a85 1950 utils optional ideviceinstaller_1.0.1-0.3.dsc f098cbafa4e4b2002219f9811a6941f6 4664 utils optional ideviceinstaller_1.0.1-0.3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJWnmYMAAoJEF+zP5NZ6e0IWgQP/3XaYDZcG5vMbuqtAQ0DihL7 /zefnHj0JhAxaDOr2LHq73GYTbA43L1rjalmhvOTzacrBFyG55I84dEINMYRdGnS tYRNdSt4PPYnuksY2ZjSkowf/YYK6FatFk2Hy6G9BiDT52ve9mrk3nT5SU5C2C6a iL7Lps848XEqlgUVkuAvoepO+O8TZ37BOwbxx/PpFsDRFElrr3jo5sesplWQkEB8 Sub09DFeaTjlIG4NyP/l0kYpdbTB+wRkBRzvXp9ihObeUa5lb4WvruAAWv/+M6vR twsr8jaCryDcl8jz2Fh8wejgObCsCffAOPmzCD5i0TrfxVwTQydkuelI+usu3rhI BUagylzPhqX3A7+gJPQinU3mPnJ4GXtb3d9+o8uDx8c1viaIG4AnJrvwKnsY7CTa faNADYB2joTX7WWzxO+dh/a3h3jLYlWFUUFKfpFqxWP96wzKke52tX/BPQfPKIw2 MiIMnJGR13iJouKdKCUjLeOcBzjVmX8wN+2YzP7ZhPlvl4JnlHcbJLNCHCpqeAeH su2ndgJgfNw13QeRLah32WlLwzLJoiDIoBrnwXsJxPMb6DMt6iMoVV5qA/bvmPlc +i/Nzz+rGuEowVR6N8j7GKuxqnmBERRP/izW2q/eED1yKlptYvEf23k9nuMno4v4 qWpNkyqLnib47S6Sbhlf =jKQ8 -----END PGP SIGNATURE-----
--- End Message ---