Your message dated Wed, 21 Mar 2018 10:02:21 +0000
with message-id <e1eyazz-0002be...@fasolo.debian.org>
and subject line Bug#892072: fixed in weechat 2.1-1
has caused the Debian Bug report #892072,
regarding weechat: build against ruby2.5
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
892072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892072
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: weechat
Version: 1.9.1-1
Severity: serious
Justification: will FTBFS soon
Tags: patch

Hi,

I am about to upload ruby-defaults to unstable, switching the default
Ruby to ruby2.5, and ruby2.3 support will be removed right after that.
Please consider applying the attached patch, obtained from upstream.

Even better: please work with upstream to be able to build against the
default ruby, instead of hardcoding a list of ruby versions. Otherwise,
every time there is a Ruby transition, weechat will be a blocker.
Hunting down these issues is quite time consuming.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
From cb98f528301c422bdf990bdba1108e53a86ea4db Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <ja...@jirutka.cz>
Date: Tue, 26 Dec 2017 18:30:18 +0100
Subject: [PATCH] core: add detection for Ruby 2.5

---
 cmake/FindRuby.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/FindRuby.cmake b/cmake/FindRuby.cmake
index 673dde716..49bce219a 100644
--- a/cmake/FindRuby.cmake
+++ b/cmake/FindRuby.cmake
@@ -33,7 +33,7 @@ endif()
 
 find_package(PkgConfig)
 if(PKG_CONFIG_FOUND)
-  pkg_search_module(RUBY ruby-2.4 ruby-2.3 ruby-2.2 ruby-2.1 ruby-2.0 ruby-1.9 ruby-1.8)
+  pkg_search_module(RUBY ruby-2.5 ruby-2.4 ruby-2.3 ruby-2.2 ruby-2.1 ruby-2.0 ruby-1.9 ruby-1.8)
 endif()
 
 if(RUBY_FOUND)
@@ -41,7 +41,7 @@ if(RUBY_FOUND)
   mark_as_advanced(RUBY_LIB)
 else()
   find_program(RUBY_EXECUTABLE
-    NAMES ruby2.4.0 ruby240 ruby2.4 ruby2.3.0 ruby230 ruby2.3 ruby23 ruby2.2.3 ruby223 ruby2.2.2 ruby222 ruby2.2.1 ruby221 ruby2.2.0 ruby220 ruby2.2 ruby22 ruby2.1.7 ruby217 ruby2.1.6 ruby216 ruby2.1.5 ruby215 ruby2.1.4 ruby214 ruby2.1.3 ruby213 ruby2.1.2 ruby212 ruby2.1.1 ruby211 ruby2.1.0 ruby210 ruby2.1 ruby21 ruby2.0 ruby20 ruby1.9.3 ruby193 ruby1.9.2 ruby192 ruby1.9.1 ruby191 ruby1.9 ruby19 ruby1.8 ruby18 ruby
+    NAMES ruby2.5.0 ruby250 ruby2.5 ruby2.4.0 ruby240 ruby2.4 ruby2.3.0 ruby230 ruby2.3 ruby23 ruby2.2.3 ruby223 ruby2.2.2 ruby222 ruby2.2.1 ruby221 ruby2.2.0 ruby220 ruby2.2 ruby22 ruby2.1.7 ruby217 ruby2.1.6 ruby216 ruby2.1.5 ruby215 ruby2.1.4 ruby214 ruby2.1.3 ruby213 ruby2.1.2 ruby212 ruby2.1.1 ruby211 ruby2.1.0 ruby210 ruby2.1 ruby21 ruby2.0 ruby20 ruby1.9.3 ruby193 ruby1.9.2 ruby192 ruby1.9.1 ruby191 ruby1.9 ruby19 ruby1.8 ruby18 ruby
     PATHS /usr/bin /usr/local/bin /usr/pkg/bin
     )
   if(RUBY_EXECUTABLE)

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: weechat
Source-Version: 2.1-1

We believe that the bug you reported is fixed in the latest version of
weechat, 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 892...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bouthenot <kol...@debian.org> (supplier of updated weechat 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 21 Mar 2018 07:46:21 +0100
Source: weechat
Binary: weechat weechat-curses weechat-headless weechat-core weechat-plugins 
weechat-python weechat-perl weechat-ruby weechat-lua weechat-tcl weechat-guile 
weechat-javascript weechat-php weechat-doc weechat-dev
Architecture: source amd64 all
Version: 2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Emmanuel Bouthenot <kol...@debian.org>
Changed-By: Emmanuel Bouthenot <kol...@debian.org>
Description:
 weechat    - Fast, light and extensible chat client (metapackage)
 weechat-core - Fast, light and extensible chat client - core files
 weechat-curses - Fast, light and extensible chat client - console client
 weechat-dev - Fast, light and extensible chat client - development headers
 weechat-doc - Fast, light and extensible chat client - documentation
 weechat-guile - Fast, light and extensible chat client - Guile plugin
 weechat-headless - Fast, light and extensible chat client - headless client
 weechat-javascript - Fast, light and extensible chat client - JavaScript plugin
 weechat-lua - Fast, light and extensible chat client - Lua plugin
 weechat-perl - Fast, light and extensible chat client - Perl plugin
 weechat-php - Fast, light and extensible chat client - PHP plugin
 weechat-plugins - Fast, light and extensible chat client - plugins
 weechat-python - Fast, light and extensible chat client - Python plugin
 weechat-ruby - Fast, light and extensible chat client - Ruby plugin
 weechat-tcl - Fast, light and extensible chat client - Tcl plugin
Closes: 745266 887114 892072
Changes:
 weechat (2.1-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #887114)
     - Enable build against Ruby 2.5 (Closes: #892072)
     - New PHP plugin (update build dependencies accordingly)
   * Split up the package so that plugins are now separated in multiple
     binary packages to avoid unnecessary dependencies (Closes: #745266)
   * Switch debhelper compatibility to 11
   * Bump Standards-Version to 4.1.3
   * Add debian/upstream/metadata (DEP 12)
   * Rewrite debian/copyright to be more accurate
   * Update Vcs-Git and Vcs-Browser with new repository on salsa.debian.org
   * Update debian/NEWS to introduces weechat-headless and the package split
Checksums-Sha1:
 79c49d10c4893e7bb0dacf234b5d765623c64b65 3282 weechat_2.1-1.dsc
 a537358336beef9391d668a6149bea1953c7b1d0 2865960 weechat_2.1.orig.tar.bz2
 deb28c81b9bf723a677e002dc0fd698d56c3ab3e 833 weechat_2.1.orig.tar.bz2.asc
 26b2f6b36f0b28842f60a48d48cc29494c4b86f8 26756 weechat_2.1-1.debian.tar.xz
 6c12defb94c9e44f2661958e95093db58376ac1d 798092 
weechat-core-dbgsym_2.1-1_amd64.deb
 2f9c8040f492b7ec2fa3317497e1ced46cdcdb97 778936 weechat-core_2.1-1_amd64.deb
 b064b24718ca01423a6c7b573e3b05b1a63eba71 1100152 
weechat-curses-dbgsym_2.1-1_amd64.deb
 b8a7fb52a06f9d5c5c8ec659ee5dc5d35656935c 416372 weechat-curses_2.1-1_amd64.deb
 5748b545c42f6698ae2bcb7abbda47b59f573ab2 73124 weechat-dev_2.1-1_amd64.deb
 2648406976c3a5797997aea55d79b33d2f2b7af8 903588 weechat-doc_2.1-1_all.deb
 0fa2b19481adbf8278f7be7270ac2ca247d103b4 174520 
weechat-guile-dbgsym_2.1-1_amd64.deb
 1954b21e886da4f4a92df7f906832e0f57c51897 118780 weechat-guile_2.1-1_amd64.deb
 ea33d9f0e8fd730e16ba88abc3efe4615b55179c 1097516 
weechat-headless-dbgsym_2.1-1_amd64.deb
 a7cd8325cdf8526001c31d4eb05d665b756f9582 396948 
weechat-headless_2.1-1_amd64.deb
 b26f7e8370b06ff9dd6f86b016d5ea62598ed869 471168 
weechat-javascript-dbgsym_2.1-1_amd64.deb
 1afa74720484ece84eb94eca19024bb88a39e704 132448 
weechat-javascript_2.1-1_amd64.deb
 f95e776fc964f18f2ad7048d0d06f833ab761b6c 134360 
weechat-lua-dbgsym_2.1-1_amd64.deb
 2e3976470aaf5d9a18fdc1a4d54f462b93ce0d80 109048 weechat-lua_2.1-1_amd64.deb
 f7916cdcbea81cde3ad60a193ba4eaf22e96cd1a 236032 
weechat-perl-dbgsym_2.1-1_amd64.deb
 b9f8852dfd74a58b196b367ab56d2371f0bf9ee3 130384 weechat-perl_2.1-1_amd64.deb
 06fbc6f1a85dc6725395d62bb7705a8edda2c65f 198576 
weechat-php-dbgsym_2.1-1_amd64.deb
 fe0501a1f81aca13a06d0a76a566dfdc8f2c1c87 111548 weechat-php_2.1-1_amd64.deb
 a3834da197844fa6dac3130e399477222f2114c1 490684 
weechat-plugins-dbgsym_2.1-1_amd64.deb
 98d545f8589911eb17eca227586df2aa345e58fa 196036 weechat-plugins_2.1-1_amd64.deb
 7fc6e7bb47f374a36c1dad0028b3c910ceb9e383 146768 
weechat-python-dbgsym_2.1-1_amd64.deb
 6878ab643bf46d4a680b0b9ffb600137afcc2189 111956 weechat-python_2.1-1_amd64.deb
 8e1471cc123238dd417417abb06cbf59ea02c893 153324 
weechat-ruby-dbgsym_2.1-1_amd64.deb
 5ac45dad0408ceb0fcce12a466fc2de7ebd94859 110488 weechat-ruby_2.1-1_amd64.deb
 e6e71959580c199339a4e2dbafed9df4f3647cc9 224560 
weechat-tcl-dbgsym_2.1-1_amd64.deb
 43e86e77ef037b32be8d6bf3331388f7cfdec72d 115920 weechat-tcl_2.1-1_amd64.deb
 6e248071ffd26de2408ebe8ad53623766ea0c691 60208 weechat_2.1-1_all.deb
 3fff74dc30050a97731d6cb333e550714a1aca1d 17884 weechat_2.1-1_amd64.buildinfo
Checksums-Sha256:
 280b4246b7b4e8e281a0ba26df203b9b27a4c072f4e455f4b29fffbb53b2e08d 3282 
weechat_2.1-1.dsc
 a83977ba0ecc9d4cf3aac5977266ce9e584a3e05f1d797c2184c6ceb1f47063b 2865960 
weechat_2.1.orig.tar.bz2
 295285c63c8ad6c3eb402baa12607ac942c5132c1d27da606b58db1c491b1e9a 833 
weechat_2.1.orig.tar.bz2.asc
 19c5d8757e613627087c115fb91dcb4b351a5faaba246812496ebaa52d802c94 26756 
weechat_2.1-1.debian.tar.xz
 956136dff2a7ec9839f84da9da14bc2c29bb8b1fe55296814624404b5b203c57 798092 
weechat-core-dbgsym_2.1-1_amd64.deb
 de7c2621222d1dbefdb355716f77fe4ffe1faa23f8ea410f075ff0c8f89e56fc 778936 
weechat-core_2.1-1_amd64.deb
 87a9e15444923c99f57f47abaa5f8ad5eed98f079e269001792d5a1bc51150a4 1100152 
weechat-curses-dbgsym_2.1-1_amd64.deb
 8c6a7e70cf1cc8f9081659018e55c31a4b17025a07e44c1b3be3be8e24e443d8 416372 
weechat-curses_2.1-1_amd64.deb
 3def231476915a39f5a9fb17e6c08013805d7eb7a6c1d89ca865a67d790600fb 73124 
weechat-dev_2.1-1_amd64.deb
 7761ef36567dd06c8ad3375dbee2ad0c067f62e92a62abd21147b76eba819d06 903588 
weechat-doc_2.1-1_all.deb
 8583c12b0c614be2669abf0268beb931e3fbbfd2e35101d5d82293e4318a0b57 174520 
weechat-guile-dbgsym_2.1-1_amd64.deb
 f16245b72853e0d56d475e98afe136854565dfb04b3c6a265fdd004a43d94572 118780 
weechat-guile_2.1-1_amd64.deb
 6cd0f031aceb4c62c167b1aebf402264e170ac9d2d23712bfa6c154adc477a6d 1097516 
weechat-headless-dbgsym_2.1-1_amd64.deb
 4c4fd3bbf9ea36a6c45d9ae40bdde0363ae00f08ddcef56a50913121397314af 396948 
weechat-headless_2.1-1_amd64.deb
 ef1a74089d19a27c87e08bb170e85b6460fc5c6d9701ea1c6383cffb8c9dbb2b 471168 
weechat-javascript-dbgsym_2.1-1_amd64.deb
 b2cf69973bb34c99aa019cf1c472a38548fa0ff952b25b2f6225161b94ce61ec 132448 
weechat-javascript_2.1-1_amd64.deb
 3c82f0e0816686a9e9d030338eaaa70f69e0c0f7a12de6dc8bb803b3c482c8ce 134360 
weechat-lua-dbgsym_2.1-1_amd64.deb
 164a8dd60218725b880647ebd7d4a6fd49fb5c43e86cde0b1d572d32680f86f7 109048 
weechat-lua_2.1-1_amd64.deb
 18412a2987cad5d3b604adccdd3a0a3e316c63bcc72fc14fab1a668921425189 236032 
weechat-perl-dbgsym_2.1-1_amd64.deb
 67d0fdef54f26b8e0f67e4dcf04f7c9cb98588c775864925b2e6e4f8ac44aa63 130384 
weechat-perl_2.1-1_amd64.deb
 89af3820294f0f98fc379446c0800823a06389b71533e3534ea5ab92f18c2928 198576 
weechat-php-dbgsym_2.1-1_amd64.deb
 fdd527b6334e219f4fb793ec2acba2636a9a81987419d2f5da751d216ab5ce84 111548 
weechat-php_2.1-1_amd64.deb
 9bb5a4ea51bdcbd3ee261dac1169a7a19362d26995d187ac5a5e7f9bd18f5699 490684 
weechat-plugins-dbgsym_2.1-1_amd64.deb
 4a97f8afc6a8ee4516c6d1f484a2e45d0acc5c02497ce842f1012f49fc6b6baa 196036 
weechat-plugins_2.1-1_amd64.deb
 c2f409b37f225302f962ad7ef54717b50713fb5a5fff85e902799c6cae97e3fb 146768 
weechat-python-dbgsym_2.1-1_amd64.deb
 9f053f26092e1735c9040866ba3a9643eae9fc1720b3ca4151373a97f890da03 111956 
weechat-python_2.1-1_amd64.deb
 4d54d5dcb04d679a1369efff3d4da023c6a7d95878c27162e2caa9690c96a89b 153324 
weechat-ruby-dbgsym_2.1-1_amd64.deb
 4427f34707c939f7851fd13b0337e72682b031c88e5bec45e66a0944d0ff9200 110488 
weechat-ruby_2.1-1_amd64.deb
 4466a524caa663ace7ad4f2a71984aa0bbd0773c6588b92b1185df03997a2f88 224560 
weechat-tcl-dbgsym_2.1-1_amd64.deb
 81cd693bd98024f8e11927f32b8934d19e6d3a90d31a2ccc1d35a19dd140aa27 115920 
weechat-tcl_2.1-1_amd64.deb
 c856159f9e77b362f0c9bcdbfef0483d09e17ee5834fa30349c5bdba3206ec74 60208 
weechat_2.1-1_all.deb
 dbda0d67a6f2b94103a6faae7c500199d2cccdd14059ccd43eaeef8c7230189d 17884 
weechat_2.1-1_amd64.buildinfo
Files:
 5f3bb4bcb839a957e57a9f5dc8eab976 3282 net optional weechat_2.1-1.dsc
 95742ca305090321a375d2537709f9f5 2865960 net optional weechat_2.1.orig.tar.bz2
 7a8fce580c6af69d99116d9053312851 833 net optional weechat_2.1.orig.tar.bz2.asc
 3040a0d22a4f21f689be0cf6fdde9b1e 26756 net optional weechat_2.1-1.debian.tar.xz
 e4540e43db82df7393c73ac4152a4123 798092 debug optional 
weechat-core-dbgsym_2.1-1_amd64.deb
 fd81ea8f2b958eb9f9368ab8949409a1 778936 net optional 
weechat-core_2.1-1_amd64.deb
 0e366df6b7816c6067b24a14b5d2ee2d 1100152 debug optional 
weechat-curses-dbgsym_2.1-1_amd64.deb
 677eb31c033cfa171901300d232069b8 416372 net optional 
weechat-curses_2.1-1_amd64.deb
 d440e8299b61db0ea5f79d53a703653d 73124 devel optional 
weechat-dev_2.1-1_amd64.deb
 df1783a4ceabbe65e6a4f3cce4db9b32 903588 doc optional weechat-doc_2.1-1_all.deb
 191406c5fff7225a45101fe3a138a231 174520 debug optional 
weechat-guile-dbgsym_2.1-1_amd64.deb
 e06c54cc611f2cfe23557bf116edce5f 118780 net optional 
weechat-guile_2.1-1_amd64.deb
 ae7035df31580511c2eb94594b231d60 1097516 debug optional 
weechat-headless-dbgsym_2.1-1_amd64.deb
 2629d96d625412f3e9a5e71cc3734b41 396948 net optional 
weechat-headless_2.1-1_amd64.deb
 d8bce5b08783748b08f2180d80b2a0f8 471168 debug optional 
weechat-javascript-dbgsym_2.1-1_amd64.deb
 2cdb7130cbbba5952ee0f09700ac7176 132448 net optional 
weechat-javascript_2.1-1_amd64.deb
 80353c852cb5144fae7294efd7730c45 134360 debug optional 
weechat-lua-dbgsym_2.1-1_amd64.deb
 733b53049941a1074819061dc1a65824 109048 net optional 
weechat-lua_2.1-1_amd64.deb
 6cdcdf3273cc100e77a36f73f5d8e6dd 236032 debug optional 
weechat-perl-dbgsym_2.1-1_amd64.deb
 1da0207a1a05672f574bc15a9f1b7fb5 130384 net optional 
weechat-perl_2.1-1_amd64.deb
 a4975aa68380f5dfbd170bb60959aaea 198576 debug optional 
weechat-php-dbgsym_2.1-1_amd64.deb
 cc336e3e6fdae60c3ec7381cdfb2eac8 111548 net optional 
weechat-php_2.1-1_amd64.deb
 fc2ed04c889d9a4cbca586c86b43ce95 490684 debug optional 
weechat-plugins-dbgsym_2.1-1_amd64.deb
 5d8b8466600ea487d5a8c9d0f79d2acd 196036 net optional 
weechat-plugins_2.1-1_amd64.deb
 318ace133aee339d66d3bb7de59f9242 146768 debug optional 
weechat-python-dbgsym_2.1-1_amd64.deb
 5664fa5efc706b725c8030a3d12c2582 111956 net optional 
weechat-python_2.1-1_amd64.deb
 acadea7ebb6b4393b95918fe64d10d46 153324 debug optional 
weechat-ruby-dbgsym_2.1-1_amd64.deb
 23a19961dd138fcc86bff6ffd9ebe7f5 110488 net optional 
weechat-ruby_2.1-1_amd64.deb
 39a4497f598912c88f1a9e9e61847aee 224560 debug optional 
weechat-tcl-dbgsym_2.1-1_amd64.deb
 33b8bf38978f9db64366dc956f21f46b 115920 net optional 
weechat-tcl_2.1-1_amd64.deb
 45afb57337367e4ef16bfebab0626685 60208 net optional weechat_2.1-1_all.deb
 92aafbac1d79c46191a204b0a036fd50 17884 net optional 
weechat_2.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETQ1Tfow3vJnf8QuHSwd3I5KdQsMFAlqyCjsACgkQSwd3I5Kd
QsPqCA//dK0EtdSXWQlIS9oZJHbCh8Rb2r8ms1ZZkugWQBmKYjq1eA6EDIqW8tHa
Q4QfrT8KtknYXCTNYXzdwio13C48BGBk8PCaeUHdk8qtV+MupECRtysGwQ92OR7M
AxkR1cdTAHwl8PrRXnGBccceGWyiufEf9AY6I6qx5BNu6ocFwFEPrfPlRiyLsQ7l
NTY4JMZiE04vuhqirWmU+NWHusIn8Ez3bnLJHkYvmMUdMpmSsrrsjBOoF3nn4Rql
9PROuuQc0n60V5MCaJFhseiTAnLv1zMVAV60PbeoPAl0+IHSQlaFpJU6EZjHG2qq
YOertjK42QdLs/4L4Tobt0SZWxFTlzZRl9H8ztf1xdbLzxkAw7YVPONKxLT7yBab
L9W6ZpHYlFrindOajSa0sZZjSrgZ+7KfRCTvFS71uDLNm8zf3pj0P7MX1jjTifnH
VJBYwojU37E/ZCYmYr6TPywBUxDLutwWI3C/riDbEPNP+xQasolgQ4+h6z556TqW
SDnpfCWrgaYEwVMwdfE9hgNZGQjLIrocfst4oO2gHy6BeiJGcb0kyQSY7mDHl1Qp
nR7lHRwSl9sy56j2PVWRERwOkRAa7d9W1gNNS4wR3q1P1+d3vTB5jA6n9YK8dkVX
4lWss6kD/vsYjfMQrijo694WrREdfVQeBRhRdtug7hYTAuKEmRY=
=k+zo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to