Your message dated Thu, 31 Jan 2019 16:34:42 +0000 with message-id <e1gpfiy-000hkl...@fasolo.debian.org> and subject line Bug#919783: fixed in libdfp 1.0.13-2 has caused the Debian Bug report #919783, regarding libdfp: FTBFS on s390x: printf_dfp.c:120:20: error: unknown type name '_IO_size_t' 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.) -- 919783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919783 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: libdfp Version: 1.0.13-1 Severity: serious Tags: sid buster Justification: fails to build from source Hi, libdfp FTBFS in a sid chroot on the s390x porterbox zelenka: gcc -DSHARED -O2 -fpic -g -march=zEC12 -mzarch -MT printf_dfp.o -MD -MP -MF printf_dfp.d -c ../printf_dfp.c -D__STDC_DEC_FP__=200704L -D__STDC_WANT_DEC_FP__=1 -DOPTION_EGLIBC_LOCALE_CODE=1 -std=gnu99 -D_ISOC99_ SOURCE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-long-long -include ./config.h -include ../include/libdfp-symbols.h -I../include -I ../dfp -I../dfp/decimal -I../libdecnumber/dpd -I../libdecnumber -I../sysdeps/s390/dfpu -I../sysdeps/s390/fpu -I../sysdeps/s390 -I../sysdeps/dpd -I../sysdeps/generic -I../decNumberMath/ -I../ieee754/ -I ../base-math/ -I.. -I. -o printf_dfp.o In file included from ../sysdeps/s390/dfpu/numdigits.h:39, from ../printf_dfp.c:52: ../sysdeps/dpd/dpd-private.h:307:14: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] extern const const short int dpd_to_bcd[1024]; ^~~~~ ../sysdeps/dpd/dpd-private.h:308:14: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] extern const const short int dpd_to_bin[1024]; ^~~~~ ../printf_dfp.c:120:20: error: unknown type name '_IO_size_t'; did you mean '__ssize_t'? #define size_t _IO_size_t ^~~~~~~~~~ ../printf_dfp.c:308:44: note: in expansion of macro 'size_t' __dfp_ais (const struct printf_info *info, size_t n __attribute__ ((unused)), int *argtype, int *size) ^~~~~~ ../printf_dfp.c:121:19: error: unknown type name '_IO_FILE'; did you mean '__FILE'? #define FILE _IO_FILE ^~~~~~~~ ../printf_dfp.c:346:15: note: in expansion of macro 'FILE' __printf_dfp (FILE *fp, ^~~~ In file included from <command-line>: ./../include/libdfp-symbols.h:95:26: error: '__EI___printf_dfp' aliased to undefined symbol '__GI___printf_dfp' extern __typeof (name) __EI_##name \ ^~~~~ ./../include/libdfp-symbols.h:100:41: note: in expansion of macro '__hidden_ver1' # define _hidden_def(name) __hidden_ver1(__GI_##name, name, name); ^~~~~~~~~~~~~ ./../include/libdfp-symbols.h:99:41: note: in expansion of macro '_hidden_def' # define hidden_def(name) _hidden_def(name) ^~~~~~~~~~~ ../printf_dfp.c:888:1: note: in expansion of macro 'hidden_def' hidden_def (__printf_dfp) ^~~~~~~~~~ ./../include/libdfp-symbols.h:95:26: error: '__EI___dfp_ais' aliased to undefined symbol '__GI___dfp_ais' extern __typeof (name) __EI_##name \ ^~~~~ ./../include/libdfp-symbols.h:100:41: note: in expansion of macro '__hidden_ver1' # define _hidden_def(name) __hidden_ver1(__GI_##name, name, name); ^~~~~~~~~~~~~ ./../include/libdfp-symbols.h:99:41: note: in expansion of macro '_hidden_def' # define hidden_def(name) _hidden_def(name) ^~~~~~~~~~~ ../printf_dfp.c:332:1: note: in expansion of macro 'hidden_def' hidden_def(__dfp_ais) ^~~~~~~~~~ ../printf_dfp.c:84:1: warning: 'padn' defined but not used [-Wunused-function] padn (FILE *fp, int pad, int count) ^~~~ ../printf_dfp.c:71:1: warning: 'wpadn' defined but not used [-Wunused-function] wpadn (FILE *fp, wint_t pad, int count) ^~~~~ make[1]: *** [Makefile:241: printf_dfp.o] Error 1 make[1]: Leaving directory '/home/anbe/rebuild/tmp_rebuild_libdfp_0Gyy4A4r/libdfp-1.0.13/build' Cheers, Andreas
libdfp_1.0.13-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---Source: libdfp Source-Version: 1.0.13-2 We believe that the bug you reported is fixed in the latest version of libdfp, 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 919...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Frédéric Bonnard <fre...@debian.org> (supplier of updated libdfp 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: Thu, 31 Jan 2019 16:53:12 +0100 Source: libdfp Architecture: source Version: 1.0.13-2 Distribution: unstable Urgency: medium Maintainer: Frédéric Bonnard <fre...@debian.org> Changed-By: Frédéric Bonnard <fre...@debian.org> Closes: 919783 Changes: libdfp (1.0.13-2) unstable; urgency=medium . * Rediff patches with gbp pq * Update maintainer information * Update copyright information * Upgrade debhelper compatibility level * Update Vcs and Homepage info * Change priority extra to optional * Use autoreconf * Rediff patches and pulled upstream fixes (Closes: #919783) * Use python3 * Delete unnecessary files * Add gawk as Build-Depends * Remove ppc64 32b and dbg packages * Use multiarch paths for libs * Refactor rules using current packaging facilities * Inherit of section for libdfp1 * Add Multi-Arch information * Fix packages long descriptions * Fix Format URL * Update FSF address * Remove duplicate license description * Enable hardened build * Add initial symbol file * Avoid copying COPYING.txt * Remove Suggests on dbg package * Update Source URL * Make int128 related symbols optional * Add powerpc architecture * Bump Standards-Version Checksums-Sha1: 69a21c59a201248833d900b48705ed5ab3450be2 2059 libdfp_1.0.13-2.dsc 0cd8c6969321c99321f0bb53eb6fa00fc14d0e26 7324 libdfp_1.0.13-2.debian.tar.xz f587ccd6eb62955120151cd652536d644a2288ef 5852 libdfp_1.0.13-2_ppc64el.buildinfo Checksums-Sha256: 3e4be3aab0e9446afcc51e74235533396f5c7e1bc5cc13c2688f169f2e42a34a 2059 libdfp_1.0.13-2.dsc 620cde7441bd6ea79db71fd92a54e85623ecfc41720a546c15795e07a41e8b49 7324 libdfp_1.0.13-2.debian.tar.xz ba53fa2bd24435e4585cb2cf51266d6d17cb8b640ae037d6f3ff418daf2f9f1b 5852 libdfp_1.0.13-2_ppc64el.buildinfo Files: cc9bfc6f96a9a07424fef34756f458d4 2059 libs optional libdfp_1.0.13-2.dsc 1003c6d914c98f756c339e3132be8b1f 7324 libs optional libdfp_1.0.13-2.debian.tar.xz 7c678e0965a6c645265bd786810800b6 5852 libs optional libdfp_1.0.13-2_ppc64el.buildinfo -----BEGIN PGP SIGNATURE----- iQJOBAEBCgA4FiEEh9vVdWFVIC7DiF6Ta3SY/LmzWKwFAlxTGngaHGZyZWRpekBs aW51eC52bmV0LmlibS5jb20ACgkQa3SY/LmzWKwdxQ//Zr24SfJNydYJyZbrOeP6 UdiNkNp3+QgoaM9wHMapOSw+3tXOzfHPQHRVy9/DXa1uPSZ9+Lz3ZqT5Vjz8incd 6Zl8AQ2ZLXH3OhCBfR3Y1e9u3nu6dj4mgQnCfiKAW6uS9emR1Vzp/B3F5CWAyhTs 2EocsdrMERaZ3k3tTmFFBVaVlniTtF6QNyTjKbUx7p9aYhsYxZV9wmOpqeA9RuqT SRYHBLlg6/dSgxDFe3sHJVtoEbspEO5ZfoPDj9yfzKkqjxNXrbRodaor1Zrr968a fG+Cv44FchpCUeJJKqiFEA6z0S0dZRCEdxzsuch7X9cNS0kT9E5vw+YaAozW2AmL NMOHcy7/vN47dUoqnUFyjSJb56fhYN8X+jNJVQ1zURKzgLUZiSxxXHiiT8NqIxHB psPXiYiPaH5cps4Y+mnizaPayobp7BvHXTAjb7PbCkEF6k9njLTPivS6eWO6SQAi UTUpwLhk+2vgykuum2RPkU4DwNvoX9WSQTcXTXd0EzAIs94AinObIhsOIVoxdxhI p2AoAuy0O2Y5meYCyioiqXdM01GsDt4dsOZZCQLWIS9uWbItHy2HVP2zm1EVtp9K S4AbZGnjFkYwKBIhf+EOwNsjfdF6Xq/O6I9mKG/iqhl4z3nTZ3WCjuHg95Yc8jJg wkH5mNs4nzDDqi2UorDMKn0= =Npg7 -----END PGP SIGNATURE-----
--- End Message ---