Karl Berry | 1 Jun 2008 01:55

Bug#458059: [tex-k] Bug#458059:

    The attached file gives an error

Stijn, I'm not sure if you ever found the resolution.

Using \loggingall on your source quickly shows there is, as Taco et
al. surmised, an infinite loop.  The log file ends with this:

...
\bm <at> command ...nd \z <at>  {\bm <at> gr <at>  <at> p \boldmath {{b^c}}
                                                  }
\makebm #1$->\bm {#1}
                     $
\bm <at> mchoice ... {\hbox {#1$\displaystyle \m <at> th #2$
                                                  }}{\hbox {#1$\textstyle \m...

\bm <at> gr <at>  <at> p ...fmmode \bm <at> mchoice #1{#2}{#2}{#2}{#2}
                                                  \else \bfseries #1#2\fi 
\bm <at> command ...30049 ^{\bm <at> gr <at>  <at> p \boldmath {{b^c}}
                                                  }
\makebm #1$->\bm {#1}
                     $
\makelabel ...h {\makebm }\normalfont \bfseries #1
                                                  :}
\sbox #1#2->\setbox #1\hbox {\color <at> setgroup #2
                                               \color <at> endgroup }
\ <at> item ...i \fi \sbox \ <at> tempboxa {\makelabel {#1}}
                                                  \global \setbox \ <at> labels \...
l.11 \item[$a^{b^c}$]
                      $a^{b^c}$

(Continue reading)

Morten Høgholm | 1 Jun 2008 10:16

Bug#458059: [NTG-pdftex] [tex-k] Bug#458059:

On Sun, 01 Jun 2008 01:55:24 +0200, Karl Berry wrote:

>     The attached file gives an error
>
> Stijn, I'm not sure if you ever found the resolution.
>
[...]
> You can see the loop, \makebm ends up calling itself.
>
> Evidently \makebm cannot be used in \everymath.  Even a complete
> re-archiTeXture will not help :).

The problem is this: When bm encounters a group such as happens in this  
case in the superscript, it will call \bm <at> mchoice defined thusly:
   \def\bm <at> mchoice#1#2#3#4#5{%
     \mathchoice{\hbox{#1$\displaystyle\m <at> th#2$}}%
                {\hbox{#1$\textstyle\m <at> th#3$}}%
                {\hbox{#1$\scriptstyle\m <at> th#4$}}%
                {\hbox{#1$\scriptscriptstyle\m <at> th#5$}}}

Exiting and entering mathmode like this triggers \everymath and so our  
infinite recursion is started. Easiest remedy is to also tell \everymath  
to reset itself.
   \renewcommand*\descriptionlabel[1]{%
     \hspace\labelsep
     {\everymath{\everymath{}\makebm}\normalfont\bfseries #1:}%
   }

--

-- 
Morten
(Continue reading)

Debian Bug Tracking System | 1 Jun 2008 11:45
Picon

Bug#458059: marked as done (texlive-base-bin: max grouping levels exceeded)


Your message dated Sun, 1 Jun 2008 11:42:25 +0200
with message-id <20080601094225.GF3922 <at> gamma.logic.tuwien.ac.at>
and subject line Re: [tex-k] [NTG-pdftex]  Bug#458059:
has caused the Debian Bug report #458059,
regarding texlive-base-bin: max grouping levels exceeded
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 owner <at> bugs.debian.org
immediately.)

--

-- 
458059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458059
Debian Bug Tracking System
Contact owner <at> bugs.debian.org with problems
Picon Gravatar
From: Peter Eisentraut <peter_e <at> gmx.net>
Subject: texlive-base-bin: max grouping levels exceeded
Date: 2007-12-28 10:29:30 GMT
(Continue reading)

Adeodato Simó | 1 Jun 2008 13:35
Picon
Gravatar

Bug#483939: texlive-bin: FTBFS on armel, please build with gcc-4.2 there

Package: texlive-bin
Version: 2007.dfsg.1-3
Severity: serious

Hello.

texlive-bin is failing to build on armel due to a bug in g++-4.3 in that
arch. While porters try to extract a test case and submit it upstream,
we need texlive-bin to be buildable.

Please build with gcc/g++-4.2 on armel. To do that, just adding a
Build-Dependency "g++-4.2 [armel]", and exporting CXX=g++-4.2 and
CC=gcc-4.2 for armel in debian/rules, should do the trick.

If you want a complete patch, please let me know. Also, it'd be *very*
nice if you could upload more or less soon, since this failure is one of
the last missing bits for the poppler transition.

Thanks,

--

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org

I promise you. Once I enter into an exclusive relationship, I sleep with
very few people.
                -- Denny Crane

Norbert Preining | 1 Jun 2008 13:43
Picon
Favicon
Gravatar

Bug#483939: texlive-bin: FTBFS on armel, please build with gcc-4.2 there

Hi Adeodato,

I was just preparing a package for upload, so PLEASE send me quick a 
patch so that I can include it. I cannot test the whole stuff, so it
would be nice if you could send me a patch.

> If you want a complete patch, please let me know. Also, it'd be *very*
> nice if you could upload more or less soon, since this failure is one of
> the last missing bits for the poppler transition.

I will upload as soon as you send me the stuff and I have done some
tests, but quite sure today.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining <at> logic.at>        Vienna University of Technology
Debian Developer <preining <at> debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
TROSSACHS (pl.n.) The useless epaulettes on an expensive raincoat.
			--- Douglas Adams, The Meaning of Liff

Norbert Preining | 1 Jun 2008 13:36
Picon
Favicon

SVN texlive (new) commit: r3397 - in texlive-new/trunk: all/debian texlive-bin/debian

Author: preining
Date: 2008-06-01 11:36:29 +0000 (Sun, 01 Jun 2008)
New Revision: 3397

Modified:
   texlive-new/trunk/all/debian/CHANGES.packaging
   texlive-new/trunk/texlive-bin/debian/changelog
Log:
prepare texlive-bin for release

[For the full diff, use svn diff.]

--

-- 
To UNSUBSCRIBE, email to debian-tex-maint-request <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org

Osamu Aoki | 1 Jun 2008 14:54
Picon
Favicon

Re: UTF-8 transition (debiandoc-sgml) and request for help with LaTeX (CJK)

Hi,

On Sat, Aug 11, 2007 at 04:06:53PM +0900, Osamu Aoki wrote:
> Hi,
> 
> (Reply-To: debian-doc <at> lists.debian.org)
> 
> The new debiandoc-sgml package 1.2.2 is capable of creating UTF-8
> output.  (I did this anyway ....)

Now it is 1.2.9 and I use it to package debian-reference, I am happy as
much as i can do but clearly I know what are the limitation.

Basically, debiandoc-sgml is 1 byte character tool for text.  It is
better to use w3m from 1 page HTML to get a decent UTF-8 text. (run
under UTF-8 locale so I need locales-all package)

> So anyone is willing to work on this, please let me know.

This is still true.  I will orphan it after lenny.  I welcome any one
with skill to take this away from me ( not that I have skill....).

Debian Bug Tracking System | 1 Jun 2008 15:24
Picon

Processed: tagging 483939

Processing commands for control <at> bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.28
> tags 483939 patch
Bug#483939: texlive-bin: FTBFS on armel, please build with gcc-4.2 there
There were no tags set.
Tags added: patch

>
End of message, stopping processing here.

Please contact me if you need assistance.

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

Adeodato Simó | 1 Jun 2008 15:17
Picon
Gravatar

Bug#483939: texlive-bin: FTBFS on armel, please build with gcc-4.2 there

* Norbert Preining [Sun, 01 Jun 2008 13:43:10 +0200]:

> I was just preparing a package for upload, so PLEASE send me quick a 
> patch so that I can include it. I cannot test the whole stuff, so it
> would be nice if you could send me a patch.

Attached, seems to work here.

> I will upload as soon as you send me the stuff and I have done some
> tests, but quite sure today.

Thanks!

--

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org

Mankind are very odd creatures: one half censure what they practice, the
other half practice what they censure; the rest always say and do as
they ought.
                -- Michel de Montaigne
Norbert Preining | 1 Jun 2008 16:30
Picon
Favicon

SVN texlive (new) commit: r3398 - in texlive-new/trunk: all/debian texlive-bin/debian

Author: preining
Date: 2008-06-01 14:30:36 +0000 (Sun, 01 Jun 2008)
New Revision: 3398

Modified:
   texlive-new/trunk/all/debian/CHANGES.packaging
   texlive-new/trunk/all/debian/rules.in
   texlive-new/trunk/all/debian/tpm2deb.cfg
   texlive-new/trunk/texlive-bin/debian/changelog
Log:
add FTBFS fix on armel by using gcc/g++ 4.2

[For the full diff, use svn diff.]

--

-- 
To UNSUBSCRIBE, email to debian-tex-maint-request <at> lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster <at> lists.debian.org


Gmane