[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#264394: marked as done (tetex-bin: e-TeX is broken on registers > 255)



Your message dated Tue, 18 Oct 2005 10:47:23 -0700
with message-id <E1ERvYZ-00051Z-00@spohr.debian.org>
and subject line Bug#264394: fixed in tetex-bin 3.0-9
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Aug 2004 16:53:07 +0000
>From bayartb@edgard.fdn.fr Sun Aug 08 09:53:07 2004
Return-path: <bayartb@edgard.fdn.fr>
Received: from ns0.fdn.org (jabba.fdn.fr) [80.67.169.12] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Btqux-0000PE-00; Sun, 08 Aug 2004 09:53:07 -0700
Received: from jabba.fdn.fr (uucp@localhost [127.0.0.1])
	by jabba.fdn.fr (8.12.3/8.12.3/FDN) with ESMTP id i78Gr5Hv023589
	for <submit@bugs.debian.org>; Sun, 8 Aug 2004 18:53:05 +0200
Received: (from uucp@localhost)
	by jabba.fdn.fr (8.12.3/8.12.3/Debian-6.6) with UUCP id i78Gr4vp023588
	for submit@bugs.debian.org; Sun, 8 Aug 2004 18:53:04 +0200
Received: from localhost (edgard [127.0.0.1])
	by edgard.edgard.dyn.fdn.fr (Postfix) with ESMTP id 3A29A124462
	for <submit@bugs.debian.org>; Sun,  8 Aug 2004 18:50:24 +0200 (CEST)
Received: from edgard.edgard.dyn.fdn.fr ([127.0.0.1])
	by localhost (edgard [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 02363-07 for <submit@bugs.debian.org>;
	Sun, 8 Aug 2004 18:50:19 +0200 (CEST)
Received: from localhost (bi [192.168.0.1])
	by edgard.edgard.dyn.fdn.fr (Postfix) with ESMTP id F2B361243DD
	for <submit@bugs.debian.org>; Sun,  8 Aug 2004 18:50:18 +0200 (CEST)
Received: from bayartb by localhost with local (Exim 3.36 #1 (Debian))
	id 1Btqs3-0000at-00; Sun, 08 Aug 2004 18:50:07 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Benjamin BAYART <bayartb@edgard.fdn.fr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: tetex-bin: e-TeX is broken on registers > 255
X-Mailer: reportbug 2.39
Date: Sun, 08 Aug 2004 18:50:07 +0200
Message-Id: <E1Btqs3-0000at-00@localhost>
X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at example.com
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: tetex-bin
Version: 2.0.2-17
Severity: normal


On a document of mine, too complex to be sent as a
minimal example, e-TeX seems broken with registers
after 255. The following input:
\makeatletter
\[ \AR = \boldsymbol{\AR}\show\z@\]
\show\z@

produces:
> \z@=\dimen263.
l.19 \[ \AR = \boldsymbol{\AR}\show\z@
                                      \]
? 
> \z@=\count4160.
l.20 \show\z@

Adding \tracingall provides absolutely no information about
\dimen263 or \z@.


Moreover, the following input:
\let\safezero=\z@
\show\safezero
\[ \AR = \boldsymbol{\AR}\show\z@\]
\show\z@
\show\safezero

produces:
> \safezero=\dimen263.
l.16 \show\safezero
                   
? 

LaTeX Font Warning: Font shape `U/wasy/b/n' in size <5> not available
(Font)              Font shape `U/wasy/m/n' tried instead on input line 19.

> \z@=\dimen263.
l.19 \[ \AR = \boldsymbol{\AR}\show\z@
                                      \]
? 
> \z@=\count4160.
l.20 \show\z@
             
? 
> \safezero=\count4160.
l.21 \show\safezero
                   
? 


Here is a minimal example (amsmath is required to show the bug):

\documentclass{article}

\usepackage{amsmath}

\begin{document}

\makeatletter
\dimendef\z@=263\relax
\z@=0pt\relax
\[aa\]
\show\z@

\end{document}


My guess is that one of the "magical stuff" done to \z@ by
amsmath (and seems to be by other packages, and perhaps even
by the LaTeX kernel itself) makes e-TeX wrong.

Of course, the same example just runs fine in lambda (omega)
which also allows registers >255 (but have other bugs elsewhere).


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux achille 2.4.22 #4 SMP Tue Jan 27 18:24:18 CET 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages tetex-bin depends on:
ii  debconf                     1.2.15       Debian configuration management sy
ii  debianutils                 2.6.2        Miscellaneous utilities specific t
ii  dpkg                        1.10.18      Package maintenance system for Deb
ii  ed                          0.2-19       The classic unix line editor
ii  libc6                       2.3.2.ds1-15 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.1-5    GCC support library
ii  libice6                     4.3.0-2      Inter-Client Exchange library
ii  libkpathsea3                2.0.2-5.1    path search library for teTeX (run
ii  libpaper1                   1.1.14       Library for handling paper charact
ii  libpng12-0                  1.2.5.0-4    PNG library - runtime
ii  libsm6                      4.3.0-2      X Window System Session Management
ii  libstdc++5                  1:3.3.4-7    The GNU Standard C++ Library v3
ii  libt1-5                     5.0.2-3      Type 1 font rasterizer library - r
ii  libwww-ssl0 [libwww0]       5.4.0-9      The W3C-WWW library (SSL support)
ii  libx11-6                    4.3.0-7      X Window System protocol client li
ii  libxaw7                     4.2.1-3      X Athena widget set library
ii  libxext6                    4.3.0-2      X Window System miscellaneous exte
ii  libxmu6                     4.3.0-2      X Window System miscellaneous util
ii  libxt6                      4.3.0-2      X Toolkit Intrinsics
ii  mime-support                3.19-1       MIME files 'mime.types' & 'mailcap
ii  perl                        5.8.3-2      Larry Wall's Practical Extraction 
ii  sed                         4.0.7-3      The GNU sed stream editor
ii  tetex-base                  2.0.2a-2     Basic library files of teTeX
ii  ucf                         1.02         Update Configuration File: preserv
ii  xlibs                       4.3.0-2      X Window System client libraries m
ii  zlib1g                      1:1.2.1-1    compression library - runtime

-- debconf information:
* tetex-bin/hyphen: czech, german[=austrian-alte_Rechtschreibung], ngerman[=naustrian-neue_Rechtschreibung], danish, dutch, finnish, french[=patois], greek, russian, spanish
  tetex-bin/oldcfg: true
  tetex-bin/upd_map: true
* tetex-bin/cnf_name: 
  tetex-bin/fmtutil: true
* tetex-bin/use_debconf: true
* tetex-bin/groupname: users
  tetex-bin/userperm: false
  tetex-bin/groupperm: true
* tetex-bin/lsr-perms: true
* tetex-bin/texmf: true


---------------------------------------
Received: (at 264394-close) by bugs.debian.org; 18 Oct 2005 17:48:06 +0000
>From katie@spohr.debian.org Tue Oct 18 10:48:06 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1ERvYZ-00051Z-00; Tue, 18 Oct 2005 10:47:23 -0700
From: =?iso-8859-1?q?Frank_K=FCster?= <frank@debian.org>
To: 264394-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#264394: fixed in tetex-bin 3.0-9
Message-Id: <E1ERvYZ-00051Z-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Tue, 18 Oct 2005 10:47:23 -0700
Delivered-To: 264394-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 17

Source: tetex-bin
Source-Version: 3.0-9

We believe that the bug you reported is fixed in the latest version of
tetex-bin, which is due to be installed in the Debian FTP archive:

libkpathsea4-dev_3.0-9_i386.deb
  to pool/main/t/tetex-bin/libkpathsea4-dev_3.0-9_i386.deb
libkpathsea4_3.0-9_i386.deb
  to pool/main/t/tetex-bin/libkpathsea4_3.0-9_i386.deb
tetex-bin_3.0-9.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_3.0-9.diff.gz
tetex-bin_3.0-9.dsc
  to pool/main/t/tetex-bin/tetex-bin_3.0-9.dsc
tetex-bin_3.0-9_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_3.0-9_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 264394@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Küster <frank@debian.org> (supplier of updated tetex-bin 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Tue, 18 Oct 2005 18:08:21 +0200
Source: tetex-bin
Binary: tetex-bin libkpathsea4-dev libkpathsea4
Architecture: source i386
Version: 3.0-9
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Frank Küster <frank@debian.org>
Description: 
 libkpathsea4 - path search library for teTeX (runtime part)
 libkpathsea4-dev - path search library for teTeX (devel part)
 tetex-bin  - The teTeX binary files
Closes: 53927 83146 102120 107258 107637 111983 123763 137823 168080 175560 175794 176526 182215 186209 197259 201935 209347 219630 222398 225687 232420 238627 241090 243384 249466 255101 258256 264394 266718 269778 273596 273597 277499 277499 285395 287309 298257 298315 298884 299537 299644 299645 299809 299877 299936 299942 300109 301115 301156 302052 304294 309185 310434 320141 320781 320812 321066 321241 322181 323827 324670 325551 327129 330278 332114 332301 332397 332840 333732 334005
Changes: 
 tetex-bin (3.0-9) unstable; urgency=low
 .
   * Upload new upstream release to unstable.  The changelog of the
     versions in experimental is available in
     changelog.Debian.experimental.gz.
 .
   Upstream changes:
 .
   * Lots of bugs are closed by this upload - all bugs listed below have
     already been tagged fixed-upstream, and there should be an explanation
     in the bug logs at http://bugs.debian.org/<bugnumber>. In some cases
     the explanation is only a link to the LaTeX Project bug database, or
     it is in the comments of the mail sent to the control server, but it's
     always there.
 .
     - bugs of xdvi: (closes: #107637, #111983, #168080, #175560, #277499,
       #222398, #243384, #269778, #186209)
 .
     - bugs of dvips: (closes: #277499, #102120, #123763, #53927, #249466,
       #287309, #266718)
     - miscellaneous bugs: (closes: #83146, #107258, #137823, #175794,
       #176526, #197259, #209347, #219630, #225687, #232420, #238627,
       #264394, #273596, #273597, #182215, #255101, #285395, #201935)
 .
   * Files are now arranged according to the TeX Directory Structure v. 1.1
     (changes mainly involve font maps and encoding files, and the script
     directory).
   * texconfig / updmap / fmtutil can now be used to create user-specific
     configuration.  For system-wide configuration, use texconfig-sys,
     updmap-sys or fmtutil-sys.  The debian-specific scripts update-updmap,
     update-fmtutil and update-language have been adapted accordingly.
   * Other important upstream changes are described shortly in
     /usr/share/doc/tetex-bin/NEWS.gz.
   * The libkpathsea library has a new soname.  Developers, please do not
     yet upload packages linked against libkpathsea4, in order to prevent
     the library transition from being mixed with ongoing transitions
     (closes: #334005)
 .
   Debian-specific changes:
 .
   * For details concerning users, see
     /usr/share/doc/tetex-bin/README.Debian.gz and
     /usr/share/doc/tetex-bin/NEWS.Debian.gz, and - especially for
     developers - the Debian TeX Policy draft in the tex-common package.
   * The packaging has been revised and partly rewritten:
     - We now work with a pristine upstream tarball as orig.tar.gz
     - Most files needed for creation of the package, as well as the
       maintainer scripts, are now generated using ePerl. The configuration
       is done, as much as possible, through the files variables,
       common.variables, and common.functions
     - To synchronise this and the tetex-base package, common.functions and
       common.variables from the tex-common package tree are used.
     - We also build-depend on tex-common and use a single-file patch
       Makefile snippet it provides.
   * We provide infrastructure to allow for easy backporting of teTeX 3.0
     to sarge.
   * Dropped build-dependency on xlibs-dev - all necessary libraries are
     pulled in by libxaw8-dev or libxaw7-dev (closes: #258256, #241090).
   * Reverted error handling in the postinst script. A configured tetex-bin
     package now guarantees that the formats have been built.
   * We changed the system to behave less strict and accept font map and
     enc locations according to the old TeX Directory structure.  This will
     hopefully be dropped later in the release cycle of etch.
   * Some code to support upgrades from pre-woody has been dropped.  Most
     notably, the TEXMFOLDLOCAL tree is no longer supported
   * Conflict with jadetex <= 3.13-3, since it does not yet cooperate
     (closes: #299537, #298884)
   * Add a patch that allows xdvi to read from file descriptors, instead of
     filenames (closes: #300109)
   * Add a hunk to patch-texdoctk to allow again to view documentation.
   * Explain -s option to texdoc in the manpage, and make it really work
     (closes: #301156, #301115)
   * Add Conflicts/Replaces ctie (no point adding provides, as no other
     package appears to depend on it)
   * Apply patch by Matthias Klose to allow building with xorg (closes:
     #310434).
   * Re-libtoolize with newer libtool to allow building for GNU/KFreeBSD,
     minimal patch thanks to Aurelien Jarno <aurel32@debian.org> (closes:
     #320141).
   * Now uses ${misc:Depends} to generate debconf dependency (closes:
     #332114)
   * The following bugs only existed in experimental and were marked as
     fixed-in-experimental by uploads to experimental.  Some of them might
     not have been closed manually, therefore this upload to unstable
     finally closes: #304294, #320812, #309185, #299877, #299942, #299809,
     #299645, #298257, #298315, #302052, #327129, #332397, #332301,
     #325551, #332840, #333732, #330278, #323827, #324670, #321241,
     #320781, #299936, #322181, #299644, #321066.
 .
   * Thanks for testing of the experimental versions go to Eythan Weg
     <weg@indiscrete.org>, Thomas Kosch <t.kosch@schuckeduster.org> Zack
     Cerza <zcerza@coe.neu.edu>, Aurelien Jarno <aurel32@debian.org>, Ralf
     Stubner <ralf.stubner@physik.uni-erlangen.de>, Miles Bader
     <miles@lsi.nec.co.jp>, Martin Fluch
     <fluch@rock.helsinki.fi>, and of course the whole debian-tetex-maint
     list.
Files: 
 4e17683a039754f308d0f35f503388c5 963 tex optional tetex-bin_3.0-9.dsc
 e3d405bdd4575efcee69bc47bf9d3c38 130164 tex optional tetex-bin_3.0-9.diff.gz
 04ef2d6564dd9e969a5262552eee5ad7 3838388 tex optional tetex-bin_3.0-9_i386.deb
 19a6279046cf9dcc10d26420e4de5df8 73158 libs optional libkpathsea4_3.0-9_i386.deb
 68233a87be374a85cc80d2deab878c6a 70136 libdevel optional libkpathsea4-dev_3.0-9_i386.deb

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

iD8DBQFDVS24+xs9YyJS+hoRAgscAJwM1dDtEuv5p5zX+exvq4IDb5ObOwCgrPH6
aoc7S1YNYPG1l3T3L39SD/w=
=j3Mw
-----END PGP SIGNATURE-----



Reply to: