Your message dated Mon, 30 Jun 2008 11:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488491: fixed in tcl8.5 8.5.2-3
has caused the Debian Bug report #488491,
regarding tcl8.5-dev: error in an include file
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.)


-- 
488491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488491
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tcl8.5-dev
Version: 8.5.2-1
Severity: important


When building new expect with tcl8.5 I got the following compilation error:

----------------------------------------------------------------------------
i486-linux-gnu-gcc -c  -I. -I. -I/usr/include/tcl8.5/tcl-private/generic 
-I/usr/include/tcl8.5/tk-private/generic  -DEXP_VERSION=\"5.43.0\" 
-DSCRIPTDIR=\"/usr/lib/expect5.43\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.43\" 
-DTCL_DEBUGGER -DUSE_NON_CONST -DSTTY_BIN=\"/bin/stty\" -Wall -g -D_BSD_SOURCE 
-O2 -ansi -D_SVID_SOURCE -D_POSIX_SOURCE -D_REENTRANT  -DDFLT_STTY="\"sane\""  
exp_command.c
In file included from /usr/include/tcl8.5/tcl-private/generic/tclInt.h:3836,
        from exp_command.c:61:
/usr/include/tcl8.5/tcl-private/generic/tclPort.h:27:28: error: tclUnixPort.h: 
No such file or directory
----------------------------------------------------------------------------

A trivial patch that fixes this problem is attached.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (90, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tcl8.5-dev depends on:
ii  tcl8.5                        8.5.2-1    Tcl (the Tool Command Language) v8

tcl8.5-dev recommends no packages.

-- no debconf information
Index: tcl8.5-8.5.2/generic/tclPort.h
===================================================================
--- tcl8.5-8.5.2.orig/generic/tclPort.h 2008-06-29 14:25:16.000000000 +0400
+++ tcl8.5-8.5.2/generic/tclPort.h      2008-06-29 14:25:33.000000000 +0400
@@ -24,7 +24,7 @@
 #if defined(__WIN32__)
 #   include "../win/tclWinPort.h"
 #else
-#   include "tclUnixPort.h"
+#   include "../unix/tclUnixPort.h"
 #endif
 
 #if !defined(LLONG_MIN)

--- End Message ---
--- Begin Message ---
Source: tcl8.5
Source-Version: 8.5.2-3

We believe that the bug you reported is fixed in the latest version of
tcl8.5, which is due to be installed in the Debian FTP archive:

tcl8.5-dev_8.5.2-3_i386.deb
  to pool/main/t/tcl8.5/tcl8.5-dev_8.5.2-3_i386.deb
tcl8.5-doc_8.5.2-3_all.deb
  to pool/main/t/tcl8.5/tcl8.5-doc_8.5.2-3_all.deb
tcl8.5_8.5.2-3.diff.gz
  to pool/main/t/tcl8.5/tcl8.5_8.5.2-3.diff.gz
tcl8.5_8.5.2-3.dsc
  to pool/main/t/tcl8.5/tcl8.5_8.5.2-3.dsc
tcl8.5_8.5.2-3_i386.deb
  to pool/main/t/tcl8.5/tcl8.5_8.5.2-3_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergei Golovan <[EMAIL PROTECTED]> (supplier of updated tcl8.5 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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 30 Jun 2008 12:37:40 +0400
Source: tcl8.5
Binary: tcl8.5 tcl8.5-doc tcl8.5-dev
Architecture: source all i386
Version: 8.5.2-3
Distribution: unstable
Urgency: low
Maintainer: Tcl/Tk Debian Packagers <[EMAIL PROTECTED]>
Changed-By: Sergei Golovan <[EMAIL PROTECTED]>
Description: 
 tcl8.5     - Tcl (the Tool Command Language) v8.5 - run-time files
 tcl8.5-dev - Tcl (the Tool Command Language) v8.5 - development files
 tcl8.5-doc - Tcl (the Tool Command Language) v8.5 - manual pages
Closes: 484915 488491
Changes: 
 tcl8.5 (8.5.2-3) unstable; urgency=low
 .
   * Protected quilt calls in debian/rules to make the source package
     convertible to 3.0 (quilt) format (closes: #484915).
   * Added a patch by Stanislav Maslovski which restores relative inlude path
     for tclUnixPort.h in tclPort.h. This is harmless if unix directory is
     included into a serach path but allows to maintain backward compatibility
     (closes: #488491).
Files: 
 e8ffb2a7dc76bbbfd81abeee09d3461f 1108 libs optional tcl8.5_8.5.2-3.dsc
 3791925b8ad6f0204f2949f7065b8821 10846 libs optional tcl8.5_8.5.2-3.diff.gz
 c4fae6ed173995b748ce6537c70146f5 1114530 doc optional 
tcl8.5-doc_8.5.2-3_all.deb
 f6141c028007019e231206f5f940b763 1535452 interpreters optional 
tcl8.5_8.5.2-3_i386.deb
 da6f18a62ae26c2d45b94c9db1f49b22 973422 devel optional 
tcl8.5-dev_8.5.2-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIaLxHIcdH02pGEFIRAtMZAJ9F+Q/tSYMUVmkhSK9B7EraS6BTbwCeNXFp
jxUbfhcQFn/vqpb6c5uCXwI=
=vyFa
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to