Your message dated Fri, 28 Apr 2017 09:40:34 +0000
with message-id <[email protected]>
and subject line Bug#858695: Removed package(s) from unstable
has caused the Debian Bug report #167435,
regarding tcl8.4-dev: lots of compiler warnings about arg type disagreements on 
ia64
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 [email protected]
immediately.)


-- 
167435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=167435
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tcl8.4-dev
Version: 8.4.3-3
Severity: normal
Tags: upstream

   This is most likely ia64 specific, but it may apply to other 64-bit
   machines.  I get all sorts of compilation warnings when trying to
   build tcl8.4 on ia64.  For example:

   ../generic/regcomp.c: In function 'TclReComp':
   ../generic/regcomp.c:335: warning: passing arg 1 of 'Tcl_Alloc' with
   different width due to prototype

   I can track this down to the declarations made in generic/tcl.decls;
   the use of an unsigned int arg for ia64 for Tcl_Alloc is incorrect
   and should instead be unsigned long.  However, I'm not sure how you
   want to repair this; I did verify that the warning goes away when
   this change is made.  The problem seems to be that pointers are
   assumed to fit into unsigned int's which does not seem to be the
   case for this architecture.

   BTW, I actually was not looking at removing the warnings; I started
   to when I was trying to track down why there's an unaligned access
   (perhaps in Tcl_GetChannelHandler) being reported by expect when it
   runs the binutils testsuite for objcopy.  I suspect the unaligned 
   access has to do with the use of pointers that are not 64-bits wide.
   Regardless, it's not clear to me from the warnings and behavior of
   tcl that it's 64-bit clean on ia64 yet.  I couldn't tell.  If all
   of the warnings can be resolved, they remove a set of potential
   problems and make it easier to hunt down the unaligned access.

-- System Information:
Debian Release: testing/unstable
Architecture: ia64
Kernel: Linux fcahs3 2.4.20-mckinley-smp #1 SMP Tue Jun 10 14:48:32 MDT 2003 
ia64
Locale: LANG=C, LC_CTYPE=C

Versions of packages tcl8.4-dev depends on:
ii  libc6.1-dev [libc6-dev]       2.3.1-17   GNU C Library: Development Librari
ii  tcl8.4                        8.4.3-3    Tcl (the Tool Command Language) v8

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 8.4.20-8+rm

Dear submitter,

as the package tcl8.4 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/858695

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Chris Lamb (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to