Bug#1042979: subversion-tools: psvn.el does not work with emacs 29.1

2023-08-03 Thread OHURA Makoto
Package: subversion-tools
Version: 1.14.2-4+b2
Severity: normal
Tags: patch
X-Debbugs-Cc: none, OHURA Makoto 

Dear Maintainer,

After upgrading emacs 29.1, psvn.el does not work fine.  Emacs 29.1 doesn't 
support the function, toggle-read-only.  Use read-only-mode.  I attach a patch 
to this e-mail.

Thanks.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.4.0-1-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages subversion-tools depends on:
ii  libapr1 1.7.2-3
ii  libc6   2.37-6
ii  libsvn1 1.14.2-4+b2
ii  subversion  1.14.2-4+b2

Versions of packages subversion-tools recommends:
ii  libconfig-inifiles-perl 3.03-2
ii  libsvn-perl 1.14.2-4+b2
ii  liburi-perl 5.19-2
ii  postfix [mail-transport-agent]  3.8.1-2
ii  rsync   3.2.7-1
ii  svn2cl  0.14-3

Versions of packages subversion-tools suggests:
pn  ruby-svn  

-- no debconf information


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/

--- psvn.el.old 2023-08-04 01:00:23.460477204 +0900
+++ psvn.el 2023-08-04 00:28:50.764059785 +0900
@@ -2248,7 +2248,7 @@
   (setq mode-line-process 'svn-status-mode-line-process)
   (run-hooks 'svn-status-mode-hook)
   (let ((view-read-only nil))
-(toggle-read-only 1)))
+(read-only-mode 1)))

 (defun svn-status-update-mode-line ()
   (setq svn-status-mode-line-process
@@ -5729,7 +5729,7 @@
   (use-local-map svn-info-mode-map)
   (setq major-mode 'svn-info-mode)
   (setq mode-name "svn-info")
-  (toggle-read-only 1))
+  (read-only-mode 1))

 (defun svn-info-show-context ()
   "Show the context for a line in the info buffer.
@@ -5814,7 +5814,7 @@
   (if svn-blame-mode
   (progn
 (easy-menu-add svn-blame-mode-menu)
-(toggle-read-only 1))
+(read-only-mode 1))
 (easy-menu-remove svn-blame-mode-menu))
   (force-mode-line-update))




pgp_1OkSICrk6.pgp
Description: OpenPGP Digital Signature


Bug#1007005: wordpress: Please upgrade to 5.9.1

2022-03-10 Thread OHURA Makoto
Package: wordpress
Version: 5.8.3+dfsg1-1
Severity: normal
X-Debbugs-Cc: none, OHURA Makoto 

Dear Maintainer,

  I newly installed wordpress in my host, but I didn't work fine.  I got the 
same error with [1] at /var/log/error.log.  This page says that Wordpress 5.8.2 
doesn't work with php 8.1.1 but 5.9 beta works fine.  So, I downloaded and 
installed 5.9.1 at /usr/local and it works fine.  Please upgrade to 5.9.1.

  Thanks.


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.16.0-3-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages wordpress depends on:
ii  apache2 [httpd] 2.4.52-1
ii  ca-certificates 20211016
ii  default-mysql-client1.0.8
ii  libapache2-mod-php  2:8.1+92
ii  libapache2-mod-php8.1 [libapache2-mod-php]  8.1.2-1+b1
ii  libjs-cropper   1.2.2-1.1
ii  libjs-underscore1.13.2~dfsg-2
ii  mariadb-client-10.6 [virtual-mysql-client]  1:10.6.7-2
ii  php-gd  2:8.1+92
ii  php-getid3  1.9.21+dfsg-1
ii  php-mysql   2:8.1+92
ii  php8.1-gd [php-gd]  8.1.2-1+b1
ii  php8.1-mysql [php-mysqlnd]  8.1.2-1+b1

Versions of packages wordpress recommends:
ii  wordpress-l10n   5.8.3+dfsg1-1
ii  wordpress-theme-twentytwentyone  5.8.3+dfsg1-1

Versions of packages wordpress suggests:
ii  default-mysql-server1.0.8
ii  mariadb-server-10.6 [virtual-mysql-server]  1:10.6.7-2
pn  php-ssh2

-- no debconf information

Footnotes:
[1]  https://wordpress.org/support/topic/table-doesnt-exist-15/page/2/



  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpdleA9MzB9u.pgp
Description: OpenPGP Digital Signature


Bug#961253: libmecab-perl: Can't load Perl module

2020-05-21 Thread OHURA Makoto
Package: libmecab-perl
Version: 0.996-12
Severity: grave

Dear Maintainer,

I can't load and use mecab perl module.

I use the simlest perl script.

% cat /tmp/mecab.pl
#!/usr/bin/perl -w

use MeCab;

But, I fail to run this script.

% /tmp/mecab.pl
Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.30/auto/MeCab/MeCab.so' for 
module MeCab: /usr/lib/x86_64-linux-gnu/perl5/5.30/auto/MeCab/MeCab.so: 
undefined symbol: _ZN5MeCab6Tagger6createEiPPc at 
/usr/lib/x86_64-linux-gnu/perl/5.30/DynaLoader.pm line 193.
 at /usr/lib/x86_64-linux-gnu/perl5/5.30/MeCab.pm line 11.
Compilation failed in require at /tmp/mecab.pl line 3.
BEGIN failed--compilation aborted at /tmp/mecab.pl line 3.

After downgrading libmecab-perl to 0.99.6-2+b4 (got from snapshot.debian.org), 
it's working fine.

  Thanks.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), 
LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libmecab-perl depends on:
ii  libc6   2.30-8
ii  libgcc-s1 [libgcc1] 10.1.0-1
ii  libgcc1 1:10.1.0-1
ii  libmecab2   0.996-12
ii  libstdc++6  10.1.0-1
ii  perl5.30.2-1
ii  perl-base [perlapi-5.30.0]  5.30.2-1

libmecab-perl recommends no packages.

libmecab-perl suggests no packages.

-- no debconf information


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)


pgpmzWBH_g5XU.pgp
Description: OpenPGP Digital Signature


Bug#952253: oneliner-el: FTBFS: Malformed UTF-8 character (fatal) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3387.

2020-03-14 Thread OHURA Makoto
tags 952253 + pending patch
thanks

  Hi.

  We need to use UTF-8 encoding instead of EUC-JP for Japanese texi
file.  I'll fix this bug and upload a new package soon.

  Thanks.

On Sun, 23 Feb 2020 22:22:00 +0900,
Lucas Nussbaum wrote:
>
> Source: oneliner-el
> Version: 0.3.6-8
> Severity: serious
> Justification: FTBFS on amd64
> Tags: bullseye sid ftbfs
> Usertags: ftbfs-20200222 ftbfs-bullseye
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
> Relevant part (hopefully):
> > make[2]: Entering directory '/<>/info'
> > sed -e 's/@setfilename oneliner.info/@setfilename oneliner.jis.info/' \
> > -e 's/@set us/@set jp/' oneliner.texi > tmp.texi
> > mv tmp.texi oneliner.texi
> > /bin/rm -f oneliner.jis.info*
> > /usr/bin/touch oneliner.jis.info
> > /usr/bin/makeinfo --no-split oneliner.texi
> > utf8 "\xA4" does not map to Unicode at 
> > /usr/share/texinfo/Texinfo/ParserNonXS.pm line 775,  line 2.
> > utf8 "\xA4" does not map to Unicode at 
> > /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 13.
> > utf8 "\xC0" does not map to Unicode at 
> > /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 14.
> > Malformed UTF-8 character (unexpected end of string) in substitution (s///) 
> > at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1802,  line 14.
> > Malformed UTF-8 character (unexpected end of string) in substitution (s///) 
> > at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3495.
> > Malformed UTF-8 character (unexpected end of string) in substr at 
> > /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3966.
> > utf8 "\xA4" does not map to Unicode at 
> > /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 15.
> > Malformed UTF-8 character (fatal) at 
> > /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3387.
> > make[2]: *** [Makefile:53: info-ja] Error 25
>
> The full build log is available from:
>http://qa-logs.debian.net/2020/02/22/oneliner-el_0.3.6-8_unstable.log
>
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
>
> About the archive rebuild: The rebuild was done on EC2 VM instances from
> Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
> failed build was retried once to eliminate random failures.
>
>


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)


pgpGO2eqBiEgi.pgp
Description: OpenPGP Digital Signature


Bug#693126: limit source to latexmk, tagging 693126

2014-05-05 Thread OHURA Makoto
  Hi.

  Sorry.  I forgot to upload this.  I'll upload new upstream package
of 4.39 soon.

  Thanks.

At Mon, 5 May 2014 11:49:29 +0200 (CEST),
Santiago Vila wrote:
>
> On Tue, 5 Nov 2013, OHURA Makoto wrote:
>
> > #latexmk (1:4.37-1) unstable; urgency=low
> > #
> > #  * New upstream release (Closes: #693126)
>
> This is pending since November.
>
> Would you please upload the package or let someone else maintain it?
>
>


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpGTiozg4v4N.pgp
Description: PGP signature


Bug#357032: uncompressed documentation for pgf and beamer

2012-12-16 Thread OHURA Makoto
t Preining   Mon, 06 Aug 2012 16:46:46 +0900
> > +
> >  latex-beamer (3.10-2) unstable; urgency=medium
> >
> >* Update Standards-Version.
> > only in patch2:
> > unchanged:
> > --- latex-beamer-3.10.orig/debian/links
> > +++ latex-beamer-3.10/debian/links
> > @@ -0,0 +1 @@
> > +usr/share/doc/latex-beamer/beameruserguide.pdf 
> > usr/share/texmf/doc/latex/beamer/beameruserguide.pdf
>
> > diff -u pgf-2.10/debian/rules pgf-2.10/debian/rules
> > --- pgf-2.10/debian/rules
> > +++ pgf-2.10/debian/rules
> > @@ -90,7 +90,7 @@
> > dh_installman
> > dh_link
> > dh_strip
> > -   dh_compress -X.svg
> > +   dh_compress -X.svg -Xpgfmanual.pdf
> > dh_fixperms
> >  #  dh_perl
> >  #  dh_python
> > diff -u pgf-2.10/debian/changelog pgf-2.10/debian/changelog
> > --- pgf-2.10/debian/changelog
> > +++ pgf-2.10/debian/changelog
> > @@ -1,3 +1,11 @@
> > +pgf (2.10-1.1) unreleased; urgency=low
> > +
> > +  * Non-maintainer upload.
> > +  * do not compress pgf documentation so that it works properly with
> > +texdoc
> > +
> > + -- Norbert Preining   Mon, 06 Aug 2012 17:19:14 +0900
> > +
> >  pgf (2.10-1) unstable; urgency=low
> >
> >* New upstream release (Closes: #606128)
>
>
> 
> Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
> JAIST, Japan TeX Live & Debian Developer
> DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
> 
> AASLEAGH (n.)
> A liqueur made only for drinking at the end of a revoltingly long
> bottle party when all the drinkable drink has been drunk.
>   --- Douglas Adams, The Meaning of Liff
>
>


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpDGzTDhmPHS.pgp
Description: PGP signature


Bug#692430: unblock xemacs21/21.4.22-4

2012-11-05 Thread OHURA Makoto
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package xemacs21

  xemacs21 21.4.22-4 fixed #670292 and #677849 which are RC bugs.
xeamcs21 was already removed from testing by RC bugs[1].  Can I add
this into testing?  If I can do so, please unblock xemacs21-packages
too. This was removed from testing at the same time[2].
xemacs21-packages has no RC bugs, but xemacs21 depends on this.

  Thanks.

unblock xemacs21/21.4.22-4

Footnotes:
[1]  http://packages.qa.debian.org/x/xemacs21/news/20120710T163919Z.html
[2]  
http://packages.qa.debian.org/x/xemacs21-packages/news/20120710T163919Z.html
-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


diff -u xemacs21-21.4.22/debian/xemacs@MAJVERSION@@subn...@-support.prerm.in 
xemacs21-21.4.22/debian/xemacs@MAJVERSION@@subn...@-support.prerm.in
--- xemacs21-21.4.22/debian/xemacs@MAJVERSION@@subn...@-support.prerm.in
+++ xemacs21-21.4.22/debian/xemacs@MAJVERSION@@subn...@-support.prerm.in
@@ -1,8 +1,6 @@
 #!/bin/sh -e
 set -e
 
-install-info --quiet --remove-exactly xemacs@MAJVERSION@/xemacs
-
 rmdir /usr/local/lib/xemacs/site-lisp > /dev/null 2>&1 && \
rmdir /usr/local/lib/xemacs > /dev/null 2>&1 || \
true 
diff -u xemacs21-21.4.22/debian/xemacs@MAJVERSION@@subn...@-support.postinst.in 
xemacs21-21.4.22/debian/xemacs@MAJVERSION@@subn...@-support.postinst.in
--- xemacs21-21.4.22/debian/xemacs@MAJVERSION@@subn...@-support.postinst.in
+++ xemacs21-21.4.22/debian/xemacs@MAJVERSION@@subn...@-support.postinst.in
@@ -10,8 +10,6 @@
 test -L ${OLDDATADIR}/etc || ln -s ${NEWDATADIR}/etc ${OLDDATADIR}/etc
 test -L ${OLDDATADIR}/lisp || ln -s ${NEWDATADIR}/lisp ${OLDDATADIR}/lisp
 
-install-info --quiet --section "Emacs" "XEmacs@VERSION@" 
/@PREFIX@/share/info/xemacs@MAJVERSION@/xemacs.info
-
 mkdir -p /usr/local/lib/xemacs/site-lisp > /dev/null 2>&1 || true
 
 ##DEBHELPER##
diff -u xemacs21-21.4.22/debian/changelog xemacs21-21.4.22/debian/changelog
--- xemacs21-21.4.22/debian/changelog
+++ xemacs21-21.4.22/debian/changelog
@@ -1,3 +1,12 @@
+xemacs21 (21.4.22-4) unstable; urgency=low
+
+  * debian/xemacs21-support.links.in: Add symblic links to
+/usr/share/xemacs-21.4.22 in /usr/lib/xemacs-21.4.22. (Closes: #670292)
+  * Remove install-info from xemacs21-support.{postinst|prerm}
+(Closes: #677849)
+
+ -- OHURA Makoto   Mon, 27 Aug 2012 21:48:24 +0900
+
 xemacs21 (21.4.22-3.2) unstable; urgency=low
 
   * Non-maintainer upload.
reverted:
--- xemacs21-21.4.22/debian/xemacs21-support.lintian-overrides
+++ xemacs21-21.4.22.orig/debian/xemacs21-support.lintian-overrides
@@ -1,2 +0,0 @@
-# Needed to get the libjpeg NMU trough. TO BE FIXED BY MAINTAINER.
-install-info-used-in-maintainer-script
only in patch2:
unchanged:
--- xemacs21-21.4.22.orig/debian/xemacs21-support.links.in
+++ xemacs21-21.4.22/debian/xemacs21-support.links.in
@@ -0,0 +1,2 @@
+usr/share/xemacs-21.4.22/etc usr/lib/xemacs-21.4.22/etc
+usr/share/xemacs-21.4.22/lisp usr/lib/xemacs-21.4.22/lisp






pgpMpGNRrWy2n.pgp
Description: PGP signature


Bug#670292: xemacs21-gnome-{, no-}mule{, -canna-wnn}: fails to upgrade from squeeze: apt-get dist-upgrade hangs forever

2012-08-06 Thread OHURA Makoto
tags 670292 pending
thanks

  Hi.

  I've fixed this in my local repository.  If there is no symlinks to
/usr/share/xemacs-21.4.22 in /usr/lib/xemacs-21.4.22, we'll fail to
upgrade or install xemacs21.  I'll upload new revision soon.

  Thanks.

At Tue, 24 Apr 2012 18:43:42 +0200,
Andreas Beckmann wrote:
>
> Package: 
> xemacs21-gnome-mule,xemacs21-gnome-nomule,xemacs21-gnome-mule-canna-wnn
> Version: 21.4.22-3.2
> Severity: serious
> User: debian...@lists.debian.org
> Usertags: piuparts
>
> Hi,
>
> during a test with piuparts I noticed your package fails to upgrade from
> 'squeeze'.
> It installed fine in 'squeeze', then the upgrade to 'sid' fails.
>
> >From the attached log (scroll to the bottom...):
>
>
> [...]
> 1m27.0s DEBUG: Starting command: ['chroot', '/tmp/piupartss/tmp9G4jkK', 
> 'apt-get', '-yf', 'dist-upgrade']
> 21m27.0s ERROR: Terminating command due to excessive runtime
> 21m27.5s DUMP:
>
>
>   * Command was terminated after exceeding runtime limit (1200 s) *
> 21m27.5s ERROR: Command failed (status=-15): ['chroot', 
> '/tmp/piupartss/tmp9G4jkK', 'apt-get', '-yf', 'dist-upgrade']
> [...]
>
>
> The test is terminated the same way for xemacs21-gnome-mule,
> xemacs21-gnome-nomule, xemacs21-gnome-mule-canna-wnn.
>
> I also tried to perform the upgrade manually in a minimal chroot as used
> by piuparts and see where it hangs, but instead I caught some failures
> from emacsen-common:
>
>
> [...]
> Setting up emacsen-common (1.4.23) ...
> emacsen-common: Handling install of emacsen flavor emacs
> emacsen-common: Handling install of emacsen flavor xemacs21
> emacsen-common: byte-compiling for xemacs21
>
> WARNING:
> Couldn't find obvious defaults for:
> data-directory
> mule-lisp-directory
> lisp-directory
> Perhaps some directories don't exist, or the XEmacs executable,
> /usr/bin/xemacs21
> is in a strange place?Loading /usr/share/emacs/site-lisp/debian-startup...
> Loading 00debian...
> Error while loading 00debian: Symbol's function definition is void: loop
> Loading 00debian-vars...
> Symbol's function definition is void: batch-byte-compile
> xemacs exiting
> .
> emacs-package-install: 
> /usr/lib/emacsen-common/packages/install/emacsen-common xemacs21 xemacs21 
> failed at /usr/lib/emacsen-common/emacs-package-install line 30,  line 
> 1.
> dpkg: error processing emacsen-common (--configure):
>  subprocess installed post-installation script returned error exit status 255
> [...]
> dpkg: dependency problems prevent configuration of xemacs21-gnome-mule:
>  xemacs21-gnome-mule depends on xemacs21-mule; however:
>   Package xemacs21-mule is not configured yet.
> dpkg: error processing xemacs21-gnome-mule (--configure):
>  dependency problems - leaving unconfigured
> [...]
>
>
> cheers,
>
> Andreas
>


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpZoMV8tVpsx.pgp
Description: PGP signature


Bug#665253: xemacs21-packages: FTBFS: tests hang

2012-07-19 Thread OHURA Makoto
tags 665253 unreproducible
severity 665253 important
thanks

  Hi.

  This bug is unreporoducible in my box and pbuilder environment.  I
don't know why.

  Thanks.

At Thu, 22 Mar 2012 17:56:10 +0100,
Lucas Nussbaum wrote:
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
>
> Relevant part:
> > make[3]: Entering directory 
> > `/.AN+PKGBUILDDIRN;/xemacs-packages/hyperbole'
> > xemacs21-mule -no-autoloads -vanilla -batch -eval '(setq 
> > stack-trace-on-error t load-always-display-messages t 
> > load-ignore-out-of-date-elc-files t load-show-full-path-in-messages t)' 
> > -eval '(setq load-path (list (expand-file-name "mule" lisp-directory) 
> > lisp-directory))' -l /.AN+PKGBUILDDIRN;/package-compile.el -- 
> > xemacs-base mail-lib calendar vm text-modes gnus mh-e rmail apel tm 
> > sh-script net-utils ecrypto -- -eval '(setq hyperb:dir "./")' -l 
> > ./hversion.el -l ./hyperbole.el -l ./hsite.el -f batch-byte-compile 
> > auto-autoloads.el
> > Loading /usr/lib/xemacs-21.4.22/lisp/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/ecrypto/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/net-utils/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/sh-script/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/tm/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/apel/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/rmail/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/mh-e/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/gnus/lisp/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/text-modes/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/vm/lisp/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/calendar/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/mail-lib/auto-autoloads...
> > Loading /.AN+PKGBUILDDIRN;/xemacs-packages/xemacs-base/auto-autoloads...

> > Loading hmouse-sh...
> > Initializing Hyperbole, please wait...  # bind (
> > stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error)
> >   signal(error ("(hyperb:init): 'hbmap:dir-user' parent dir does not 
> > exist."))
> >   # bind (data error-symbol)
> >   signal-error(error ("(hyperb:init): 'hbmap:dir-user' parent dir does not 
> > exist."))
> >   # bind (error-data)
> >   normal-top-level()
> >   # (condition-case ... . error)
> > make[3]: *** wait: No child processes.  Stop.
> > make[3]: *** Waiting for unfinished jobs
> > make[3]: *** wait: No child processes.  Stop.
> > make[2]: *** wait: No child processes.  Stop.
> > make[2]: *** Waiting for unfinished jobs
> > make[2]: *** wait: No child processes.  Stop.
> > make[1]: *** wait: No child processes.  Stop.
> > make[1]: *** Waiting for unfinished jobs
> > make[1]: *** wait: No child processes.  Stop.
> > make: *** wait: No child processes.  Stop.
> > make: *** Waiting for unfinished jobs
> > make: *** wait: No child processes.  Stop.
> >   # (catch top-levelBuild killed with signal TERM after 150 minutes of 
> > inactivity
> > $B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B
> > Build finished at 20120322-0006
>
> The full build log is available from:
>
> http://people.debian.org/~lucas/logs/2012/03/21/xemacs21-packages_2009.02.17.dfsg.1-1.log
>
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
>
> About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
> of the Grid'5000 platform, using a clean chroot.  Internet was not
> accessible from the build systems.
>
>
>


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpc6XcZjs8su.pgp
Description: PGP signature


Bug#666067: transition: libkpathsea6

2012-05-03 Thread OHURA Makoto
  Hi, all.

At Fri, 04 May 2012 09:02:49 +0900 (JST),
Atsuhito Kohda wrote:
>
> Hi Adam,
>
> On Thu, 03 May 2012 20:48:09 +0100, "Adam D. Barratt" wrote:
>
> > On Wed, 2012-05-02 at 14:45 +0900, Norbert Preining wrote:
> >> > - okumura-clsfiles, ptex-jisfonts and vfdata-morisawa5 now appear to be
> >> > virtual packages provided by texlive-lang-cjk, so I've assumed the "old"
> >> > source packages should be removed from testing
> >>
> >> Yes from my side, but the maintainers have to give their word.
> >
> > Maintainers added to Cc.  Please confirm...
>
> About vfdata-morisawa5, there is no problem.  Please remove it
> from testing.  If necessary I agree also to remove it from Debian
> archive.

  I entirely agree with you.  There is no problem about
okumura-clsfiles and ptex-jisfonts.  Thanks for your work.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpFdVHD4Z4Hv.pgp
Description: PGP signature


Bug#666067: transition: libkpathsea6

2012-05-03 Thread OHURA Makoto
  Hi, all.

At Fri, 04 May 2012 09:02:49 +0900 (JST),
Atsuhito Kohda wrote:
>
> Hi Adam,
>
> On Thu, 03 May 2012 20:48:09 +0100, "Adam D. Barratt" wrote:
>
> > On Wed, 2012-05-02 at 14:45 +0900, Norbert Preining wrote:
> >> > - okumura-clsfiles, ptex-jisfonts and vfdata-morisawa5 now appear to be
> >> > virtual packages provided by texlive-lang-cjk, so I've assumed the "old"
> >> > source packages should be removed from testing
> >>
> >> Yes from my side, but the maintainers have to give their word.
> >
> > Maintainers added to Cc.  Please confirm...
>
> About vfdata-morisawa5, there is no problem.  Please remove it
> from testing.  If necessary I agree also to remove it from Debian
> archive.

  I entirely agree with you.  There is no problem about
okumura-clsfiles and ptex-jisfonts.  Thanks for your work.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpx6Gi41Aavu.pgp
Description: PGP signature


Bug#666293: dvi2ps: diff for NMU version 4.1j-3.1

2012-04-28 Thread OHURA Makoto
  Hi.

  Thanks for your patch and NMU.  Can you delay this longer?  I'm
preparing the package of new upstream release 5.1j now.

  Thanks.

At Thu, 26 Apr 2012 01:56:33 +0200,
Jakub Wilk wrote:
>
> tags 666293 + patch
> tags 666293 + pending
> thanks
>
> Dear maintainer,
>
> I've prepared an NMU for dvi2ps (versioned as 4.1j-3.1) and uploaded it
> to DELAYED/3. Please feel free to tell me if I should delay it longer.
>
> --
> Jakub Wilk


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpCVIUcYax0Y.pgp
Description: PGP signature


Bug#666293: dvi2ps: diff for NMU version 4.1j-3.1

2012-04-28 Thread OHURA Makoto
  Hi.

  Thanks for your patch and NMU.  Can you delay this longer?  I'm
preparing the package of new upstream release 5.1j now.

  Thanks.

At Thu, 26 Apr 2012 01:56:33 +0200,
Jakub Wilk wrote:
>
> tags 666293 + patch
> tags 666293 + pending
> thanks
>
> Dear maintainer,
>
> I've prepared an NMU for dvi2ps (versioned as 4.1j-3.1) and uploaded it
> to DELAYED/3. Please feel free to tell me if I should delay it longer.
>
> --
> Jakub Wilk


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpXsixur54Nv.pgp
Description: PGP signature


Bug#542338: vflib3: diff for NMU version 3.6.14.dfsg-1.2

2011-12-12 Thread OHURA Makoto
  Hi.

  Thanks for your NMU.  I've already fixed this in my local
repository.  I dropped dependency on defoma and deleted
update-vflibcap.  You don't need to cancel your NMU.  I'll override it
soon.

  Thanks.

At Sun, 11 Dec 2011 20:18:20 +0100,
Christian PERRIER wrote:
> tags 542338 + pending
> thanks
>
> Dear maintainer,
>
> I've prepared an NMU for vflib3 (versioned as 3.6.14.dfsg-1.2) and
> uploaded it to DELAYED/7. Please feel free to tell me if I
> should delay it longer.
>
> Regards.



  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpjZIYeK4VzX.pgp
Description: PGP signature


Bug#542338: PING: vf3lib: defoma removal

2011-11-27 Thread OHURA Makoto
  Hi.

  Sorry for your inconvenience.  I'll work for dropping defoma in a
few days.  Please wait.

  Thanks.

At Thu, 24 Nov 2011 14:48:37 +0800,
Paul Wise wrote:
>
> Hi,
>
> I'm wondering what the status of #542338 (defoma removal from vflib3)
> is? I would really like to remove defoma from Debian before the release
> of wheezy and your package is one of the core packages blocking this
> removal.
>
> --
> bye,
> pabs
>
> http://wiki.debian.org/PaulWise


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpEUPfFUXDYG.pgp
Description: PGP signature


Bug#618440: pgf: patches against 2.0 Debian packaging to fix lintian complaints; also update packaging for 2.10.

2011-03-15 Thread OHURA Makoto
  Hi.

  Thanks for your patch.  Please wait a few days.

At Tue, 15 Mar 2011 12:26:49 +0530,
Faheem Mitha wrote:
>
> Package: pgf
> Version: 2.00-1
> Severity: wishlist
> Tags: patch
>
>
> I attach a patch against Debian packaging files for PGF 2.0 to fix
> lintian complaints. The resulting Debian packaging works for me with
> PGF 2.10. The patch makes the following changes
>
> 1) Uses dh_installtex for postinst and postrm and updates Build
> Dependencies accordingly.
>
> 2) Updates pgf.doc-base
>
> 3) Removes the executable bit from some PGF source files
>
> 4) Changes compat level from 4 to 7.
>
> In addition to this, the following steps need to be taken (not
> included in patch):
>
> 5) Remove postinst, postrm, preinst, prerm.
>
>Regards, Faheem
>
> -- System Information:
> Debian Release: 6.0
>   APT prefers squeeze-updates
>   APT policy: (500, 'squeeze-updates'), (500, 'stable'), (50, 'unstable'), 
> (1, 'experimental')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.32-5-vserver-686-bigmem (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages pgf depends on:
> ii  latex-xcolor  2.11-1 Easy driver-independent TeX class
> ii  texlive-latex-recommended     2009-11TeX Live: LaTeX recommended 
> packag
>
> pgf recommends no packages.
>
> pgf suggests no packages.
>
> -- no debconf information


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpR6KeH0B1I7.pgp
Description: PGP signature


Bug#604115: latex-beamer: Beamer version is old

2011-02-27 Thread OHURA Makoto
  Hi.

  I've uploaded 3.10-1 in sid.  Close this bug.

  Thanks.

At Sat, 20 Nov 2010 23:38:22 +1100,
James Tocknell wrote:
>
> Package: latex-beamer
> Version: 3.07-2
> Severity: wishlist
>
> The version of beamer in Debian is old, newer versions can be found at
> http://bitbucket.org/rivanvx/beamer/downloads.
>
>
>
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers testing-proposed-updates
>   APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
> 'testing'), (1, 'experimental')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
> Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages latex-beamer depends on:
> ii  latex-xcolor  2.11-1 Easy driver-independent TeX class
> ii  pgf   2.00-1 TeX Portable Graphic Format
> ii  texlive-latex-base2009-11TeX Live: Basic LaTeX packages
>
> latex-beamer recommends no packages.
>
> latex-beamer suggests no packages.
>
> -- no debconf information
>
>
>


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpNKtlao2SPO.pgp
Description: PGP signature


Bug#606128: ETA for 2.10?

2011-02-27 Thread OHURA Makoto
tag 606128 pending
thanks

  Hi.

  Sorry for the inconvenience, but I'm preparing 2.10 now. Please wait
a few days.

  Thanks.

At Sun, 27 Feb 2011 01:51:03 +0530 (IST),
Faheem Mitha wrote:
>
>
> Hi,
>
> I was just wondering if there was an ETA for 2.10. If not, I might take a
> whirl at packaging it myself. Thanks.
>
>    Regards, Faheem
>



  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpbz1uV6Ysrb.pgp
Description: PGP signature


Bug#606499: latex-beamer: New upstream version 3.10

2011-01-23 Thread OHURA Makoto
tag 606499 pending
thanks

  Hi.

  I'm packaging new upstream release now. Please wait.

  Thanks for your report.

At Thu, 09 Dec 2010 15:04:57 -0500,
Andres Cimmarusti wrote:
> 
> Package: latex-beamer
> Version: 3.07-2
> Severity: wishlist
> 
> Version 3.07 was released 4 years ago! and yet Squeeze will ship with it. 
> Version 3.10 was released 5 months ago, please package it!
> 
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers testing
>   APT policy: (990, 'testing')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
> Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages latex-beamer depends on:
> ii  latex-xcolor  2.11-1 Easy driver-independent TeX 
> class 
> ii  pgf   2.00-1 TeX Portable Graphic Format
> ii  texlive-latex-base2009-11TeX Live: Basic LaTeX packages
> 
> latex-beamer recommends no packages.
> 
> latex-beamer suggests no packages.
> 
> -- no debconf information
> 
> 
> 


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#590303: intent to NMU

2010-07-30 Thread OHURA Makoto
  Hi.

  Thank you for your works.  I've checked CVE and patch.  Feel free to
NMU.

  Thanks again.

At Wed, 28 Jul 2010 19:48:47 +0200,
Nico Golde wrote:
> Hi,
> I intent to NMU this package to fix this security issue. I uploaded a fix to
> DELAYED/2. Let me know if you need to delay this longer.
> debdiff available at:
> http://people.debian.org/~nion/nmu-diff/xemacs21-21.4.22-3_21.4.22-3.1.patch
>
> Cheers
> Nico


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpM45Y1NV3AR.pgp
Description: PGP signature


Bug#379608: Please close #379608

2010-07-24 Thread OHURA Makoto
  Hi.

At Mon, 19 Jul 2010 10:46:29 -0400,
Michael Hanke wrote:
>
> this bug report is no longer valid. latex-ucs doesn't even exist anymore
> and latex-beamer works just fine when installed today.

  But, ucs.sty is included in texlive-latex-extra, which latex-beamer
doesn't depend on.  So, if you don't install it, you get the same
error.  Do you think that we still need suggested dependency on
texlive-latex-extra?

  Thanks.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpGHquBtoi9p.pgp
Description: PGP signature


Bug#571779: closed by OHURA Makoto (Bug#571779: fixed in dvi2ps 4.1j-3)

2010-04-05 Thread OHURA Makoto
  Hi.

At Mon, 5 Apr 2010 06:34:37 +,
Adam M. Costello wrote:
>
> > Source: dvi2ps
> > Source-Version: 4.1j-3
> >
> > We believe that the bug you reported is fixed in the latest version of
> > dvi2ps,
>
> I installed that version, and now instead of getting an error message
> (dvi2ps: FATAL-- cannot open fontdesc file "bikan-mor2") I get a
> SIGSEGV:
>
> kernel: [8930844.284122] dvi2ps[8008]: segfault at 21 ip b7ceb1bb sp
> bfa0324c error 4 in libc-2.9.so[b7c74000+15a000]

  This is unreproducible in my environment.  But, probably, this is
not the same bug as the one I've closed.  So, please submit a new
bug.  We need more info to fix this.

  Thanks.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpb3a14rqOAy.pgp
Description: PGP signature


Bug#523193: latexmk version is still old

2010-01-24 Thread OHURA Makoto
  Hi.  Thanks for your PING.

At Sun, 24 Jan 2010 00:05:45 +0100,
Vincent Lefevre wrote:
>
> You ITA'ed the latexmk package on 09 Apr 2009, but it hasn't been
> updated since, and the current version is still very old. Any news?

  I'm using latexmk regularly.  So, I'll update it in a few weeks.

  Thanks.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpVduuKA47rp.pgp
Description: PGP signature


Bug#506296: This is a problem of common library.

2009-03-06 Thread OHURA Makoto
tags 506295 confirm
tags 506296 confirm
reassign 506295 libdvilib2-16
reassign 506296 libdvilib2-16
merge 506295 506296
thanks

  Hi.

  This is a problem of libdvilib2-16, not indiviual
applications.  I haven't fixed this yet.

  Thanks.

----
  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpVMbAFaR6jm.pgp
Description: PGP signature


Bug#514751: ITP: pgfplots -- TeX package to draw normal and/or logarithmic plots directly in TeX

2009-02-23 Thread OHURA Makoto
  Hi.

From: Frank Küster 
Subject: Re: Bug#514751: ITP: pgfplots -- TeX package to draw normal and/or 
logarithmic plots directly in TeX
Date: Sun, 15 Feb 2009 22:56:23 +0100

> OHURA Makoto  wrote:
> 
> > Package: wnpp
> > Owner: OHURA Makoto 
> > Severity: wishlist
> >
> > * Package name: pgfplots
> >   Version : 1.2
> >   Upstream Author : Christian Feuersanger
> > * URL or Web page : http://pgfplots.sourceforge.net/
> > * License : GPLv3
> >   Description : TeX package to draw normal and/or logarithmic plots 
> > directly in TeX
> 
> This package will be included in TeXLive 2008. There's still some way to
> go until we'll be able to upload those packages - or rather, it's
> probably quite easy, but there's no one who works on this regularly.
> 
> Of course I'd prefer your working on TeXLive 2008, but if you do prepare
> packages for pgfplots, are you willing to keep on maintaining them when
> TL 2008 is in the archive?

  I've not made the package, yet.  I didn't know that pgfplots is
in TL 2008.  If there is no problem for debian-science people,
I'll withdraw this ITP.

  I don't close this bug until TL 2008 will be uploaded, for
someone doesn't file ITP again.

  Thanks.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpJKYFJoB9f1.pgp
Description: PGP signature


Bug#514751: ITP: pgfplots -- TeX package to draw normal and/or logarithmic plots directly in TeX

2009-02-23 Thread OHURA Makoto
  Hi.

From: Frank Küster 
Subject: Re: Bug#514751: ITP: pgfplots -- TeX package to draw normal and/or 
logarithmic plots directly in TeX
Date: Sun, 15 Feb 2009 22:56:23 +0100

> OHURA Makoto  wrote:
> 
> > Package: wnpp
> > Owner: OHURA Makoto 
> > Severity: wishlist
> >
> > * Package name: pgfplots
> >   Version : 1.2
> >   Upstream Author : Christian Feuersanger
> > * URL or Web page : http://pgfplots.sourceforge.net/
> > * License : GPLv3
> >   Description : TeX package to draw normal and/or logarithmic plots 
> > directly in TeX
> 
> This package will be included in TeXLive 2008. There's still some way to
> go until we'll be able to upload those packages - or rather, it's
> probably quite easy, but there's no one who works on this regularly.
> 
> Of course I'd prefer your working on TeXLive 2008, but if you do prepare
> packages for pgfplots, are you willing to keep on maintaining them when
> TL 2008 is in the archive?

  I've not made the package, yet.  I didn't know that pgfplots is
in TL 2008.  If there is no problem for debian-science people,
I'll withdraw this ITP.

  I don't close this bug until TL 2008 will be uploaded, for
someone doesn't file ITP again.

  Thanks.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgppCMk4MsVuY.pgp
Description: PGP signature


Bug#514751: ITP: pgfplots -- TeX package to draw normal and/or logarithmic plots directly in TeX

2009-02-23 Thread OHURA Makoto
  Hi.

From: Frank Küster 
Subject: Re: Bug#514751: ITP: pgfplots -- TeX package to draw normal and/or 
logarithmic plots directly in TeX
Date: Sun, 15 Feb 2009 22:56:23 +0100

> OHURA Makoto  wrote:
> 
> > Package: wnpp
> > Owner: OHURA Makoto 
> > Severity: wishlist
> >
> > * Package name: pgfplots
> >   Version : 1.2
> >   Upstream Author : Christian Feuersanger
> > * URL or Web page : http://pgfplots.sourceforge.net/
> > * License : GPLv3
> >   Description : TeX package to draw normal and/or logarithmic plots 
> > directly in TeX
> 
> This package will be included in TeXLive 2008. There's still some way to
> go until we'll be able to upload those packages - or rather, it's
> probably quite easy, but there's no one who works on this regularly.
> 
> Of course I'd prefer your working on TeXLive 2008, but if you do prepare
> packages for pgfplots, are you willing to keep on maintaining them when
> TL 2008 is in the archive?

  I've not made the package, yet.  I didn't know that pgfplots is
in TL 2008.  If there is no problem for debian-science people,
I'll withdraw this ITP.

  I don't close this bug until TL 2008 will be uploaded, for
someone doesn't file ITP again.

  Thanks.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpLaLZWjVDcA.pgp
Description: PGP signature


Bug#514751: ITP: pgfplots -- TeX package to draw normal and/or logarithmic plots directly in TeX

2009-02-10 Thread OHURA Makoto
Package: wnpp
Owner: OHURA Makoto 
Severity: wishlist

* Package name: pgfplots
  Version : 1.2
  Upstream Author : Christian Feuersanger
* URL or Web page : http://pgfplots.sourceforge.net/
* License : GPLv3
  Description : TeX package to draw normal and/or logarithmic plots 
directly in TeX

  This package provides tools to generate plots and labeled axes
easily. It draws normal plots, logplots and semi-logplots. Axis
ticks, labels, legends (in case of multiple plots) can be added
with key-value options. It can cycle through a set of predefined
line/marker/color specifications. In summary, its purpose is to
simplify the generation of high-quality function plots,
especially for use in scientific contexts (logplots).


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpKS3vVasJAk.pgp
Description: PGP signature


Bug#497262: xemacs segfault on m68k

2008-09-05 Thread OHURA Makoto
  Hi.

From: Wouter Verhelst <[EMAIL PROTECTED]>
Subject: Bug#497262: xemacs segfault on m68k
Date: Sun, 31 Aug 2008 12:58:43 +0200

> Package: xemacs21
> Version: 21.4.21-4
> Severity: important
> User: [EMAIL PROTECTED]
> Usertag: rc-m68k
>
> Hi,
>
> xemacs currently segfaults on m68k. The reason isn't entirely clear to
> me yet, but I wanted to put this bugreport out so that perhaps some
> other people could join in.

  What version of xemacs21 do you use?  As you know, the latest
version of xemacs21 failed to be built.

http://buildd.debian.org/~jeroen/status/package.php?p=xemacs21

  I tried to build this at crest.d.o, but I can't yet.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpIiEZ1K57Ll.pgp
Description: PGP signature


Bug#494275: latex-beamer: Favor texlive-* over latex-*

2008-08-08 Thread OHURA Makoto
  Hi.

From: Jonas Smedegaard <[EMAIL PROTECTED]>
Subject: Bug#494275: latex-beamer: Favor texlive-* over latex-*
Date: Fri, 08 Aug 2008 09:37:54 +0200

> Attached is the patch used to fix the following issue: if none of
> texlive or latex-* is installed already and this package is installed,
> latex gets installed due to being mentioned first in recommends.
>
> latex-* is a dummy package pulling in texlive, but more of if than
> necessary.

  What you are going to say is tetex-extra, isn't it?  Not latex-*.

> I have taken the liberty to do a 1-day delayed NMU fixing this bug.
>
> Hope that's ok with you :-)

  Your patch is fine.  That's ok.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgphpCNmlJOvx.pgp
Description: PGP signature


Bug#485224: vflib3: FTBFS: Using imake without Build-Depends on xutils-dev

2008-06-08 Thread OHURA Makoto
tags 485224 pending
thanks

  Hi.  Thanks for your report.

From: Daniel Schepler <[EMAIL PROTECTED]>
Subject: Bug#485224: vflib3: FTBFS: Using imake without Build-Depends on 
xutils-dev
Date: Sun, 8 Jun 2008 11:33:16 -0700

> From my pbuilder build log:
>
> ...
> gcc -I../../src -I -g -O2 -g -Wall -O2 -g -Wall -pedantic -ansi 
> -DVFLIB_VERSION=\"3.6.14\" -DHYAKUX11 -c
> hyakux11.c
> rm -f hyakux11.c
> ../../libtool --mode=link \
> gcc -g -O2 -g -Wall -O2 -g -Wall -pedantic -ansi 
> -DVFLIB_VERSION=\"3.6.14\" -o hyakux11
> hyakux11.o \
>../../src/libVFlib3.la -L
> gcc -g -O2 -g -Wall -O2 -g -Wall -pedantic -ansi -DVFLIB_VERSION=\"3.6.14\" 
> -o .libs/hyakux11
> hyakux11.o ../../src/.libs/libVFlib3.so -lttf -lt1 -lkpathsea -L/usr/lib 
> -lnsl -lm -L
> gcc: argument to '-L' is missing
> make[3]: *** [hyakux11] Error 1
> make[3]: Leaving directory `/tmp/buildd/vflib3-3.6.14/utils/hyaku-1.1.0'
> make[2]: *** [default] Error 2
> make[2]: Leaving directory `/tmp/buildd/vflib3-3.6.14/utils'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/tmp/buildd/vflib3-3.6.14'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

  This is the same problem as #484200, but the different target
in Makefile.

> This is due to the following change in xutils 1:7.3+11:
>
>   * Remove the dependency of xutils against xutils-dev, it was only useful
> for transitional purpose in Etch, closes: #418123.
>
> My guess would be that the configure script is misusing the AC_PATH_X*
> macro and trying to get a library path directly instead of using the
> appropriate variable which would contain -L*.  So if imake is installed, it
> finds an explicit directory, but if it isn't, it detects the libraries are
> in the system compiler paths and returns an empty string.  (Note this is
> just a guess without actually looking at the configure script.)

  At the end of the configure script, X11/runxmkmf script at
source tree is executed.  This checks if the xmkmf exists.

  Anyway, this is already fixed in my local repository.  I'll
upload soon.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpZ2PQTpnUjc.pgp
Description: PGP signature


Bug#484200: vflib3: FTBFS: vflx11.c:746: undefined reference to `XCheckWindowEvent'

2008-06-08 Thread OHURA Makoto
tags 484200 pending
thanks

  Hi.

  Thanks for your report.

From: Lucas Nussbaum <[EMAIL PROTECTED]>
Subject: Bug#484200: vflib3: FTBFS: vflx11.c:746: undefined reference to 
`XCheckWindowEvent'
Date: Tue, 3 Jun 2008 02:17:02 +0200

> During a rebuild of all packages in sid, your package failed to build on
> i386.
>
> Relevant part:
> > gcc -g -O2 -g -Wall -O2 -g -Wall -pedantic -ansi -DVFLIB_VERSION=\"3.6.14\" 
> > -I -c vflx11.c
> > /tmp/cceZV0K4.o: In function `Win_PollUserCmd':
> > /build/user-vflib3_3.6.14-1-amd64-tH9fkc/vflib3-3.6.14-1/utils/vflx11/vflx11.c:746:
> >  undefined reference to `XCheckWindowEvent'
> > /build/user-vflib3_3.6.14-1-amd64-tH9fkc/vflib3-3.6.14-1/utils/vflx11/vflx11.c:766:
> >  undefined reference to `XLookupString'
> > ...
>
> The full build log is available from:
>http://people.debian.org/~lucas/logs/2008/06/02

  This is a problem of lacking the build-dependency on
xutils-dev, which contains xmkmf.  because of this, the
appropriate option isn't passed to gcc.

  Anyway, this is already fixed in my local repository.  I'll
upload soon.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpG02GO7LSZx.pgp
Description: PGP signature


Bug#471369: pgf: new upstream version (2.00)

2008-04-20 Thread OHURA Makoto
tags 471369 pending
thanks

  Hi.  Thanks for your report.

  I'm preparing a new package of pgf.  Please wait a few days.

  Thanks.

From: Johann Felix Soden <[EMAIL PROTECTED]>
Subject: Bug#471369: pgf: new upstream version (2.00)
Date: Mon, 17 Mar 2008 19:44:08 +0100

> Package: pgf
> Version: 1.18-1
> Severity: wishlist
>
> --- Please enter the report below this line. ---
> There is a new upstream version of pgf released on
> http://sourceforge.net/projects/pgf/
>
> Thanks for updating!


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpxNhpznOLu0.pgp
Description: PGP signature


Bug#464465: vflib3: strdup implicitly converted to pointer

2008-02-13 Thread OHURA Makoto
tags 464465 pending
thanks

  Hi.

  Thanks for your patch.  But I think we should patch
configure.in instead of configure script.  The former is
generated from the latter.

  BTW, I've already fixed this bug in my local repository.
Please wait until uploading.

  Thanks.

From: dann frazier <[EMAIL PROTECTED]>
Subject: Bug#464465: vflib3: strdup implicitly converted to pointer
Date: Wed, 6 Feb 2008 19:27:19 -0700

> 
> diff -urpN vflib3-3.6.14.orig/configure vflib3-3.6.14/configure
> --- vflib3-3.6.14.orig/configure  2005-04-07 18:55:20.0 -0600
> +++ vflib3-3.6.14/configure   2008-02-06 19:26:24.0 -0700
> @@ -1604,7 +1604,7 @@ fi
>
>
>  if test "x$CC" = xgcc; then
> - XX_CFLAGS="-g -Wall -pedantic -ansi"
> + XX_CFLAGS="-g -Wall -pedantic -ansi -D_GNU_SOURCE"
>  else
>   XX_CFLAGS=
>  fi


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpcqeAUF3JKQ.pgp
Description: PGP signature


Bug#464433: Source package contains non-free IETF RFC/I-D

2008-02-07 Thread OHURA Makoto
tags 464433 confirmed
thanks

  Hi.

  Thanks for your report.

From: Simon Josefsson <[EMAIL PROTECTED]>
Subject: Bug#464433: Source package contains non-free IETF RFC/I-D
Date: Wed, 06 Feb 2008 21:30:44 +0100
> This report is a duplicate of #393418, but that one was fixed, closed
> and archived, but the bug re-appeared with this version, so I'm filing a
> new bug.
>
> This source package contains the following files from the
> IETF under non-free license terms:
>
>   VFlib3-3.6.14/ccv/TBL/RFC/rfc1489.txt

  Before packaging new upstream release, I recognized this
problem. But I forgot to remove this file.  I've already
repackaged the archive in my local repository.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpPTMRZJ329y.pgp
Description: PGP signature


Bug#464198: fails to start properly

2008-02-05 Thread OHURA Makoto
  Hi.

  What flavor of xemacs21 do you use? Please send me the output
of the following commands;

$ /usr/sbin/update-alternatives --display xemacs21
$ dpkg -l |grep xemacs21

  I think your problem is caused by broken dependency or
misconfiguration.

  Thanks for your report.

From: "Steve M. Robbins" <[EMAIL PROTECTED]>
Subject: Bug#464198: fails to start properly
Date: Tue, 05 Feb 2008 12:33:23 -0600

> Package: xemacs21
> Version: 21.4.21-2
> Severity: important
>
> Starting xemacs results in three odd things.
>


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpuUd1QBYNBR.pgp
Description: PGP signature


Bug#431781: vflib3: freetype1 deprecation

2008-02-04 Thread OHURA Makoto
  Hi.  FYI.

  The patch to use FreeType2 has been already available at
upstream Web page.  But this is not included in upstream source
yet.

  See http://www-masu.ist.osaka-u.ac.jp/~kakugawa/VFlib/

  I haven't read or tested this patch yet.

  Thanks.

----
  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpPT8WvJfFDd.pgp
Description: PGP signature


Bug#393925: tex-guy_1.3.2-3_i386.changes REJECTED

2007-12-20 Thread OHURA Makoto
  Hi.

  I want to reinstall tex-guy, which has removed from unstable.
This was orphaned but none took over.  So this has removed.
What should I do?

  See http://bugs.debian.org/393925

From: Debian Installer <[EMAIL PROTECTED]>
Subject: tex-guy_1.3.2-3_i386.changes REJECTED
Date: Wed, 19 Dec 2007 23:06:44 +

>
>
>
> ===
>
> If you don't understand why your files were rejected, or if the
> override file requires editing, reply to this email.
>
>


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpoMwgFSdA1o.pgp
Description: PGP signature


Bug#393925: Can I reinstall removed package?

2007-12-15 Thread OHURA Makoto
  Hi, all.

  I want to take over the package which has already removed from
unstable, tex-guy[1].  This was orphaned last year[2], but there
was no enough time to take over it at that time.  I have already
prepared new revision.  What should I do?  Only what I should do
is uploading new package?

  Thanks.

Footnotes:
[1]  http://packages.qa.debian.org/t/tex-guy/news/20071211T214235Z.html
[2]  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393925


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpjaQ4e1yEqB.pgp
Description: PGP signature


Bug#330253: Bug fix (debdiff as used in ubuntu)

2007-12-11 Thread OHURA Makoto
tag 330253 patch
thanks

  Hi.

From: [EMAIL PROTECTED]
Subject: Bug#330253: Bug fix (debdiff as used in ubuntu)
Date: Mon, 10 Dec 2007 09:51:25 - (GMT)

> Attached the debdiff as used in ubuntu in
> https://bugs.edge.launchpad.net/ubuntu/+source/xemacs21/+bug/4883

  Thanks for your patch.  I'll fix this and upload new revision
in a few days.

----
  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpuq9iiGiyin.pgp
Description: PGP signature


Bug#450397: razor: Please add 'missingok' to /etc/logrotate.d/razor

2007-11-06 Thread OHURA Makoto
Package: razor
Version: 1:2.84-3
Severity: normal
Tags: patch

  Hi.

  Please add 'missingok' line to /etc/logrotate.d/razor.  If
there is no /var/log/razor-agent.log, then, cron job of logrotate
fails.  So, please apply the following patch.

  Thanks.

--- /etc/logrotate.d/razor~ 2007-11-03 19:06:55.0 +0900
+++ /etc/logrotate.d/razor  2007-11-06 11:31:48.0 +0900
@@ -4,4 +4,5 @@
compress
nomail
notifempty
+   missingok
 }

----
  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/

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

Kernel: Linux 2.6.23.1
Locale: LANG=ja_JP.ujis, LC_CTYPE=ja_JP.ujis (charmap=EUC-JP)
Shell: /bin/sh linked to /bin/bash

Versions of packages razor depends on:
ii  libc6  2.6.1-6   GNU C Library: Shared libraries
ii  libdigest-hmac-perl1.01-6create standard message integrity
pn  libdigest-md5-perl (no description available)
ii  libdigest-sha1-perl2.11-2NIST SHA-1 message digest algorith
pn  libmime-base64-perl(no description available)
ii  libnet-dns-perl0.60-1Perform DNS queries from a Perl sc
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  perl [libtime-hires-perl]  5.8.8-11.1Larry Wall's Practical Extraction
ii  perl-modules [libtest-simp 5.8.8-11.1Core Perl modules

razor recommends no packages.

-- no debconf information



pgppStHHPtOLG.pgp
Description: PGP signature


Bug#428412: pgf: tikz does not work with beamers \subtitle command

2007-06-15 Thread OHURA Makoto
  Hi.

From: Johannes Schlumberger <[EMAIL PROTECTED]>
Subject: Bug#428412: pgf: tikz does not work with beamers \subtitle command
Date: Mon, 11 Jun 2007 16:49:17 +0200

> tikz does not work correctly if \subtitlecommand is used in tex-file.
> steps to reproduce should be visible from the below excerpt of a shell 
> session.
>
> ...
>
> \title[Dosemu]{Dosemu\\
> \subtitle{Vortrag im Hauptseminar Konzepte und Techniken virtueller 
> Maschinen und Emulatoren}
> }
> \author[Matthias Felix]{Matthias~Felix\\
> [EMAIL PROTECTED]
> }

  You shouldn't use \subtitle command in the \title command.  Use
it outside of \title, like the following;

\title[Dosemu]{Dosemu}
\subtitle{Vortrag im Hauptseminar Konzepte und Techniken virtueller Maschinen 
und Emulatoren}

  So, this is not a bug of pgf or latex-beamer.  Please see the
page 87 of beameruserguide.pdf.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpbL1ZVAhyEO.pgp
Description: PGP signature


Bug#393925: ITA: tex-guy -- miscellaneous utilities using DVIlib

2007-05-01 Thread OHURA Makoto
  Hi.

From: Lior Kaplan <[EMAIL PROTECTED]>
Subject: Bug#393925: ITA: tex-guy -- miscellaneous utilities using DVIlib
Date: Sat, 28 Apr 2007 01:32:32 +0300
> I'm glad to hear you intend to adopt this package.
>
> I've already worked with upstream for a few weeks to prepare version
> 1.3.2 for Debian. I'd like to finish that work, and upload before you'll
> take over the package (you can notice some of the bugs are marked as
> pending).
>
> Is that OK with you? If yes, I can already set you up as the maintainer
> in the upload I'll do.

  O.K.  Actually, I haven't worked on this package yet.  Free
feel to upload next revision.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpHhh9SJBpnm.pgp
Description: PGP signature


Bug#393925: O: tex-guy -- miscellaneous utilities using DVIlib

2007-04-27 Thread OHURA Makoto
retitle 393925 ITA: tex-guy -- miscellaneous utilities using DVIlib
thanks

  Hi.

  I intend to take over this package.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpkaczwpqoZj.pgp
Description: PGP signature


Bug#419345: latex-beamer: tries to overwrite file used by lyx-common

2007-04-26 Thread OHURA Makoto
severity 419345 important
merge 396701 419345
thanks

  Hi.

From: Arthur Marsh <[EMAIL PROTECTED]>
Subject: Bug#419345: latex-beamer: tries to overwrite file used by lyx-common
Date: Sun, 15 Apr 2007 13:58:41 +0930

> Unpacking latex-beamer (from .../latex-beamer_3.06.dfsg.1-0.1_all.deb)
> ...
> dpkg: error processing
> /var/cache/apt/archives/latex-beamer_3.06.dfsg.1-0.1_all.deb (--unpack):
>  trying to overwrite `/usr/share/lyx/layouts/beamer.layout', which is
> also in package lyx-common
> dpkg-deb: subprocess paste killed by signal (Broken pipe)

  This is the same as #396701.  This is pending now.  Please
wait.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpoyAsjmuW2x.pgp
Description: PGP signature


Bug#396701: latex-beamer uninstallable along with lyx v1.4.4

2007-04-26 Thread OHURA Makoto
tags 396701 pending
thanks

  Hi.

From: Benjamin Redelings <[EMAIL PROTECTED]>
Subject: Bug#396701: latex-beamer uninstallable along with lyx v1.4.4
Date: Fri, 20 Apr 2007 10:00:14 -0400
>   Currently latex-beamer is uninstallable because it conflicts
> with lyx 1.4.4.  As the parent bug report says, this is because beamer
> should no longer distribution beamer.layout, which is now included with
> lyx.  If you could upload a fixed version, that would be great!

  I'm preparing new upstream release, which doesn't contain lyx
files.  So please wait.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpLQrBpkm0Vn.pgp
Description: PGP signature


Bug#414925: dvi2ps : [INTL:pt] Portuguese translation for debconf messages

2007-03-25 Thread OHURA Makoto
  Hi.

From: Traduz - Portuguese Translation Team <[EMAIL PROTECTED]>
Subject: Bug#414925: dvi2ps : [INTL:pt] Portuguese translation for debconf 
messages
Date: Wed, 14 Mar 2007 20:06:33 +

> Portuguese translation for dvi2ps's debconf messages.
> Translator: Ricardo Silva 
> Feel free to use it.
>
> For translation updates please contact 'Last Translator' or the
> Portuguese Translation Team .

  I have already Portuguese translation named pt_BR.po.  Should I
replace it or include both of them?

  See, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271336

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpJF2UUsDTjt.pgp
Description: PGP signature


Bug#412358: ptex-jisfonts: [INTL:de] initial German debconf translation

2007-02-26 Thread OHURA Makoto
tags 412358 pending
thanks

  Hi.

From: Helge Kreutzmann <[EMAIL PROTECTED]>
Subject: Bug#412358: ptex-jisfonts: [INTL:de] initial German debconf translation
Date: Sun, 25 Feb 2007 17:24:11 +0100

> Package: ptex-jisfonts
> Version: 2-19
> Severity: wishlist
> Tags: patch l10n
>
> Please find the initial German debconf translation for ptex-jisfonts
> attached.
>
> Please place this file in debian/po/ as de.po for your next upload.

  O.K.  I've committed your file to my local repository.  Please
wait until next upload.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpmJs3SIprxo.pgp
Description: PGP signature


Bug#409397: dvi2ps: Wrong dependency: s/tetex-base/tetex-bin/

2007-02-03 Thread OHURA Makoto
  Hi.

From: Frank Küster <[EMAIL PROTECTED]>
Subject: Bug#409397: dvi2ps: Wrong dependency: s/tetex-base/tetex-bin/
Date: Fri, 02 Feb 2007 21:00:33 +0100
> > dvi2ps depends on tetex-base (>= 1.0.2)
> >
> > However in fact it depends on tetex-bin
> 
> The correct Depends line would be:
> 
> -Depends: libc6 (>= 2.3.6-6), libkpathsea4, libttf2, vflib2 \
> - (>= 2.25.1-1), tetex-base (>= 1.0.2), debconf | debconf-2.0
> + Depends: libc6 (>= 2.3.6-6), libkpathsea4, libttf2, \
> +  vflib2 (>= 2.25.1-1), texlive-base-bin | tetex-bin, debconf | 
> debconf-2.0
> 
> If I don't hear from the maintainer, I'm going to upload a fixed package
> to the delayed queue during the weekend.

  Thanks for your patch.  I'll upload a new package today or
tomorrow (JST).  Please wait.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpnpcQoCZ1HM.pgp
Description: PGP signature


Bug#408569: bad dependencies for latex-beamer

2007-01-27 Thread OHURA Makoto
  Hi.

From: CIJOML <[EMAIL PROTECTED]>
Subject: Bug#408569: bad dependencies for latex-beamer
Date: Sat, 27 Jan 2007 09:56:26 +0100
> notas:/home/cijoml# LANG=C apt-get install latex-beamer
> Reading package lists... Done
> Building dependency tree... Done
> The following extra packages will be installed:
>   latex-xcolor libkpathsea4 pgf tetex-base tetex-bin tetex-extra
> Suggested packages:
>   texinfo texi2html dvipng chktex lacheck rubber
> Recommended packages:
>   tetex-doc perl-tk libxml-parser-perl lmodern preview-latex-style
> The following packages will be REMOVED:
>   texlive-base texlive-base-bin texlive-lang-czechslovak texlive-latex-base
> texlive-pdfetex
> The following NEW packages will be installed:
>   latex-beamer latex-xcolor libkpathsea4 pgf tetex-base tetex-bin tetex-extra
> 0 upgraded, 7 newly installed, 5 to remove and 0 not upgraded.
> Need to get 42.0MB of archives.
> After unpacking 67.6MB of additional disk space will be used.
> Do you want to continue [Y/n]?

  How about running the following command;

# LANG=C apt-get install latex-beamer texlive-latex-base

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgppj6yxNl470.pgp
Description: PGP signature


Bug#408569: bad dependencies for latex-beamer

2007-01-26 Thread OHURA Makoto
  Hi.

From: CIJOML <[EMAIL PROTECTED]>
Subject: Bug#408569: bad dependencies for latex-beamer
Date: Fri, 26 Jan 2007 22:20:00 +0100
> When I want apt-get install latex-beamer, it want remove my czech texlive and
> install tetex.
>
> Please fix it.
>
> notas:/home/cijoml/Diplomka/dipl_text# apt-get install latex-beamer

  Please send me English message, not Czech.  Run,

# LANG=C apt-get install latex-beamer

  Thanks for your report.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpFxGhkQ8jdN.pgp
Description: PGP signature


Bug#394481: ptex-bin: Can't install with texlive

2006-10-21 Thread OHURA Makoto
Package: ptex-bin
Version: 3.1.10~beta3+0.04b-1
Severity: important

  ptex-bin depends on tetex-extra | texlive-math-base.  But there
is no package named texlive-math-base.  Isn't this a mistake of
texlive-math-extra or something?   So, I can't install ptex-bin
with texlive system.

  Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: LANG=ja_JP.ujis, LC_CTYPE=ja_JP.ujis (charmap=EUC-JP)

Versions of packages ptex-bin depends on:
ii  libc6  2.3.6.ds1-6   GNU C Library: Shared libraries
ii  libkpathsea4   3.0-22path search library for teTeX (run
ii  ptex-base  1:2.5~beta5-1 basic ASCII pTeX library files
ii  tetex-bin  3.0-22The teTeX programs
ii  tetex-extra3.0.dfsg.3-1  Additional TeX input files of teTe

ptex-bin recommends no packages.

-- no debconf information


pgpU9zP5RuyUF.pgp
Description: PGP signature


Bug#364749: new pgf upstream fixing license problems, nmu prepared

2006-10-17 Thread OHURA Makoto
  Hi, Norbert.

From: Norbert Preining <[EMAIL PROTECTED]>
Subject: Bug#364749: new pgf upstream fixing license problems, nmu prepared
Date: Tue, 17 Oct 2006 16:12:25 +0200
> On Die, 17 Okt 2006, Norbert Preining wrote:
> > I took the liberty to prepare a nmu. The changlog gives:
>
> As there is not much time left and it is an RC bug, I uploaded 1.09-0.1
> to gluck 3-days delayed queue.
>
> Thanks a lot and all the best

  I've uploaded 1.09-1 this morning (JST) with setting
urgency=medium.  Your patch is very helpful for me.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpPV6qfsXUN3.pgp
Description: PGP signature


Bug#392850: NMU for jadetex

2006-10-17 Thread OHURA Makoto
  Hi.

From: Frank Küster <[EMAIL PROTECTED]>
Subject: Bug#392850: NMU for jadetex
Date: Tue, 17 Oct 2006 15:28:52 +0200
> I have prepared an NMU for these bugs.  Here's the diff, I'm going to
> upload this afternoon.

  Thank you, Frank.  Feel free to do an NMU.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgp7tzGOhNRgq.pgp
Description: PGP signature


Bug#392644: jadetex: Jadetex doesn't install with fmtutil-sys error

2006-10-12 Thread OHURA Makoto
  Hi.

From: Michal Ka邸par <[EMAIL PROTECTED]>
Subject: Bug#392644: jadetex: Jadetex doesn't install with fmtutil-sys error
Date: Thu, 12 Oct 2006 19:22:34 +0200
> In /etc/texmf/fmt.d there is:
> -rw-r--r-- 1 root root 1364 Jan 26  2006 00tex.cnf
> -rw-r--r-- 1 root root 3328 Mar 23  2006 01tetex.cnf
> -rw-r--r-- 1 root root  362 Oct 12 07:56 40jadetex.cnf
> -rw-r--r-- 1 root root   99 Sep 25  2005 40xmltex.cnf
> -rw-r--r-- 1 root root  565 Oct 31  2005 50cyrtexinfo.cnf

  Your log said that the following:

> fmtutil: running `etex -ini   -jobname=jadetex -progname=jadetex &latex 
> jadetex.ini' ...

  This is a bit strange.  If you are using the newest
40jadetex.cnf, this line should be like this;

> fmtutil: running `etex -ini   -jobname=jadetex -progname=jadetex jadetex.ini' 
> ...

  So please send me 40jadetex.cnf.  The newest one should contain
the following lines

jadetex etexlanguage.datjadetex.ini
pdfjadetex  etexlanguage.datpdfjadetex.ini

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpNWZ5xWJulR.pgp
Description: PGP signature


Bug#364749: please tag #357255 sarge-ignore

2006-10-10 Thread OHURA Makoto
  Hi.

  Frank, thanks for your work!!

From: Frank Küster <[EMAIL PROTECTED]>
Subject: Bug#364749: please tag #357255 sarge-ignore (was: Bug#357255: pgf: NMU 
prepared)
Date: Tue, 10 Oct 2006 17:03:51 +0200
> >> And there's no source for the images, is there?  At least in 1.00 they
> >> exist in multiple formats, which indicates they might be created in some
> >> image editing program.
> >
> > There are formats jpg and eps. So I wouldn't assume. A simple "Save as"
> > normally is enough.
> 
> Meanwhile the author stated that the logos are non-free, one maybe even
> undistributable.  These logos must be removed, as well as the (contrib)
> files that use them, which is, unfortunately, the pgf documentation.
> I'm willing to include the documentation in tetex-doc-nonfree.  However,
> I'll first check with debian-legal whether it's okay to distribute this
> file. 
> 
> Anyway, this bug (-1) of the pgf package can only be fixed by removal.

  I've already regenerated pdf manual of pgf.  I've replaced
non-free (or undistributable) jpeg logos with empty same size
file.  So, I hope that we don't have to remove pgf.  Tomorrow
(JST), I'll upload new package which contains this new pdf file
and is removed non-free logos from.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpzbSVPBARN6.pgp
Description: PGP signature


Bug#389018: jadetex wont be installed. It reports a failure 'fmtutil-sys failed'

2006-10-02 Thread OHURA Makoto
  Hi.

From: Wilhelm Wienemann <[EMAIL PROTECTED]>
Subject: Re: Bug#389018: jadetex wont be installed. It reports a failure 
'fmtutil-sys failed'
Date: Fri, 29 Sep 2006 22:44:01 +0200
>
> Thank you for your response!
> Here the output of the commands 1. and 2.:
> ---
> dpkg -l | grep tetex   10351 |pts/1
> ii  tetex-base   3.0-22  Basic TeX input files of teTeX
> ii  tetex-bin3.0-19  The teTeX programs
> ii  tetex-doc3.0-22 The documentation component of the Debian teTeX
> packages
> ii  tetex-extra  3.0-22 Additional TeX input files of teTeX
>
> 
> dpkg -l | grep tex-common10352|pts/1
> ii  tex-common 0.30 Common infrastructure for using and building TeX
> in Debian
> 
>
> ... and now the output of the commands 3. and 4.:
>
> 
> kalwien:/# apt-get upgrade
> Reading package lists... Done
> Building dependency tree... Done
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> 1 not fully installed or removed.
> Need to get 0B of archives.
> After unpacking 0B of additional disk space will be used.
> Do you want to continue [Y/n]?
> Setting up jadetex (3.13-7) ...
> Running mktexlsr. This may take some time... done.
> Building format(s) --byfmt jadetex. This may take some time...
> fmtutil-sys failed. Output has been stored in
> /tmp/fmtutil.rKt30967
> Please include this file if you report a bug.
>
> dpkg: error processing jadetex (--configure):
>   subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
>   jadetex
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> 
> kalwien:/# dpkg --configure -a
> Setting up jadetex (3.13-7) ...
> Running mktexlsr. This may take some time... done.
> Building format(s) --byfmt jadetex. This may take some time...
> fmtutil-sys failed. Output has been stored in
> /tmp/fmtutil.uSk31468
> Please include this file if you report a bug.
>
> dpkg: error processing jadetex (--configure):
>   subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
>   jadetex
> --
>
> The output of the /tmp/fmutil.rKt30967 and /tmp/fmtutil.uSk31568 are the
> same:
>
> fmtutil: no info for format 'jadetex'.
>
> ---
>
> Unfortunately jadetex-3.13-7 won't be installed/configured correctly.
> Which information can help you to solve the problem?

  O.K.  Please send me the followings.

1. Which files are there in /etc/texmf/fmt.d?  Send me the output
of `ls -l /etc/texmf/fmt.d'.
2. Are there *jadetex.cnf* files in the directory?  If so, send
me the contents of them.

  I think that the main problem of this bug is the inconsistency
of fmt.d files.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpswiqLnYWhH.pgp
Description: PGP signature


Bug#389018: [ww] Re: Bug#389018: jadetex wont be installed. It reports a failure 'fmtutil-sys failed'

2006-09-29 Thread OHURA Makoto
  Hi.

From: Wilhelm Wienemann <[EMAIL PROTECTED]>
Subject: Re: [ww] Re: Bug#389018: jadetex wont be installed. It reports a 
failure 'fmtutil-sys failed'
Date: Fri, 29 Sep 2006 12:17:52 +0200
> >   If this bug is the same one as #388115, this is already fixed
> > at tetex-base 3.0-22 and tex-common 0.30.  Do you use unstable?
> > If so, just run apt-get update and upgrade.
>
> The above packages ''tetex-base 3.0-22'' and ''tex-common 0.30'' are
> here installed:
> kalwien:# apt-cache show tetex-base
> --
> Package: tetex-base
> Priority: optional
> Section: tex
> Installed-Size: 76700
> Maintainer: Debian TeX maintainers <[EMAIL PROTECTED]>
> Architecture: all
> Version: 3.0-22
> ...
> kalwien:# apt-cache show tex-common
> ---
> Package: tex-common
> Priority: optional
> Section: tex
> Installed-Size: 816
> Maintainer: Debian TeX maintainers <[EMAIL PROTECTED]>
> Architecture: all
> Version: 0.30
> ...
>
> Unfortunately ''apt-get install jadetex-3.13-7'' shows me the same
> error-messages as before. :-(((
>
> Need you more information? What kind of information?

  apt-cache show command does not show the information that we
need.  Even if you don't install these packages, this command
shows the latest version.

  So, please send me the output of the following commands

1. dpkg -l |grep tetex
2. dpkg -l |grep tex-common

  And try again the following, if not yet.

3. apt-get upgrade
4. dpkg --configure -a

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgptVw9i9DHOE.pgp
Description: PGP signature


Bug#389018: [ww] Re: Bug#389018: jadetex wont be installed. It reports a failure 'fmtutil-sys failed'

2006-09-29 Thread OHURA Makoto
  Hi.

From: Wilhelm Wienemann <[EMAIL PROTECTED]>
Subject: Re: [ww] Re: Bug#389018: jadetex wont be installed. It reports a 
failure 'fmtutil-sys failed'
Date: Fri, 29 Sep 2006 10:49:19 +0200
>
> In the output file is no more information!
>
> I want to upgrade my debian sid to jadetex-3.13-7 but it won't install
> correctly. The process will be end with the following messages:
> --
> kalwien:# apt-get install jadetex
> Reading package lists... Done
> Building dependency tree... Done
> The following NEW packages will be installed:
>jadetex
> 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
> Need to get 238kB of archives.
> After unpacking 778kB of additional disk space will be used.
> Get:1 http://ftp2.de.debian.org unstable/main jadetex 3.13-7 [238kB]
> Fetched 238kB in 0s (269kB/s)
> Selecting previously deselected package jadetex.
> (Reading database ... 263846 files and directories currently installed.)
> Unpacking jadetex (from .../jadetex_3.13-7_all.deb) ...
> Setting up jadetex (3.13-7) ...
> Running mktexlsr. This may take some time... done.
> Building format(s) --byfmt jadetex. This may take some time...
> fmtutil-sys failed. Output has been stored in
> ^^
> /tmp/fmtutil.gsk15636
> Please include this file if you report a bug.
>
> dpkg: error processing jadetex (--configure):
>   subprocess post-installation script returned error exit status 1
>   
> Errors were encountered while processing:
>   jadetex
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> ---
>
> What can I do, to install jadetex-3.13-7 to my system?

  If this bug is the same one as #388115, this is already fixed
at tetex-base 3.0-22 and tex-common 0.30.  Do you use unstable?
If so, just run apt-get update and upgrade.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgp8XJJOCl7qS.pgp
Description: PGP signature


Bug#389018: jadetex wont be installed. It reports a failure 'fmtutil-sys failed'

2006-09-27 Thread OHURA Makoto
tag 389018 moreinfo
thanks

  Hi.

From: Wilhelm Wienemann <[EMAIL PROTECTED]>
Subject: Bug#389018: jadetex wont be installed. It reports a failure 
'fmtutil-sys failed'
Date: Sat, 23 Sep 2006 13:40:38 +0200

> Package: jadetex
> Version: 3.13-7
> Severity: normal

  There is no useful info in this report.  If you won't send more
info, I'll close this.  This isn't the same as #388115?

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpnFBeMJyl9F.pgp
Description: PGP signature


Bug#384334: jadetex: Suggested changes, NMU prepared

2006-08-28 Thread OHURA Makoto
  Hi.

From: Norbert Preining <[EMAIL PROTECTED]>
Subject: Bug#384334: jadetex: Suggested changes, NMU prepared
Date: Fri, 25 Aug 2006 10:17:44 +0200
> I updated the patch/NMU to include the following two suggestions from
> Frank:
>   * move the ini files to /usr/share/texmf/tex/jadetex/config
> this is again for compliance with the TeX Policy.
>
>   * extend the copyright notices on the Debian packaging part a bit
> Here I added you (with a "probably" because I don't know it for sure),
> and myself.
>
> Again attached is a diff between 3.13-6 and 3.13-6.2, an updated one.
>
> Best wishes and thanks for considering

  Sorry for tye inconvinience. And thanks for your patch and your
work.  I'll review a patch in a few days.  Please wait.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgppHLT3RcyOa.pgp
Description: PGP signature


Bug#366031: dvi2ps: Please upgrade to vflib3

2006-07-26 Thread OHURA Makoto
  Hi.

From: Matej Vela <[EMAIL PROTECTED]>
Subject: Bug#366031: dvi2ps: Please upgrade to vflib3
Date: Sun, 23 Jul 2006 03:30:24 +0200

> For the record, building with vflib3 will require source changes:
>
> > gcc -g -O -DPOSIX -DSYSV -DANSI -Wall -DFREETYPE -DVFLIB -I/usr/include 
> > -DKPATHSEA -I/usr/include -c psvfl.c
> > psvfl.c:9:16: error: VF.h: No such file or directory
> > psvfl.c: In function 'pscharoutline':
> > psvfl.c:85: error: 'OUTLINE_SIZE' undeclared (first use in this function)
> > psvfl.c:85: error: (Each undeclared identifier is reported only once
> > psvfl.c:85: error: for each function it appears in.)
> > psvfl.c:91: error: 'VFD_TOKEN' undeclared (first use in this function)
> > psvfl.c:94: error: 'VFD_CWCURV' undeclared (first use in this function)
> > psvfl.c:95: error: 'VFD_CCWCURV' undeclared (first use in this function)
> > psvfl.c:103: error: 'OUTLINE_OFFSET' undeclared (first use in this function)
> > psvfl.c:111: error: 'VFD_BEZ' undeclared (first use in this function)
> > psvfl.c:113: error: 'VFD_LINE' undeclared (first use in this function)
>
> None of these symbols show up in .

  I haven't surveyed this in detail yet, but I think that the
transition from vflib2 to 3 is not so easy task.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpJibQaGcdfz.pgp
Description: PGP signature


Bug#363246: xemacs21-mule crash

2006-04-28 Thread OHURA Makoto
  Hi.

From: Jason Dorje Short <[EMAIL PROTECTED]>
Subject: Bug#363246: xemacs21-mule crash
Date: Wed, 26 Apr 2006 14:33:48 -0400
> A fonts issue...I wonder if it relates to #359763 that I reported for
> thunderbird.  Both issues have appeared after "apt-get dist-upgrade"
> upgraded my X system recently.

  Upgrading xorg to 7.0.15 which was released yesterday may help
you.  See http://bugs.debian.org/363667

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpide3kMXt6g.pgp
Description: PGP signature


Bug#363246: xemacs21-mule crash

2006-04-26 Thread OHURA Makoto
  Hi.

From: Jason Dorje Short <[EMAIL PROTECTED]>
Subject: Bug#363246: xemacs21-mule crash
Date: Tue, 18 Apr 2006 01:38:02 -0400

> Package: xemacs21-mule
> Version: 21.4.19-1
> Severity: important
>
> When I run xemacs (or xemacs21-mule) it crashes.  Below is the output and 
> backtrace.  This just started today after a dist-upgrade of my system.
>
> [EMAIL PROTECTED]:~$ xemacs
> Warning: Cannot convert string 
> "-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
> Warning: Unable to load any usable ISO8859 font
> Warning: Unable to load any usable ISO8859 font
> Warning: Missing charsets in String to FontSet conversion
> Warning: Cannot convert string 
> "-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*,
> -*-*-*-*-*-*-*-120-*-iso10646-1,   
> -*-*-*-*-*-*-*-120-*-jisx0208.1983-0,
> -*-*-*-*-*-*-*-120-*-jisx0201.1976-0" to type FontSet

  This is probably the problem of the setting of X fonts.  So,
please check your configuration.

1. Do you install xfonts-75dpi or xfonts-100dpi package for
helvetica?  If not, you should install xorg meta-package.
2. You should install the latest xorg package.
3. Can you select helvetica fonts at xfontsel?  If not, check
your X settings.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpOLevr5LNeE.pgp
Description: PGP signature


Bug#356376: freepwing: New Upsteam Release is available

2006-03-11 Thread OHURA Makoto
Package: freepwing
Version: 1.4.3-1
Severity: wishlist

  Hi.

  New Upstream Release 1.4.4 is available at

ftp://ftp.sra.co.jp/pub/misc/freepwing/

  Please upgrade Debian package.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=ja_JP.ujis, LC_CTYPE=ja_JP.ujis (charmap=EUC-JP)

Versions of packages freepwing depends on:
ii  make 3.80+3.81.rc1-1 The GNU version of the "make" util
ii  perl 5.8.8-2 Larry Wall's Practical Extraction

freepwing recommends no packages.

-- no debconf information


pgp5Ln80OkT7m.pgp
Description: PGP signature


Bug#355026: /usr/lib/emacsen-common/packages/install/a2ps: line 42: xemacs21: command not found

2006-03-05 Thread OHURA Makoto
  Hi.

From: Ed Heaney <[EMAIL PROTECTED]>
Subject: Bug#355026: /usr/lib/emacsen-common/packages/install/a2ps: line 42: 
xemacs21: command not found
Date: Thu, 02 Mar 2006 15:35:40 -0500
> Setting up xemacs21-mule (21.4.18-3) ...
> emacs-install xemacs21
> install/a2ps: Handling install for emacsen flavor xemacs21
> /usr/lib/emacsen-common/packages/install/a2ps: line 42: xemacs21:
> command not found
> emacs-install: /usr/lib/emacsen-common/packages/install/a2ps xemacs21
> failed at /usr/lib/emacsen-common/emacs-install line 28,  line 3.
> dpkg: error processing xemacs21-mule (--configure):
>  subprocess post-installation script returned error exit status 127
> Errors were encountered while processing:
>  xemacs21-mule
> E: Sub-process /usr/bin/dpkg returned an error code (1)

  The alternative system of xemacs21 may be broken.  Please check
the following commands;

$ /usr/sbin/update-alternatives --display xemacs21

and

# update-alternatives --config xemacs21

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpjzFRuD0F48.pgp
Description: PGP signature


Bug#250314: Accidently fixed, then broken again

2006-02-04 Thread OHURA Makoto
  Hi.

From: "Liam M. Healy" <[EMAIL PROTECTED]>
Subject: Bug#250314: Accidently fixed, then broken again
Date: Thu, 2 Feb 2006 19:11:00 -0500

> The date for 21.4.17-2 was 2005-05-28 which was probably when crypt
> files started working again.  So it appears something in the configure
> options breaks crypt file usage.  Is it possible to get more specifics
> on what configure options were restored and how to change them so we
> can find the cause of this bug?

  You can get configure options from the file
/usr/lib/xemacs-21.4.*/*-debian-linux/mule/config.values.

  For example;

 xemacs21 21.4.19-1
$ grep ^EMACS_CONFIG_OPTIONS 
/usr/lib/xemacs-21.4.19/i386-debian-linux/mule/config.values
EMACS_CONFIG_OPTIONS "--with-sound=none,native --with-x11 --extra-verbose 
--with-site-lisp --with-database=berkdb --statedir=/var/lib 
--infodir=/usr/share/info/xemacs21 --infopath=/usr/share/info/xemacs21 
--prefix=/usr --dynamic --error-checking=none --debug=no --with-pop 
--with-file-coding --pdump --with-system-malloc --with_menubars=lucid 
--with_scrollbars=lucid --with_dialogs=athena 
--docdir=/usr/lib/xemacs-21.4.19/i386-debian-linux/mule/ --with-mule 
--with-canna=no --with-wnn=no --with-xim=xlib --with-xfs 
'--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages::/usr/share/xemacs21/site-packages:/usr/share/xemacs21/mule-packages:/usr/share/xemacs21/xemacs-packages'
 i386-debian-linux"

 xemacs21 21.4.17-2
$ grep ^EMACS_CONFIG_OPTIONS 
usr/lib/xemacs-21.4.17/i386-debian-linux/mule/config.values
EMACS_CONFIG_OPTIONS "--with-sound=none,native --with-x11 --extra-verbose 
--with-site-lisp --with-database=berkdb --statedir=/var/lib 
--infodir=/usr/share/info/xemacs21 --infopath=/usr/share/info/xemacs21 
--with_menubars=lucid --with_scrollbars=lucid --with_dialogs=athena 
--docdir=/usr/lib/xemacs-21.4.17/i386-debian-linux/mule/ --with-mule 
--with-canna=no --with-wnn=no --with-xim=xlib --with-xfs 
'--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages::/usr/share/xemacs21/site-packages:/usr/share/xemacs21/mule-packages:/usr/share/xemacs21/xemacs-packages'
 i386-debian-linux"


  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgphLhC8d7u09.pgp
Description: PGP signature


Bug#350081: xemacs21: regexps with {} match incorrectly

2006-01-30 Thread OHURA Makoto
  Hi.

  Thanks for your report.

From: Vadim Gutnik <[EMAIL PROTECTED]>
Subject: Bug#350081: xemacs21: regexps with {} match incorrectly
Date: Thu, 26 Jan 2006 22:55:49 -0800
> I tried to figure out why a package I wanted to use wasn't working and I 
> traced
> the problem to a regexp. Here's a simple example of the problem:
>
> (string-match "\\(-[a-z]+\\)\\{4\\}" "-ab-cd")
> 0
>
> (string-match "\\(-[a-z]+\\)\\{5\\}" "-ab-cd")
> nil
>
> I think both should fail.
>
> They should work with \\{2\\}, though, of course.

  I can confirm this at both xemacs21 21.4.17-1(sarge) and
xemacs21 21.4.18-3(sid).  But, this doesn't occur at emacs21.

  I'll investigate this more.

 xemacs21
(string-match "\\(-[a-z]+\\)\\{1\\}" "-ab-cd")
0

(string-match "\\(-[a-z]+\\)\\{2\\}" "-ab-cd")
0

(string-match "\\(-[a-z]+\\)\\{3\\}" "-ab-cd")
0

(string-match "\\(-[a-z]+\\)\\{4\\}" "-ab-cd")
0

(string-match "\\(-[a-z]+\\)\\{5\\}" "-ab-cd")
nil


 emacs21
(string-match "\\(-[a-z]+\\)\\{1\\}" "-ab-cd")
0

(string-match "\\(-[a-z]+\\)\\{2\\}" "-ab-cd")
0

(string-match "\\(-[a-z]+\\)\\{3\\}" "-ab-cd")
nil

(string-match "\\(-[a-z]+\\)\\{4\\}" "-ab-cd")
nil

(string-match "\\(-[a-z]+\\)\\{5\\}" "-ab-cd")
nil


  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgp87bsuMwrnJ.pgp
Description: PGP signature


Bug#350089: xemacs21: Problem with savehist/exit.

2006-01-30 Thread OHURA Makoto
  Hi.

From: "Alexander Buerger" <[EMAIL PROTECTED]>
Subject: Bug#350089: xemacs21: Problem with savehist/exit.
Date: Fri, 27 Jan 2006 10:18:14 +0100
> In the latest version of xemacs21, with savehist loaded, it is no longer
> possible to leave xemacs: C-x C-c only says
>"No such coding system: iso-2022-8"
> but does not exit, neither does closing the window work. The only way
> to leave xemacs is backgrounding + kill.
>
> The problem does not appear when the line
>   '(savehist-mode t nil (savehist))
> (which was written there via customize) is commented out in custom.el.

  What flavor of xemacs21 do you use?  -mule or -nomule?  Please
send me the output of the following command;

$ /usr/sbin/update-alternatives --display xemacs21

  Probably you are using xemacs21-nomule. If so, use mule
version.

  P.S. I'm planning to remove -nomule flavor from Debian archive,
but not yet.  So, you'd better use -mule instead of -nomule.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpANO10vVc9j.pgp
Description: PGP signature


Bug#339541: xemacs21-mule: installation fails

2006-01-24 Thread OHURA Makoto
  Hi.

From: Matthew Vernon <[EMAIL PROTECTED]>
Subject: Bug#339541: xemacs21-mule: installation fails
Date: Tue, 13 Dec 2005 18:24:04 +

>  >   Please send me the output of the following commands;
>  >
>  > # /usr/lib/emacsen-common/packages/install/gnus xemacs21
>  > # sh -x /usr/lib/emacsen-common/packages/install/gnus xemacs21
>
> I've attached these to the bottom of this email, along with another
> attempt at configuring the xemacs21 package.

  Is there any progress about this bug? I can't reproduce this
problem and can't find anything from your log.

  Have you tried reinstalling xemacs21-mule?  Or, maybe some
other packages have an effect on installing xemacs21 and gnus.
Please send me the list of packages which are installed in your
machine, if you can.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgprFg76E15Kb.pgp
Description: PGP signature


Bug#346116: xemacs21-basesupport: gnus fails because of gnus-splash-face

2006-01-13 Thread OHURA Makoto
  Hi.

From: kevin <[EMAIL PROTECTED]>
Subject: Bug#346116: xemacs21-basesupport: gnus fails because of 
gnus-splash-face
Date: Thu, 05 Jan 2006 10:55:43 -0800
> gnus is now unusable.  When I start gnus, I receive the following
> message:
>
> No such face: gnus-splash-face

  I think that this is fixed at new upstream release,
which was released at 2006/01/12.

http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/gnus/lisp/ChangeLog.upstream.diff?r1=1.8&r2=1.9
http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/gnus/lisp/gnus-xmas.el.diff?r1=1.8&r2=1.9

  I'll test and upload new revision in a few days.  Please wait.

  Thanks for your report.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgprJ2c8otx42.pgp
Description: PGP signature


Bug#347472: preview-latex: update-auctex-elisp calls rm with a too long list of files

2006-01-12 Thread OHURA Makoto
reassign 347472 auctex
retitle 347472 auctex: update-auctex-elisp calls rm with a too long list of 
files
thanks

  Hi.

From: Norbert Preining <[EMAIL PROTECTED]>
Subject: Bug#347472: preview-latex: update-auctex-elisp calls rm with a too 
long list of files
Date: Wed, 11 Jan 2006 00:33:33 +0100
> At the end of the update-auctex-elisp scripts there is a call:
> rm -f $(find /var/lib/auctex/ -type f -name \*.el)
> which can lead to "too long argument list".
>
> Please use
> find /var/lib/auctex/ -type f -name \*.el -print0 | xargs -o /bin/rm -f

  This is the problem of auctex, not of preview-latex.

$ dlocate -S update-auctex-elisp
auctex: /usr/share/man/man8/update-auctex-elisp.8.gz
auctex: /usr/sbin/update-auctex-elisp

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgphEbuZyQNpb.pgp
Description: PGP signature


Bug#317610: Intention to NMU

2005-12-31 Thread OHURA Makoto
  Hi.

From: Luk Claes <[EMAIL PROTECTED]>
Subject: Bug#317610: Intention to NMU
Date: Sun, 01 Jan 2006 02:14:31 +0100
> > I think that it would be more important to get out a working version
> > of AUCTeX >= 11.80 since that already includes preview-latex (upstream
> > version is at 11.82 at the moment).
> >
> > As it stands, this NMU is bound to be obsoleted by the next AUCTeX
> > release, which would be more important to focus on.
>
> This might be true, though it isn't reflected in the fime that has
> passed since this RC bug is opened... nor is it mentioned over there
> till now... So I propose to see this NMU as a temporary solution if that
> is OK with you?

  Debian AUCTeX maintainer is planning to upload next
release.  I was waiting his work.  So, I've not uploaded new
preview-latex revision.

  O.K. I'll upload next revision in a few days with your patches
to close RC bug, if he won't upload next release.

  Thanks for your patch.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpEeqga4gTjW.pgp
Description: PGP signature


Bug#343129: xemacs / libX11 / NVIDIA crashes on opteron under kernel 2.6.14-2

2005-12-16 Thread OHURA Makoto
  Hi.

From: [EMAIL PROTECTED]
Subject: Re: Bug#343129: xemacs / libX11 / NVIDIA crashes on opteron under 
kernel 2.6.14-2
Date: Wed, 14 Dec 2005 10:38:29 -0700
> In working to figure out debian bug 343129, which involves crashes in
> Xemacs, Ben Wing suggested compiling my own xemacs (21.4.18) for
> debugging.  When I do that, the crash goes away.  I configured it with
> --debug and --with-gnome.  What other flags did you use to configure
> the xemacs21-gnome-no-mule package?  That information should help us
> track down this important bug.

  You can get flags from
/usr/lib/xemacs-21.4.18/*/gnome-nomule/config.values.  Like this;

$ grep EMACS_CONFIG_OPTIONS 
/usr/lib/xemacs-21.4.18/i386-debian-linux/gnome-nomule/config.values
EMACS_CONFIG_OPTIONS "--with-sound=none,native --with-x11 --extra-verbose 
--with-site-lisp --with-database=berkdb --statedir=/var/lib 
--infodir=/usr/share/info/xemacs21 --infopath=/usr/share/info/xemacs21 
--with-gtk --with-gnome 
--docdir=/usr/lib/xemacs-21.4.18/i386-debian-linux/gnome-nomule/ --with-mule=no 
'--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages::/usr/share/xemacs21/site-packages:/usr/share/xemacs21/xemacs-packages'
 i386-debian-linux"

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpq91np9Ogpz.pgp
Description: PGP signature


Bug#343071: ptex-jisfonts: jisftconfig doesn't work with dvipsk-ja 5.95a+1p1.7a-1

2005-12-13 Thread OHURA Makoto
  Hi.

From: Hidetaka Iwai <[EMAIL PROTECTED]>
Subject: Bug#343071: ptex-jisfonts: jisftconfig doesn't work with dvipsk-ja 
5.95a+1p1.7a-1
Date: Mon, 12 Dec 2005 21:46:54 +0900 (JST)
> Since 5.95a+1p1.7a-1 of dvipsk-ja, /etc/texmf/dvipsj/config.ps is
> changed and jisftconfig does not work due to this change.
>
> They are changed to use /etc/texmf/dvipsj/psfonts_jp.map, so I think
> it is better for jisftconfig to rewrite it instead of config.ps.  The
> attached patch do this according to the version of dvipsk-ja.

  It is right that jisftconfig does not work with the latest
version of dvipsk-ja.  But, main problem is that the contents of
config.ps was changed.  config.ps still works fine.  So, it is
better to rewrite config.ps because I need not change jisftconfig
largely.

  By the latest version of jisftconfig, we add the line `p
+jis.map' after `p +psfonts.amz'.  I think there is no reason why
we rewrite config.ps in this order.  So, I'll change
jisftconfig to change the position of `p +jis.map', the top of
config.ps or the bottom in the next revision.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpuERku4i07l.pgp
Description: PGP signature


Bug#339541: xemacs21-mule: installation fails

2005-12-13 Thread OHURA Makoto
  Hi.

From: Matthew Vernon <[EMAIL PROTECTED]>
Subject: Bug#339541: xemacs21-mule: installation fails
Date: Tue, 6 Dec 2005 08:42:25 +
>  >   Is there any further information?  Or, already fixed?  I can't
>  > reproduce this bug.
>
> Sorry, I've been busy.

  Don't worry.

>  > > 1. Are there any files in /usr/share/xemacs21/site-lisp/gnus?  Do
>  > > you have *.elc files there?
>
> Yes, 152 elc files. I have no idea where they came from,
> though. Should they not be there?

  Yes.  Byte-compiling gnus was done well in your system.  But
emacs-install script was failed.  I don't know why.

  Please send me the output of the following commands;

# /usr/lib/emacsen-common/packages/install/gnus xemacs21
# sh -x /usr/lib/emacsen-common/packages/install/gnus xemacs21

(The second is a bit long.)

>  > > 3. How about reinstalling gnus package?
>  > >
>  > > # apt-get --reinstall install gnus
>
> I did this, too, and the xemacs21 install still complains. Would you
> like the output again?

  Yes.  Send me again.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgplBIqdr3VcQ.pgp
Description: PGP signature


Bug#331315: xemacs21-nomule: pls change --package-path for the config

2005-12-07 Thread OHURA Makoto
  Hi.

From: Uwe Brauer <[EMAIL PROTECTED]>
Subject: Bug#331315: xemacs21-nomule: pls change --package-path for the config
Date: Sat, 01 Oct 2005 20:58:40 +0200
> I would like to comment on the  actual configure which is
>
> '--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages::/usr/share/xemacs21/xemacs-packages:/usr/share/xemacs21/site-packages'
>
>
> after discussing that issue on xemacs-beta I would like to ask you to
> change this config and put site-packages before xemacs-packages, that
> is:
>
> '--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages:/usr/share/xemacs21/site-packages:/usr/share/xemacs21/xemacs-packages:'

  In the official Debian packages 21.4.17-2, We've already put
site-packages directory before xemacs-packages.  Like this;

$ grep package-path 
/usr/lib/xemacs-21.4.18/i386-debian-linux/nomule/config.values
EMACS_CONFIG_OPTIONS "--with-sound=none,native --with-x11 --extra-verbose 
--with-site-lisp --with-database=berkdb --statedir=/var/lib 
--infodir=/usr/share/info/xemacs21 --infopath=/usr/share/info/xemacs21 
--with_menubars=lucid --with_scrollbars=lucid --with_dialogs=athena 
--docdir=/usr/lib/xemacs-21.4.18/i386-debian-linux/nomule/ --with-mule=no 
'--package-path=~/.xemacs:~/.xemacs/packages:~/.xemacs/xemacs-packages::/usr/share/xemacs21/site-packages:/usr/share/xemacs21/xemacs-packages'
 i386-debian-linux"

  See also BTS #151900.  Please check again.

  BTW, I'm preparing xemacs21 21.4.18-1 and testing now.  Please
wait a few days.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpTPVsP0fXV4.pgp
Description: PGP signature


Bug#339541: xemacs21-mule: installation fails

2005-12-05 Thread OHURA Makoto
tags 339541 moreinfo unreproducible
thanks

  Hi.

  Is there any further information?  Or, already fixed?  I can't
reproduce this bug.

  Thanks.

From: OHURA Makoto <[EMAIL PROTECTED]>
Subject: Re: Bug#339541: xemacs21-mule: installation fails
Date: Mon, 28 Nov 2005 20:01:20 +0900 (JST)

>   Hi.
>
> From: Matthew Vernon <[EMAIL PROTECTED]>
> Subject: Bug#339541: xemacs21-mule: installation fails
> Date: Thu, 17 Nov 2005 15:38:44 +
>
> > >   Do you have /usr/share/xemacs21/site-lisp/gnus/install.log?  If
> > > any, please send me.
> >
> > Certainly.
> >
> > I've attached it to this email.
>
>   I can't find anything bad in your install.log file.
>
>   Please check the following things;
>
> 1. Are there any files in /usr/share/xemacs21/site-lisp/gnus?  Do
> you have *.elc files there?
>
> 2. How about running this command?
>
> # dpkg-reconfigure gnus
>
> 3. How about reinstalling gnus package?
>
> # apt-get --reinstall install gnus
>
>   Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpaVr96pt0tK.pgp
Description: PGP signature


Bug#339541: xemacs21-mule: installation fails

2005-11-28 Thread OHURA Makoto
  Hi.

From: Matthew Vernon <[EMAIL PROTECTED]>
Subject: Bug#339541: xemacs21-mule: installation fails
Date: Thu, 17 Nov 2005 15:38:44 +

> >   Do you have /usr/share/xemacs21/site-lisp/gnus/install.log?  If
> > any, please send me.
>
> Certainly.
>
> I've attached it to this email.

  I can't find anything bad in your install.log file.

  Please check the following things;

1. Are there any files in /usr/share/xemacs21/site-lisp/gnus?  Do
you have *.elc files there?

2. How about running this command?

# dpkg-reconfigure gnus

3. How about reinstalling gnus package?

# apt-get --reinstall install gnus

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgp3yZE6JYgiE.pgp
Description: PGP signature


Bug#324358: preview-latex with emacs-snapshot

2005-11-28 Thread OHURA Makoto
  Hi.

From: David Kastrup <[EMAIL PROTECTED]>
Subject: Bug#324358: preview-latex with emacs-snapshot
Date: Wed, 23 Nov 2005 14:50:46 +0100
> I have no idea how the AUCTeX and preview-latex Debian maintainers are
> planning to deal with it.  Personally, I don't think it makes much
> sense to keep preview-latex unbundled as it is now: that was the
> reason for bundling the stuff upstream.

  AUCTeX Debian maintainer is planning to upload new AUCTeX
package bundling preview-latex.  I've talked with him privately
and tested his package.  Probably, emacs-snapshot will be
supported in it.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpnj7vhyNTTg.pgp
Description: PGP signature


Bug#339541: xemacs21-mule: installation fails

2005-11-17 Thread OHURA Makoto
  Hi.

From: Matthew Vernon <[EMAIL PROTECTED]>
Subject: Bug#339541: xemacs21-mule: installation fails
Date: Thu, 17 Nov 2005 09:05:47 +
>  >   The error occurs when installing gnus.  What version of gnus do
>  > you use?  There is no problem in my sarge box.
>
> bash-2.05a$ dpkg -s gnus | grep Version
> Version: 5.10.6-0.CVS.20050317-1

  O.K.  This is the same with me.

  Do you have /usr/share/xemacs21/site-lisp/gnus/install.log?  If
any, please send me.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgppROFqVffe1.pgp
Description: PGP signature


Bug#339541: xemacs21-mule: installation fails

2005-11-16 Thread OHURA Makoto
  Hi.

From: Matthew Vernon <[EMAIL PROTECTED]>
Subject: Bug#339541: xemacs21-mule: installation fails
Date: Thu, 17 Nov 2005 01:04:05 +
> this package doesn't install on a freshly-upgraded-from-woody
> system. I include a  typescript of attempting to configure the
> package.
> 
> install/gnus: Byte-compiling for xemacs21...found xemacs21 ..
> Creating config file /etc/xemacs21/site-start.d/20gnus-init.el with new 
> version
> emacs-install: /usr/lib/emacsen-common/packages/install/gnus xemacs21 emacs20 
> emacs21 failed at /usr/lib/emacsen-common/emacs-install line 28,  line 
> 15.
> dpkg: error processing xemacs21-mule (--configure):
>  subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
>  xemacs21-mule
> [EMAIL PROTECTED]:~#
> Script done on Thu Nov 17 01:00:41 2005

  The error occurs when installing gnus.  What version of gnus do
you use?  There is no problem in my sarge box.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgp1IlCLydYau.pgp
Description: PGP signature


Bug#338432: chasen: cannot open shared library

2005-11-10 Thread OHURA Makoto
tag 338432 patch
thanks

  Hi.

From: OHURA Makoto <[EMAIL PROTECTED]>
Subject: Bug#338432: chasen: cannot open shared library
Date: Thu, 10 Nov 2005 18:09:47 +0900 (JST)
>   So, you probably made some mistake at C++ ABI transition in
> NMUed version.

  The patch is here.  You have to install libchasen.so to the
package libchasen0c2.

  Thanks.

--- debian/rules.orig   2005-11-10 17:46:26.0 +0900
+++ debian/rules2005-11-10 17:50:11.0 +0900
@@ -51,7 +51,7 @@
#
# build libchasen${major} package by moving files from chasen-dev
#
-   dh_movefiles --sourcedir debian/chasen -plibchasen$(major)  \
+   dh_movefiles --sourcedir debian/chasen -plibchasen$(major)c2  \
usr/lib/libchasen.so \
usr/lib/libchasen.so.$(major) \
usr/lib/libchasen.so.$(version)

----
  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpS8wTzhoINH.pgp
Description: PGP signature


Bug#338432: chasen: cannot open shared library

2005-11-10 Thread OHURA Makoto
Package: chasen
Version: 2.3.3-6.1
Severity: grave

  chasen command doesn't work anymore.

  When running chasen command, it says that it cannot load shared
library.  In addition, libchasen0c2 package doesn't contain any
library files and chasen package doesn't depend libchasen0*.

  So, you probably made some mistake at C++ ABI transition in
NMUed version.

  Thanks.

$ chasen
chasen: error while loading shared libraries: libchasen.so.0: cannot open 
shared object file: No such file or directory
$ ldd /usr/bin/chasen
linux-gate.so.1 =>  (0xe000)
libchasen.so.0 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7ee1000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7ebc000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7eb1000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7d79000)
/lib/ld-linux.so.2 (0xb7fc7000)
$ dpkg -L libchasen0c2
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libchasen0c2
/usr/share/doc/libchasen0c2/copyright
/usr/share/doc/libchasen0c2/changelog.gz
/usr/share/doc/libchasen0c2/changelog.Debian.gz
$ apt-cache show chasen |grep ^Depends:
Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.0.1), libstdc++6 (>= 4.0.2), 
ipadic (>= 2.6.3) | chasen-cannadic



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=ja_JP.ujis, LC_CTYPE=ja_JP.ujis (charmap=EUC-JP)

Versions of packages chasen depends on:
ii  chasen-cannadic   0.94h-2a Japanese dictionary for ChaSen d
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3

chasen recommends no packages.

-- no debconf information


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpm5TrroEFG1.pgp
Description: PGP signature


Bug#331581: Updated sv translation

2005-10-09 Thread OHURA Makoto
tags 331581 pending
thanks

  Hi.

From: Daniel Nylander <[EMAIL PROTECTED]>
Subject: Bug#331581: Updated sv translation
Date: Sun, 9 Oct 2005 21:02:41 +0200 (CEST)

> Here is the updated swedish (sv) translation.
>
> Thanks!

  I've added your translation to my SVN repository.  I'll upload
new revision in a few days.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpPlLcBbPus5.pgp
Description: PGP signature


Bug#331581: ptex-jisfonts: [INTL:sv] Swedish debconf templates translation

2005-10-09 Thread OHURA Makoto
  Hi.

From: Daniel Nylander <[EMAIL PROTECTED]>
Subject: Bug#331581: ptex-jisfonts: [INTL:sv] Swedish debconf templates 
translation
Date: Tue, 04 Oct 2005 05:39:13 +0200

> Package: ptex-jisfonts
> Version: 2-15
> Severity: wishlist
> Tags: patch l10n

  Thanks for your report.  But I've update debconf templates at
my locate SVN repository.  There are two fuzzys. Please update
your translation.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
# 
# 
msgid ""
msgstr ""
"Project-Id-Version: ptex-jisfonts 2-15\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-19 00:27+0900\n"
"PO-Revision-Date: 2005-10-05 05:32+0200\n"
"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../templates:3
msgid "You have to run `jisftconfig add' after installation."
msgstr "Du måste köra 'jisftconfig add' efter installationen."

#. Type: note
#. Description
#: ../templates:3
#, fuzzy
msgid ""
"If you want to use jisfonts with xdvik-ja and/or dvipsk-ja, you will have to "
"run `jisftconfig add' with root privileges after installation. This command "
"will set up the environment for jisfonts."
msgstr ""
"Om du vill använda jisfonts med xdvik och dvipsk-ja, dvipdfm-cjk måste du "
"köra 'jisftconfig add' med root-rättigheter efter installationen.  Du kan "
"sätta upp en miljö för jisfonts med detta kommando."

#. Type: note
#. Description
#: ../templates:3
#, fuzzy
msgid ""
"For more details, read /usr/share/doc/ptex-jisfonts/README.Debian and "
"jisftconfig(1)."
msgstr ""
"För flera detaljer, läs /usr/share/doc/ptex-jisfonts/README.Debian och "
"jisftconfig(1)."


pgpmEgTd2VptH.pgp
Description: PGP signature


Bug#326783: I can't install xemacs21-basesupport. There is MD5 mismatch.

2005-09-05 Thread OHURA Makoto
severity 326783 normal
thanks

  Hi.

From: Michal Kutil <[EMAIL PROTECTED]>
Subject: Bug#326783: I can't install xemacs21-basesupport. There is MD5 
mismatch.
Date: Mon, 05 Sep 2005 19:48:42 +0200
>
> When I run: apt-get install xemacs21
>
> I get the following:
>
> 
> Get:1 ftp://debian.sh.cvut.cz testing/main xemacs21-basesupport
> 2005.07.15-1 [20.6MB]
> Fetched 20.6MB in 1s (10.7MB/s)
> Failed to fetch
> ftp://debian.sh.cvut.cz/debian/pool/main/x/xemacs21-packages/xemacs21-basesupport_2005.07.15-1_all.deb
> MD5Sum mismatch

  This is not the problem of xemacs21-basesupport, but the
problem of the ftp mirror which you use.  Try another mirror.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgptDll90NFdA.pgp
Description: PGP signature


Bug#220784: xemacs21 seg faults when compiling dictionaries emacsen

2005-08-25 Thread OHURA Makoto
  Hi.

  Does the bug you reported still exist, David?

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=220784

  I can't reproduce this either my sarge or sid box.  Can I
close?

  Thanks.

----
  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpN2T2GLitpw.pgp
Description: PGP signature


Bug#226035: jadetex: installation broken on m68k - breaks build-depends for buildd

2005-08-25 Thread OHURA Makoto
  Hi.

From: OHURA Makoto <[EMAIL PROTECTED]>
Subject: Re: Bug#226035: jadetex: installation broken on m68k - breaks 
build-depends for buildd
Date: Fri, 19 Aug 2005 01:18:48 +0900 (JST)
>
> > http://buildd.debian.org/fetch.php?&pkg=planner&ver=0.13-1&arch=m68k&stamp=1124143647&file=log&as=raw
>
>   Of course, this is a real bug that we should resolve.  So,
> please report this again as a new bug.  I'll survey this more.

  Probably you know, but this has been fixed at 0.13-2.  I don't
know why.

http://buildd.debian.org/fetch.php?&pkg=planner&ver=0.13-2&arch=m68k&stamp=1124426199&file=log&as=raw

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpr7tTv2RKr9.pgp
Description: PGP signature


Bug#226035: jadetex: installation broken on m68k - breaks build-depends for buildd

2005-08-18 Thread OHURA Makoto
  Hi.

From: Martin-Éric Racine <[EMAIL PROTECTED]>
Subject: Bug#226035: jadetex: installation broken on m68k - breaks 
build-depends for buildd 
Date: Tue, 16 Aug 2005 15:06:08 +0300

> http://buildd.debian.org/fetch.php?&pkg=planner&ver=0.13-1&arch=m68k&stamp=1124143647&file=log&as=raw

  Quoting from this log;

> kpathsea: Running mktextfm ecrm1000
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
> input ecrm1000
> This is METAFONT, Version 2.7182 (Web2C 7.4.5)
> 
> (/var/cache/fonts/source/jknappen/ec/ecrm1000.mf
> (/usr/share/texmf/fonts/source/jknappen/ec/exbase.mf)
> (/usr/share/texmf/fonts/source/jknappen/ec/ecrm.mf
> (/usr/share/texmf/fonts/source/jknappen/ec/exroman.mf
>  Ok (/usr/share/texmf/fonts/source/jknappen/ec/exaccess.mf
>  Ok) (/usr/share/texmf/fonts/source/jknappen/ec/expseudo.mf
>  Ok) (/usr/share/texmf/fonts/source/jknappen/ec/exruwest.mf
>  Ok [192] [193] [194] [195]
> ! METAFONT capacity exceeded, sorry [main memory size=101].
>  ;
>  
> uppercase_umlaut->fi;dot([(EXPR6)],[(EXPR7)]);
>   endgroup
> l.222 uppercase_umlaut(0,0,7,8,9,10)
> ;
> Font metrics written on ecrm1000.tfm.
> Output written on ecrm1000.600gf (4 characters, 1108 bytes).
> Transcript written on ecrm1000.log.
> mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
> ecrm1000' failed.
> kpathsea: Appending font creation commands to missfont.log.

  But, this is the problem of metafont, not of jadetex.  Error
message said `METAFONT capacity exceeded'.  So, you should update
the size of memory for metafont, i.e. the value of main_memory at
texmf.cnf.  The workaround of the following e-mail, updating the
value of main_memory.jadetex is limited for the size of memory
for jadetex.  So, this bug is irrelevant to previously reported
bug.

  Of course, this is a real bug that we should resolve.  So,
please report this again as a new bug.  I'll survey this more.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpF2z6KIBdVt.pgp
Description: PGP signature


Bug#39667: xemacs20 w3-mode proxy gateway documentation is incorrect

2005-07-30 Thread OHURA Makoto
severity 39667 normal
thanks

  Hi.

From: Richard Kettlewell <[EMAIL PROTECTED]>
Subject: xemacs20 w3-mode proxy gateway documentation is incorrect
Date: Thu, 17 Jun 1999 11:51:18 +0100
> The W3 manual has a section entitled `Proxy Gateways' which describes
> two ways to set proxies, one using environment variables and one by
> setting the url-proxy-services variable.
>
> Neither work, as the settings are overwritten by ~/.w3/profile when W3
> is started up.
>
> The documentation should be fixed to reflect this; or, alternatively,
> the overwriting should not occur.  I'm not sure which is the more
> sensible solution.

  But, in the info file, we have the following description.  I
think that this is enough, isn't it?  Can I close this bug?
  (I don't know whether there were these sentences when you
reported this.)

1.3.1 Emacs/W3 profile
--

Emacs/W3 keeps a file called `profile' in your configuration directory
that sets many variables.  *Warning*: this file will overide any
options that you set in your `.emacs'.  You _must_ either edit
`profile' directly or use `w3-menu-save-options' to save your settings.



  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpFR14etFOzQ.pgp
Description: PGP signature


Bug#237907: xemacs segfaults when replying to messages in Gnus

2005-07-29 Thread OHURA Makoto
tags 237907 unreproducible
severity 237907 normal
thanks

  Hi.

From: Shyamal Prasad <[EMAIL PROTECTED]>
Subject: Bug#237907: xemacs segfaults when replying to messages in Gnus
Date: Sat, 23 Jul 2005 11:53:42 -0700
> I tried contact the bug submitter in Nov 2004 to see if it was still
> occuring and have not received a reply yet.

  I'm pinging again.

  Stephen, do you still have the problem in Bug#237907?  If so,
please send me more info.

> I use Gnus as my primary (only) MUA and have never had this problem,
> and certainly not with the version in sarge.
>
> I think you should close this bug or reduce severity and mark as
> irreproducible.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgp917cw9wLEf.pgp
Description: PGP signature


Bug#298177: dvi2ps: FTBFS (amd64/gcc-4.0):

2005-07-25 Thread OHURA Makoto
tags 298177 pending
thanks

  Hi.

From: Roger Leigh <[EMAIL PROTECTED]>
Subject: Bug#298177: dvi2ps: FTBFS (amd64/gcc-4.0):
Date: Wed, 20 Jul 2005 21:30:03 +0100

> I have re-done the patch for GCC-4.0.  Unless there are any
> objections, or you intend to upload a fix yourself, I intend to upload
> this shortly.

  New package has already been prepared, but ftp-master is down
now.  I'll upload as soon as ftp-master will be up.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpfE1UxsbDAZ.pgp
Description: PGP signature


Bug#298177: dvi2ps: FTBFS (amd64/gcc-4.0):

2005-07-20 Thread OHURA Makoto
  Hi.

From: Roger Leigh <[EMAIL PROTECTED]>
Subject: Bug#298177: dvi2ps: FTBFS (amd64/gcc-4.0):
Date: Wed, 20 Jul 2005 21:30:03 +0100

> I have re-done the patch for GCC-4.0.  Unless there are any
> objections, or you intend to upload a fix yourself, I intend to upload
> this shortly.

  Thank you for your patch.  I'll upload new revision soon,
probably this weekend.

> Longer-term, you might want to convert the source to ANSI C.
> Nowadays, K&R C is rather behind the times.  Because of this, there
> are a number of warnings in the tools directory that really do need
> investigating (but are not RC).

  Yes.  I agree with you.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgplKueTAQmCb.pgp
Description: PGP signature


Bug#317617: INTL:vi

2005-07-19 Thread OHURA Makoto
  Hi.

From: Clytie Siddall <[EMAIL PROTECTED]>
Subject: Bug#317617: INTL:vi
Date: Sun, 10 Jul 2005 16:17:56 +0930

> Package: ptex-jisfonts
> Version: 2-15
> Severity: minor
> Tags: l10n, patch
>
> The Vietnamese translation for debconf:

  Thanks for your work.  But, I've updated debconf templates of
ptex-jisfonts, with some revisions which you reported at
Bug#317616.  New templates.pot is attached to this mail.  Please
translate again.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/

#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-19 00:27+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../templates:3
msgid "You have to run `jisftconfig add' after installation."
msgstr ""

#. Type: note
#. Description
#: ../templates:3
msgid ""
"If you want to use jisfonts with xdvik-ja and/or dvipsk-ja, you will have to "
"run `jisftconfig add' with root privileges after installation. This command "
"will set up the environment for jisfonts."
msgstr ""

#. Type: note
#. Description
#: ../templates:3
msgid ""
"For more details, read /usr/share/doc/ptex-jisfonts/README.Debian and "
"jisftconfig(1)."
msgstr ""


pgp3EGgLwCMsm.pgp
Description: PGP signature


Bug#318020: xemacs21-basesupport: vm corrupts my complete mail directory

2005-07-12 Thread OHURA Makoto
  Hi.

  Sorry for the inconvenience.

From: Johannes Rohr <[EMAIL PROTECTED]>
Subject: Bug#318020: xemacs21-basesupport: vm corrupts my complete mail 
directory
Date: Tue, 12 Jul 2005 23:52:14 +0200

> Package: xemacs21-basesupport
> Version: 2005.03.07-1
> Severity: grave
> Justification: causes serious data loss
>
> Hi, there is few I can report. I just installed xemacs21-gnome-mule,
> typed M-x vm RET, then CPU load went up to 100%. When I looked what was
> happening to my mail I got the creeps: While eating all CPU time,
> XEmacs/VM would truncate each mbox file it could get hold of to zero
> bytes.
>
> Fortunately I had a backup of this morning. However, when after 20
> minutes or so I finally killed XEmacs, I had lost one day's mail. This
> should not happen, by any means..
>
> There seem to be no backups created by VM around anywhere, as far as I
> see.
>
> A mailer couldn't behave worse than VM just did. You should probably
> remove it from the package.

  First of all, I can't reproduce this problem in my box, the
latest sid environment.  Please tell me the followings;

1. How about using the latest xemacs21-basesupport?  The latest
one in sid is 2005.05.05-1.  Between two versions, there were some
fixes at upstream.
(Please make backups of your mail before testing again, or test
at another machine, if any.)

2. What version of xemacs21 do you use?  If you use 21.4.16-1,
please update soon.  This version is withdrawn by upstream due to
the critical problem.  This causes infinite loop.  Maybe your
problem is this.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpaVIalgXgPZ.pgp
Description: PGP signature


Bug#317725: xemacs21: everything plus kitchen sink loads on startup

2005-07-12 Thread OHURA Makoto
tags 317725 - wontfix
thanks

  Hi.

From: "David A. Cobb" <[EMAIL PROTECTED]>
Subject: Bug#317725: xemacs21: everything plus kitchen sink loads on startup
Date: Mon, 11 Jul 2005 14:07:22 -0400
> I don't say I NEVER use them, just that a typical session doesn't use
> them!  Autoloading packages when needed is a significant feature of
> Xemacs; defeating it is BS.  Yes, it IS A BUG  -- in Debian's packaging
> scheme.

  I've been misunderstanding what you said.  O.K.  Remove wontfix
tag.  But, this is not problem only for xemacs, but also for GNU
Emacs, and we should modify each Debian package, not xemacs.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpYTzTvBNVyp.pgp
Description: PGP signature


Bug#317725: xemacs21: everything plus kitchen sink loads on startup

2005-07-11 Thread OHURA Makoto
tags 317725 wontfix
severity 317725 wishlist
thanks

  Hi.

From: "David A. Cobb" <[EMAIL PROTECTED]>
Subject: Bug#317725: xemacs21: everything plus kitchen sink loads on startup
Date: Sun, 10 Jul 2005 20:34:25 -0400 (EDT)
> During startup of a normal xemacs session, the program takes over 1
> minute before it is "ready for action."  The message log indicates
> practically every known package is being loaded.
>
> MOST OF THESE WILL NOT BE USED in a typical session, those that are
> used should be setup for autoloading when needed.  A snappy start is
> more important than having unused features cluttering up memory!

  I think that this in not a bug.  You should uninstall unused
packages before reporting.  Why have you installed so many
packages related to emacs?

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpYKmMKwxoBX.pgp
Description: PGP signature


Bug#312407: xemacs21-basesupport: (require 'sql) seems to be broken

2005-06-22 Thread OHURA Makoto
tags 312407 pending
thanks

  Hi.

From: Nahuel Greco <[EMAIL PROTECTED]>
Subject: Bug#312407: xemacs21-basesupport: (require 'sql) seems to be broken
Date: Tue, 07 Jun 2005 19:59:41 -0300
> sql-mode seems to be broken, see:
>
>   [EMAIL PROTECTED]:~$ xemacs  -batch -vanilla  -eval "(require 'sql)"
>
>   Wrong type argument: (or null string), ("insert"), expansion
>   xemacs exiting
>   .
>   [EMAIL PROTECTED]:~$

  This has already been fixed at Upstream CVS repository.  I'll
fix this at next revision, by means of including the patch.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
1024D/77DCE083
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpKoNmYSSFt7.pgp
Description: PGP signature


Bug#312829: xemacs21-nomule: emacs-install failure

2005-06-21 Thread OHURA Makoto
  Hi.

From: Goswin von Brederlow <[EMAIL PROTECTED]>
Subject: Bug#312829: xemacs21-nomule: emacs-install failure
Date: Sun, 19 Jun 2005 19:18:09 +0200
> >
> >   I think anthy-el doesn't support nomule emacsen.  Anthy-el
> > depends on some mule functions.  So, how about use xemacs21-mule
> > instead of -nomule?  Remove xemacs21-nomule and install
> > xemacs21-mule.
> >
> >   BTW, I'll drop xemacs21-nomule binary from Debian package in a
> > few weeks.  Nomule binary is very troublesome and Debian package
> > of emacs21 doesn't support nomule.
>
> Doesn't mule eat a lot more resources (like double) for its buffers?

  Yes, but not so many.

> Since you are droping nomule there is probably little point in fixing
> the Depends for anthy-el to require mule. But please keep this open
> till you actualy do obsolete this by removing nomule.

  O.K.  I'll call for comment about this at [EMAIL PROTECTED]
before removing.

  Thanks.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpiiFzk67yim.pgp
Description: PGP signature


  1   2   >