[Reproducible-builds] Bug#808809: diffoscope: tests will fail in future

2015-12-23 Thread Holger Levsen
source: diffoscope
version: 44
severity: important

Hi,

when building diffoscope in the future, the tests fail like this:

=== FAILURES ===
_ test_listing _

differences = [, , ]

@pytest.mark.skipif(tool_missing('cpio'), reason='missing cpio')
def test_listing(differences):
expected_diff = open(os.path.join(os.path.dirname(__file__), 
'../data/cpio_listing_expected_diff')).read()
>   assert differences[0].unified_diff == expected_diff
E   assert '@@ -1,4 +1,4...4  2015 dir\n' == '@@ -1,4 +1,4 ...4 15:11 dir\n'
E Skipping 56 identical leading characters in diff, use -v to show
E -  6 Jun 24  2015 dir/link -> broken
E ?   ---
E +  6 Jun 24 15:10 dir/link -> broken
E ? +++
E - +lrwxrwxrwx   1 1000 1000   13 Jun 24  2015 dir/link -> 
really-broken
E ?   ---
E + +lrwxrwxrwx   1 1000 1000   13 Jun 24 15:11 dir/link -> 
really-broken
E ? +++
E Detailed information truncated (17 more lines), use "-vv" to show

tests/comparators/test_cpio.py:53: AssertionError
== 1 failed, 164 passed, 41 skipped in 98.58 seconds ===

 hm, i guess the reason is that it's build in 2017. in this case it 
prints "13 Jun 24  2015" instead of 
"13 Jun 24 15:11"
 | deki: hehe & wow. nice find.
 | so we're finding real build failures in the future now. neato.
 :)
 | Lunar: ^^ i think thats a nice story for the weekly report too


I've not filed this as serious (though I think it is) to not block testing
migration and because I'm certain there will be quite some uploads in the next
months anway. But we definitly shouldn't release with this in stable… ;-)


cheers,
Holger


signature.asc
Description: This is a digitally signed message part.
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808809: Bug#808809: diffoscope: tests will fail in future

2015-12-23 Thread Holger Levsen
Hi,

interestingly this is also what causes the failure on debci, as can be seen in
https://ci.debian.net/data/autopkgtest/unstable/amd64/d/diffoscope/20151223_015330/pytest-stdout.gz
currently…


cheers,
Holger


signature.asc
Description: This is a digitally signed message part.
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Re: [Reproducible-builds] Bug#806911: Second build on failures

2015-12-23 Thread Holger Levsen
Hi Aurelien,

On Dienstag, 22. Dezember 2015, Aurelien Jarno wrote:
> > nice! but this is not available yet in sid+testing yet, or is it? (or
> > maybe rather: what does "2.6.32 support" mean here???)
> I meant 2.6.32 kernel support, and it's already in testing and sid.

I have to admit, I cannot follow:

- if this is fixed, why is 806911 still open?
- also, the hosts runs jessie and this is where we run linux64 on and from, so 
how are changes in sid+testing relevant in our setup anyway? (actually we run 
jessie, sometimes with jessie kernels and and on some other hosts with bpo 
kernels or even never…)
- why did you 2.6._32_ mention at all, and not "2.6" (or maybe 2.6.56)?
- and, finally, in conclusion, is it safe to enable building with "linux64 --
uname2.6" again?

I'd very much appreciate clearing up these questions, I'm lost.


cheers,
Holger




signature.asc
Description: This is a digitally signed message part.
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808814: checkbox-ng: FTBFS: ImportError: cannot import name 'JobTreeNode'

2015-12-23 Thread Chris Lamb
Source: checkbox-ng
Version: 0.20.1-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

checkbox-ng fails to build from source in unstable/amd64:

  [..]

  test_help (test_main.TestMain) ... ERROR
  test_run_without_args (test_main.TestMain) ... ERROR
  test_version (test_main.TestMain) ... ERROR
  test_misc (unittest.loader._FailedTest) ... ERROR
  
  ==
  ERROR: test_help (commands.test_sru.TestSru)
  --
  Traceback (most recent call last):
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/test_sru.py",
 line 40, in test_help
  main(['sru', '--help'])
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/main.py",
 line 41, in main
  raise SystemExit(CheckboxTool().main(argv))
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 310, 
in main
  self._parser = self.construct_parser(early_ns)
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 469, 
in construct_parser
  self.add_subcommands(subparsers, early_ns)
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/tools.py",
 line 96, in add_subcommands
  from checkbox_ng.commands.launcher import LauncherCommand
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/launcher.py",
 line 32, in 
  from checkbox_ng.commands.newcli import CliInvocation2
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/newcli.py",
 line 53, in 
  from checkbox_ng.misc import SelectableJobTreeNode
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/misc.py",
 line 30, in 
  from plainbox.impl.job import JobTreeNode
  ImportError: cannot import name 'JobTreeNode'
  
  ==
  ERROR: test_help (test_main.TestMain)
  --
  Traceback (most recent call last):
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/test_main.py",
 line 50, in test_help
  main(['--help'])
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/main.py",
 line 41, in main
  raise SystemExit(CheckboxTool().main(argv))
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 310, 
in main
  self._parser = self.construct_parser(early_ns)
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 469, 
in construct_parser
  self.add_subcommands(subparsers, early_ns)
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/tools.py",
 line 96, in add_subcommands
  from checkbox_ng.commands.launcher import LauncherCommand
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/launcher.py",
 line 32, in 
  from checkbox_ng.commands.newcli import CliInvocation2
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/newcli.py",
 line 53, in 
  from checkbox_ng.misc import SelectableJobTreeNode
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/misc.py",
 line 30, in 
  from plainbox.impl.job import JobTreeNode
  ImportError: cannot import name 'JobTreeNode'
  
  ==
  ERROR: test_run_without_args (test_main.TestMain)
  --
  Traceback (most recent call last):
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/test_main.py",
 line 87, in test_run_without_args
  main([])
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/main.py",
 line 41, in main
  raise SystemExit(CheckboxTool().main(argv))
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 310, 
in main
  self._parser = self.construct_parser(early_ns)
File "/usr/lib/python3/dist-packages/plainbox/impl/clitools.py", line 469, 
in construct_parser
  self.add_subcommands(subparsers, early_ns)
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/tools.py",
 line 96, in add_subcommands
  from checkbox_ng.commands.launcher import LauncherCommand
File 
"/home/lamby/temp/cdt.20151223115223.6HzvVjCF7r/checkbox-ng-0.20.1/checkbox_ng/commands/launcher.py",
 line 32, in 
  from checkbox_ng.commands.newcli import CliInvocation2
File 
"/home/lamby/temp/cdt.201512

Re: [Reproducible-builds] Bug#806911: Bug#806911: Second build on failures

2015-12-23 Thread Aurelien Jarno
On 2015-12-23 11:59, Holger Levsen wrote:
> Hi Aurelien,
> 
> On Dienstag, 22. Dezember 2015, Aurelien Jarno wrote:
> > > nice! but this is not available yet in sid+testing yet, or is it? (or
> > > maybe rather: what does "2.6.32 support" mean here???)
> > I meant 2.6.32 kernel support, and it's already in testing and sid.
> 
> I have to admit, I cannot follow:
> 
> - if this is fixed, why is 806911 still open?

The "bug" is still there, just not triggerable anymore on amd64 and
i386. I use "bug" as when faking the kernel version to change the result
of versions comparisons, one should expect the result of such
comparisons to be wrong.

> - also, the hosts runs jessie and this is where we run linux64 on and from, 
> so 
> how are changes in sid+testing relevant in our setup anyway? (actually we run 
> jessie, sometimes with jessie kernels and and on some other hosts with bpo 
> kernels or even never…)

The host might runs jessie, but from the bug report I understood the
bug happened in a testing or sid chroot.

> - why did you 2.6._32_ mention at all, and not "2.6" (or maybe 2.6.56)?

We lowered the minimum required kernel version to 2.6.32 instead of 3.2
on amd64 and i386. When comparing kernel versions with the uname26
personality, we have the following relations when the minimum kernel
version is 2.6.32:
- 3.x kernels aka 2.6.40+x > 2.6.32, this works
- 4.x kernels aka 2.6.60+x > 2.6.32, this works

However when the minimum kernel version is 3.2:
- 3.x kernels aka 2.6.40+x < 3.2, this do not work
- 4.x kernels aka 2.6.60+x < 3.2, this do not work

> - and, finally, in conclusion, is it safe to enable building with "linux64 --
> uname2.6" again?

On amd64 and i386 it should be safe.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


signature.asc
Description: Digital signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808843: python-pyramid: FTBFS: ValueError: Invalid status code, integer required.

2015-12-23 Thread Chris Lamb
Source: python-pyramid
Version: 1.5.7+dfsg-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

python-pyramid fails to build from source in unstable/amd64:

  [..]

  
  ==
  ERROR: test_ctor_with_app_iter_doesnt_set_default_app_iter 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  --
  Traceback (most recent call last):
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 140, in test_ctor_with_app_iter_doesnt_set_default_app_iter
  exc = self._makeOne(app_iter=[b'123'])
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
  return cls(*arg, **kw)
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
  Response.__init__(self, status=status, **kw)
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
  self.status = status
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
  raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ==
  ERROR: test_ctor_with_body_doesnt_set_default_app_iter 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  --
  Traceback (most recent call last):
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 132, in test_ctor_with_body_doesnt_set_default_app_iter
  exc = self._makeOne(body=b'123')
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
  return cls(*arg, **kw)
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
  Response.__init__(self, status=status, **kw)
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
  self.status = status
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
  raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ==
  ERROR: test_ctor_with_unicode_body_doesnt_set_default_app_iter 
(pyramid.tests.test_httpexceptions.TestHTTPException)
  --
  Traceback (most recent call last):
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 136, in test_ctor_with_unicode_body_doesnt_set_default_app_iter
  exc = self._makeOne(unicode_body=text_('123'))
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
  return cls(*arg, **kw)
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
  Response.__init__(self, status=status, **kw)
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
  self.status = status
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
  raise ValueError('Invalid status code, integer required.')
  ValueError: Invalid status code, integer required.
  
  ==
  ERROR: test_exception (pyramid.tests.test_httpexceptions.TestHTTPException)
  --
  Traceback (most recent call last):
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 178, in test_exception
  exc = self._makeOne()
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/tests/test_httpexceptions.py",
 line 78, in _makeOne
  return cls(*arg, **kw)
File 
"/home/lamby/temp/cdt.20151223174338.zixwk4Bz6G/python-pyramid-1.5.7+dfsg/pyramid/httpexceptions.py",
 line 209, in __init__
  Response.__init__(self, status=status, **kw)
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 107, in 
__init__
  self.status = status
File "/usr/lib/python2.7/dist-packages/webob/response.py", line 276, in 
_status__set
  raise ValueErro

[Reproducible-builds] Bug#808844: python-tasklib: FTBFS: Download error on [..] (accesses the internet during build?)

2015-12-23 Thread Chris Lamb
Source: python-tasklib
Version: 0.11.0-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

python-tasklib fails to build from source in unstable/amd64:

  [..]
  running test
  Searching for tzlocal
  Reading https://pypi.python.org/simple/tzlocal/
  Download error on https://pypi.python.org/simple/tzlocal/: [SSL: 
CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) -- Some 
packages may not be found!
  Couldn't find index page for 'tzlocal' (maybe misspelled?)
  Scanning index of all packages (this may take a while)
  Reading https://pypi.python.org/simple/
  Download error on https://pypi.python.org/simple/: [SSL: 
CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) -- Some 
packages may not be found!
  No local packages or download links found for tzlocal
  error: Could not find suitable distribution for Requirement.parse('tzlocal')
  debian/rules:25: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151223174330.xBnbXKACyh/python-tasklib-0.11.0'
  debian/rules:10: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


python-tasklib.0.11.0-1.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808849: fso-frameworkd: FTBFS: cp: cannot stat 'debian/tmp/usr/bin': No such file or directory

2015-12-23 Thread Chris Lamb
Source: fso-frameworkd
Version: 0.10.1-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

fso-frameworkd fails to build from source in unstable/amd64:

  [..]

  changing mode of 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/usr/bin/frameworkd
 to 755
  changing mode of 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/usr/bin/dump-netlink
 to 755
  changing mode of 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/usr/bin/opimd_fix_db
 to 755
  running install_data
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/dbus-1
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/dbus-1/system.d
  copying etc/dbus-1/system.d/frameworkd.conf -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/dbus-1/system.d
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/init.d
  copying etc/init.d/frameworkd -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/init.d
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/schema
  copying etc/freesmartphone/opreferences/schema/phone.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/schema/
  copying etc/freesmartphone/opreferences/schema/profiles.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/schema/
  copying etc/freesmartphone/opreferences/schema/rules.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/schema/
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/profiles
  copying etc/freesmartphone/opreferences/conf/profiles/default.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/profiles/
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/phone
  copying etc/freesmartphone/opreferences/conf/phone/default.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/phone
  copying etc/freesmartphone/opreferences/conf/phone/silent.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/phone
  copying etc/freesmartphone/opreferences/conf/phone/vibrate.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/phone
  copying etc/freesmartphone/opreferences/conf/phone/ring.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/phone
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/rules
  copying etc/freesmartphone/opreferences/conf/rules/default.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/rules
  copying etc/freesmartphone/opreferences/conf/rules/silent.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/rules
  copying etc/freesmartphone/opreferences/conf/rules/vibrate.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/rules
  copying etc/freesmartphone/opreferences/conf/rules/ring.yaml -> 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/debian/fso-frameworkd/etc/freesmartphone/opreferences/conf/rules
  creating 
/home/lamby/temp/cdt.20151223192505.alhSxf6VCt/fso-frameworkd-0.10.1/deb

[Reproducible-builds] Bug#808850: xfonts-wqy: FTBFS: Type of arg 1 to shift must be array (not constant item) at ./bdfmerge.pl line 35, near "ARGV)"

2015-12-23 Thread Chris Lamb
Source: xfonts-wqy
Version: 1.0.0~rc1-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

xfonts-wqy fails to build from source in unstable/amd64:

  [..]

   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: source package xfonts-wqy
  dpkg-buildpackage: source version 1.0.0~rc1-1
  dpkg-buildpackage: source distribution unstable
  dpkg-buildpackage: source changed by ChangZhuo Chen (陳昌倬) 

   dpkg-source --before-build xfonts-wqy-1.0.0~rc1
  dpkg-buildpackage: host architecture amd64
   fakeroot debian/rules clean
  dh clean
 dh_testdir
 dh_auto_clean
make -j1 clean
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20151223192453.PThnk7KaAc/xfonts-wqy-1.0.0~rc1'
  rm -f wenquanyi_9pt.pcf wenquanyi_10pt.pcf wenquanyi_11pt.pcf 
wenquanyi_12pt.pcf wenquanyi_13px.pcf wenquanyi_9pt_cjk.bdf 
wenquanyi_10pt_cjk.bdf wenquanyi_11pt_cjk.bdf wenquanyi_12pt_cjk.bdf 
wenquanyi_13px_cjk.bdf
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151223192453.PThnk7KaAc/xfonts-wqy-1.0.0~rc1'
 dh_clean
   debian/rules build
  dh build
 dh_testdir
 dh_auto_configure
 dh_auto_build
make -j1
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20151223192453.PThnk7KaAc/xfonts-wqy-1.0.0~rc1'
  ./bdfmerge.pl   0x0--0xwenquanyi_9pt.bdf > wenquanyi_9pt_cjk.bdf
  shift on reference is experimental at ./bdfmerge.pl line 35.
  Type of arg 1 to shift must be array (not constant item) at ./bdfmerge.pl 
line 35, near "ARGV)"
  Execution of ./bdfmerge.pl aborted due to compilation errors.
  Makefile:42: recipe for target 'wenquanyi_9pt.pcf' failed
  make[1]: *** [wenquanyi_9pt.pcf] Error 255
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151223192453.PThnk7KaAc/xfonts-wqy-1.0.0~rc1'
  dh_auto_build: make -j1 returned exit code 2
  debian/rules:3: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


xfonts-wqy.1.0.0~rc1-1.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808852: elasticsearch: FTBFS: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact com.google.guava:guava:jar:18.0

2015-12-23 Thread Chris Lamb
Source: elasticsearch
Version: 1.7.3+dfsg-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

elasticsearch fails to build from source in unstable/amd64:

  [..]

  -Dfile=/usr/share/java/jts.jar \
  -DgroupId=com.vividsolutions \
  -DartifactId=jts \
  -Dversion=fake \
  -Dpackaging=jar
  [INFO] Scanning for projects...
  [INFO]
 
  [INFO] 

  [INFO] Building elasticsearch 1.7.3
  [INFO] 

  [INFO] 
  [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ 
elasticsearch ---
  [INFO] Installing /usr/share/java/jts.jar to 
/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3+dfsg/debian/maven-repo/com/vividsolutions/jts/fake/jts-fake.jar
  [INFO] Installing /tmp/mvninstall1889937690685813395.pom to 
/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3+dfsg/debian/maven-repo/com/vividsolutions/jts/fake/jts-fake.pom
  [INFO] 

  [INFO] BUILD SUCCESS
  [INFO] 

  [INFO] Total time: 0.801 s
  [INFO] Finished at: 2015-12-23T19:27:13+00:00
  [INFO] Final Memory: 8M/236M
  [INFO] 

  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3+dfsg'
 dh_auto_build -O--buildsystem=maven
/usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3\+dfsg
 -Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3\+dfsg/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3\+dfsg/debian
 
-Dmaven.repo.local=/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3\+dfsg/debian/maven-repo
 package -DskipTests -Dnotimestamp=true -Dlocale=en_US
  [INFO] Scanning for projects...
  [INFO]
 
  [INFO] 

  [INFO] Building elasticsearch 1.7.3
  [INFO] 

  [WARNING] The POM for com.google.guava:guava:jar:18.0 is missing, no 
dependency information available
  [INFO] 

  [INFO] BUILD FAILURE
  [INFO] 

  [INFO] Total time: 0.792 s
  [INFO] Finished at: 2015-12-23T19:27:16+00:00
  [INFO] Final Memory: 7M/236M
  [INFO] 

  [ERROR] Failed to execute goal on project elasticsearch: Could not resolve 
dependencies for project org.elasticsearch:elasticsearch:jar:1.7.3: Cannot 
access central (https://repo.maven.apache.org/maven2) in offline mode and the 
artifact com.google.guava:guava:jar:18.0 has not been downloaded from it 
before. -> [Help 1]
  [ERROR] 
  [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
  [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  [ERROR] 
  [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
  [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3+dfsg
 -Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3+dfsg/debian/maven.properties
 org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml 
-Ddebian.dir=/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3+dfsg/debian
 
-Dmaven.repo.local=/home/lamby/temp/cdt.20151223192417.KQbN7JxyDK/elasticsearch-1.7.3+dfsg/debian/maven-repo
 package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
  debian/rules:22: recipe for target 'build' 

[Reproducible-builds] Bug#808851: artemis: FTBFS: error: package ReferenceSequenceFileFactory does not exist

2015-12-23 Thread Chris Lamb
Source: artemis
Version: 16.0.0+dfsg-4
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

artemis fails to build from source in unstable/amd64:

  [..]

  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/io/IndexFastaStream.java:76:
 error: cannot find symbol
  indexSeqFile = new IndexedFastaSequenceFile(fasta, fastaIndex);
 ^
symbol:   class IndexedFastaSequenceFile
location: class IndexFastaStream
  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/io/IndexFastaStream.java:82:
 error: package ReferenceSequenceFileFactory does not exist
  ReferenceSequenceFileFactory.FASTA_EXTENSIONS.toString()+
  ^
  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/io/IndexFastaStream.java:154:
 error: package ReferenceSequenceFileFactory does not exist
  if(ReferenceSequenceFileFactory.FASTA_EXTENSIONS.contains(".dna"))
 ^
  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/io/IndexFastaStream.java:156:
 error: package ReferenceSequenceFileFactory does not exist
  ReferenceSequenceFileFactory.FASTA_EXTENSIONS.add(".dna");
  ^
  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/io/IndexFastaStream.java:157:
 error: package ReferenceSequenceFileFactory does not exist
  ReferenceSequenceFileFactory.FASTA_EXTENSIONS.add(".seq");
  ^
  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/io/IndexFastaStream.java:158:
 error: package ReferenceSequenceFileFactory does not exist
  ReferenceSequenceFileFactory.FASTA_EXTENSIONS.add(".fas");
  ^
  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/io/IndexFastaStream.java:159:
 error: package ReferenceSequenceFileFactory does not exist
  ReferenceSequenceFileFactory.FASTA_EXTENSIONS.add(".ffn");
  ^
  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/io/IndexFastaStream.java:269:
 error: cannot find symbol
  ReferenceSequence ref;
  ^
symbol:   class ReferenceSequence
location: class IndexFastaStream
  
/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg/uk/ac/sanger/artemis/components/alignment/CRAMReferenceSequenceFile.java:84:
 error: cannot find symbol
  return new ReferenceSequence(sequence.getName(), 0, 
 ^
symbol:   class ReferenceSequence
location: class CRAMReferenceSequenceFile
  Note: Some input files use or override a deprecated API.
  Note: Recompile with -Xlint:deprecation for details.
  Note: Some input files use unchecked or unsafe operations.
  Note: Recompile with -Xlint:unchecked for details.
  32 errors
  1 warning
  Makefile:247: recipe for target 
'uk/ac/sanger/artemis/MegaBlastComparisonData.class' failed
  make[2]: *** [uk/ac/sanger/artemis/MegaBlastComparisonData.class] Error 1
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg'
  debian/rules:39: recipe for target 'override_dh_auto_build' failed
  make[1]: *** [override_dh_auto_build] Error 2
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151223192441.GwNPu7NexT/artemis-16.0.0+dfsg'
  debian/rules:36: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


artemis.16.0.0+dfsg-4.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808853: libconfig-model-lcdproc-perl: FTBFS: Failed test 'Read configuration and created instance with init() method with warning check '

2015-12-23 Thread Chris Lamb
Source: libconfig-model-lcdproc-perl
Version: 2.042-4
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

libconfig-model-lcdproc-perl fails to build from source in unstable/amd64:

  [..]
 dh_auto_test
perl Build test --verbose 1
  
  #   Failed test 'Read configuration and created instance with init() method 
with warning check '
  #   at /usr/share/perl5/Config/Model/Tester.pm line 146.
  # didn't find a warning
  # expected to find warning: (?^:missing DriverPath dir)
  
  #   Failed test 'first check 'server DriverPath' value (mode standard)'
  #   at /usr/share/perl5/Config/Model/Tester.pm line 249.
  #  got: 'server/drivers/'
  # expected: '/usr/lib/x86_64-linux-gnu/lcdproc/'
  
  #   Failed test 'first check 'server DriverPath' value'
  #   at /usr/share/perl5/Config/Model/Tester.pm line 249.
  #  got: '/usr/lib/lcdproc/'
  # expected: '/usr/lib/x86_64-linux-gnu/lcdproc/'
  
  #   Failed test 'Read configuration and created instance with init() method 
with warning check '
  #   at /usr/share/perl5/Config/Model/Tester.pm line 146.
  # didn't find a warning
  # expected to find warning: (?^:missing DriverPath dir)
  
  #   Failed test 'Read configuration and created instance with init() method 
with warning check '
  #   at /usr/share/perl5/Config/Model/Tester.pm line 146.
  # didn't find a warning
  # expected to find warning: (?^:missing DriverPath dir)
  # Looks like you failed 5 tests of 42.
  t/model_tests.t .. 
  ok 1 - compiled
  # Beginning lcdd test (t/model_tests.d/lcdd-test-conf.pl)
  # lcdd uses LCDd model on file LCDd.conf
  # Beginning subtest lcdd t0
  ok 2 - Copied lcdd example t0
  not ok 3 - Read configuration and created instance with init() method with 
warning check 
  ok 4 - apply_fixes called
  ok 5 - Ran dump_tree
  ok 6 - Dumped lcdd config tree in full mode
  ok 7 - Dumped lcdd config tree in custom mode
  ok 8 - first check 'server Hello:0' value
  ok 9 - first check 'server Hello:1' value
  ok 10 - first check 'server Driver' value
  not ok 11 - first check 'server DriverPath' value (mode standard)
  not ok 12 - first check 'server DriverPath' value
  ok 13 - first check 'curses Size' value
  ok 14 - first check 'server AutoRotate' value
  ok 15 - lcdd write back done
  ok 16 - Created instance lcdd-test-t0-w
  ok 17 - Dumped second lcdd config tree in custom mode
  ok 18 - compare original lcdd custom data with 2nd instance custom data
  ok 19 - check that original lcdd file was not clobbered
  # End of subtest lcdd t0
  # Beginning subtest lcdd LDCd-0.5.5
  ok 20 - Copied lcdd example LDCd-0.5.5
  not ok 21 - Read configuration and created instance with init() method with 
warning check 
  ok 22 - apply_fixes called
  ok 23 - Ran dump_tree
  ok 24 - Dumped lcdd config tree in full mode
  ok 25 - Dumped lcdd config tree in custom mode
  ok 26 - lcdd write back done
  ok 27 - Created instance lcdd-test-LDCd-0.5.5-w
  ok 28 - Dumped second lcdd config tree in custom mode
  ok 29 - compare original lcdd custom data with 2nd instance custom data
  ok 30 - check that original lcdd file was not clobbered
  # End of subtest lcdd LDCd-0.5.5
  # Beginning subtest lcdd LDCd-0.5.6
  ok 31 - Copied lcdd example LDCd-0.5.6
  not ok 32 - Read configuration and created instance with init() method with 
warning check 
  ok 33 - apply_fixes called
  ok 34 - Ran dump_tree
  ok 35 - Dumped lcdd config tree in full mode
  ok 36 - Dumped lcdd config tree in custom mode
  ok 37 - lcdd write back done
  ok 38 - Created instance lcdd-test-LDCd-0.5.6-w
  ok 39 - Dumped second lcdd config tree in custom mode
  ok 40 - compare original lcdd custom data with 2nd instance custom data
  ok 41 - check that original lcdd file was not clobbered
  # End of subtest lcdd LDCd-0.5.6
  # End of lcdd test
  ok 42 - test memory cycle
  1..42
  Dubious, test returned 5 (wstat 1280, 0x500)
  Failed 5/42 subtests 
  
  Test Summary Report
  ---
  t/model_tests.t (Wstat: 1280 Tests: 42 Failed: 5)
Failed tests:  3, 11-12, 21, 32
Non-zero exit status: 5
  Files=1, Tests=42,  2 wallclock secs ( 0.02 usr  0.01 sys +  1.47 cusr  0.05 
csys =  1.55 CPU)
  Result: FAIL
  Failed 1/1 test programs. 5/42 subtests failed.
  dh_auto_test: perl Build test --verbose 1 returned exit code 5
  debian/rules:4: recipe for target 'build' failed
  make: *** [build] Error 5

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


libconfig-model-lcdproc-perl.2.042-4.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808855: ruby-i18n-inflector: FTBFS: Error: test: inflector.strict kind: checks what is the inflection kind of the given token(I18nInflectorTest): I18n::InvalidLocale: :en is

2015-12-23 Thread Chris Lamb
Source: ruby-i18n-inflector
Version: 2.6.6-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

ruby-i18n-inflector fails to build from source in unstable/amd64:

  [..]

  
===
  Error: test: inflector.strict kind: checks what is the inflection kind of the 
given token(I18nInflectorTest): I18n::InvalidLocale: :en is not a valid locale
  /usr/lib/ruby/vendor_ruby/i18n.rb:284:in `enforce_available_locales!'
  /usr/lib/ruby/vendor_ruby/i18n/config.rb:13:in `locale='
  /usr/lib/ruby/vendor_ruby/i18n.rb:35:in `locale='
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/test/inflector_test.rb:39:in
 `setup'
  
===/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/api_strict.rb:60:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data.rb:24:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data.rb:25:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data_strict.rb:42:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/backend.rb:331:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/api_strict.rb:60:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
  E
  
===
  Error: test: inflector.strict kinds: lists inflection 
kinds(I18nInflectorTest): I18n::InvalidLocale: :en is not a valid locale
  /usr/lib/ruby/vendor_ruby/i18n.rb:284:in `enforce_available_locales!'
  /usr/lib/ruby/vendor_ruby/i18n/config.rb:13:in `locale='
  /usr/lib/ruby/vendor_ruby/i18n.rb:35:in `locale='
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/test/inflector_test.rb:39:in
 `setup'
  
===/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/api_strict.rb:60:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data.rb:24:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data.rb:25:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/inflection_data_strict.rb:42:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/backend.rb:331:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/debian/ruby-i18n-inflector/usr/lib/ruby/vendor_ruby/i18n-inflector/api_strict.rb:60:
 warning: Enumerator.new without a block is deprecated; use Object#to_enum
  
  E
  
===
  Error: test: inflector.strict locale_supported?: checks if a language 
supports inflection(I18nInflectorTest): I18n::InvalidLocale: :en is not a valid 
locale
  /usr/lib/ruby/vendor_ruby/i18n.rb:284:in `enforce_available_locales!'
  /usr/lib/ruby/vendor_ruby/i18n/config.rb:13:in `locale='
  /usr/lib/ruby/vendor_ruby/i18n.rb:35:in `locale='
  
/home/lamby/temp/cdt.20151223193103.MWyTfoa3OE/ruby-i18n-inflector-2.6.6/test/inflector_test.rb:39:in
 `setup'
  
==

[Reproducible-builds] Bug#808856: elki: FTBFS: annot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-source-plugin:jar:2.2.1

2015-12-23 Thread Chris Lamb
Source: elki
Version: 0.7.0-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

elki fails to build from source in unstable/amd64:

  [..]
  [INFO] 

  [INFO] BUILD FAILURE
  [INFO] 

  [INFO] Total time: 0.270 s
  [INFO] Finished at: 2015-12-23T19:33:57+00:00
  [INFO] Final Memory: 7M/236M
  [INFO] 

  [ERROR] Plugin org.apache.maven.plugins:maven-source-plugin:2.2.1 or one of 
its dependencies could not be resolved: Cannot access central 
(https://repo.maven.apache.org/maven2) in offline mode and the artifact 
org.apache.maven.plugins:maven-source-plugin:jar:2.2.1 has not been downloaded 
from it before. -> [Help 1]
  [ERROR] 
  [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
  [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  [ERROR] 
  [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
  [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
  debian/rules:24: recipe for target 'override_dh_auto_clean' failed
  make[1]: *** [override_dh_auto_clean] Error 1
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151223193158.5Ksj0xQQW8/elki-0.7.0'
  debian/rules:11: recipe for target 'clean' failed
  make: *** [clean] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


elki.0.7.0-1.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808896: python-csscompressor: FTBFS: ImportError: Entry point ('console_scripts', 'py.test-3.5') not found

2015-12-23 Thread Chris Lamb
Source: python-csscompressor
Version: 0.9.4-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

python-csscompressor fails to build from source in unstable/amd64:

  [..]

 debian/rules override_dh_auto_test
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20151224074419.oCO0VfdaIZ/python-csscompressor-0.9.4'
  pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
  pyversions: missing debian/pyversions file, fall back to supported versions
  py3versions: no X-Python3-Version in control file, using supported versions
  ===> Running tests
  set -e ; set -x ; for i in 2.7 3.5 3.4 ; do \
PYMAJOR=`echo $i | cut -d'.' -f1` ; \
echo "===> Testing with python$i (python$PYMAJOR)" ; \
py.test-$i csscompressor/tests ; \
  done
  + echo 2.7
  + cut -d. -f1
  + PYMAJOR=2
  + echo ===> Testing with python2.7 (python2)
  ===> Testing with python2.7 (python2)
  + py.test-2.7 csscompressor/tests
  = test session starts 
==
  platform linux2 -- Python 2.7.11, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
  rootdir: 
/home/lamby/temp/cdt.20151224074419.oCO0VfdaIZ/python-csscompressor-0.9.4, 
inifile: 
  collected 70 items
  
  csscompressor/tests/test_compress.py .
  csscompressor/tests/test_other.py ...
  csscompressor/tests/test_partition.py 
  csscompressor/tests/test_yui.py 
..
  
  == 70 passed in 0.12 seconds 
===
  + echo 3.5
  + cut -d. -f1
  + PYMAJOR=3
  + echo ===> Testing with python3.5 (python3)
  ===> Testing with python3.5 (python3)
  + py.test-3.5 csscompressor/tests
  Traceback (most recent call last):
File "/usr/bin/py.test-3.5", line 9, in 
  load_entry_point('pytest==2.8.5', 'console_scripts', 'py.test-3.5')()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 568, 
in load_entry_point
  return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2719, 
in load_entry_point
  raise ImportError("Entry point %r not found" % ((group, name),))
  ImportError: Entry point ('console_scripts', 'py.test-3.5') not found
  debian/rules:25: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151224074419.oCO0VfdaIZ/python-csscompressor-0.9.4'
  debian/rules:10: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


python-csscompressor.0.9.4-1.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Re: [Reproducible-builds] Bug#806911: Bug#806911: Second build on failures

2015-12-23 Thread Holger Levsen
Hi,

On Mittwoch, 23. Dezember 2015, Aurelien Jarno wrote:
> > I have to admit, I cannot follow:
> > - if this is fixed, why is 806911 still open?
> The "bug" is still there, just not triggerable anymore on amd64 and
> i386. 

ok

> I use "bug" as when faking the kernel version to change the result
> of versions comparisons, one should expect the result of such
> comparisons to be wrong.

Again, can't follow. Surely tests testing for kernel >= 3.0 will fail or is 
that what you ment?

> > - also, the hosts runs jessie and this is where we run linux64 on and
> > from, so how are changes in sid+testing relevant in our setup anyway?
> > (actually we run jessie, sometimes with jessie kernels and and on some
> > other hosts with bpo kernels or even never…)
> 
> The host might runs jessie, but from the bug report I understood the
> bug happened in a testing or sid chroot.

yes (with pbuilder chroots)
 
> > - why did you 2.6._32_ mention at all, and not "2.6" (or maybe 2.6.56)?
> 
> We lowered the minimum required kernel version to 2.6.32 instead of 3.2
> on amd64 and i386. When comparing kernel versions with the uname26
> personality, we have the following relations when the minimum kernel
> version is 2.6.32:
> - 3.x kernels aka 2.6.40+x > 2.6.32, this works
> - 4.x kernels aka 2.6.60+x > 2.6.32, this works
> 
> However when the minimum kernel version is 3.2:
> - 3.x kernels aka 2.6.40+x < 3.2, this do not work
> - 4.x kernels aka 2.6.60+x < 3.2, this do not work

I cant follow. Probably this is because I fully expect this to happen… but 
somewhere in between I must be lost… or are you talking about build 
requirements for libc itself?

> > - and, finally, in conclusion, is it safe to enable building with
> > "linux64 -- uname2.6" again?
> On amd64 and i386 it should be safe.

Guess I will try then.


cheers,
Holger


signature.asc
Description: This is a digitally signed message part.
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808900: haskell-nats: FTBFS: Haddock failed (no modules?), refusing to create empty documentation package.

2015-12-23 Thread Chris Lamb
Source: haskell-nats
Version: 1-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

haskell-nats fails to build from source in unstable/amd64:

  [..]

  Running hscolour for nats-1...
  creating dist-ghc/doc/html/nats
  creating dist-ghc/doc/html
  creating dist-ghc/doc
  creating dist-ghc/doc/html
  creating dist-ghc/doc/html/nats
  Preprocessing library nats-1...
  creating dist-ghc/doc/html/nats/src
  /usr/bin/HsColour -print-css -odist-ghc/doc/html/nats/src/hscolour.css
  /usr/bin/ghc --print-libdir
  Preprocessing library nats-1...
  creating dist-ghc/doc/html/nats
  /usr/bin/haddock 
'--prologue=dist-ghc/doc/html/nats/haddock-prologue1804289383846930886.txt' 
'--dump-interface=dist-ghc/doc/html/nats/nats.haddock' '--package-name=nats' 
'--package-version=1' '--source-module=src/%{MODULE/./-}.html' 
'--source-entity=src/%{MODULE/./-}.html#%{NAME}' 
'--source-entity-line=src/%{MODULE/./-}.html#line-%{LINE}' '--verbosity=1' 
--html --hoogle '--odir=dist-ghc/doc/html/nats/' '--title=nats-1: Natural 
numbers' '--optghc=-fbuilding-cabal-package' '--optghc=-O' 
'--optghc=-outputdir' '--optghc=dist-ghc/build' '--optghc=-odir' 
'--optghc=dist-ghc/build/tmp-1869' '--optghc=-hidir' 
'--optghc=dist-ghc/build/tmp-1869' '--optghc=-stubdir' 
'--optghc=dist-ghc/build/tmp-1869' '--optghc=-i' '--optghc=-idist-ghc/build' 
'--optghc=-i.' '--optghc=-idist-ghc/build/autogen' 
'--optghc=-Idist-ghc/build/autogen' '--optghc=-Idist-ghc/build' 
'--optghc=-optP-D__HADDOCK_VERSION__=2161' '--optghc=-optP-include' 
'--optghc=-optPdist-ghc/build/autogen/cabal_macros.h' 
'--optghc=-this-package-key' '--optghc=nats_Fmk0Emc1i6fF1ZuCqfyZlm' 
'--optghc=-hide-all-packages' '--optghc=-no-user-package-db' 
'--optghc=-package-db' '--optghc=/var/lib/ghc/package.conf.d' 
'--optghc=-XHaskell98' -B/usr/lib/ghc
  haddock: No input file(s).
  Haddock failed (no modules?), refusing to create empty documentation package.
  /usr/share/cdbs/1/class/hlibrary.mk:173: recipe for target 
'build-haddock-stamp' failed
  make: *** [build-haddock-stamp] Error 1

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


haskell-nats.1-1.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808899: android-platform-frameworks-base: FTBFS: undefined reference to `pseudolocalize_string(std::__cxx11::basic_string, std::allocator >

2015-12-23 Thread Chris Lamb
Source: android-platform-frameworks-base
Version: 21-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

android-platform-frameworks-base fails to build from source in unstable/amd64:

  [..]
  g++ -O2 -fPIC -Wno-format-y2k -I../../include -I/usr/include/android -include 
/usr/include/android/arch/linux-x86/AndroidConfig.h -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
-c -o ZipEntry.o ZipEntry.cpp
  g++ -O2 -fPIC -Wno-format-y2k -I../../include -I/usr/include/android -include 
/usr/include/android/arch/linux-x86/AndroidConfig.h -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
-c -o ZipFile.o ZipFile.cpp
  g++ -fPIC -Wl,-rpath=/usr/lib/android -Wl,-z,relro -o aapt AaptAssets.o 
Command.o CrunchCache.o FileFinder.o Main.o Package.o StringPool.o XMLNode.o 
ResourceFilter.o ResourceTable.o Images.o Resource.o SourcePos.o ZipEntry.o 
ZipFile.o -lrt -ldl -lpthread -lz -lexpat -lpng -L/usr/lib/android  -lcutils 
-lhost -llog -lutils -L../../libs/androidfw  -landroidfw 
  XMLNode.o: In function `parseStyledString(Bundle*, char const*, 
android::ResXMLTree*, android::String16 const&, android::String16*, 
android::Vector*, bool, bool)':
  
/home/lamby/temp/cdt.20151224075332.p4r7Xir37v/android-platform-frameworks-base-21/tools/aapt/XMLNode.cpp:214:
 undefined reference to `pseudolocalize_string(std::__cxx11::basic_string, std::allocator > const&)'
  collect2: error: ld returned 1 exit status
  Makefile:25: recipe for target 'aapt' failed
  make[2]: *** [aapt] Error 1
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20151224075332.p4r7Xir37v/android-platform-frameworks-base-21/tools/aapt'
  Makefile:4: recipe for target 'all' failed
  make[1]: *** [all] Error 2
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151224075332.p4r7Xir37v/android-platform-frameworks-base-21'
  dh_auto_build: make -j1 returned exit code 2
  debian/rules:21: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


android-platform-frameworks-base.21-2.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#808898: python-crontab: FTBFS: ImportError: Entry point ('console_scripts', 'py.test-3.5') not found

2015-12-23 Thread Chris Lamb
Source: python-crontab
Version: 1.9.3-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

python-crontab fails to build from source in unstable/amd64:

  [..]

  I: pybuild base:184: /usr/bin/python3 setup.py build 
  running build
  running build_py
  copying crontab.py -> 
/home/lamby/temp/cdt.20151224075055.23cbJ3liwi/python-crontab-1.9.3/.pybuild/pythonX.Y_3.4/build
  copying cronlog.py -> 
/home/lamby/temp/cdt.20151224075055.23cbJ3liwi/python-crontab-1.9.3/.pybuild/pythonX.Y_3.4/build
 debian/rules override_dh_auto_test
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20151224075055.23cbJ3liwi/python-crontab-1.9.3'
  PYBUILD_SYSTEM=custom \
  PYBUILD_TEST_ARGS="py.test-{version}" \
  LC_ALL=C.UTF-8 \
  dh_auto_test
  I: pybuild base:184: py.test-2.7
  = test session starts 
==
  platform linux2 -- Python 2.7.11, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
  rootdir: /home/lamby/temp/cdt.20151224075055.23cbJ3liwi/python-crontab-1.9.3, 
inifile: 
  collected 103 items
  
  tests/test_compatibility.py 
  tests/test_croniter.py 
  tests/test_enums.py 
  tests/test_every.py 
  tests/test_frequency.py 
  tests/test_interaction.py ...
  tests/test_log.py ..
  tests/test_range.py .
  tests/test_removal.py .
  tests/test_system_cron.py ..
  tests/test_usage.py 
  tests/test_utf8.py ..
  
  == 103 passed in 0.39 seconds 
==
  I: pybuild base:184: py.test-3.5
  Traceback (most recent call last):
File "/usr/bin/py.test-3.5", line 9, in 
  load_entry_point('pytest==2.8.5', 'console_scripts', 'py.test-3.5')()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 568, 
in load_entry_point
  return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2719, 
in load_entry_point
  raise ImportError("Entry point %r not found" % ((group, name),))
  ImportError: Entry point ('console_scripts', 'py.test-3.5') not found
  E: pybuild pybuild:274: test: plugin custom failed with: exit code=1: 
py.test-3.5
  dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.5 3.4 
--dir . returned exit code 13
  debian/rules:9: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 25
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20151224075055.23cbJ3liwi/python-crontab-1.9.3'
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


python-crontab.1.9.3-1.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Re: [Reproducible-builds] Adding a 'c' build to test with DEB_BUILD_OPTIONS=nocheck ?

2015-12-23 Thread Holger Levsen
Hi,

sorry for coming back to this old thread now… end of the year cleaning of old 
threads :)

On Mittwoch, 23. September 2015, Jérémy Bobbio wrote:
> My take on this: I want to wait until we can rebuild packages taken from
> directly the archive. We can easily run these later rebuilds with
> “nocheck”. That should enable us to spot these problems.
> 
> What do you think?

That sounds sensible to me.


cheers,
Holger




signature.asc
Description: This is a digitally signed message part.
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds