Your message dated Mon, 5 May 2008 12:36:04 +0100
with message-id <[EMAIL PROTECTED]>
and subject line latex-ucs has been removed from Debian, closing #435426
has caused the Debian Bug report #435426,
regarding latex-ucs-dev: makeunidef.pl called w/ wrong UNIDATA
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 [EMAIL PROTECTED]
immediately.)
--
435426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435426
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: latex-ucs-dev
Version: 20041017-6
Severity: normal
Was getting this when trying to run update-latex-ucs:
Could not open /usr/share/unidata/UnicodeData.txt for reading: No such file or
directory at /usr/share/latex-ucs-dev/makeunidef.pl line 517.
The following patch seems to help:
kanna(127): diff -u /usr/sbin/update-latex-ucs~ /usr/sbin/update-latex-ucs
--- /usr/sbin/update-latex-ucs~ 2006-09-24 23:20:12.000000000 +0300
+++ /usr/sbin/update-latex-ucs 2007-07-31 14:52:17.000000000 +0300
@@ -69,7 +69,7 @@
mkdir $DATADIR
echo Generating the data directory from $CFGDIR sources...
/usr/share/latex-ucs-dev/makeunidef.pl -t $DATADIR $COMMENTS \
- -d /usr/share/unidata/UnicodeData.txt $CFGDIR/*.ucf $CFGDIR/*.ucf.gz
+ -d $UNIDATA $CFGDIR/*.ucf $CFGDIR/*.ucf.gz
# rehash LaTeX
Thanks for your time.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages latex-ucs-dev depends on:
ii latex-ucs 20041017-6 support for using UTF-8 input enco
ii unicode-data 5.0.0-1 Property data for the Unicode char
Versions of packages latex-ucs-dev recommends:
ii latex-ucs-doc 20041017-6 documentation for latex-ucs
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 20041017-8+rm
The latex-ucs package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/458380 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---