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

Bug#247654: marked as done (tetex-bin: makeindex: Usage message is missing an option)



Your message dated Fri, 18 Jun 2004 08:17:13 -0400
with message-id <E1BbIIz-0004vW-00@newraff.debian.org>
and subject line Bug#247654: fixed in tetex-bin 2.0.2-15
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 maintonly) by bugs.debian.org; 6 May 2004 07:55:01 +0000
>From frank@kuesterei.ch Thu May 06 00:55:01 2004
Return-path: <frank@kuesterei.ch>
Received: from balu1.urz.unibas.ch [131.152.1.51] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BLdif-0005gw-00; Thu, 06 May 2004 00:55:01 -0700
Received: from alhambra.bioz.unibas.ch (bioz6-allgem17.Bioz.unibas.ch [131.152.17.45])
	by balu1.urz.unibas.ch (8.12.10/8.12.10) with ESMTP id i467swNa030993
	for <maintonly@bugs.debian.org>; Thu, 6 May 2004 09:54:59 +0200
Received: from frank by alhambra.bioz.unibas.ch with local (Exim 3.35 #1 (Debian))
	id 1BLdic-0002Cv-00
	for <maintonly@bugs.debian.org>; Thu, 06 May 2004 09:54:58 +0200
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: tetex-bin: makeindex: Usage message is missing an option
X-Debbugs-CC: Michael Wiedmann <mw@miwie.in-berlin.de>, Thomas Esser <te@dbs.uni-hannover.de>
Message-Id: <E1BLdic-0002Cv-00@alhambra.bioz.unibas.ch>
From: =?iso-8859-1?Q?Frank_K=FCster?= <frank@kuesterei.ch>
Date: Thu, 06 May 2004 09:54:58 +0200
Delivered-To: maintonly@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=-10.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: tetex-bin
Version: 2.0.2-13
Severity: minor

First of all, does anybody know who's currently upstream for
makeindex, and whether he/she can be reached by E-mail? Thomas? 


Michael Wiedmann <mw@miwie.in-berlin.de> wrote (in the list, but not
in the BTS):

> Can someone please explain me why I observe the following behaviour
> of "makeindex":

Seems to be a bug in mkind.h.

> - according to makeindex(1) there is an option "-L" which sorts based
>   on the current locale setting and which depends on HAVE_SETLOCALE at
>   compile time (if present uses "strcoll()" for string comparison
>   instead of internal functions and "strcmp()").
>
> - "makeindex -h" shows:
>   Usage: makeindex [-ilqrcg] [-s sty] [-o ind] [-t log] [-p num] \
>    [idx0 idx1 ...]
>   (note: no option "-L")

Which is generated in mkind.h with 

#ifdef HAVE_SETLOCALE
#define USAGE \
   "Usage: %s [-ilqrcg] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]\n"
#else
#define USAGE \
   "Usage: %s [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]\n"
#endif

In mkind.c, however, the -L option is made known with

#ifdef HAVE_SETLOCALE
		    /* enable locale-based sort */
		case 'L':
		    locale_sort = TRUE;
		    break;

		    /* enable Thai sort */
		case 'T':
		    thai_sort = locale_sort = TRUE;
		    break;
#endif


That is, the usage messages are switched: -L is displayed only when it
cannot be used... 

> So, is "makeindex" in the Debian package compiled with "-L" enabled 
> or not? 

As far as I can tell from this information, it is compiled with -L
enabled. 

Regards, Frank

-- System Information
Debian Release: 3.0-bunk-2
Architecture: i386
Kernel: Linux alhambra 2.4.25 #1 Mit Feb 18 16:41:07 CET 2004 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages tetex-bin depends on:
ii  debconf                1.2.34            Debian configuration management sy
ii  debianutils            2.5.4             Miscellaneous utilities specific t
ii  dpkg                   1.9.21            Package maintenance system for Deb
ii  ed                     0.2-19            The classic unix line editor
ii  libc6                  2.2.5-11.5        GNU C Library: Shared libraries an
ii  libkpathsea3           2.0.2-14          path search library for teTeX (run
ii  libpaperg              1.1.8             Library for handling paper charact
ii  libpng12-0             1.2.5.0-4         PNG library - runtime
ii  libstdc++2.10-glibc2.2 1:2.95.4-11woody1 The GNU stdc++ library
ii  libt1-5                5.0.0-4           Type 1 font rasterizer library - r
ii  libwww0                5.4.0-9           The W3C WWW library
ii  libxaw7                4.2.1-3.bunk.10   X Athena widget set library
ii  mime-support           3.18-1.3          MIME files 'mime.types' & 'mailcap
ii  perl                   5.6.1-8.7         Larry Wall's Practical Extraction 
ii  sed                    4.0.9-0.bunk      The GNU sed stream editor
ii  tetex-base             2.0.2-8.1         Basic library files of teTeX
ii  ucf                    1.06              Update Configuration File: preserv
ii  xlibs                  4.2.1-3.bunk.10   X Window System client libraries
ii  zlib1g                 1:1.1.4-1.0woody0 compression library - runtime

---------------------------------------
Received: (at 247654-close) by bugs.debian.org; 18 Jun 2004 12:23:31 +0000
>From katie@ftp-master.debian.org Fri Jun 18 05:23:31 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BbIP5-0007xx-00; Fri, 18 Jun 2004 05:23:31 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BbIIz-0004vW-00; Fri, 18 Jun 2004 08:17:13 -0400
From: =?utf-8?q?Frank_K=C3=BCster?= <frank@debian.org>
To: 247654-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#247654: fixed in tetex-bin 2.0.2-15
Message-Id: <E1BbIIz-0004vW-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 18 Jun 2004 08:17:13 -0400
Delivered-To: 247654-close@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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 5

Source: tetex-bin
Source-Version: 2.0.2-15

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:

libkpathsea-dev_2.0.2-15_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_2.0.2-15_i386.deb
libkpathsea3_2.0.2-15_i386.deb
  to pool/main/t/tetex-bin/libkpathsea3_2.0.2-15_i386.deb
tetex-bin_2.0.2-15.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-15.diff.gz
tetex-bin_2.0.2-15.dsc
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-15.dsc
tetex-bin_2.0.2-15_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-15_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 247654@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: Mon,  7 Jun 2004 11:27:44 +0200
Source: tetex-bin
Binary: libkpathsea3 tetex-bin libkpathsea-dev
Architecture: source i386
Version: 2.0.2-15
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Frank Küster <frank@debian.org>
Description: 
 libkpathsea-dev - path search library for teTeX (devel part)
 libkpathsea3 - path search library for teTeX (runtime part)
 tetex-bin  - The teTeX binary files
Closes: 123546 238193 246882 247414 247654 249597 252938 253094
Changes: 
 tetex-bin (2.0.2-15) unstable; urgency=low
 .
   * Apply patch for overlong line generated by update-texmf (closes:
     #246882) [frank and jdg]
   * Added a tetex-xwarn program that will provide a useful error message
     if perl-tk is not installed and texdoctk (or one of ConTeXts perl
     scripts) was started from a menu entry or icon. Many thanks to Stefan
     Ulrich <stefan.ulrich@zen.co.uk> and Hilmar. [frank]
   * Patch mkind.h so that makeindex displays correct options (closes:
     #247654) [frank]
   * Remove all tempfiles we create in postinst, except if something went
     wrong, and don't overwrite TMPDIR. Thanks to Hilmar, Jeroen and
     Florent (closes: #249597, #253094) [frank]
   * Install language.dat symlink in the deb file, do not create it in
     postinst (closes: #247414) [frank]
   * Add some missing manpages I wrote [frank]
   * Add a temporary patch to dvips.texi (and submit upstream) (closes:
     #123546) [frank]
   * Lower priority of the debconf question regarding ls-R permissions
     (closes: #238193)[frank]
   * Translation:
     - Added turkish debconf template, thanks to Recai Oktas (closes:
       #252938) [frank]
     - Added german debconf tmplate, with help from Helge Kreutzmann
       [frank]
Files: 
 05cddbddabe150ce122e2db096aeb753 1050 tex optional tetex-bin_2.0.2-15.dsc
 deea8e847a8fc9efb73b0faf04f5336c 100470 tex optional tetex-bin_2.0.2-15.diff.gz
 541d8ddc9143b07a6d82be649f684337 3902664 tex optional tetex-bin_2.0.2-15_i386.deb
 c8b7a2aada9b5c34415605e03b69b507 54722 libs optional libkpathsea3_2.0.2-15_i386.deb
 113857660ca4b0297e58aa46044c7015 66180 libdevel optional libkpathsea-dev_2.0.2-15_i386.deb

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

iD8DBQFA0thj+xs9YyJS+hoRAjo8AKCM5jW/fDptckbVNmLnLiaOPnXDkQCfQADp
8qd/NClmYGawpedOhNtlf7s=
=pHA1
-----END PGP SIGNATURE-----



Reply to: