[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#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 

[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#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 

[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 

[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#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

[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

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