• Bug#265611: tetex-extra: Problems with fmtutil again

    From [email protected]@1:229/2 to All on Sat Aug 14 01:40:09 2004
    XPost: linux.debian.maint.tetex

    Package: tetex-extra
    Version: 2.0.2a-3
    Severity: important


    Upgrading from previous version tells me:

    --- snip ---

    Get:1 http://localhost unstable/main tetex-extra 2.0.2a-3 [10.5MB]
    Fetched 10.5MB in 58s (179kB/s)
    Reading package fields... Done
    Reading package status... Done
    Retrieving bug reports... Done
    Reading changelogs...
    (Reading database ... 72268 files and directories currently installed.) Preparing to replace tetex-extra 2.0.2a-2 (using .../tetex-extra_2.0.2a-3_all.deb) ...
    Unpacking replacement tetex-extra ...
    mktexlsr: Updating /usr/local/lib/texmf/ls-R...
    mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN...
    mktexlsr: Updating /var/cache/fonts/ls-R...
    mktexlsr: Done.
    Setting up tetex-extra (2.0.2a-3) ...
    Running initex. This may take some time. ...
    fmtutil: config file `fmtutil.cnf' not found.

    fmtutil failed. Output has been stored in
    /tmp/tetex-extra.postinst.XXbXoSy4
    Please include this file if you report a bug.
    dpkg: error processing tetex-extra (--configure):
    subprocess post-installation script returned error exit status 1
    Errors were encountered while processing:
  • From Hilmar Preusse@1:229/2 to [email protected] on Sat Aug 14 13:00:11 2004
    XPost: linux.debian.maint.tetex
    From: [email protected]

    On 14.08.04 [email protected] ([email protected]) wrote:

    Hi,

    Get:1 http://localhost unstable/main tetex-extra 2.0.2a-3 [10.5MB]
    Fetched 10.5MB in 58s (179kB/s)
    Reading package fields... Done
    Reading package status... Done
    Retrieving bug reports... Done
    Reading changelogs...
    (Reading database ... 72268 files and directories currently installed.) Preparing to replace tetex-extra 2.0.2a-2 (using .../tetex-extra_2.0.2a-3_all.deb) ...
    Unpacking replacement tetex-extra ...
    mktexlsr: Updating /usr/local/lib/texmf/ls-R...
    mktexlsr: Updating /var/lib/texmf/ls-R-TEXMFMAIN...
    mktexlsr: Updating /var/cache/fonts/ls-R...
    mktexlsr: Done.
    Setting up tetex-extra (2.0.2a-3) ...
    Running initex. This may take some time. ...
    fmtutil: config file `fmtutil.cnf' not found.

    fmtutil failed. Output has been stored in
    /tmp/tetex-extra.postinst.XXbXoSy4
    Please include this file if you report a bug.
    dpkg: error processing tetex-extra (--configure):
    subprocess post-installation script returned error exit status 1
    Errors were encountered while processing:
    tetex-extra

    Hmm. #263715, #264953, my last mail to #265247?

    I already had to face this problems with the previous versions of
    tetex-extra and tetex-base. It's solved in tetex-base but in
    tetex-extra there is still a problem in the postinst script. I
    fixed it by adding the parameter --cnffile to the call for the
    commands fmtutil and updmap, but this was just a dirty hack(I'm not
    sure if I've done it the right way).

    Probably VARTEXMF is not set in texmf.cnf.

    H.
    --
    sigmentation fault


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Andreas Gredler@1:229/2 to Hilmar Preusse on Sat Aug 14 14:40:09 2004
    XPost: linux.debian.maint.tetex
    From: [email protected]

    On Sat, Aug 14, 2004 at 11:41:05AM +0200, Hilmar Preusse wrote:

    Setting up tetex-extra (2.0.2a-3) ...
    Running initex. This may take some time. ...
    fmtutil: config file `fmtutil.cnf' not found.

    fmtutil failed. Output has been stored in /tmp/tetex-extra.postinst.XXbXoSy4
    Please include this file if you report a bug.
    dpkg: error processing tetex-extra (--configure):
    subprocess post-installation script returned error exit status 1
    Errors were encountered while processing:
    tetex-extra

    Hmm. #263715, #264953, my last mail to #265247?

    I've read all bug reports, they are very similar but not the same.

    I already had to face this problems with the previous versions of tetex-extra and tetex-base. It's solved in tetex-base but in
    tetex-extra there is still a problem in the postinst script. I
    fixed it by adding the parameter --cnffile to the call for the
    commands fmtutil and updmap, but this was just a dirty hack(I'm not
    sure if I've done it the right way).

    Probably VARTEXMF is not set in texmf.cnf.

    Snipped from the postinst script:

    echo "Running initex. This may take some time. ..."
    if $TEXINIT_P --missing > $tempfile; then

    and

    TEXINIT_P="/usr/bin/fmtutil"

    So there is no variable used. But I didn't have time to figure out how
    fmtutil was called in the previous versions of tetex-extra.

    --
    Andreas "Jimmy" Gredler, [email protected]
    Get my public key at www.g-tec.co.at


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Hilmar Preusse@1:229/2 to [email protected] on Sat Aug 14 15:30:10 2004
    XPost: linux.debian.maint.tetex
    From: [email protected]

    On 14.08.04 Andreas Gredler ([email protected]) wrote:
    On Sat, Aug 14, 2004 at 11:41:05AM +0200, Hilmar Preusse wrote:

    Hi,

    I already had to face this problems with the previous versions of tetex-extra and tetex-base. It's solved in tetex-base but in
    tetex-extra there is still a problem in the postinst script. I
    fixed it by adding the parameter --cnffile to the call for the
    commands fmtutil and updmap, but this was just a dirty hack(I'm not
    sure if I've done it the right way).

    Probably VARTEXMF is not set in texmf.cnf.

    Snipped from the postinst script:

    echo "Running initex. This may take some time. ..."
    if $TEXINIT_P --missing > $tempfile; then

    and

    TEXINIT_P="/usr/bin/fmtutil"

    So there is no variable used.

    Please have a look at texmf.cnf for VARTEXMF!

    H.
    --
    sigmentation fault


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)