Your message dated Sun, 17 Dec 2017 09:38:23 +0000
with message-id <[email protected]>
and subject line Bug#884581: Removed package(s) from unstable
has caused the Debian Bug report #877159,
regarding obnam FTBFS: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 
in position 815: ordinal not in range(128)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
877159: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877159
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: obnam
Version: 1.22-1
Severity: serious

Some recent change in unstable makes obnam FTBFS:

https://tests.reproducible-builds.org/debian/history/obnam.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/obnam.html

...
ERROR:root:Command failed: python obnam --generate-manpage=obnam.1.de.in 
--output=obnam.1

CRITICAL:root:Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 183, in _run
    args = self.parse_args(args)
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 548, in parse_args
    compute_setting_values=self.compute_setting_values)
  File "/usr/lib/python2.7/dist-packages/cliapp/settings.py", line 732, in 
parse_args
    _, args = p.parse_args(args)
  File "/usr/lib/python2.7/optparse.py", line 1400, in parse_args
    stop = self._process_args(largs, rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1440, in _process_args
    self._process_long_opt(rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1515, in _process_long_opt
    option.process(opt, value, values, self)
  File "/usr/lib/python2.7/optparse.py", line 789, in process
    self.action, self.dest, opt, value, values, parser)
  File "/usr/lib/python2.7/optparse.py", line 809, in take_action
    self.callback(self, opt, value, parser, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/cliapp/settings.py", line 886, in 
_generate_manpage
    sys.stdout.write(generator.format_template())
  File "/usr/lib/python2.7/dist-packages/cliapp/genman.py", line 84, in 
format_template
    text = text.replace(pattern, pattern + contents)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 815: 
ordinal not in range(128)

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 183, in _run
    args = self.parse_args(args)
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 548, in parse_args
    compute_setting_values=self.compute_setting_values)
  File "/usr/lib/python2.7/dist-packages/cliapp/settings.py", line 732, in 
parse_args
    _, args = p.parse_args(args)
  File "/usr/lib/python2.7/optparse.py", line 1400, in parse_args
    stop = self._process_args(largs, rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1440, in _process_args
    self._process_long_opt(rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1515, in _process_long_opt
    option.process(opt, value, values, self)
  File "/usr/lib/python2.7/optparse.py", line 789, in process
    self.action, self.dest, opt, value, values, parser)
  File "/usr/lib/python2.7/optparse.py", line 809, in take_action
    self.callback(self, opt, value, parser, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/cliapp/settings.py", line 886, in 
_generate_manpage
    sys.stdout.write(generator.format_template())
  File "/usr/lib/python2.7/dist-packages/cliapp/genman.py", line 84, in 
format_template
    text = text.replace(pattern, pattern + contents)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 815: 
ordinal not in range(128)

building manpage for obnam (lang=)
building manpage for obnam (lang=.de)
Traceback (most recent call last):
  File "setup.py", line 353, in <module>
    'clean': CleanMore,
  File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "setup.py", line 65, in run
    self.build_manpage('obnam', '.de')
  File "setup.py", line 69, in build_manpage
    self.generate_troff(program, lang)
  File "setup.py", line 77, in generate_troff
    stdout=f)
  File "/usr/lib/python2.7/dist-packages/cliapp/runcmd.py", line 64, in runcmd
    raise cliapp.AppException(msg)
cliapp.app.AppException: Command failed: python obnam 
--generate-manpage=obnam.1.de.in --output=obnam.1

CRITICAL:root:Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 183, in _run
    args = self.parse_args(args)
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 548, in parse_args
    compute_setting_values=self.compute_setting_values)
  File "/usr/lib/python2.7/dist-packages/cliapp/settings.py", line 732, in 
parse_args
    _, args = p.parse_args(args)
  File "/usr/lib/python2.7/optparse.py", line 1400, in parse_args
    stop = self._process_args(largs, rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1440, in _process_args
    self._process_long_opt(rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1515, in _process_long_opt
    option.process(opt, value, values, self)
  File "/usr/lib/python2.7/optparse.py", line 789, in process
    self.action, self.dest, opt, value, values, parser)
  File "/usr/lib/python2.7/optparse.py", line 809, in take_action
    self.callback(self, opt, value, parser, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/cliapp/settings.py", line 886, in 
_generate_manpage
    sys.stdout.write(generator.format_template())
  File "/usr/lib/python2.7/dist-packages/cliapp/genman.py", line 84, in 
format_template
    text = text.replace(pattern, pattern + contents)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 815: 
ordinal not in range(128)

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 183, in _run
    args = self.parse_args(args)
  File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 548, in parse_args
    compute_setting_values=self.compute_setting_values)
  File "/usr/lib/python2.7/dist-packages/cliapp/settings.py", line 732, in 
parse_args
    _, args = p.parse_args(args)
  File "/usr/lib/python2.7/optparse.py", line 1400, in parse_args
    stop = self._process_args(largs, rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1440, in _process_args
    self._process_long_opt(rargs, values)
  File "/usr/lib/python2.7/optparse.py", line 1515, in _process_long_opt
    option.process(opt, value, values, self)
  File "/usr/lib/python2.7/optparse.py", line 789, in process
    self.action, self.dest, opt, value, values, parser)
  File "/usr/lib/python2.7/optparse.py", line 809, in take_action
    self.callback(self, opt, value, parser, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/cliapp/settings.py", line 886, in 
_generate_manpage
    sys.stdout.write(generator.format_template())
  File "/usr/lib/python2.7/dist-packages/cliapp/genman.py", line 84, in 
format_template
    text = text.replace(pattern, pattern + contents)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 815: 
ordinal not in range(128)

dh_auto_build: python setup.py build --force returned exit code 1
debian/rules:6: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1

--- End Message ---
--- Begin Message ---
Version: 1.22-1+rm

Dear submitter,

as the package obnam has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/884581

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Chris Lamb (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to