Your message dated Fri, 15 Jul 2016 06:48:59 +0000
with message-id <e1bnwvj-0005ee...@franck.debian.org>
and subject line Bug#831167: fixed in tkblt 3.2.2-1
has caused the Debian Bug report #831167,
regarding tkblt: FTBFS with GCC 6: src/tkbltVecMath.C:1483:48: error: 
overloaded function with no contextual type information
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.)


-- 
831167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831167
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tkblt
Version: 3.2.1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html

Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"tkblt\" -DPACKAGE_TARNAME=\"tkblt\" 
> -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"tkblt\ 3.2\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_tkblt=/\*\*/ 
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 
> -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 
> -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) 
> -DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1  -I./src 
> -I"/usr/include/tcl8.6/tcl-private/generic" 
> -I"/usr/include/tcl8.6/tcl-private/unix" 
> -I"/usr/include/tcl8.6/tk-private/generic" 
> -I"/usr/include/tcl8.6/tk-private/unix" 
> -I"/usr/include/tcl8.6/tk-private/generic/ttk"     -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -pipe -O2 
> -fomit-frame-pointer -DNDEBUG -Wall -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -c 
> `echo src/tkbltVecMath.C` -o src/tkbltVecMath.o
> src/tkbltVecMath.C:1483:48: error: overloaded function with no contextual 
> type information
>      {"acos", (void*)ComponentFunc, (ClientData)acos},
>                                                 ^~~~
> src/tkbltVecMath.C:1484:48: error: overloaded function with no contextual 
> type information
>      {"asin", (void*)ComponentFunc, (ClientData)asin},
>                                                 ^~~~
> src/tkbltVecMath.C:1485:48: error: overloaded function with no contextual 
> type information
>      {"atan", (void*)ComponentFunc, (ClientData)atan},
>                                                 ^~~~
> src/tkbltVecMath.C:1487:48: error: overloaded function with no contextual 
> type information
>      {"ceil", (void*)ComponentFunc, (ClientData)ceil},
>                                                 ^~~~
> src/tkbltVecMath.C:1488:47: error: overloaded function with no contextual 
> type information
>      {"cos", (void*)ComponentFunc, (ClientData)cos},
>                                                ^~~
> src/tkbltVecMath.C:1489:48: error: overloaded function with no contextual 
> type information
>      {"cosh", (void*)ComponentFunc, (ClientData)cosh},
>                                                 ^~~~
> src/tkbltVecMath.C:1490:47: error: overloaded function with no contextual 
> type information
>      {"exp", (void*)ComponentFunc, (ClientData)exp},
>                                                ^~~
> src/tkbltVecMath.C:1491:49: error: overloaded function with no contextual 
> type information
>      {"floor", (void*)ComponentFunc, (ClientData)floor},
>                                                  ^~~~~
> src/tkbltVecMath.C:1494:47: error: overloaded function with no contextual 
> type information
>      {"log", (void*)ComponentFunc, (ClientData)log},
>                                                ^~~
> src/tkbltVecMath.C:1495:49: error: overloaded function with no contextual 
> type information
>      {"log10", (void*)ComponentFunc, (ClientData)log10},
>                                                  ^~~~~
> src/tkbltVecMath.C:1508:47: error: overloaded function with no contextual 
> type information
>      {"sin", (void*)ComponentFunc, (ClientData)sin},
>                                                ^~~
> src/tkbltVecMath.C:1509:48: error: overloaded function with no contextual 
> type information
>      {"sinh", (void*)ComponentFunc, (ClientData)sinh},
>                                                 ^~~~
> src/tkbltVecMath.C:1512:48: error: overloaded function with no contextual 
> type information
>      {"sqrt", (void*)ComponentFunc, (ClientData)sqrt},
>                                                 ^~~~
> src/tkbltVecMath.C:1514:47: error: overloaded function with no contextual 
> type information
>      {"tan", (void*)ComponentFunc, (ClientData)tan},
>                                                ^~~
> src/tkbltVecMath.C:1515:48: error: overloaded function with no contextual 
> type information
>      {"tanh", (void*)ComponentFunc, (ClientData)tanh},
>                                                 ^~~~
> make[1]: *** [src/tkbltVecMath.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/tkblt_3.2.1-2_unstable_gcc6.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: tkblt
Source-Version: 3.2.2-1

We believe that the bug you reported is fixed in the latest version of
tkblt, 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 831...@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 tkblt 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: SHA1

Format: 1.8
Date: Fri, 15 Jul 2016 08:37:16 +0200
Source: tkblt
Binary: tkblt tkblt-dev
Architecture: source
Version: 3.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-de...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Description:
 tkblt      - Graphics extension library for Tcl/Tk
 tkblt-dev  - Graphics extension library for Tcl/Tk (development files)
Closes: 831167
Changes:
 tkblt (3.2.2-1) unstable; urgency=low
 .
   * Imported Upstream version 3.2.2. Closes: #831167
   * Remove obsolete patch
Checksums-Sha1:
 7cfbc58958edf97c9c92060c0f93d70152ff1b5c 1992 tkblt_3.2.2-1.dsc
 b2cae4bd00ecca9bb3f87a9e06fcbc42274fb3b0 430240 tkblt_3.2.2.orig.tar.gz
 ad9756855209fe61b814f5c9b2203101385b6b69 3360 tkblt_3.2.2-1.debian.tar.xz
Checksums-Sha256:
 397fc0a942cec94a489cf44f404a3eef786ea2367ad231d2ccbe524567a23877 1992 
tkblt_3.2.2-1.dsc
 425170ea320fd69402e0f0dffe5a8171195682f7ff518aa83a22a243ef0e5da6 430240 
tkblt_3.2.2.orig.tar.gz
 2ed70061b22ce74dacbe0244b213a1d51d9ba2107b6479dffecdc0ac43569d29 3360 
tkblt_3.2.2-1.debian.tar.xz
Files:
 1ce5e1280ef1f2370285e6b8755279ea 1992 interpreters optional tkblt_3.2.2-1.dsc
 58c497b8416f4e6bbccd0d737051570b 430240 interpreters optional 
tkblt_3.2.2.orig.tar.gz
 9b25fffedbc8b316df6eed9a616e53ed 3360 interpreters optional 
tkblt_3.2.2-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXiIU6AAoJEHEVr9B3ENz3qRIP/R7dTuhpY5TpfP1NWJd3pXX0
bKuckkgu0kPE98BbD+um9NnqcdYz9OiPGNMjNWEt9ftSX5xrUQWyFxPctPJpbgum
tqhA2dUctP7o95HjGYtrBQ2FVrVUp2qv6umU4VeEUR8u3HrFv6oW419t7H0vGDT1
AZ/1DZ5yo/t6URZJR4qVA5GMGPUhGnwXUHOzZ7HkT3DeFpUB+CHwBSfP8ndM3Rss
r5zZtJDXqQmD21QqJNRFm3ouGrRSCGHyONGmsWMrj+9W7Pp0Lra91qppP3nfGE9x
IZlO5QqM4pJaverlghA4i0EkT1Lodskt1JgrhalSQiEyPoTbmXR77RDvUQVn5WP0
/uuC+/xBNJIlm8jSTrC/IvbXHuXZimf0TGqXR2w9NaR0niriEhbnhl5+jWpqPAD5
6rbVQRQlr4VJYyiwqh0aH4K1l6mRwavOC6h0IUA2UP3I6PKa1WI/VwEUjOpYv5sn
GCi52/h6kzKjRF/011q3b6lik+xW5vq7jkmvsXiVxwTCobq4Wl8rkhuwf40QhTYB
eUbPNgF8Wz+w+myQGcth1dFvDmFPOe53UNdutDK2DTJUJWo3G1s3rsglWLCuEh8i
QeJRxpWLPNU2PdpwP8H7PANgbsAx/srf81Ma3S5Pi2q50LhCc/ULFeCYDDNYCq8I
sY/QCqTpDWj9ozgCoqsG
=M5pd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to