Your message dated Mon, 04 Feb 2019 02:55:22 +0000 with message-id <[email protected]> and subject line Bug#919072: fixed in schleuder 3.3.0-7 has caused the Debian Bug report #919072, regarding schleuder: FTBFS in both buster and sid to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 919072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919072 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:schleuder Version: 3.3.0-6 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules binary-indep dh binary-indep --buildsystem=ruby --with ruby dh_update_autotools_config -i -O--buildsystem=ruby dh_autoreconf -i -O--buildsystem=ruby dh_auto_configure -i -O--buildsystem=ruby dh_ruby --configure dh_auto_build -i -O--buildsystem=ruby dh_ruby --build dh_ruby --build dh_auto_test -i -O--buildsystem=ruby dh_ruby --test create-stamp debian/debhelper-build-stamp dh_testroot -i -O--buildsystem=ruby dh_prep -i -O--buildsystem=ruby [... snipped ...] Failures: 1) user sends a plain text message from thunderbird being signed-inline Failure/Error: expect(error).to be_empty expected `"Error: A serious, unhandleable error happened. Please contact the administrators of this system or service and provide them with the following information:\n\ninvalid byte sequence in US-ASCII\n".empty?` to return true, got false # ./spec/schleuder/integration/send_plain_spec.rb:18:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:47:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:46:in `block (2 levels) in <top (required)>' 2) user sends keyword x-resend with utf-8 body and umlauts Failure/Error: expect(message.parts[1].body.to_s.force_encoding(message.parts[1].charset)).to eql(content_body.encode(message.parts[1].charset)) expected: "This is a test\nAnd here are some umlauts:\u00C4\u00E4\u00D6\u00F6\u00DC\u00FC\u00DF" got: "This is a test\r\nAnd here are some umlauts:\u00C4\u00E4\u00D6\u00F6\u00DC\u00FC\u00DF" (compared using eql?) # ./spec/schleuder/integration/keywords_spec.rb:1923:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:47:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:46:in `block (2 levels) in <top (required)>' 3) user sends keyword x-resend with iso-8859-1 body Failure/Error: expect(message.parts[1].body.to_s.force_encoding(message.parts[1].charset)).to eql(content_body.encode(message.parts[1].charset)) expected: "Hello again! \xA1Hola!\n" got: "Hello again! \xA1Hola!\r\n" (compared using eql?) # ./spec/schleuder/integration/keywords_spec.rb:1881:in `block (2 levels) in <top (required)>' # ./spec/spec_helper.rb:47:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:46:in `block (2 levels) in <top (required)>' Finished in 4 minutes 38.7 seconds (files took 2.25 seconds to load) 375 examples, 3 failures Failed examples: rspec './spec/schleuder/integration/send_plain_spec.rb[1:2]' # user sends a plain text message from thunderbird being signed-inline rspec ./spec/schleuder/integration/keywords_spec.rb:1890 # user sends keyword x-resend with utf-8 body and umlauts rspec ./spec/schleuder/integration/keywords_spec.rb:1848 # user sends keyword x-resend with iso-8859-1 body Randomized with seed 23471 /usr/bin/ruby2.5 /usr/bin/rspec --format documentation failed ERROR: Test "ruby2.5" failed. Exiting. dh_auto_install: dh_ruby --install /<<PKGBUILDDIR>>/debian/schleuder returned exit code 1 make: *** [debian/rules:7: binary-indep] Error 1 dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A" but this kind of failure (extra \r in the expected output) also happens here https://tests.reproducible-builds.org/debian/rbuild/buster/amd64/schleuder_3.3.0-6.rbuild.log.gz If this is the result of some ongoing transition, please consider fixing the FTBFS problem in sid at least (which is different). If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: schleuder Source-Version: 3.3.0-7 We believe that the bug you reported is fixed in the latest version of schleuder, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Georg Faerber <[email protected]> (supplier of updated schleuder package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 04 Feb 2019 02:15:24 +0000 Source: schleuder Architecture: source Version: 3.3.0-7 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers <[email protected]> Changed-By: Georg Faerber <[email protected]> Closes: 918569 919072 Changes: schleuder (3.3.0-7) unstable; urgency=medium . * debian/control: - Bump dependencies on ruby-activerecord to >= 5.2~. - Add build dependency on ruby-rack-test. This is needed due to ruby-sinatra >= 2 in use. - Bump Standards-Version to 4.3.0, no changes necessary. * debian/copyright: - Bump years to include 2019. * debian/patches: - Pull in upstream patch to fix the expected output of two specs: ruby-mail 2.7.1 inserts \r additionally to \n, to mark newlines. (Closes: #919072) - Pull in upstream patch including fixes for ruby-activerecord 5.2: it specifies the ActiveRecord version in each migration, and adjusts the migrations spec to the new ActiveRecord::Migrator API. (Closes: #918569) * debian/tests/upstream-tests: - Check the environment, before linking /dev/random to /dev/urandom to deal with limited entropy, to only execute this workaround in environments other than the GitLab CI one. This change was necessary, to fix the otherwise failing autopkgtest job provided by the Salsa CI team due to the filesystem being read-only. * debian/.gitlab-ci.yml: - Drop custom config, rely on the Salsa CI Team. Checksums-Sha1: c38475bea88cab174b62813253834c12c3d9d557 2319 schleuder_3.3.0-7.dsc 6f67e4c88f7a254c804e1fece7b65b1311074b32 19804 schleuder_3.3.0-7.debian.tar.xz c2a044cdce0248e9b847c36c1a096b6a235e2222 10026 schleuder_3.3.0-7_amd64.buildinfo Checksums-Sha256: da8c07873eac14411af82de83a912f7a394f70631c35792248ba037752f440db 2319 schleuder_3.3.0-7.dsc b5c8a739f7c42c0571678612ad3c274d32268f2e52241834e37d87c02e2f03b6 19804 schleuder_3.3.0-7.debian.tar.xz f49f49a30710504353889dcf3195029bda805d102ef82384834ed83a4c880c56 10026 schleuder_3.3.0-7_amd64.buildinfo Files: 9c653e447958004190925240936a7942 2319 mail optional schleuder_3.3.0-7.dsc 3bb9173b9ebc058f71b9e0b78367de8d 19804 mail optional schleuder_3.3.0-7.debian.tar.xz a72817b388bf044cd7d64bd2c82e194a 10026 mail optional schleuder_3.3.0-7_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE4p3Q++yWB9ljva4NWtdbQU6kFmcFAlxXoogACgkQWtdbQU6k FmdQNg/+LmuewCLJXySFgvE5kUzBJTtU2szNmk5re2o8Fw9mCMFytyHv4daHqRDo 2nZZ/PA5GNeDXtnay189fP50KZc/Hrsv+vBajAWYZEwKiFa+G5ECq8kz4DY9KwZ8 rMFg2btpAr9pU6uPXqiX6fTUpgkB1HWHnVXtaLHQGjKqcZqUOJ/s1Kcs/OR4v5hC nf7NE6anU0d72/paTePIkLiJPHcL77Pi/IIbxlVIIn9jTPwOhzA32D5/CW9JS7Hf GtTEe3CGh6GYi+hGZlQZGgSPxmCHEsp2uKjzAER3N3OP7BA1hWVGrL47n8OTZ0c8 4TKyXDPcMJ2+qBQyPBYMtPFXgQDYTbY4HPx4y3N1N6zKa70AjBtPaRWSXrrYsyio Pm8n5BgSNK1OP3F/mI1XszpuD6Xd9w0KIl2oMX1wN14DeHK96vOh1DYGuPKlQtGy 6OhWfzOcTM1rVUfryqMTSXOVPfFBGzm9RHuqZyh3oi9Bo/6xJahoU6PxcEeAoQLV 2KCYLaVz1tHBkKujpnI6KS8Ovwc2DRCZFGbisAo6boQRvANRJZ2D0nfEkglX+5mE u9faUTCZLVMPvRuP7DcOsL7MoQrXm9W27Ab1iL3SmZMnlGWydlxt1leSwNk3zqSX etfx/YRLPAjmEYVkgg+DdJo6c16yaOomowN8D8Zk2vyu/mE4MKs= =lc5/ -----END PGP SIGNATURE-----
--- End Message ---

