Your message dated Wed, 9 Nov 2011 07:40:12 +0100
with message-id <20111109064012.ga7...@glandium.org>
and subject line Re: Bug#648110: libnss3-dev: Version with ".with" in nss.pc
blocks JHBuild
has caused the Debian Bug report #648110,
regarding libnss3-dev: Version with ".with" in nss.pc blocks JHBuild
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
648110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libnss3-dev
Version: 3.13.1.with.ckbi.1.88-1
Severity: normal
Dear Maintainer,
When trying to use JHBuild on Debian, it fails with following message:
---8<---
$ jhbuild update
Traceback (most recent call last):
File "/home/thep/.local/bin/jhbuild", line 32, in <module>
jhbuild.main.main(sys.argv[1:])
File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/main.py", line 147, in main
rc = jhbuild.commands.run(command, config, args, help=lambda:
print_help(parser))
File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/commands/__init__.py", line
129, in run
return cmd.execute(config, args, help)
File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/commands/__init__.py", line
52, in execute
return self.run(config, options, args, help)
File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/commands/base.py", line 66, in
run
ignore_suggests=config.ignore_suggests)
File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/moduleset.py", line 145, in
get_module_list
system_module_state = self.get_system_modules(all_modules)
File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/moduleset.py", line 274, in
get_system_modules
new_enough = compare_version(installed_version, required_version)
File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/utils/cmds.py", line 250, in
compare_version
version[i] = int(part)
ValueError: invalid literal for int() with base 10: 'with'
---8<---
The 'with' appears to be from nss.pc:
---8<---
$ grep Version /usr/lib/x86_64-linux-gnu/pkgconfig/nss.pc
Version: 3.13.1.with.ckbi.1.88
---8<---
When I tried removing the '.with.ckbi.1.88' part from this line, JHBuild
gets back to work again.
This is arguably JHBuild's bug, but I also wonder whether it deserves that
high complexity nss currently gives.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=th_TH.UTF-8, LC_CTYPE=th_TH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libnss3-dev depends on:
ii libnspr4-dev 4.8.9-1
ii libnss3-1d 3.13.1.with.ckbi.1.88-1
libnss3-dev recommends no packages.
libnss3-dev suggests no packages.
-- no debconf information
--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/
--- End Message ---
--- Begin Message ---
On Wed, Nov 09, 2011 at 08:13:10AM +0700, Theppitak Karoonboonyanan wrote:
> Package: libnss3-dev
> Version: 3.13.1.with.ckbi.1.88-1
> Severity: normal
>
> Dear Maintainer,
>
> When trying to use JHBuild on Debian, it fails with following message:
>
> ---8<---
> $ jhbuild update
> Traceback (most recent call last):
> File "/home/thep/.local/bin/jhbuild", line 32, in <module>
> jhbuild.main.main(sys.argv[1:])
> File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/main.py", line 147, in main
> rc = jhbuild.commands.run(command, config, args, help=lambda:
> print_help(parser))
> File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/commands/__init__.py", line
> 129, in run
> return cmd.execute(config, args, help)
> File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/commands/__init__.py", line
> 52, in execute
> return self.run(config, options, args, help)
> File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/commands/base.py", line 66,
> in run
> ignore_suggests=config.ignore_suggests)
> File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/moduleset.py", line 145, in
> get_module_list
> system_module_state = self.get_system_modules(all_modules)
> File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/moduleset.py", line 274, in
> get_system_modules
> new_enough = compare_version(installed_version, required_version)
> File "/home/thep/vcs/gnome_git/jhbuild/jhbuild/utils/cmds.py", line 250, in
> compare_version
> version[i] = int(part)
> ValueError: invalid literal for int() with base 10: 'with'
> ---8<---
>
> The 'with' appears to be from nss.pc:
>
> ---8<---
> $ grep Version /usr/lib/x86_64-linux-gnu/pkgconfig/nss.pc
> Version: 3.13.1.with.ckbi.1.88
> ---8<---
>
> When I tried removing the '.with.ckbi.1.88' part from this line, JHBuild
> gets back to work again.
>
> This is arguably JHBuild's bug, but I also wonder whether it deserves that
> high complexity nss currently gives.
I think this should be fixed in jhbuild.
Mike
--- End Message ---