[Bug 857371] Re: hg crashed with AttributeError in get_changed_refs(): 'module' object has no attribute 'bookmark'

2011-09-23 Thread Makoto Kato
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/857371

Title:
  hg crashed with AttributeError in get_changed_refs(): 'module' object
  has no attribute 'bookmark'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hg-git/+bug/857371/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775347] [NEW] apt-cross should use -convert-multiarch

2011-05-02 Thread Makoto Kato
Public bug reported:

Binary package hint: apt-cross

dpkg-cross has new option -convert-multiarch.  (See http://www.mail-
archive.com/debian-embed...@lists.debian.org/msg06145.html).

But apt-cross doesn't use it, apt-cross cannot install any packages.  So
it should use -M option to use dpkg-cross

** Affects: apt-cross (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775347

Title:
  apt-cross should use -convert-multiarch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775353] [NEW] mozconfig should use --with-arm-kuser if arm target

2011-05-02 Thread Makoto Kato
Public bug reported:

Binary package hint: firefox

--with-arm-kuser is for atomic functions of ARM target.

Firefox package on Ubuntu ARM doesn't use --with-arm-kuser.  This
options is very important for ARM Linux platform.Iif nothing, it
uses old-style pthread lock, so it effects performance.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775353

Title:
  mozconfig should use --with-arm-kuser if arm target

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562316] [NEW] should remove /usr/share/man/man1/sound-monitor_applet.1.gz

2010-04-13 Thread Makoto Kato
Public bug reported:

Binary package hint: gnome-applets

There is no applet sound-monitor_applet in gnome-applets packages.  but
there is still man page file (/usr/share/man/man1/sound-
monitor_applet.1.gz) in this package.

I think we should remove it from this packages.  If sound-monitor_applet
is moved to other packages, it should be included in that package.


$ dpkg -L gnome-applets
 :
 :
/usr/share/man/man1/multiload_applet.1.gz
/usr/share/man/man1/sound-monitor_applet.1.gz
/usr/share/man/man1/whereami_applet.1.gz
 :
 :

package is...
ii  gnome-applets  2.30.0-0ubuntu1  
   Various applets for the GNOME panel - binary

** Affects: gnome-applets (Ubuntu)
 Importance: Undecided
 Status: New

-- 
should remove /usr/share/man/man1/sound-monitor_applet.1.gz
https://bugs.launchpad.net/bugs/562316
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 436190] Re: firefox gives Couldn't load XPCOM. and does not start

2009-09-29 Thread Makoto Kato
I hit same problem on AMD64 after upgrading 9.10, but, when I remove
libnss3-0d package, 3.5 package works fine

-- 
firefox gives Couldn't load XPCOM. and does not start
https://bugs.launchpad.net/bugs/436190
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291893] Re: Regression: REXML DoS fix causes error when parsing XML

2009-01-21 Thread Makoto Kato
** Bug watch added: Debian Bug tracker #502535
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502535

** Also affects: ruby1.8 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502535
   Importance: Unknown
   Status: Unknown

-- 
Regression: REXML DoS fix causes error when parsing XML
https://bugs.launchpad.net/bugs/291893
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291893] [NEW] Regression: REXML DoS fix causes error when parsing XML

2008-10-31 Thread Makoto Kato
Public bug reported:

Binary package hint: ruby1.8

REXML in Ubuntu 8.10 causes unexpected error.  When I use REXML in 8.04
original, this doesn't occurs.

This is reported Debian BTS (http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=502535).  Fix patch is attached in that BTS bugs.

- Env.
Package: libruby1.8
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 6136
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Architecture: amd64
Source: ruby1.8
Version: 1.8.7.72-1

- Step
$ ruby -r rexml/document -r open-uri -e 
'REXML::Document.new(URI.parse(http://github.com/bioruby/bioruby/tree/master%2Ftest%2Fdata%2Fblast%2Fb0002.faa.m7?raw=true;).read).root.each_element_with_text
 { |e| p e.name }' 

BlastOutput_program
BlastOutput_version
/usr/lib/ruby/1.8/rexml/entity.rb:76:in `unnormalized': undefined method 
`record_entity_expansion' for nil:NilClass (NoMethodError)
from /usr/lib/ruby/1.8/rexml/doctype.rb:135:in `entity'
from /usr/lib/ruby/1.8/rexml/text.rb:325:in `unnormalize'
from /usr/lib/ruby/1.8/rexml/text.rb:323:in `each'
from /usr/lib/ruby/1.8/rexml/text.rb:323:in `unnormalize'
from /usr/lib/ruby/1.8/rexml/text.rb:174:in `value'
from /usr/lib/ruby/1.8/rexml/element.rb:452:in `text'
from /usr/lib/ruby/1.8/rexml/element.rb:433:in `has_text?'
from /usr/lib/ruby/1.8/rexml/element.rb:384:in `each_element_with_text'
from /usr/lib/ruby/1.8/rexml/element.rb:710:in `call'
from /usr/lib/ruby/1.8/rexml/element.rb:710:in `each_with_something'
from /usr/lib/ruby/1.8/rexml/element.rb:892:in `each'
from /usr/lib/ruby/1.8/rexml/xpath.rb:53:in `each'
from /usr/lib/ruby/1.8/rexml/element.rb:892:in `each'
from /usr/lib/ruby/1.8/rexml/element.rb:709:in `each_with_something'
from /usr/lib/ruby/1.8/rexml/element.rb:388:in `each_element_with_text'
from -e:1

** Affects: ruby1.8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Regression: REXML DoS fix causes error when parsing XML
https://bugs.launchpad.net/bugs/291893
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290533] [NEW] need libwrap.so.0 due to ATOK X3

2008-10-28 Thread Makoto Kato
Public bug reported:

Binary package hint: ia32-libs

ATOK X3 (http://www.justsystems.com/jp/products/atok_linux/, this is
Japanese site only) that is a famous IME in Japan market depends on
libwrap.so.0 of 32-bit version.  So we cannot install ATOK X3 to Ubuntu
for AMD64 version.

I want that 32bit version libwrap.so.0 is included in ia32-libs package.

Also, we can install it to Fedora 9 well because libwrap.so.0 is
included in AMD64 version.  This is disadvantage against other
distributions.

** Affects: ia32-libs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
need libwrap.so.0 due to ATOK X3
https://bugs.launchpad.net/bugs/290533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs