Your message dated Tue, 16 Apr 2024 20:44:45 +0000
with message-id <e1rwpfz-00b45y...@fasolo.debian.org>
and subject line Bug#1066706: fixed in tk-html3 3.0~fossil20110109-9
has caused the Debian Bug report #1066706,
regarding tk-html3: FTBFS: ./src/htmltcl.c:503:9: error: implicit declaration 
of function ‘usleep’ [-Werror=implicit-function-declaration]
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.)


-- 
1066706: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066706
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tk-html3
Version: 3.0~fossil20110109-8
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  
> -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c -I. -I./src `echo 
> ./src/swproc.c` -o swproc.o
> ./src/htmltcl.c: In function ‘runLayoutEngine’:
> ./src/htmltcl.c:446:17: warning: variable ‘pD’ set but not used 
> [-Wunused-but-set-variable]
>   446 |     HtmlDamage *pD;
>       |                 ^~
> ./src/htmltcl.c: In function ‘callbackHandler’:
> ./src/htmltcl.c:503:9: error: implicit declaration of function ‘usleep’ 
> [-Werror=implicit-function-declaration]
>   503 |         usleep( 2000 );
>       |         ^~~~~~
> ./src/htmltcl.c: In function ‘viewCommon’:
> ./src/htmltcl.c:1844:14: warning: variable ‘pScrollCommand’ set but not used 
> [-Wunused-but-set-variable]
>  1844 |     Tcl_Obj *pScrollCommand;
>       |              ^~~~~~~~~~~~~~
> ./src/swproc.c:7:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
>     7 | static const char rcsid[] = "$Id: swproc.c,v 1.6 2006/06/10 12:38:38 
> danielk1977 Exp $";
>       |                   ^~~~~
> ./src/htmltcl.c: At top level:
> ./src/htmltcl.c:33:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
>    33 | static char const rcsid[] = "@(#) $Id: htmltcl.c,v 1.207 2008/01/16 
> 06:29:27 danielk1977 Exp $";
>       |                   ^~~~~
> ./src/htmltree.c:39:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
>    39 | static const char rcsid[] = "$Id: htmltree.c,v 1.161 2008/02/14 
> 08:39:14 danielk1977 Exp $";
>       |                   ^~~~~
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  
> -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c -I. -I./src `echo 
> ./src/restrack.c` -o restrack.o
> ./src/restrack.c:64:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
>    64 | static const char rcsid[] = "$Id: restrack.c,v 1.13 2007/12/12 
> 04:50:29 danielk1977 Exp $";
>       |                   ^~~~~
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  
> -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c -I. -I./src `echo 
> ./src/htmldecode.c` -o htmldecode.o
> ./src/htmldecode.c: In function ‘HtmlEncode’:
> ./src/htmldecode.c:259:47: warning: pointer targets in passing argument 1 of 
> ‘tclStubsPtr->tcl_NewStringObj’ differ in signedness [-Wpointer-sign]
>   259 |     Tcl_SetObjResult(interp, Tcl_NewStringObj(zOut, iOut));
>       |                                               ^~~~
>       |                                               |
>       |                                               unsigned char *
> ./src/htmldecode.c:259:47: note: expected ‘const char *’ but argument is of 
> type ‘unsigned char *’
> ./src/htmldecode.c: At top level:
> ./src/htmldecode.c:33:19: warning: ‘rcsid’ defined but not used 
> [-Wunused-const-variable=]
>    33 | static char const rcsid[] = "@(#) $Id: htmldecode.c,v 1.9 2008/01/09 
> 06:49:37 danielk1977 Exp $";
>       |                   ^~~~~
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  
> -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c -I. -I./src `echo 
> ./src/htmltext.c` -o htmltext.o
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  
> -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c -I. -I./src `echo 
> ./src/htmlutil.c` -o htmlutil.o
> gcc -pipe -DPACKAGE_NAME=\"Tkhtml\" -DPACKAGE_TARNAME=\"tkhtml\" 
> -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"Tkhtml\ 3.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  
> -I"/usr/include/tcl8.6" -I"/usr/include/tcl8.6"   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O2 
> -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c -I. -I./src `echo 
> cssprop.c` -o cssprop.o
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:305: htmltcl.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/tk-html3_3.0~fossil20110109-8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: tk-html3
Source-Version: 3.0~fossil20110109-9
Done: Ole Streicher <oleb...@debian.org>

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

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated tk-html3 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: Tue, 16 Apr 2024 21:43:53 +0200
Source: tk-html3
Architecture: source
Version: 3.0~fossil20110109-9
Distribution: unstable
Urgency: medium
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-de...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1066706
Changes:
 tk-html3 (3.0~fossil20110109-9) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Update watch file format version to 4.
   * Drop unnecessary dependency on dh-autoreconf.
 .
   [ Ole Streicher ]
   * Include unistd.h to get usleep declared (Closes: #1066706)
   * Push dh-compat to 13
   * Push Standards-Version to 4.7.0. No changes.
   * Remove leading slash in install target
Checksums-Sha1:
 3682d4c1f59822f3ad95637282e6c8596cefa7f3 2065 tk-html3_3.0~fossil20110109-9.dsc
 c66ac0a428470114f1ad573ee73d8d6dc832d13a 15496 
tk-html3_3.0~fossil20110109-9.debian.tar.xz
Checksums-Sha256:
 728789562f151e9176c0573444f033d8117779bbc23f8e8821a1434a69ee4d42 2065 
tk-html3_3.0~fossil20110109-9.dsc
 1e18ad2545f611def5194b8d4a4789cbd49193e37114a0cd3519b79b9f3f8168 15496 
tk-html3_3.0~fossil20110109-9.debian.tar.xz
Files:
 f29196569424239710f58e03907364c1 2065 interpreters optional 
tk-html3_3.0~fossil20110109-9.dsc
 0635a11caa4c3aeaaa94f1d01efd2fd0 15496 interpreters optional 
tk-html3_3.0~fossil20110109-9.debian.tar.xz

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

iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmYe3pAACgkQmk9WvbkO
GL3FXA//VIR7Iwl54bKqAFsn4ertIjUFeteZM6+tdXtbm5qeuTmoSLREbCq1IxDn
TXoTcOHxwaeYR/+rWTIp6fwDqdkNjpHR5yLlp/55mspuhO9lknb5Q6sSHyFwmyjX
TbI67/QGZmecdXeY9Yr0i8PTmJPcDPdSJUEieh4b4UQJCvro3I4p1dQXrn0cwQdZ
8QwfObmfqcXvTWPxCIbw+AAW/0pNaTkOkHzk7ytP9fyzNgHh+F6euZg24x9W8ISv
K8ZDxoH/XOl+jEdt9l3CSeI4cov0kT+BLhSALzlGE71Pp5Chh8t1A2TQ+dqsdF1z
7LcHq/hCeIicpsJ/nDliBfx5+reJkMxolxdciVMqLeCzzLm87h/M+h6j2S7gWlW4
smWhg5fJGFyi/KFHnVV1Rr+LGnw3xN3kWICjtAXFzDvnTKxButlTNpe2XlpoSLoL
h4nsPEdmLTqmbwAt4P8l88D0sHTo1b/L0cUR4nS6h9npPbcAmUBevBzHyoF85Zui
p3QK+1l+pcPVNTFZ+ntvZxjDjNtNEyxMUxXn6HXqWpqNXd5rHpy0uMuF/WTGgtza
1tpXxPGsbKjCNoKHuujuWA9t3eYX/Npbbp9vc1JZvdr8idofmogu2SPAPU5kBLXq
pVoal8HwPEIX/w65Ff42yyjJpcftiKJXJKYgs87inwuLhqE0MIE=
=fjjb
-----END PGP SIGNATURE-----

Attachment: pgpleTaM2Slea.pgp
Description: PGP signature


--- End Message ---

Reply via email to