Your message dated Sat, 09 Nov 2013 13:03:30 +0000
with message-id <e1vf8ci-00069d...@franck.debian.org>
and subject line Bug#726341: fixed in ideviceinstaller 1.0.1-0.1
has caused the Debian Bug report #726341,
regarding ideviceinstaller: FTBFS against libimobildevice 1.1.5
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.)
--
726341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726341
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ideviceinstaller
Version: 1.0.0-1.2
Severity: normal
Hello,
ideviceinstaller does not build against newer versions of libimobildevice,
namely 1.1.5:
----------------------
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/libxml2
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/lib/libzip/include
-g -O2 -c -o ideviceinstaller-ideviceinstaller.o `test -f 'ideviceinstaller.c'
|| echo './'`ideviceinstaller.c
ideviceinstaller.c: In function 'zip_f_get_contents':
ideviceinstaller.c:164:14: error: 'LLONG_MAX' undeclared (first use in this
function)
if (zs.size>LLONG_MAX || zip_fread(zfile, *buffer, zs.size) !=
(zip_int64_t)zs.size) {
^
ideviceinstaller.c:164:14: note: each undeclared identifier is reported only
once for each function it appears in
ideviceinstaller.c: In function 'main':
ideviceinstaller.c:351:5: error: passing argument 3 of
'lockdownd_start_service' from incompatible pointer type [-Werror]
&port) != LOCKDOWN_E_SUCCESS) || !port) {
^
In file included from ideviceinstaller.c:36:0:
/usr/include/libimobiledevice/lockdown.h:89:19: note: expected 'struct
lockdownd_service_descriptor **' but argument is of type 'uint16_t *'
lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const
char *identifier, lockdownd_service_descriptor_t *service);
^
ideviceinstaller.c:357:2: error: passing argument 2 of 'np_client_new' makes
pointer from integer without a cast [-Werror]
if (np_client_new(phone, port, &np) != NP_E_SUCCESS) {
^
In file included from ideviceinstaller.c:38:0:
/usr/include/libimobiledevice/notification_proxy.h:94:12: note: expected
'lockdownd_service_descriptor_t' but argument is of type 'uint16_t'
np_error_t np_client_new(idevice_t device, lockdownd_service_descriptor_t
service, np_client_t *client);
^
ideviceinstaller.c:376:5: error: passing argument 3 of
'lockdownd_start_service' from incompatible pointer type [-Werror]
&port) != LOCKDOWN_E_SUCCESS) || !port) {
^
In file included from ideviceinstaller.c:36:0:
/usr/include/libimobiledevice/lockdown.h:89:19: note: expected 'struct
lockdownd_service_descriptor **' but argument is of type 'uint16_t *'
lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const
char *identifier, lockdownd_service_descriptor_t *service);
^
ideviceinstaller.c:382:2: error: passing argument 2 of 'instproxy_client_new'
makes pointer from integer without a cast [-Werror]
if (instproxy_client_new(phone, port, &ipc) != INSTPROXY_E_SUCCESS) {
^
In file included from ideviceinstaller.c:37:0:
/usr/include/libimobiledevice/installation_proxy.h:55:19: note: expected
'lockdownd_service_descriptor_t' but argument is of type 'uint16_t'
instproxy_error_t instproxy_client_new(idevice_t device,
lockdownd_service_descriptor_t service, instproxy_client_t *client);
^
ideviceinstaller.c:498:3: error: passing argument 3 of
'lockdownd_start_service' from incompatible pointer type [-Werror]
if ((lockdownd_start_service(client, "com.apple.afc", &port) !=
^
In file included from ideviceinstaller.c:36:0:
/usr/include/libimobiledevice/lockdown.h:89:19: note: expected 'struct
lockdownd_service_descriptor **' but argument is of type 'uint16_t *'
lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const
char *identifier, lockdownd_service_descriptor_t *service);
^
ideviceinstaller.c:507:3: error: passing argument 2 of 'afc_client_new' makes
pointer from integer without a cast [-Werror]
if (afc_client_new(phone, port, &afc) != INSTPROXY_E_SUCCESS) {
^
In file included from ideviceinstaller.c:39:0:
/usr/include/libimobiledevice/afc.h:96:13: note: expected
'lockdownd_service_descriptor_t' but argument is of type 'uint16_t'
afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t
service, afc_client_t *client);
^
ideviceinstaller.c:839:4: error: passing argument 3 of
'lockdownd_start_service' from incompatible pointer type [-Werror]
if ((lockdownd_start_service(client, "com.apple.afc", &port) !=
LOCKDOWN_E_SUCCESS) || !port) {
^
In file included from ideviceinstaller.c:36:0:
/usr/include/libimobiledevice/lockdown.h:89:19: note: expected 'struct
lockdownd_service_descriptor **' but argument is of type 'uint16_t *'
lockdownd_error_t lockdownd_start_service(lockdownd_client_t client, const
char *identifier, lockdownd_service_descriptor_t *service);
^
ideviceinstaller.c:848:4: error: passing argument 2 of 'afc_client_new' makes
pointer from integer without a cast [-Werror]
if (afc_client_new(phone, port, &afc) != INSTPROXY_E_SUCCESS) {
^
In file included from ideviceinstaller.c:39:0:
/usr/include/libimobiledevice/afc.h:96:13: note: expected
'lockdownd_service_descriptor_t' but argument is of type 'uint16_t'
afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t
service, afc_client_t *client);
^
cc1: all warnings being treated as errors
make[3]: *** [ideviceinstaller-ideviceinstaller.o] Error 1
make[3]: Leaving directory `/tmp/LIBIMOB/ideviceinstaller-1.0.0/src'
----------------------
libimobildevice 1.1.5 is available in experimental currently and will be
uploaded to sid soonish, since the sid version does not build and will be
uninstallable soon.
The bug in ideviceinstaller seems to be fixed in Ubuntu already.
cu Andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--- End Message ---
--- Begin Message ---
Source: ideviceinstaller
Source-Version: 1.0.1-0.1
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 726...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Metzler <ametz...@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: SHA512
Format: 1.8
Date: Sat, 09 Nov 2013 12:53:52 +0100
Source: ideviceinstaller
Binary: ideviceinstaller ideviceinstaller-dbg
Architecture: source i386
Version: 1.0.1-0.1
Distribution: experimental
Urgency: low
Maintainer: Julien Lavergne <julien.laver...@gmail.com>
Changed-By: Andreas Metzler <ametz...@debian.org>
Description:
ideviceinstaller - Utility to manage installed applications on an iDevice
ideviceinstaller-dbg - Utility to manage installed applications on an iDevice
- debug
Closes: 726341
Changes:
ideviceinstaller (1.0.1-0.1) experimental; urgency=low
.
* Non-maintainer upload.
* Sync from Ubuntu.
+ Includes fix for building against libimobiledevice4. Closes: #726341
Checksums-Sha1:
9436022ccdf62b27070c061ae99b124c64619c02 1953 ideviceinstaller_1.0.1-0.1.dsc
7dd57f5d6d4466d8eca5d28fef3c22033b2af2da 259871
ideviceinstaller_1.0.1.orig.tar.bz2
8db2291fe6c25943684588baa0c0ce8ae014e085 4007
ideviceinstaller_1.0.1-0.1.debian.tar.gz
2738b63c0d82ca0320d0822bf7f23b9a3d80e339 12662
ideviceinstaller_1.0.1-0.1_i386.deb
c8636daed4da2a122d1ab06a023bf282e9530164 16482
ideviceinstaller-dbg_1.0.1-0.1_i386.deb
Checksums-Sha256:
df7775165099d445ca831ad3550831c493504539361cae5a345d5b1070146072 1953
ideviceinstaller_1.0.1-0.1.dsc
e2e5dc41c08cce7cec9edaf4596322f424d5195c255d3c1b957b81b45529b4f5 259871
ideviceinstaller_1.0.1.orig.tar.bz2
bf2c0f98b1a8f70624c953f91be98661a6c9bed361f499b3b1da68c165799032 4007
ideviceinstaller_1.0.1-0.1.debian.tar.gz
a19a34ea30624ebf7a437f873824dcd9e8d72f15b750b7a03b35c1b094c268ce 12662
ideviceinstaller_1.0.1-0.1_i386.deb
f6c6eec78fa9ee0e17c7c7ed4e23b5fbcbdcea5dd4228643b589fee94d6419f1 16482
ideviceinstaller-dbg_1.0.1-0.1_i386.deb
Files:
2cc7b67e6fc557e7c40a68e8e01a9c7b 1953 utils optional
ideviceinstaller_1.0.1-0.1.dsc
749b2062e86a00c0903ca8d5f0acabc6 259871 utils optional
ideviceinstaller_1.0.1.orig.tar.bz2
bd6aa01b8670193eee8ee9a8fb9db798 4007 utils optional
ideviceinstaller_1.0.1-0.1.debian.tar.gz
98c3b17e03b7edc4eaade4946570b459 12662 utils optional
ideviceinstaller_1.0.1-0.1_i386.deb
46757925097c159eb591994ac1c0b60b 16482 debug extra
ideviceinstaller-dbg_1.0.1-0.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJSfi/BAAoJEKVPAYVDghSE/eYP/2kpC+5ErPk/22Y6mSRdFc1A
q60TQOxgFk2KbkRvTmfLn6MhRBzSSUVD/Old+yoq6VEXnPJxEj9cs2Ud5RwVgZpK
kqFr2Nn4wmsP32zqual/oRA7fxpe2VkW6ow2nxp7rGUZC95R7qfEB+KllvhmN6Js
O4qzj0Qbim6CgGbj20+Gq932Vh3RkmuvOgNBe2QOgx5iAE/i55oRyu/XKpgKbHuW
jC2dqC/e+IbhdCD59ms8iHOJ6u83T21WpNtaKRhrtDpwvpEp5ED2OrDn2MhZA71R
A3gys2i1hPnQ4Z60LZR1l7PmJs9n0MykO7gHuL3Yikf6vFyFOqIm7jwgGTwDsFkf
FllNzQFcWBqQSj/44DVn4uZTHksqaBYF3zeOe2cPlbMmdo8Kwgme/QKFbbJcjF1S
vw3YYQckibh4j14Sd7TCvncpsI2ZtGBvbNvIedoWAhDuN8BuIimtKWEmrkWt7OyW
xHS4fsCSYrTqQ8DxT2AWxsDuJa7eoUPpWefOV8ZXF9iqVi7cBE0deYds3zOT1lBI
zuvzmxOIv+uXvOj2srM38ZBhp909FETaHX1o91OcUcXQKBdLkuoYMug2gApgsvlh
QQcu/KwZSCDeEYxmHnKf0CzBKqAZnXNdo49xi2qhfYjy3VB3Wprg845LOsN+Ecub
dEiwqroNE6dGXNhGhUjg
=iB/j
-----END PGP SIGNATURE-----
--- End Message ---