Bug#1056773: ftp.debian.org: Hash mismatch of files in FTP master server in two weeks

2023-11-25 Thread Takahide Nojima
Package: ftp.debian.org
Severity: important
X-Debbugs-Cc: nozzy123no...@gmail.com

Dear ftp-master,

 I have encountered a problem with apt reporting a hash mismatch in two
weeks,

- here -
Error: http://deb.debian.org/debian sid/contrib DEP-11 48x48 Icons
  Hash Sum mismatch
Hashes of expected file:
 - Filesize:95744 [weak]
 -
SHA256:41b502bb3a63ebf92017c002a097c42213c0f696091e3def404062ff4d684d73
 - MD5Sum:3c00352a046675360f792e59ef180f15 [weak]
Hashes of received file:
 -
SHA256:9c28263e7552f7c09da711f5f37a677585fbe758f5a098c523e0eb9464c9edfc
 - MD5Sum:ed7f3fde497250ae3e55ff8885e5c911 [weak]
 - Filesize:81920 [weak]
Release file created at: Sat, 25 Nov 2023 20:18:11 +
Error: http://deb.debian.org/debian sid/contrib DEP-11 64x64 Icons
-


 I have contacted debian-mirrors@l.d.o,
https://lists.debian.org/debian-mirrors/2023/11/msg4.html

and they have confirmed that the sync to the mirror servers is working
fine.

Could you please check the files on the ftp master and see if there is
any issue?

I appreciate your feedback and assistance.

Takahide Nojima



Bug#1049392: golang-1.21: FTBFS if dh-golang is installed

2023-11-03 Thread Takahide Nojima
Dear maintainer,

 I submitted the report of #1055263. I have also identified the
probable cause of this issue and suggested a patch for dh-golang to fix
this problem.

I hope that this patch will be helpful.

Takahide Nojima



Bug#1055263: dh-golang: Go env vars are not needed for override_* processing.

2023-11-03 Thread Takahide Nojima
Package: dh-golang
Version: 1.62
Severity: normal
Tags: patch
X-Debbugs-Cc: nozzy123no...@gmail.com

Dear Maintainer,

 I have investigated the bug report #1049392 and I have discovered the
cause of the problem. It seems that when the dh-golang package is
installed, it appends some unnecessary Go environment variables that
affect the whole dh command. This happens because the dh-golang plugin
modifies the environment variables for Go when it is invoked by the dh
command to check the suitability of the build system. This also affects
the processing of override_* statements in debian/rules incorrectly.

 I think this behavior is likely incorrect and inconsistent with the
plugin policy of dh, as other dh plugins do not alter the environment
variables of the dh command when just checking the build system. The
environment variables should be modified by the commands that are
directly invoked by dh, not for the override_* statements processed by
dh.

 To fix this issue, I have prepared a patch that changes the behavior
of the dh-golang plugin. The patch is suggested below.

https://salsa.debian.org/go-team/packages/dh-golang/-/merge_requests/21

 Please consider applying this patch and let me know if you have any
comments or questions.

 Thank you for your time and consideration.

Takahide Nojima.


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

Kernel: Linux 6.5.0-3-amd64 (SMP w/8 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 dh-golang depends on:
ii  debhelper 13.11.7
ii  libdpkg-perl  1.22.1
ii  perl  5.36.0-9

dh-golang recommends no packages.

dh-golang suggests no packages.

-- no debconf information



Bug#1037284: delve: The trace command doesn't work with the debug info files.

2023-06-10 Thread Takahide Nojima
Package: delve
Version: 1.20.2-1
Severity: important
Tags: upstream
X-Debbugs-Cc: nozzy123no...@gmail.com

Dear Maintainer,

The trace command of delve can't find debug info files. That problem
can always be reproduced like this,

$ env LANG=C dpkg -l 'hugo*'
ii  hugo   0.111.3-1amd64Fast and flexible Static
Site Gene>
ii  hugo-dbgsym0.111.3-1amd64debug symbols for hugo

$ dlv trace --log -e (command -v hugo) 'commands\.new'
2023-06-10T15:21:49+09:00 info layer=debugger launching process with
args: [/usr/bin/hugo]
2023-06-10T15:21:50+09:00 warning layer=debugger gnu_debuglink link
"7c03fe5487be2cbd7f7097fae18a1337dc56bf.debug" not found in any debug
info directory could not launch process: could not open debug info -
debuggee must not be built with 'go run' or -ldflags='-s -w', which
strip debug info


I checked the existence of
"7c03fe5487be2cbd7f7097fae18a1337dc56bf.debug" in my Debian box is ok,
like below,

$ ls -l
/usr/lib/debug/.buildid/92/7c03fe5487be2cbd7f7097fae18a1337dc56bf.debug
-rw-r--r-- 1 root root 15575008  3月 16 17:41 /usr/lib/debug/.build-
id/92/7c03fe5487be2cbd7f7097fae18a1337dc56bf.debug

I've already fixed that problem and sent PR upstream, which was
accepted.
https://github.com/go-delve/delve/pull/3405

Q. Could you please import that PR or upgrade the delve up to the
latest upstream? At this moment, the trace command never works with
debug info.

Many thanks for considering my request.

Takahide Nojima

-- System Information:
Debian Release: 12.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-proposed-
updates'), (500, 'testing-debug'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-9-amd64 (SMP w/8 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 delve depends on:
ii  libc6  2.36-9

delve recommends no packages.

delve suggests no packages.

-- no debconf information



Bug#1021806: python3-click: Will you please upgrade to the latest version?

2022-10-14 Thread Takahide Nojima
Package: python3-click
Version: 8.0.3-1
Severity: wishlist

Dear Maintainer,

 This package is based on 8.0.3 of the upstream. That version was
released on 10th Oct 2021 by the upstream.

 However, the upstream has released 8.1.3, and primarily it has
implemented many enhancements since 8.1.0.

 FYI: https://click.palletsprojects.com/en/8.1.x/changes/

 Would you consider upgrading to the latest version of the upstream?

 I'm so grateful to consider that.

Takahide Nojima.


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500,
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.19.0-2-amd64 (SMP w/8 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 python3-click depends on:
ii  python3 3.10.6-1
ii  python3-colorama    0.4.5-2
ii  python3-importlib-metadata  4.12.0-1

python3-click recommends no packages.

python3-click suggests no packages.

-- no debconf information



Bug#1021805: python3-multidict: Will you please upgrade to the latest version?

2022-10-14 Thread Takahide Nojima
Package: python3-multidict
Version: 5.1.0-2+b1
Severity: normal
X-Debbugs-Cc: nozzy123no...@gmail.com

Dear Maintainer,

 This package is based on 5.1.0. That version was released on 3rd Dec
2020  by the upstream.

 However, the upstream has released 6.2, which includes many
enhancements since 5.1.0.

 Would you consider upgrading to the latest version of the upstream?

Takahide Nojima

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500,
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.19.0-2-amd64 (SMP w/8 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 python3-multidict depends on:
ii  libc6    2.35-3
ii  python3  3.10.6-1

python3-multidict recommends no packages.

python3-multidict suggests no packages.

-- no debconf information



Bug#1019124: python3-requests-cache: Would you please upgrade to 0.9.6?

2022-09-04 Thread Takahide Nojima
Package: python3-requests-cache
Version: 0.9.1-1
Severity: wishlist
X-Debbugs-Cc: nozzy123no...@gmail.com

Dear Maintainer,

 I reported in #1018287. Now I've changed my mind that  #1018287 is not
a bug respecting your opinion, so I'll ask here to upgrade to 0.9.6 as
a wishlist.

 That dependency warning has been improved to 0.9.6 by the upstream.
I've checked after building the deb package simply using 0.9.6.

 In my Debian box,  "pip3 install --user" of dep package generates
noisy warnings at all times after I installed python3-requests-cache. I
guess the upstream of pip3 wants to fix the dependency of each python
package, so I'm grateful you upgrade python3-requests-cache  to 0.9.6.

 Thank you in advance,
Takahide Nojima

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500,
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.19.0-1-amd64 (SMP w/8 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 python3-requests-cache depends on:
ii  python3    3.10.6-1
ii  python3-appdirs    1.4.4-3
ii  python3-attr   22.1.0-1
ii  python3-cattr  1.10.0-1
ii  python3-requests   2.27.1+dfsg-1
ii  python3-url-normalize  1.4.3-2
ii  python3-urllib3    1.26.9-1

python3-requests-cache recommends no packages.

Versions of packages python3-requests-cache suggests:
pn  python-requests-cache-doc  
pn  python3-pymongo    
pn  python3-redis  

-- no debconf information



Bug#1018287: python3-requests-cache: The "pip3 check" complains dependency of the attr module.

2022-08-28 Thread Takahide Nojima
Package: python3-requests-cache
Version: 0.9.1-1
Severity: normal

Dear Maintainer,

 I found 'pip3 check' complaints against python3-requests-cache-0.9.1-1
like below,
"requests-cache 0.9.1 has requirement attrs<22.0,>=21.2, but you have
attrs 22.1.0."

 I used pip3 of the python3-pip package.

 I guess that rootcause might be that /usr/lib/python3/dist-
packages/requests_cache-0.9.1.dist-info/METADATA has
Requires-Dist: attrs (>=21.2,<22.0).

 I've checked 'pip3 check' doesn't complain when I installed not using
python3-requests-cache package, but only using pip3 install like below,

 pip3 install --user requests-cache

 As your reference, I write the "pip3 list --user" result below,

pip3 list --user | egrep '^(requests-cache|attr)'
attrs 22.1.0
requests-cache 0.9.6

 Would you please fix this bug against the python3-requests-cache
package?

Thank you in advance,
Takahide Nojima


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500,
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.18.0-4-amd64 (SMP w/8 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 python3-requests-cache depends on:
ii  python3    3.10.6-1
ii  python3-appdirs    1.4.4-2
ii  python3-attr   22.1.0-1
ii  python3-cattr  1.10.0-1
ii  python3-requests   2.27.1+dfsg-1
ii  python3-url-normalize  1.4.3-2
ii  python3-urllib3    1.26.9-1

python3-requests-cache recommends no packages.

Versions of packages python3-requests-cache suggests:
pn  python-requests-cache-doc  
pn  python3-pymongo    
pn  python3-redis  

-- no debconf information



Bug#998092: python3-coloredlogs: Please upgrade to the latest version of upstream.

2022-04-03 Thread Takahide Nojima
Dear Maintainer

The newest version of coloredlogs seems to have many enhanced features.
See. https://github.com/xolox/python-coloredlogs/compare/7.3...15.0.1

Would you mind upgrading to the latest version in the Debian package?

If you have some trouble keeping up with the upstream version, I would
be grateful if you could write here.

Best Regards,
Takahide Nojima



Bug#1008863: python3-service-identity: Would you mind considering upgrade to 21.1.0?

2022-04-02 Thread Takahide Nojima
Package: python3-service-identity
Version: 18.1.0-6
Severity: normal

Dear Maintainer,

 Would you mind considering an upgrade to 21.1.0? The upstream has
released a newer version than the Debian package.

I would be grateful if you could upgrade.

Best Regards,
Takahide Nojima


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

Kernel: Linux 5.16.0-6-amd64 (SMP w/8 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 python3-service-identity depends on:
ii  python3 3.10.4-1
ii  python3-attr    21.2.0-1
ii  python3-cryptography    3.4.8-1
ii  python3-pyasn1  0.4.8-1
ii  python3-pyasn1-modules  0.2.1-1

Versions of packages python3-service-identity recommends:
ii  python3-idna  3.3-1

python3-service-identity suggests no packages.

-- no debconf information



Bug#813771: reportbug: It can't unselect item in 'Do any of the following apply to this report' page.

2022-01-08 Thread Takahide Nojima
Dear Nis Martensen,

 I registered my account to salsa.

 And I implemented all your requests shown below,

> > - Is it possible to more clearly highlight the selected row(s)?
Some
> > of
> > the menus can be quite long with a lot of text, and the radiobutton
> > or
> > checkbox is relatively tiny. It would be nice if the selected
> > option(s)
> > stand out more.
> > 
> >  - Also to mark a row it is now necessary to click on the
radiobutton
> > or
> > checkbox. Is it possible to have a click anywhere on a row toggle
the
> > selection status of that option?
> > 
> >  - Is it possible, when using checkboxes, to have a way to enforce
> > that
> > not more than option is selected? The mailer selection menu is an
> > example menu where it should be possible to not have any option
> > selected, but where being able to select more than one option does
> > not
> > make sense either.

 I sent a merge request shown as below,
https://salsa.debian.org/reportbug-team/reportbug/-/merge_requests/71

 I'm grateful to review and merge this request.

Regards,

 Takahide Nojima



Bug#813771: reportbug: It can't unselect item in 'Do any of the following apply to this report' page.

2021-12-31 Thread Takahide Nojima
Dear Nis Martensen,

Thank you for responding. I don't care about the response delay because
this is not a severe problem, and we can do this at our pace.

 Then you wrote,
> - Is it possible to more clearly highlight the selected row(s)? Some
> of
> the menus can be quite long with a lot of text, and the radiobutton
> or
> checkbox is relatively tiny. It would be nice if the selected
> option(s)
> stand out more.
> 
>  - Also to mark a row it is now necessary to click on the radiobutton
> or
> checkbox. Is it possible to have a click anywhere on a row toggle the
> selection status of that option?
> 
>  - Is it possible, when using checkboxes, to have a way to enforce
> that
> not more than option is selected? The mailer selection menu is an
> example menu where it should be possible to not have any option
> selected, but where being able to select more than one option does
> not
> make sense either.

I understand your expectations. However, I'm not sure that I live up to
your expectation at this moment because I don't come up with a way of
implementation yet to realize what you want. I'm still finding the way,
so that I'm much grateful for any hints if you would have about how to
implement it. 
 
> Instead of sending a patch by email, if you like you can also submit
> a
> merge request on salsa. With that it is easy to discuss specific
> changes
> in the code directly.

Thank you for the suggestion about using salsa. I'm going to register
salsa. If I succeed in the registration of salsa, I'll post the issue
about this bug report.

Regards,


Takahide Nojima



Bug#1001137: pylint: pyreverse crash in parsing the property function.

2021-12-04 Thread Takahide Nojima
Package: pylint
Version: 2.11.1-1
Severity: important
Tags: upstream

Dear Maintainer,

 Debian sid releases 2.11.1 of the pylint, which has pyreverse command;
this version of pyreverse constantly crashes in parsing the property
function of python. Even if this version of pyreverse can correctly
process the property decoration form of python, it is not good at the
function form of property.

 By the way, the upstream fixed this problem in the  following commit,
 216da02ad659aad6edd14dbbebada5e0eb76fded

 Would you consider updating the latest version of upstream, please?

 Many thanks for considering my request.

* How to confirm this problem in Debian unstable:
$ apt install python3-dbus
$ pyreverse -AS -m y dbus
parsing /usr/lib/python3/dist-packages/dbus/__init__.py...
parsing /usr/lib/python3/dist-packages/dbus/proxies.py...
parsing /usr/lib/python3/dist-packages/dbus/glib.py...
parsing /usr/lib/python3/dist-packages/dbus/server.py...
parsing /usr/lib/python3/dist-packages/dbus/decorators.py...
parsing /usr/lib/python3/dist-
packages/dbus/_expat_introspect_parser.py...
parsing /usr/lib/python3/dist-packages/dbus/types.py...
parsing /usr/lib/python3/dist-packages/dbus/connection.py...
parsing /usr/lib/python3/dist-packages/dbus/_dbus.py...
parsing /usr/lib/python3/dist-packages/dbus/service.py...
parsing /usr/lib/python3/dist-packages/dbus/_compat.py...
parsing /usr/lib/python3/dist-packages/dbus/__init__.py...
parsing /usr/lib/python3/dist-packages/dbus/exceptions.py...
parsing /usr/lib/python3/dist-packages/dbus/bus.py...
parsing /usr/lib/python3/dist-packages/dbus/gi_service.py...
parsing /usr/lib/python3/dist-packages/dbus/lowlevel.py...
parsing /usr/lib/python3/dist-packages/dbus/mainloop/glib.py...
parsing /usr/lib/python3/dist-packages/dbus/mainloop/__init__.py...
Traceback (most recent call last):
  File "/usr/bin/pyreverse", line 33, in 
sys.exit(load_entry_point('pylint==2.11.1', 'console_scripts',
'pyreverse')())
  File "/usr/lib/python3/dist-packages/pylint/__init__.py", line 39, in
run_pyreverse
PyreverseRun(sys.argv[1:])
  File "/usr/lib/python3/dist-packages/pylint/pyreverse/main.py", line
209, in __init__
sys.exit(self.run(args))
  File "/usr/lib/python3/dist-packages/pylint/pyreverse/main.py", line
230, in run
writer.DiagramWriter(self.config).write(diadefs)
  File "/usr/lib/python3/dist-packages/pylint/pyreverse/writer.py",
line 79, in write
self.write_classes(diagram)
  File "/usr/lib/python3/dist-packages/pylint/pyreverse/writer.py",
line 108, in write_classes
self.printer.emit_node(
  File "/usr/lib/python3/dist-
packages/pylint/pyreverse/dot_printer.py", line 77, in emit_node
label = self._build_label_for_node(properties)
  File "/usr/lib/python3/dist-
packages/pylint/pyreverse/dot_printer.py", line 108, in
_build_label_for_node
args = self._get_method_arguments(func)
  File "/usr/lib/python3/dist-packages/pylint/pyreverse/printer.py",
line 103, in _get_method_arguments
if method.args.args:
AttributeError: 'Property' object has no attribute 'args'

---
Takahide Nojima 


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

Kernel: Linux 5.16.0-rc3-amd64 (SMP w/8 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 pylint depends on:
ii  python3 3.9.8-1
ii  python3-astroid 2.8.4-1
ii  python3-isort   5.6.4-1
ii  python3-logilab-common  1.8.1-1
ii  python3-mccabe  0.6.1-3
ii  python3-platformdirs    2.4.0-2
ii  python3-setuptools  59.4.0-1
ii  python3-toml    0.10.2-1

Versions of packages pylint recommends:
ii  python3-tk  3.9.9-2

Versions of packages pylint suggests:
pn  pylint-doc  

-- no debconf information



Bug#1000403: linux-image-5.15.0-1-amd64: Bluetooth no longer works with linux 5.15 on an Intel AX201 laptop

2021-11-28 Thread Takahide Nojima
Dear Maintainer,

 On my Debian sid laptop, which has an AX201 chipset, I also confirmed
the same bug as reported in this thread.

 However, today Linux-image-5.15.0-2-amd64 came to sid. Then I
installed this package right away, and I confirmed to resolve this bug.
The AX201 Bluetooth on my laptop appeared to work entirely.

 Thank you for releasing the latest stable version of the kernel.

--
 Takahide Nojima

 



Bug#953245: pylint: pyreverse fails when parsing dataclasses

2021-10-30 Thread Takahide Nojima
Hi Raphaël,

 I'm not a maintainer of the pylint package, but I just let you know
about your bug report.

 This problem, as you reported, seems to resolve since pylint 2.5.0 in
the upstream. 
FYI: https://github.com/PyCQA/pylint/issues/3256

 Moreover, Debian stable (bullseye) already has a newer version of
pylint, more than 2.5.0 at this moment. Then I believe the maintainer
has resolved this problem.

 To confirm your problem today, I got the correct results shown below.
(Sorry for accuracy, I use Debian sid.)

--here-
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux bookworm/sid
Release:unstable
Codename:   sid
$ env LANG=C dpkg -l pylint
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-
aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---
==
ii  pylint 2.7.2-3  all  Python 3 code static
checker and UML diagram generator
$ cat dataclass.py
from dataclasses import dataclass
@dataclass
class Data:
a: int
$ pyreverse dataclass
parsing /home/nojima/prog/python-test/pylint-work/bugs/dataclass.py...
$ ls
classes.dot  dataclass.py
here-

 
I hope this will be for your help.

Takahide Nojima



Bug#998094: python3-pycryptodome: Please upgrade to the latest version of upstream?

2021-10-30 Thread Takahide Nojima
Package: python3-pycryptodome
Version: 3.9.7+dfsg1-1+b2
Severity: important

Dear Maintainer,

 The version of python3-pycryptodome in Debian unstable is old. This
version is 3.9.7, which was released last year in upstream.

 IMHO, it should keep up-to-date to the upstream version if possible
because it has done many bug fixes related to security technologies,
even if it wouldn't affect specific vulnerabilities.

 Would you please consider upgrading it to the latest version?

Thanks,

Takahide Nojima

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

Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads)
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 python3-pycryptodome depends on:
ii  libc62.32-4
ii  python3  3.9.2-3

python3-pycryptodome recommends no packages.

python3-pycryptodome suggests no packages.

-- no debconf information



Bug#998092: python3-coloredlogs: Please upgrade to the latest version of upstream.

2021-10-30 Thread Takahide Nojima
Package: python3-coloredlogs
Version: 7.3-2
Severity: important

Dear Maintainer,

 The version of python3-coloredlogs in Debian unstable is too old. This
version is 7.3, which was released two years ago in upstream.

 IMHO, many recent other modules in pipy seem to need its version above
at least 10.

 Would you please consider upgrading it to the latest version, 15.0.1?

Thanks,

Takahide Nojima

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

Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads)
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 python3-coloredlogs depends on:
ii  python33.9.2-3
ii  python3-humanfriendly  10.0-1

python3-coloredlogs recommends no packages.

python3-coloredlogs suggests no packages.

-- no debconf information



Bug#878411: gnome-session-bin doesn't set environmental variable of GTK_IM_MODULE

2017-10-28 Thread Takahide Nojima
> > It's unclear from your bug report whether this was working before
> > for
> > you ("I can not anymore Japanes language anymore").
> > Are you saying that with older gnome-session-bin versions it
> > worked?
> > 
> 
>  No. 

...snip...
>  I guess , refer to main.c of gnome-session-bin, the best place of
> setting GTK_IM_MODULE env variable is in gnome-session-bin.
> 
>  Would you accept that patch as a temporary resolution?

Dear maintainer,

 I'm totally mistaken.(sorry!) 

 This patch isn't needed anymore.And also, this bug report I sent is
totaly wrong caused by my lack of knowledge about recent GNOME desktop.

 After my trial and error, I found a correct setting of gnome-control-
center, I became able to input Japanese without this patch. And also,
I found that in recent GNOME desktop, gtk applications can communicate 
to ibus without X_MODIFIERS/GTK_IM_MODULE env valiable anymore.

Correct setting and how to input Japanese using ibus:
 
 In gnome-control-center -> Region & Language -> 
  1st prior: Japanese (if you use Japanese layout keyboard)
  2nd prior: Japanese (Mozc)
  in  Input Source form. 
 
  After restarting gdm3 and doing login, press <Super(nomally as
windows key)>+ to switch input source to japanese mozc and  press
"Hankaku/Zenkaku" key,  user can input Japanese 
using mozc-jp engine via ibus.

  I did set "Region & Language" to "Japanese" (notice: "Mozc" isn't 
specified), and I found this setting means simply using Japanese layout
keyboard without using ibus.  

 Then, I mark this bug as done.

Takahide Nojima



Bug#878411: gnome-session-bin doesn't set environmental variable of GTK_IM_MODULE

2017-10-27 Thread Takahide Nojima

> It's unclear from your bug report whether this was working before for
> you ("I can not anymore Japanes language anymore").
> Are you saying that with older gnome-session-bin versions it worked?
> 

 No. 

  I'm saying With current GNOME Desktop, wayland(currently default in
Debian sid) and current and older gnome-session-bin , it doesn't work. 

 After  checking source code of gnome-session-bin, I found it set
QT_IM_MODULE and XMODIFIERS env variable correctly , but it doesn't set
GTK_IM_MODULE (I don't know why). So I supporsed that patch.

 Recently GNOME Desktop, wayland in debian sid doesn't seems to execute
any scripts under /etc/Xsession.d/. Then, there isn't any chance to set
GTK_IM_MODULE env variable when gnome-shell is invoked. This cause 
gnome-shell menu invokes gtk applications without  GTK_IM_MODULE env
variable, they won't communicate to ibus.
(This cause "I can not type Japanese language anymore")

 I guess , refer to main.c of gnome-session-bin, the best place of
setting GTK_IM_MODULE env variable is in gnome-session-bin.

 Would you accept that patch as a temporary resolution?

Takahide Nojima




 



Bug#878411: gnome-session-bin doesn't set environmental variable of GTK_IM_MODULE

2017-10-13 Thread Takahide Nojima
Package: gnome-session-bin
Version: 3.26.1-1
Severity: serious
Tags: patch

 I updated gnome desktop from debian sid. However, I found I can not
type Japanese language anymore.

 I finally found gnome-session-bin correctly set an envirionmental
variable of QT_IM_MODULE, but it doesn't set GTK_IM_MODULE , and this
cause gtk can't talk to ibus.

 So I worte a patch for temporary fix this problem, and attach the
patch. It works fine in my debian box.

 How about this patch?

 Thank you in advance,
Takahide Nojima

 --- a/gnome-session/main.c
+++ b/gnome-session/main.c
@@ -403,6 +403,10 @@
 if (!p || !*p)
 p = "@im=ibus";
 gsm_util_setenv ("XMODIFIERS", p);
+p = g_getenv ("GTK_IM_MODULE");
+if (!p || !*p)
+p = "ibus";
+gsm_util_setenv ("GTK_IM_MODULE", p);
 }
 
 g_free (ibus_path);


Bug#838844: uim-gtk3: Many warnings "Theme parsing error:"

2016-09-25 Thread Takahide Nojima
Package: uim-gtk3
Version: 1:1.8.6+gh20160630.0.c408e95-1
Severity: normal

Many warnings as shown below, are appeared in /var/log/messages.
   -cut--cut
Sep 26 01:26:01 my-debian-sid-box uim-toolbar[2010]: Theme parsing
error:
:3:27: The style property GtkWidget:focus-padding is deprecated
and
shouldn't be used anymore. It will be removed in a future version

Sep 26 01:26:01 my-debian-sid-box uim-toolbar[2010]: Theme parsing
error:
:2:30: The style property GtkWidget:focus-line-width is
deprecated and
shouldn't be used anymore. It will be removed in a future version
 -cut--cut
I checked this warning are generated by uim-toolbar-gtk3-systray of 
uim-gtk3 package, using command line shown below,

$ dpkg -S `readlink /proc/2010/exe`
uim-gtk3: /usr/bin/uim-toolbar-gtk3-systray

Can anyone fix this?

Thank you in advance.

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

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages uim-gtk3 depends on:
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-3
ii  libcairo-gobject21.14.6-1+b1
ii  libcairo21.14.6-1+b1
ii  libgdk-pixbuf2.0-0   2.36.0-1
ii  libglib2.0-0 2.50.0-1
ii  libgtk-3-0   3.22.0-1
ii  libpango-1.0-0   1.40.3-2
ii  libpangocairo-1.0-0  1.40.3-2
ii  libuim-custom2   1:1.8.6+gh20160630.0.c408e95-1
ii  libuim-data  1:1.8.6+gh20160630.0.c408e95-1
ii  libuim-scm0  1:1.8.6+gh20160630.0.c408e95-1
ii  libuim8  1:1.8.6+gh20160630.0.c408e95-1
ii  libx11-6 2:1.6.3-1
ii  uim-common   1:1.8.6+gh20160630.0.c408e95-1
ii  uim-utils1:1.8.6+gh20160630.0.c408e95-1

uim-gtk3 recommends no packages.

Versions of packages uim-gtk3 suggests:
pn  uim-dict-gtk3  

-- no debconf information



Bug#813769: perf-tools-unstable: Propose to keep up with upstream.

2016-02-04 Thread Takahide Nojima
Package: perf-tools-unstable
Version: 0.0.1~20150130+git85414b0-2
Severity: normal

Hello Maintainer,

I would be glad to keep up with upstream version of perf-tools.

Currently in debian sid, perf tools are probably ones almost 1 years before.
The perf tools of this version doesn't support USDT(use user-level statically
defined tracing), so it doesn't have enough functionarity to current version of
kernel of debian sid. I think USDT is very good kernel function, so it is
unfortunate that perf tool of debian sid can't use USDT.

Thank you in advance,
Takahide Nojima







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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages perf-tools-unstable depends on:
ii  linux-perf  4.3+70

perf-tools-unstable recommends no packages.

perf-tools-unstable suggests no packages.

-- no debconf information



Bug#813771: reportbug: It can't unselect item in 'Do any of the following apply to this report' page.

2016-02-04 Thread Takahide Nojima
Package: reportbug
Version: 6.6.6
Severity: normal

Hello maintainer,

 In using gui of reportbug, The page of 'Do any of the following apply to this
report' lacks functionarity that all item set to unselecting. If you would
select a item mistakenly, all item can't set to unselecting.

 I would appreciate if it would be fixed.

Thank you in advance,
Takahide Nojima



-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/nojima/.reportbugrc:
reportbug_version "6.6.6"
mode advanced
ui gtk2
realname "Takahide Nojima"
smtphost "smtp.gmail.com:587"
smtpuser "nozzy123no...@gmail.com"
smtptls

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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages reportbug depends on:
ii  apt   1.2.1
ii  python-reportbug  6.6.6
pn  python:any

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail 
pn  debconf-utils  
pn  debsums
pn  dlocate
ii  emacs24-bin-common 24.5+1-6+b1
ii  exim4  4.86-7
ii  exim4-daemon-light [mail-transport-agent]  4.86-7+b2
ii  file   1:5.25-2
ii  gnupg  1.4.20-1
ii  python-gtk22.24.0-4
pn  python-gtkspellcheck   
pn  python-urwid   
ii  python-vte 1:0.28.2-5+b1
ii  xdg-utils  1.1.1-1

Versions of packages python-reportbug depends on:
ii  apt   1.2.1
ii  file  1:5.25-2
ii  python-debian 0.1.27
ii  python-debianbts  2.6.0
pn  python:any

python-reportbug suggests no packages.

-- no debconf information



Bug#813566: imagemagick-6.q16: missing package dependency to librsvg2-bin

2016-02-04 Thread Takahide Nojima
Dear Vincent,

Thank you for responding. I installed libmagiccore-6.q16-2-extra, then
svg file succesfully converted to png without errors.

>  We cannot have the libmagickcore-6.q16-2-extra package installed by
> default, the best we could do is to clarify for what the -extra
> package is needed in the package description.

I agree with that. I would be glad if the package descripiton say some
hint of -extra package.

Takahide Nojima



Bug#813566: imagemagick-6.q16: missing package dependency to librsvg2-bin

2016-02-02 Thread Takahide Nojima
Package: imagemagick-6.q16
Version: 8:6.8.9.9-7+b1
Severity: important
Tags: newcomer

Hello Maintainer,

I did convert command to svg file , and I got following message,

- here --
convert /usr/share/images/desktop-base/login-background.svg -resize 640x480
tmp.png
convert: delegate failed `"rsvg-convert" -o "%o" "%i"' @
error/delegate.c/InvokeDelegate/1310.
convert: unable to open image `/tmp/magick-13224LvxsIieEAUyO': No such file or
directory @ error/blob.c/OpenBlob/2709.
convert: unable to open file `/tmp/magick-13224LvxsIieEAUyO': No such file or
directory @ error/constitute.c/ReadImage/540.
convert: no images defined `tmp.png' @
error/convert.c/ConvertImageCommand/3210.
-- here ---

As that message,svg-convert command didn't install.
svg-convert command belongs to librsvg2-bin package.

I guess imagemagick-6.q16 doesn't have dependency to librsvg2-bin.

I would appreciate if you could fix dependecncy.

Thank you in advance,

Takahide Nojima



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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages imagemagick-6.q16 depends on:
ii  hicolor-icon-theme 0.13-1
ii  libc6  2.21-7
ii  libmagickcore-6.q16-2  8:6.8.9.9-7+b1
ii  libmagickwand-6.q16-2  8:6.8.9.9-7+b1

Versions of packages imagemagick-6.q16 recommends:
ii  ghostscript  9.16~dfsg-2.1
pn  libmagickcore-6.q16-2-extra  
ii  netpbm   2:10.0-15.3

Versions of packages imagemagick-6.q16 suggests:
pn  autotrace
ii  curl 7.47.0-1
pn  enscript 
ii  ffmpeg   7:2.8.5-1+b1
pn  gimp 
ii  gnuplot  4.6.6-3
pn  grads
ii  graphviz 2.38.0-12+b1
ii  groff-base   1.22.3-7
pn  hp2xx
pn  html2ps  
pn  imagemagick-doc  
ii  libwmf-bin   0.2.8.4-10.5
ii  lpr  1:2008.05.17.1
ii  mplayer2 [mplayer]   2.0-728-g2c378c7-4+b2
pn  povray   
pn  radiance 
ii  sane-utils   1.0.25-2
ii  texlive-binaries [texlive-base-bin]  2015.20150524.37493-7+b1
ii  transfig 1:3.2.5.e-5
ii  ufraw-batch  0.20-3+b1
ii  xdg-utils1.1.1-1

-- no debconf information



Bug#796501: games-emulator: missing some emulator packages

2015-08-22 Thread Takahide Nojima
Package: game-emulator
Version: 1
Severity: wishlist

Hello,

 It occured to me that adding these packages shown below to games
-emulator would be a nice.

   * mess
   * mame
   * gnuboy-sdl
   * gnuboy-x

 I would appreciate if you could consider it.

Thanks,
Takahide Nojima



Bug#793571: nghttp2: package description contains the word 'HTTP 2.0' ,currently 'HTTP/2' is better.

2015-07-25 Thread Takahide Nojima
Source: nghttp2
Version: 0.6.7-1
Severity: minor

Hello,

The package description of nghttp2 contains word 'HTTP 2.0'. However,
currently 'HTTP/2' is better.

See. Is it HTTP/2.0 or HTTP/2?
https://http2.github.io/faq/#is-it-http20-or-http2

Would it be possible to change word 'HTTP 2.0' to 'HTTP/2' in package
description of nghttp2 ?

Thanks,
Takahide Nojima

Takahide Nojima


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



Bug#793573: games-console: the words 'console game' wouldn't be suitable for text console game?

2015-07-25 Thread Takahide Nojima
Package: game-console
Version: 1
Severity: minor

Hello,

The package description of games-console uses words 'console game'.
However, nowadays , words 'console game' means 'a video game requiring
the use of a games console'
See. http://dictionary.reference.com/browse/console+game

Would it be possible to change words 'console game' to 'text console
game' in package description of games-console?

Thanks,
Takahide Nojima


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



Bug#766721: debian-installer: Failure to perform pertitioning of disk

2014-10-25 Thread Takahide Nojima
Package: debian-installer
Severity: important
Tags: d-i

Dear Debian Team,

I tested installation using Debian-jessie-DI-b2-amd64-netinst.iso. I met
some failure in instalation.

 [1] It seemed to correct proceeding partitioning of HDD in
installation,and also to finish installation correctly.But 
after reboot, it seemed not to find boot sector and failed to boot.

 [2] After failure installation, I examined HDD using SystemRescueCd(
 http://www.sysresccd.org/SystemRescueCd_Homepage). Finally I found
 there was only 1 partion in size of 512MBytes formatted by vfat.
 Also I found this partion has only 1 directory named 'EFI'.
 (There were no partion of ext4, and no whole size of disk.)

 Here the ditails:

  Installation target machine:
Acer TravelMate P253
 
  BIOS Settings:
 Legacy BIOS, Secure boot disabled.

  I don't have any idea of something wrong. Can anyone let me know
  how to investigate this failure?

  Thank you in advance.

  Regards
  Takahide Nojima.

  --- System Information:
  Debian Release: Jessie/testing
APT prefers testing
  Architecture: amd64 (x86_64)


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



Bug#746634: src:usbmuxd: Propose to keep up with usbmuxd in github's.

2014-05-06 Thread Takahide Nojima
Dear Maintainer,

 According to your recommendation in bugs #7660, I've reported to
upstream about miss implementation of 2 symboles in libimobiledevice.
And they accepted, and fixed usbmuxd sources in github.
( https://github.com/libimobiledevice/usbmuxd/issues/20 )

 Then Step 1. ,I wrote, no more needs at the moment.

 I already succeded to compile the latest usbmuxd of github under
current Jessie/sid. And also I found the bug #745844 seem to be resolved
using this version of usbmuxd.

 Could you update usbmuxd package to sources in github?
 
Regards,
Takahide Nojima.

 Package: src:usbmuxd
 Version: 1.0.8-5
 Severity: wishlist
 Tags: patch
 
 
 Dear Maintainer,
 
 
  In my debian box(jessie/sid), I also met bug #746561. I built the
 latest version of usbmuxd downloaded from
 https://github.com/libimobiledevice/usbmuxd and that bug seems to
 totaly disappear and libimobiledevice-utls/ifuse works fine with
 iOS7.1.1.
 
 
  I'd like to propose to change upstream source to that in github.
 
 
  Also I'd like to propse patch of 'debian' directory diff'ed with
 usbmuxd-1.0.8-5.
 
 
  How to use this patch:
 
 
   Step 1. Apply patch to libimobiledevice reported in  bug #746630,
 build libimobiledevice pkg , and install them.
   
   Step 2. Download the latest usbmuxd source from
 https://github.com/libimobiledevice/usbmuxd.
 
 
   Step 3. Copy 'debian' directory included submuxd-1.0.8-5 source
 package to usbmuxd source shown in Step 2.
 
 
   Step 4. Apply patch attached this report , and delete follwing
 files.
- debian/usbmuxd.docs
- debian/usbmuxd.install
- debian/iproxy.1
- debian/patches/Disable-building-of-libusbmuxd-and-tools.patch
- debian/patches/Revert-ifdef-USBMUXD_DAEMON.patch
- debian/Set-OWNER-in-udev-rule.patch
 
 
Finally build usbmuxd package.
 
 
 Regards,
 Takahide Nojima
 
 


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



Bug#670479: [aptitude] 'aptitude update' stucks at communication with /usr/lib/apt/methods/http

2012-04-25 Thread Takahide Nojima
Package: aptitude
Version: 0.6.6-1+b1
Severity: normal

--- Please enter the report below this line. ---
Hi,

I'm currently using aptitude and apt installed from experimental package.

Recently upgrading both package, I find 'aptitude update' seem to hang up.

It seems that there are some problems of communication between
aptitude and /usr/lib/apt/method/http. Using strace command,both aptitude and
/usr/lib/apt/method/http stuck at select(1,[0],NULL,NULL...). They seems to 
wait 
for some message each other from pipes forever.

Otherwise 'apt-get update' works fine. 

Does anyone know workaround for this problem?

Thanks in advance,

Takahide Nojima 

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.3.0-rc6-amd64

Debian Release: wheezy/sid
  500 unstableftp.jp.debian.org 
  150 experimentalftp.jp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libapt-pkg4.12(= 0.8.16~exp9) | 0.9.2
libboost-iostreams1.49.0 (= 1.49.0-1) | 1.49.0-2
libc6 (= 2.4) | 2.13-30
libcwidget3| 0.5.16-3.2
libept1.4.12   | 1.0.6.1
libgcc1   (= 1:4.1.1) | 1:4.7.0-4
libncursesw5 (= 5.6+20070908) | 5.9-6
libsigc++-2.0-0c2a  (= 2.0.2) | 2.2.10-0.1
libsqlite3-0(= 3.6.5) | 3.7.11-2
libstdc++6(= 4.6) | 4.7.0-4
libtinfo5  | 5.9-6
libxapian22| 1.2.8-1
zlib1g(= 1:1.1.4) | 1:1.2.6.dfsg-2


Recommends (Version) | Installed
-+-===
aptitude-doc-en  | 
 OR aptitude-doc | 
sensible-utils   | 0.0.6
apt-xapian-index | 0.45
libparse-debianchangelog-perl| 1.2.0-1


Suggests  (Version) | Installed
===-+-===
tasksel | 3.09
debtags | 1.9+b1



--- Output from package bug script ---
Terminal: xterm
:0 is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.6.6 compiled at Apr 16 2012 22:17:55
Compiler: g++ 4.6.3
Compiled against:
  apt version 4.12.0
  NCurses version 5.9
  libsigc++ version: 2.2.10
  Ept support enabled.
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 5.9.20110404
  cwidget version: 0.5.16
  Apt version: 4.12.0

aptitude linkage:
linux-vdso.so.1 =  (0x7fffc1f1d000)
libapt-pkg.so.4.12 = /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 
(0x7f2cddf83000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f2cddd54000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f2cddb2b000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7f2cdd926000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f2cdd626000)
libept.so.1.0.5.4.12 = /usr/lib/libept.so.1.0.5.4.12 
(0x7f2cdd3d3000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f2cdcfd6000)
libz.so.1 = /usr/lib/x86_64-linux-gnu/libz.so.1 (0x7f2cdcdc)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7f2cdcb18000)
libboost_iostreams.so.1.49.0 = /usr/lib/libboost_iostreams.so.1.49.0 
(0x7f2cdc8ff000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f2cdc6e3000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f2cdc3db000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f2cdc159000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f2cdbf43000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f2cd000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f2cdb9b8000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f2cdb7b4000)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7f2cdb5a3000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f2cdb39e000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f2cdb195000)
/lib64/ld-linux-x86-64.so.2 (0x7f2cde2d2000)





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



Bug#657255: [Pkg-bluetooth-maintainers] Bug#657255: [bluez] bluetoothd is hanging up.

2012-01-31 Thread Takahide Nojima
Hello Nobuhiro Iwamatsu,

 Sorry for not responding so long time, I struggled to find out
workaround for this problem.

 Then I finally found the workaround on launchpad, this problem
(and also other probles I met after) was totally solved.

 Then I memorize my workaround here,

  Step1. I got patches suggested in launchpad website.
 http://www.ubuntuupdates.org/packages/show/416787 

  Step2. I choose paches as below,
 sbc_mmx.patch
 socket_audio.patch

  Step3. I put these patches into debian/patches directory of source
package of bluez-4.98-1,and modified debian/patches/series file for
apropriate.
 
  Step4. built bluez package,install,and reboot my linux box(important!)
 Then bluez 4.98 works fine!

 Currently I don't know why my problem is totally fixed, and also don't
know re-enabling socket interface of bluez-4.98 is good or not.

 If I confirm that this problem is fixed up in newer version bluez
package, then let me change the status of this bugreport to be done.

Regards,

 ---
Takahide Nojima nozzy123no...@gmail.com

2012-01-26 (木) の 07:50 +0900 に Nobuhiro Iwamatsu さんは書きました:
 Hi,
 
 2012年1月25日22:50 Takahide Nojima nozzy123no...@gmail.com:
  Hi,
 
  Sorry for missing kernel version in bug reort.I carelessly forget to
  inform it.
 
  When I checked bluez 4.98-1, I was using linux-image-3.2.0-1-amd64.
 
 
 You write the version of inux kernel which you have already used.
 
  --- System information. ---
  Architecture: amd64
  Kernel:   Linux 3.2.0-1-amd64
 
  Is this kernel wrong verison?
 
 I dont know.
 After the following log, log about the detection of the host device is output.
 
  bluetoothd[2853]: src/main.c:main() Entering main loop
  bluetoothd[2853]: src/rfkill.c:rfkill_event() RFKILL event idx 0 type 1 op 
  0 soft 0 hard 0
  bluetoothd[2853]: plugins/hciops.c:init_known_adapters()
 
 However, your machine may not recognize host device if log stops here.
 The following log is output if host device recognizes it.
 
   bluetoothd[30774]: plugins/hciops.c:init_known_adapters()
   bluetoothd[30774]: plugins/hciops.c:init_device() hci0
   bluetoothd[30774]: Listening for HCI events on hci0
 
  I will check it under another version later and report.
 
 Please check whether host device is recognized with your machine
 from kernel boot log.
 
 Best regards,
   Nobuhiro
 
 
  Regards,
  Takahide Nojima nozzy123no...@gmail.com
 
  2012-01-25 (Wed) 17:20 +0900  Nobuhiro Iwamatsu wrote:
  severity 657255 important
  thanks
 
  Hi,
 
  Does linux kernel which you use recognize bluetooth host device?
 
  Best regards,
Nobuhiro
 
  2012年1月25日9:16 Takahide Nojima nozzy123no...@gmail.com:
   Package: bluez
   Version: 4.98-1
   Severity: serious
  
   --- Please enter the report below this line. ---
  
   Hello,
  
   I checked new package of bluez 4.98-1 , I found it doesn't work my 
   debian box.
   There is no bluetooth icon on status bar on gnome3.2 desktop,
   and also bluetooth menu in gnome-control-center also grayed out.
  
   I run bluetoothd with debug option, then I found it stop in the middle 
   of initialization as below
  
 ---console log is here --
   $ sudo /usr/sbin/bluetoothd -n -d
   bluetoothd[2853]: Bluetooth daemon 4.98
   bluetoothd[2853]: src/main.c:parse_config() parsing main.conf
   bluetoothd[2853]: src/main.c:parse_config() discovto=0
   bluetoothd[2853]: src/main.c:parse_config() pairto=0
   bluetoothd[2853]: src/main.c:parse_config() pageto=8192
   bluetoothd[2853]: src/main.c:parse_config() auto_to=60
   bluetoothd[2853]: src/main.c:parse_config() name=%h-%d
   bluetoothd[2853]: src/main.c:parse_config() class=0x000100
   bluetoothd[2853]: src/main.c:parse_config() discov_interval=30
   bluetoothd[2853]: src/main.c:parse_config() Key file does not have key 
   'DeviceID'
   bluetoothd[2853]: Starting SDP server
   bluetoothd[2853]: src/plugin.c:plugin_init() Loading builtin plugins
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading pnat plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading audio plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading sap plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading input plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading serial plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading network plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading proximity plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading service plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading gatt_example plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading time plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading alert plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading health plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading thermometer plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading hciops plugin
   bluetoothd[2853]: src/plugin.c:add_plugin() Loading mgmtops plugin

Bug#657255: [Pkg-bluetooth-maintainers] Bug#657255: [bluez] bluetoothd is hanging up.

2012-01-25 Thread Takahide Nojima
Hi,

Sorry for missing kernel version in bug reort.I carelessly forget to
inform it.

When I checked bluez 4.98-1, I was using linux-image-3.2.0-1-amd64.  

Is this kernel wrong verison? 
I will check it under another version later and report.

Regards,
Takahide Nojima nozzy123no...@gmail.com

2012-01-25 (Wed) 17:20 +0900  Nobuhiro Iwamatsu wrote:
 severity 657255 important
 thanks
 
 Hi,
 
 Does linux kernel which you use recognize bluetooth host device?
 
 Best regards,
   Nobuhiro
 
 2012年1月25日9:16 Takahide Nojima nozzy123no...@gmail.com:
  Package: bluez
  Version: 4.98-1
  Severity: serious
 
  --- Please enter the report below this line. ---
 
  Hello,
 
  I checked new package of bluez 4.98-1 , I found it doesn't work my debian 
  box.
  There is no bluetooth icon on status bar on gnome3.2 desktop,
  and also bluetooth menu in gnome-control-center also grayed out.
 
  I run bluetoothd with debug option, then I found it stop in the middle of 
  initialization as below
 
---console log is here --
  $ sudo /usr/sbin/bluetoothd -n -d
  bluetoothd[2853]: Bluetooth daemon 4.98
  bluetoothd[2853]: src/main.c:parse_config() parsing main.conf
  bluetoothd[2853]: src/main.c:parse_config() discovto=0
  bluetoothd[2853]: src/main.c:parse_config() pairto=0
  bluetoothd[2853]: src/main.c:parse_config() pageto=8192
  bluetoothd[2853]: src/main.c:parse_config() auto_to=60
  bluetoothd[2853]: src/main.c:parse_config() name=%h-%d
  bluetoothd[2853]: src/main.c:parse_config() class=0x000100
  bluetoothd[2853]: src/main.c:parse_config() discov_interval=30
  bluetoothd[2853]: src/main.c:parse_config() Key file does not have key 
  'DeviceID'
  bluetoothd[2853]: Starting SDP server
  bluetoothd[2853]: src/plugin.c:plugin_init() Loading builtin plugins
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading pnat plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading audio plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading sap plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading input plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading serial plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading network plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading proximity plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading service plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading gatt_example plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading time plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading alert plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading health plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading thermometer plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading hciops plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading mgmtops plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading formfactor plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading storage plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading adaptername plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading wiimote plugin
  bluetoothd[2853]: src/plugin.c:add_plugin() Loading dbusoob plugin
  bluetoothd[2853]: src/plugin.c:plugin_init() Loading plugins 
  /usr/lib/x86_64-linux-gnu/bluetooth/plugins
  bluetoothd[2853]: plugins/service.c:register_interface() path 
  /org/bluez/2853/any
  bluetoothd[2853]: plugins/service.c:register_interface() Registered 
  interface org.bluez.Service on path /org/bluez/2853/any
  bluetoothd[2853]: plugins/dbusoob.c:dbusoob_init() Setup dbusoob plugin
  bluetoothd[2853]: health/hdp.c:hdp_manager_start() Starting Health manager
  bluetoothd[2853]: alert/main.c:alert_init() Attribute server is disabled
  bluetoothd[2853]: Failed to init alert plugin
  bluetoothd[2853]: time/main.c:time_init() Attribute server is disabled
  bluetoothd[2853]: Failed to init time plugin
  bluetoothd[2853]: Parsing /etc/bluetooth/proximity.conf failed: No such 
  file or directory
  bluetoothd[2853]: proximity/reporter.c:reporter_init() Attribute server is 
  disabled
  bluetoothd[2853]: Failed to init proximity plugin
  bluetoothd[2853]: network/manager.c:read_config() 
  /etc/bluetooth/network.conf: Key file does not have key 'DisableSecurity'
  bluetoothd[2853]: network/manager.c:read_config() Config options: 
  Security=true
  bluetoothd[2853]: input/manager.c:input_manager_init() input.conf: Key file 
  does not have key 'IdleTimeout'
  bluetoothd[2853]: audio/manager.c:audio_manager_init() audio.conf: Key file 
  does not have key 'AutoConnect'
  bluetoothd[2853]: plugins/pnat.c:pnat_init() Setup Phonet AT (DUN) plugin
  bluetoothd[2853]: plugins/hciops.c:hciops_init()
  bluetoothd[2853]: plugins/gatt-example.c:gatt_example_init() Attribute 
  server is disabled
  bluetoothd[2853]: Failed to init gatt_example plugin
  bluetoothd[2853]: plugins/hciops.c:hciops_setup()
  bluetoothd[2853]: src/main.c:main() Entering main loop
  bluetoothd[2853]: src/rfkill.c:rfkill_event() RFKILL

Bug#657255: [bluez] bluetoothd is hanging up.

2012-01-24 Thread Takahide Nojima
  (= 2.9) | 2.13-24
libcap-ng0  | 0.6.6-1
libdbus-1-3  (= 1.1.1) | 1.5.8-1
libglib2.0-0(= 2.28.0) | 2.30.2-2
libreadline6   (= 6.0) | 6.2-8
libudev0 (= 0.140) | 175-3
libusb-0.1-4  (= 2:0.1.12) | 2:0.1.12-20
module-init-tools   | 4.0.3-1
udev (= 170-1) | 175-3
lsb-base| 3.2-28.1
dbus| 1.5.8-1
python-gobject  | 3.0.3-2
python-dbus | 0.84.0-2


Package's Recommends field is empty.

Package's Suggests field is empty.

---
 Takahide Nojima nozzy123no...@gmail.com



signature.asc
Description: This is a digitally signed message part


Bug#656420: [Pkg-bluetooth-maintainers] Bug#656420: [bluez] Can't connect DR-BT140Q(SONY HEADPONE) and no sound.

2012-01-23 Thread Takahide Nojima
Hello,

Thank you for uploding newer version. 
I'm glad to hear ready to avairable newer version in Debian.

However, short before  I tried to download newer bluez using aptitude
upgrade, the new one seems to be in destributing in mirror sites, so I
was not yet able to get the new one at this time.

I'll try to download next day again . It might be ending up to spread
between mirror sites.

Regards,
 Takahide Nojima nozzy123no...@gmail.com 

2012-01-24 (Tue) 13:52 +0900  Nobuhiro Iwamatsu wrotes:
 Hi,
 
 I uploaded 4.98.
 Please check with this versrion.
 
 Best regards,
   Nobuhiro
 
 2012年1月20日10:27 Takahide Nojima nozzy123no...@gmail.com:
  Hello,
 
  Thank you for this information.
  I will wait for next release bluez 4.98 package in Debian.
  If this problem will be fixed,then I will be close this bugreport.
 
  2012-01-19 (木) の 23:42 +0100 に Szymon Janc さんは書きました:
  Hi,
 
  I think crash might be already fixed [1] in upstream 4.98.
 
 
  [1]
  http://git.kernel.org/?p=bluetooth/bluez.git;a=commit;h=df62dbb69bae3662adf1e1aab4f9c75c4b1aa59e
 
 
 
 
 
  ___
  Pkg-bluetooth-maintainers mailing list
  pkg-bluetooth-maintain...@lists.alioth.debian.org
  http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-bluetooth-maintainers
 
 
 





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



Bug#656420: [bluez] Can't connect DR-BT140Q(SONY HEADPONE) and no sound.

2012-01-19 Thread Takahide Nojima
Hello,

Thank you for this information. 
I will wait for next release bluez 4.98 package in Debian.
If this problem will be fixed,then I will be close this bugreport.

2012-01-19 (木) の 23:42 +0100 に Szymon Janc さんは書きました:
 Hi,
 
 I think crash might be already fixed [1] in upstream 4.98.
 
 
 [1] 
 http://git.kernel.org/?p=bluetooth/bluez.git;a=commit;h=df62dbb69bae3662adf1e1aab4f9c75c4b1aa59e





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



Bug#656420: [bluez] Can't connect DR-BT140Q(SONY HEADPONE) and no sound.

2012-01-18 Thread Takahide Nojima
Package: bluez
Version: 4.97-1
Severity: normal

--- Please enter the report below this line. ---

I upgraded to bluez 4.97-1  and tried to use SONY Bluetooth headphone 
(DR-BT140Q).
However the headphone doesn't produce no sound.
Previous version (probabry 4.96) is no problem to use. 
And also, I use  Linux 3.1.0-1-amd64,this problem still remains.

I check the debug option ,I'll attach logs below,  
  ---log is here---
$ sudo /usr/sbin/bluetoothd -n -d
bluetoothd[4167]: Bluetooth daemon 4.97
bluetoothd[4167]: src/main.c:parse_config() parsing main.conf
bluetoothd[4167]: src/main.c:parse_config() discovto=0
bluetoothd[4167]: src/main.c:parse_config() pairto=0
bluetoothd[4167]: src/main.c:parse_config() pageto=8192
bluetoothd[4167]: src/main.c:parse_config() auto_to=60
bluetoothd[4167]: src/main.c:parse_config() name=%h-%d
bluetoothd[4167]: src/main.c:parse_config() class=0x000100
bluetoothd[4167]: src/main.c:parse_config() discov_interval=30
bluetoothd[4167]: src/main.c:parse_config() Key file does not have key 
'DeviceID'
bluetoothd[4167]: Starting SDP server
bluetoothd[4167]: src/plugin.c:plugin_init() Loading builtin plugins
bluetoothd[4167]: src/plugin.c:add_plugin() Loading pnat plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading audio plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading sap plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading input plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading serial plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading network plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading proximity plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading service plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading gatt_example plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading time plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading alert plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading health plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading thermometer plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading hciops plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading mgmtops plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading formfactor plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading storage plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading adaptername plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading wiimote plugin
bluetoothd[4167]: src/plugin.c:add_plugin() Loading dbusoob plugin
bluetoothd[4167]: src/plugin.c:plugin_init() Loading plugins 
/usr/lib/x86_64-linux-gnu/bluetooth/plugins
bluetoothd[4167]: plugins/service.c:register_interface() path 
/org/bluez/4167/any
bluetoothd[4167]: plugins/service.c:register_interface() Registered interface 
org.bluez.Service on path /org/bluez/4167/any
bluetoothd[4167]: plugins/dbusoob.c:dbusoob_init() Setup dbusoob plugin
bluetoothd[4167]: health/hdp.c:hdp_manager_start() Starting Health manager
bluetoothd[4167]: alert/main.c:alert_init() Attribute server is disabled
bluetoothd[4167]: Failed to init alert plugin
bluetoothd[4167]: time/main.c:time_init() Attribute server is disabled
bluetoothd[4167]: Failed to init time plugin
bluetoothd[4167]: Parsing /etc/bluetooth/proximity.conf failed: No such file or 
directory
bluetoothd[4167]: proximity/reporter.c:reporter_init() Attribute server is 
disabled
bluetoothd[4167]: Failed to init proximity plugin
bluetoothd[4167]: network/manager.c:read_config() /etc/bluetooth/network.conf: 
Key file does not have key 'DisableSecurity'
bluetoothd[4167]: network/manager.c:read_config() Config options: Security=true
bluetoothd[4167]: input/manager.c:input_manager_init() input.conf: Key file 
does not have key 'IdleTimeout'
bluetoothd[4167]: audio/manager.c:audio_manager_init() audio.conf: Key file 
does not have key 'AutoConnect'
bluetoothd[4167]: plugins/pnat.c:pnat_init() Setup Phonet AT (DUN) plugin
bluetoothd[4167]: plugins/hciops.c:hciops_init() 
bluetoothd[4167]: plugins/gatt-example.c:gatt_example_init() Attribute server 
is disabled
bluetoothd[4167]: Failed to init gatt_example plugin
bluetoothd[4167]: plugins/hciops.c:hciops_setup() 
bluetoothd[4167]: src/main.c:main() Entering main loop
bluetoothd[4167]: src/rfkill.c:rfkill_event() RFKILL event idx 0 type 2 op 0 
soft 0 hard 0
bluetoothd[4167]: src/rfkill.c:rfkill_event() RFKILL event idx 1 type 1 op 0 
soft 0 hard 0
bluetoothd[4167]: plugins/hciops.c:init_known_adapters() 
bluetoothd[4167]: plugins/hciops.c:init_device() hci0
bluetoothd[4167]: Listening for HCI events on hci0
bluetoothd[4167]: plugins/hciops.c:init_conn_list() hci0
bluetoothd[4167]: HCI dev 0 up
bluetoothd[4167]: plugins/hciops.c:device_devup_setup() hci0
bluetoothd[4167]: plugins/hciops.c:read_local_version_complete() Got version 
for hci0
bluetoothd[4167]: src/adapter.c:btd_adapter_ref() 0x7f6d075d6360: ref=1
bluetoothd[4167]: plugins/hciops.c:hciops_read_bdaddr() hci0
bluetoothd[4167]: src/sdpd-database.c:sdp_init_services_list()