Package: newt
Version: 0.52.24-2
Severity: serious
Tags: ftbfs
Justification: i386 still is a release architecture and it built there earlier
new fails to build from source in unstable on i386 (and hppa, mipsel,
m68k, sh4 and x32). A build log ends as follows:
| gcc -I/usr/include/tcl8.6 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -DMARCH=\"i386-linux-gnu\" -D_GNU_SOURCE -Wdate-time
-D_FORTIFY_SOURCE=2 -c -o label.o label.c
| newt.c: In function ‘wchar_to_textmod_visual’:
| newt.c:304:17: error: passing argument 1 of ‘func_ptr’ from incompatible
pointer type [-Wincompatible-pointer-types]
| 304 | (*func_ptr)(in, len, base_dir, out, NULL, NULL, NULL);
| | ^~
| | |
| | wchar_t * {aka long int *}
| newt.c:304:17: note: expected ‘FriBidiChar *’ {aka ‘unsigned int *’} but
argument is of type ‘wchar_t *’ {aka ‘long int *’}
| make[2]: *** [<builtin>: newt.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make[2]: Leaving directory '/<<PKGBUILDDIR>>'
| dh_auto_build: error: make -j8 returned exit code 2
| make[1]: *** [debian/rules:51: override_dh_auto_build] Error 25
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:14: build] Error 2
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
This failure is also seen by reproducible builds:
https://tests.reproducible-builds.org/debian/rbuild/unstable/i386/newt_0.52.24-2.rbuild.log.gz
Helmut