Your message dated Sat, 13 Oct 2018 20:10:27 +0000
with message-id <e1gbqf1-0008eu...@fasolo.debian.org>
and subject line Bug#892170: fixed in android-platform-system-extras 8.1.0+r23-1
has caused the Debian Bug report #892170,
regarding android-platform-system-extras FTBFS with libf2fs-dev 1.10.0-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.)


-- 
892170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892170
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: android-platform-system-extras
Version: 7.0.0+r33-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/android-platform-system-extras.html

...
make -f debian/libf2fs_utils.mk
make[2]: Entering directory 
'/build/1st/android-platform-system-extras-7.0.0+r33'
cc f2fs_utils/f2fs_utils.c f2fs_utils/f2fs_ioutils.c f2fs_utils/f2fs_dlutils.c 
f2fs_utils/make_f2fs_main.c -o libf2fs_utils.so.0 -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/android -I/usr/include/f2fs-tools -include 
stddef.h -Wl,-z,relro -fPIC -shared -Wl,-soname,libf2fs_utils.so.0 
-Wl,-rpath=/usr/lib/x86_64-linux-gnu/android 
-L/usr/lib/x86_64-linux-gnu/android -lsparse -ldl
f2fs_utils/f2fs_utils.c: In function 'reset_f2fs_info':
f2fs_utils/f2fs_utils.c:53:9: error: 'struct f2fs_configuration' has no member 
named 'fd'; did you mean 'kd'?
  config.fd = -1;
         ^~
         kd
f2fs_utils/f2fs_utils.c: In function 'make_f2fs_sparse_fd':
f2fs_utils/f2fs_utils.c:67:2: error: too many arguments to function 
'f2fs_init_configuration'
  f2fs_init_configuration(&config);
  ^~~~~~~~~~~~~~~~~~~~~~~
In file included from f2fs_utils/f2fs_utils.c:34:0:
/usr/include/f2fs-tools/f2fs_fs.h:1170:13: note: declared here
 extern void f2fs_init_configuration(void);
             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from f2fs_utils/f2fs_ioutils.c:45:0:
/usr/include/f2fs-tools/f2fs_fs.h:80:13: error: conflicting types for '__u64'
 typedef u64 __u64;
             ^~~~~
In file included from /usr/include/asm-generic/types.h:7:0,
                 from /usr/include/x86_64-linux-gnu/asm/types.h:5,
                 from f2fs_utils/f2fs_ioutils.c:32:
/usr/include/asm-generic/int-ll64.h:31:42: note: previous declaration of 
'__u64' was here
 __extension__ typedef unsigned long long __u64;
                                          ^~~~~
In file included from f2fs_utils/f2fs_ioutils.c:45:0:
/usr/include/f2fs-tools/f2fs_fs.h:83:13: error: conflicting types for '__le64'
 typedef u64 __le64;
             ^~~~~~
In file included from /usr/include/linux/fs.h:15:0,
                 from f2fs_utils/f2fs_ioutils.c:36:
/usr/include/linux/types.h:28:25: note: previous declaration of '__le64' was 
here
 typedef __u64 __bitwise __le64;
                         ^~~~~~
In file included from f2fs_utils/f2fs_ioutils.c:45:0:
/usr/include/f2fs-tools/f2fs_fs.h:86:13: error: conflicting types for '__be64'
 typedef u64 __be64;
             ^~~~~~
In file included from /usr/include/linux/fs.h:15:0,
                 from f2fs_utils/f2fs_ioutils.c:36:
/usr/include/linux/types.h:29:25: note: previous declaration of '__be64' was 
here
 typedef __u64 __bitwise __be64;
                         ^~~~~~
f2fs_utils/f2fs_ioutils.c: In function 'dev_write_fd':
f2fs_utils/f2fs_ioutils.c:99:21: error: 'struct f2fs_configuration' has no 
member named 'fd'; did you mean 'kd'?
  if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
                     ^~
                     kd
f2fs_utils/f2fs_ioutils.c:101:33: error: 'struct f2fs_configuration' has no 
member named 'fd'; did you mean 'kd'?
  ssize_t written = write(config.fd, buf, len);
                                 ^~
                                 kd
f2fs_utils/f2fs_ioutils.c: At top level:
f2fs_utils/f2fs_ioutils.c:141:6: error: conflicting types for 
'f2fs_finalize_device'
 void f2fs_finalize_device(struct f2fs_configuration *c)
      ^~~~~~~~~~~~~~~~~~~~
In file included from f2fs_utils/f2fs_ioutils.c:45:0:
/usr/include/f2fs-tools/f2fs_fs.h:1176:12: note: previous declaration of 
'f2fs_finalize_device' was here
 extern int f2fs_finalize_device(void);
            ^~~~~~~~~~~~~~~~~~~~
f2fs_utils/f2fs_ioutils.c: In function 'f2fs_trim_device':
f2fs_utils/f2fs_ioutils.c:146:1: error: number of arguments doesn't match 
prototype
 {
 ^
In file included from f2fs_utils/f2fs_ioutils.c:46:0:
/usr/include/f2fs-tools/f2fs_format_utils.h:15:5: error: prototype declaration
 int f2fs_trim_device(int, u_int64_t);
     ^~~~~~~~~~~~~~~~
f2fs_utils/f2fs_ioutils.c: In function 'dev_write':
f2fs_utils/f2fs_ioutils.c:165:13: error: 'struct f2fs_configuration' has no 
member named 'fd'; did you mean 'kd'?
  if (config.fd >= 0) {
             ^~
             kd
f2fs_utils/f2fs_ioutils.c: In function 'dev_fill':
f2fs_utils/f2fs_ioutils.c:176:13: error: 'struct f2fs_configuration' has no 
member named 'fd'; did you mean 'kd'?
  if (config.fd >= 0) {
             ^~
             kd
f2fs_utils/f2fs_dlutils.c:48:6: error: conflicting types for 
'f2fs_init_configuration'
 void f2fs_init_configuration(struct f2fs_configuration *config) {
      ^~~~~~~~~~~~~~~~~~~~~~~
In file included from f2fs_utils/f2fs_dlutils.c:36:0:
/usr/include/f2fs-tools/f2fs_fs.h:1170:13: note: previous declaration of 
'f2fs_init_configuration' was here
 extern void f2fs_init_configuration(void);
             ^~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [debian/libf2fs_utils.mk:11: build] Error 1

--- End Message ---
--- Begin Message ---
Source: android-platform-system-extras
Source-Version: 8.1.0+r23-1

We believe that the bug you reported is fixed in the latest version of
android-platform-system-extras, 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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kai-Chung Yan <seamli...@gmail.com> (supplier of updated 
android-platform-system-extras 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: Sun, 30 Sep 2018 21:08:46 +0800
Source: android-platform-system-extras
Binary: android-sdk-ext4-utils android-libf2fs-utils android-libf2fs-utils-dev 
android-libext4-utils android-libext4-utils-dev
Architecture: source amd64
Version: 8.1.0+r23-1
Distribution: experimental
Urgency: medium
Maintainer: Android Tools Maintainers 
<android-tools-de...@lists.alioth.debian.org>
Changed-By: Kai-Chung Yan <seamli...@gmail.com>
Description:
 android-libext4-utils - Android ext4 utility library
 android-libext4-utils-dev - Android ext4 utility library - Development files
 android-libf2fs-utils - Android F2FS utility library
 android-libf2fs-utils-dev - Android F2FS utility library - Development files
 android-sdk-ext4-utils - Android ext4-utils tools
Closes: 892170
Changes:
 android-platform-system-extras (8.1.0+r23-1) experimental; urgency=medium
 .
   [ Hans-Christoph Steiner ]
   * New upstream release
   * d/copyright: Use HTTPS URLs
   * Switch to Salsa
 .
   [ Saif Abdul Cassim ]
   * New package android-sdk-ext4-utils providing:
     * mkuserimg
     * ext4fixup
     * make_ext4fs
     * This package is replacing the obsolete android-tools-fsutils
 .
   [ Kai-Chung Yan ]
   * Debhelper level => 11
   * d/rules: Use dh-auto-build instead of plain make thanks to Helmut Grohne
   * Fix the conflicting types errors (Closes: #892170)
   * Standards-Version => 4.2.1
Checksums-Sha1:
 de8704f40b4b2c7155bd220a48fd35c3612c8a81 3153 
android-platform-system-extras_8.1.0+r23-1.dsc
 48a471b0d5922fe4978067756c0fef6ab97bca17 1985180 
android-platform-system-extras_8.1.0+r23.orig.tar.xz
 b8f8250c1fbffd332d9990234b39ffafb28073d5 5872 
android-platform-system-extras_8.1.0+r23-1.debian.tar.xz
 2e784d572600036846a8202a92552f2679dc00f4 100556 
android-libext4-utils-dbgsym_8.1.0+r23-1_amd64.deb
 b1d3ccae3bb56d613dd00fa0432c038d020423ca 12140 
android-libext4-utils-dev_8.1.0+r23-1_amd64.deb
 fcf37b63091a1df7b56036e8c2218664a00a3284 38736 
android-libext4-utils_8.1.0+r23-1_amd64.deb
 f3cfe7a59b580da831615543b9bb0fbdff4592c3 13168 
android-libf2fs-utils-dbgsym_8.1.0+r23-1_amd64.deb
 ed6045afd99fca6d3c3bab0297b87f0f32bf2b64 3852 
android-libf2fs-utils-dev_8.1.0+r23-1_amd64.deb
 94c30e9c945e3ece6b975d280e3dc998a63bcc4b 10984 
android-libf2fs-utils_8.1.0+r23-1_amd64.deb
 fb50b3839f0b593ac7c7503f35e07e76b0f97cc1 8579 
android-platform-system-extras_8.1.0+r23-1_amd64.buildinfo
 ef7cd73b368ae3bc4ccf147df487bd639778ca06 13424 
android-sdk-ext4-utils-dbgsym_8.1.0+r23-1_amd64.deb
 110745d7b46a9a65f14bb1b15729ac3aa2c3e155 13900 
android-sdk-ext4-utils_8.1.0+r23-1_amd64.deb
Checksums-Sha256:
 4caab282fa879969a11a97643b42288553b23a1de921ad496a12eb6d167c72ac 3153 
android-platform-system-extras_8.1.0+r23-1.dsc
 c1a0c4e38414e3c1becf80992fa064a59f8b039e66266e4af78a946b56b8c7e0 1985180 
android-platform-system-extras_8.1.0+r23.orig.tar.xz
 c68140686f4a3ca887ff00bb701e172cbfc05b4dd8ee2dca1baaab444ffa898c 5872 
android-platform-system-extras_8.1.0+r23-1.debian.tar.xz
 840e74aed5fafba4964a0e4c9fc0f1425d43b44180ec5fc4fa5fa69b28f1af92 100556 
android-libext4-utils-dbgsym_8.1.0+r23-1_amd64.deb
 cf1945876f1f0918b845ec3c1162f3d8da6c62ccdfce6500255bd9441f083935 12140 
android-libext4-utils-dev_8.1.0+r23-1_amd64.deb
 a2efcc4932afd58c62849aa87427ff0400b3678db68449725a02d939fccf077c 38736 
android-libext4-utils_8.1.0+r23-1_amd64.deb
 6b30fd51fb07ab971300d0b017a84a1f0267f09da2b7c5542dd5c7f683053524 13168 
android-libf2fs-utils-dbgsym_8.1.0+r23-1_amd64.deb
 7f1ba5b783b20f38556fbc1c4180b30192cc67d0e0698f0a5a1cf259c5f02995 3852 
android-libf2fs-utils-dev_8.1.0+r23-1_amd64.deb
 6f556537996d97ee9c0f1aa09061531fcfaeed65b7f073daab66052eecc431dd 10984 
android-libf2fs-utils_8.1.0+r23-1_amd64.deb
 d69900ec30555078ed3d505711da24c5ec7175d94721556ef127d3c47e1479d4 8579 
android-platform-system-extras_8.1.0+r23-1_amd64.buildinfo
 be4b321d1661bce577ba0c7556d0c44e011f6c0e1e700c3f398468a2ba4c0de3 13424 
android-sdk-ext4-utils-dbgsym_8.1.0+r23-1_amd64.deb
 71e0b39756a7320ee2d0dd368db799f7ac4d1c38100935b0997c6d3d6c558f52 13900 
android-sdk-ext4-utils_8.1.0+r23-1_amd64.deb
Files:
 9ed0d6ccebeec93207c12de1a1374193 3153 devel optional 
android-platform-system-extras_8.1.0+r23-1.dsc
 3cf265cf493f08199a937930d1f15bd6 1985180 devel optional 
android-platform-system-extras_8.1.0+r23.orig.tar.xz
 c50e2d3866af2b3a47b5dc626fa7d3b4 5872 devel optional 
android-platform-system-extras_8.1.0+r23-1.debian.tar.xz
 ced02a899cb2557b25a9b256795c8118 100556 debug optional 
android-libext4-utils-dbgsym_8.1.0+r23-1_amd64.deb
 44a49aaa8d851cf5a17d023be578713a 12140 libdevel optional 
android-libext4-utils-dev_8.1.0+r23-1_amd64.deb
 07ba96e1c10e252527d1b730dcae0240 38736 libs optional 
android-libext4-utils_8.1.0+r23-1_amd64.deb
 7ccf083560a916e8ad9e18140116bb81 13168 debug optional 
android-libf2fs-utils-dbgsym_8.1.0+r23-1_amd64.deb
 234b2ec0960342518734151d5235caf3 3852 libdevel optional 
android-libf2fs-utils-dev_8.1.0+r23-1_amd64.deb
 0c46257fe4ccbce45fe845de61e39645 10984 libs optional 
android-libf2fs-utils_8.1.0+r23-1_amd64.deb
 6808807dfc24480786904552631495fe 8579 devel optional 
android-platform-system-extras_8.1.0+r23-1_amd64.buildinfo
 003ea5390ce46718e21c2b8914be6829 13424 debug optional 
android-sdk-ext4-utils-dbgsym_8.1.0+r23-1_amd64.deb
 54e7ea70684c5fb46756b383c7e9f3eb 13900 utils optional 
android-sdk-ext4-utils_8.1.0+r23-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAlvCFEEQHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qL9iD/41ImVeKPdL0b0yUUjzPe5lVGx8XYmS9voA
A+8qow94e/IGCthsithIIg3uQA8QVr6MT+eOY6dZmpmD7kG6WH8F0UC72EuYxqdG
hOs9gYJOFq5HOe/h3dDkNQK4VxP68pr8XV8IuRc3Na3MkeJDGaX2mzQee4Pwd2pq
MG3Deq54KXQRQxr0wBZmALiqB+P9YaDZdMuq1tjn6/geh6M/w3ZVJ8wU6Q4aGBop
DdDbzTS39jNry6I6V9O7pcjXAAbkrdg1ltBxIX+jFqGqmwq4SBMrZ6i0ESD9I/QB
qQDoRrnWDRGWqGpbDwQvBURNVJXAZBV7Kp0UNY/Ox/9TPxZibf0qKChiCftecPBx
Ab7BIU5wAHMzO4KGaG8V5kVAIakqwf4Kv80EurWhZdSf0aZ1VxHBfo62DSqBL0li
BW6hM9oUa4WnHyd8dyPrU0KOphDllwBy3tnbWYyWSCAg6pwrIx29wyNwz56c+QDc
MJ4npkEaYBR2ss3R5gImmo673QyKcl9ljJwABi9/zRLaB00Mg2appIUr+yS7lTGq
bDksjGSkpfKoWqczwLn23gqEcCLhTGWLVuslutfeyO158sP/hWMfE5JtZD3CTHVg
MJSwz7Hq+qYur53hR8HcqSk9QyLsr3UY21ZKGtyHBijZo2UmmhlyGp5UNgml29ml
/O6Q6iI+7Q==
=CF8y
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to