Package: apertium
Version: 3.0.7+1-1.1
Severity: grave
Tags: patch
Justification: renders package unusable



There's a syntax error at line 113 /usr/bin/apertium, 
because of a misplace temporary file creation . 

It's solved by this tiny patch

Patch 

113,114c113,114
<   TMP_XLSXEMBED=`mktemp`
<   do $APERTIUM_PATH/apertium -f xlsx -d $DIRECTORY $OPCIONU $PREFIJO 
<$i >$TMP
_XLSXEMBED;
---
>   do TMP_XLSXEMBED=`mktemp` ;
>    $APERTIUM_PATH/apertium -f xlsx -d $DIRECTORY $OPCIONU $PREFIJO <$i 
>$TMP_X
LSXEMBED;

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

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

Versions of packages apertium depends on:
ii  libapertium3-3.0-0         3.0.7+1-1.1   Shared library for Apertium
ii  libc6                      2.7-13        GNU C Library: Shared libraries
ii  libgcc1                    1:4.3.2-1     GCC support library
ii  liblttoolbox3-3.0-0        3.0.2+1-1     Shared library for the lttoolbox
ii  libpcre3                   7.6-2.1       Perl 5 Compatible Regular Expressi
ii  libpcrecpp0                7.6-2.1       Perl 5 Compatible Regular Expressi
ii  libstdc++6                 4.3.2-1       The GNU Standard C++ Library v3
ii  libxml2                    2.6.32.dfsg-3 GNOME XML library
ii  libxml2-utils              2.6.32.dfsg-3 XML utilities
ii  lttoolbox                  3.0.2+1-1     Apertium lexical processing module

apertium recommends no packages.

apertium suggests no packages.

-- debconf-show failed
113,114c113,114
<   TMP_XLSXEMBED=`mktemp`
<   do $APERTIUM_PATH/apertium -f xlsx -d $DIRECTORY $OPCIONU $PREFIJO <$i 
>$TMP_XLSXEMBED;
---
>   do TMP_XLSXEMBED=`mktemp` ;
>    $APERTIUM_PATH/apertium -f xlsx -d $DIRECTORY $OPCIONU $PREFIJO <$i 
> >$TMP_XLSXEMBED;

Reply via email to