Package: android-tools
Version: 4.2.2+git20130529
Severity: normal
This package has ftbfs problem on mips64el, build success on amd64 and i386.
Here is the error log:
android-tools-4.2.2+git20130529/extras/ext4_utils/ext4_utils.h:83:15:
error: conflicting types for ‘u64’
#define __u64 u64
^
android-tools-4.2.2+git20130529/extras/ext4_utils/ext4_utils.h:94:28: note:
previous declaration of ‘u64’ was here
typedef unsigned long long u64;
^
/android-tools-4.2.2+git20130529/extras/ext4_utils/ext4_utils.c:411:5:
error: conflicting types for ‘get_file_size’
u64 get_file_size(int fd)
^
In file included from
/home/syq/android-tools/android-tools-4.2.2+git20130529/extras/ext4_utils/ext4_utils.c:17:0:
/home/syq/android-tools/android-tools-4.2.2+git20130529/extras/ext4_utils/ext4_utils.h:177:5:
note: previous declaration of ‘get_file_size’ was here
u64 get_file_size(int fd);
^
android-tools-4.2.2+git20130529/extras/ext4_utils/ext4_utils.c:440:5:
error: conflicting types for ‘parse_num’
u64 parse_num(const char *arg)
^
In file included from
/home/syq/android-tools/android-tools-4.2.2+git20130529/extras/ext4_utils/ext4_utils.c:17:0:
/home/syq/android-tools/android-tools-4.2.2+git20130529/extras/ext4_utils/ext4_utils.h:178:5:
note: previous declaration of ‘parse_num’ was here
u64 parse_num(const char *arg);
^
make[2]: *** [ext4_utils.o] Error 1
make[2]: Leaving directory
`/home/syq/android-tools/android-tools-4.2.2+git20130529/builddir/fastboot'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory
`/home/syq/android-tools/android-tools-4.2.2+git20130529'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2