Your message dated Sun, 08 May 2016 18:19:38 +0000
with message-id <e1aztio-0006w7...@franck.debian.org>
and subject line Bug#820349: fixed in ruby-re2 0.7.0-2
has caused the Debian Bug report #820349,
regarding FTBFS: #error This file requires compiler and library support for the 
ISO C++ 2011 standard.
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.)


-- 
820349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820349
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: ruby-re2
severity: serious


┌──────────────────────────────────────────────────────────────────────────────┐
│ Build native extensions for ruby2.3
       │
└──────────────────────────────────────────────────────────────────────────────┘

/usr/bin/ruby2.3 /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb
/build/ruby-re2-0.7.0 debian/ruby-re2
current directory: /build/ruby-re2-0.7.0/ext/re2
/usr/bin/ruby2.3 -r ./siteconf20160407-473-145dj4g.rb extconf.rb
checking for main() in -lstdc++... yes
checking for stdint.h... yes
checking for rb_str_sublen()... yes
checking for main() in -lre2... yes
checking for RE2::Match() with endpos argument... no
creating Makefile
current directory: /build/ruby-re2-0.7.0/ext/re2
make V=1 "DESTDIR=" clean
make[1]: Entering directory '/build/ruby-re2-0.7.0/ext/re2'
rm -f
rm -f re2.so  *.o  *.bak mkmf.log .*.time
make[1]: Leaving directory '/build/ruby-re2-0.7.0/ext/re2'
current directory: /build/ruby-re2-0.7.0/ext/re2
make V=1 "DESTDIR="
make[1]: Entering directory '/build/ruby-re2-0.7.0/ext/re2'
g++ -I. -I/usr/include/x86_64-linux-gnu/ruby-2.3.0
-I/usr/include/ruby-2.3.0/ruby/backward -I/usr/include/ruby-2.3.0 -I.
-DHAVE_STDINT_H -DHAVE_RB_STR_SUBLEN -I/usr/local/include -Wdate-time
-D_FORTIFY_SOURCE=2   -fPIC -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security  -o re2.o -c re2.cc
In file included from /usr/include/c++/5/mutex:35:0,
                 from /usr/include/re2/re2.h:184,
                 from re2.cc:9:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file
requires compiler and library support for the ISO C++ 2011 standard.
This support must be enabled with the -std=c++11 or -std=gnu++11
compiler options.
 #error This file requires compiler and library support \
  ^
In file included from re2.cc:9:0:
/usr/include/re2/re2.h:734:16: error: 'once_flag' in namespace 'std'
does not name a type
   mutable std::once_flag rprog_once_;
                ^
/usr/include/re2/re2.h:735:16: error: 'once_flag' in namespace 'std'
does not name a type
   mutable std::once_flag num_captures_once_;
                ^
/usr/include/re2/re2.h:736:16: error: 'once_flag' in namespace 'std'
does not name a type
   mutable std::once_flag named_groups_once_;
                ^
/usr/include/re2/re2.h:737:16: error: 'once_flag' in namespace 'std'
does not name a type
   mutable std::once_flag group_names_once_;
                ^
re2.cc: In function 'VALUE re2_regexp_match(int, VALUE*, VALUE)':
re2.cc:76:64: error: no matching function for call to
're2::RE2::Match(char*, int, re2::RE2::Anchor, int, int)'
           (pattern->Match(text, startpos, anchor, match, nmatch))
                                                                ^
re2.cc:1152:15: note: in expansion of macro 'match'
     matched = match(p->pattern, StringValuePtr(text), 0,
               ^
In file included from re2.cc:9:0:
/usr/include/re2/re2.h:466:8: note: candidate: bool
re2::RE2::Match(const re2::StringPiece&, int, int, re2::RE2::Anchor,
re2::StringPiece*, int) const
   bool Match(const StringPiece& text,
        ^
/usr/include/re2/re2.h:466:8: note:   candidate expects 6 arguments, 5
provided
re2.cc:76:64: error: no matching function for call to
're2::RE2::Match(char*, int, re2::RE2::Anchor, re2::StringPiece*&, int&)'
           (pattern->Match(text, startpos, anchor, match, nmatch))
                                                                ^
re2.cc:1174:15: note: in expansion of macro 'match'
     matched = match(p->pattern, StringValuePtr(m->text), 0,
               ^
In file included from re2.cc:9:0:
/usr/include/re2/re2.h:466:8: note: candidate: bool
re2::RE2::Match(const re2::StringPiece&, int, int, re2::RE2::Anchor,
re2::StringPiece*, int) const
   bool Match(const StringPiece& text,
        ^
/usr/include/re2/re2.h:466:8: note:   candidate expects 6 arguments, 5
provided
Makefile:207: recipe for target 're2.o' failed
make[1]: *** [re2.o] Error 1
make[1]: Leaving directory '/build/ruby-re2-0.7.0/ext/re2'
~~~~~~~~~~~~~~~~~~~~~ ↓ mkmf.log ~~~~~~~~~~~~~~~~~~~~~
cat: mkmf.log: No such file or directory
~~~~~~~~~~~~~~~~~~~~~ ↑ mkmf.log ~~~~~~~~~~~~~~~~~~~~~
/usr/lib/ruby/2.3.0/rubygems/ext/builder.rb:92:in `run': make failed,
exit code 2 (Gem::InstallError)
        from /usr/lib/ruby/2.3.0/rubygems/ext/builder.rb:52:in `block in make'
        from /usr/lib/ruby/2.3.0/rubygems/ext/builder.rb:44:in `each'
        from /usr/lib/ruby/2.3.0/rubygems/ext/builder.rb:44:in `make'
        from /usr/lib/ruby/2.3.0/rubygems/ext/ext_conf_builder.rb:50:in `block
in build'
        from /usr/lib/ruby/2.3.0/tempfile.rb:295:in `open'
        from /usr/lib/ruby/2.3.0/rubygems/ext/ext_conf_builder.rb:20:in `build'
        from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:72:in
`block in build_and_install'
        from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:66:in 
`chdir'
        from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:66:in
`build_and_install'
        from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:103:in
`block in build_all_extensions'
        from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:100:in 
`each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:100:in
`build_all_extensions'
        from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:116:in 
`<main>'
/usr/lib/ruby/vendor_ruby/gem2deb.rb:56:in `run': /usr/bin/ruby2.3
/usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb
/build/ruby-re2-0.7.0 debian/ruby-re2 (Gem2Deb::CommandFailed)
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:67:in `run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:37:in `block in
install_files_and_build_extensions'
        from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:34:in `each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:34:in
`install_files_and_build_extensions'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `block in 
install'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:82:in `each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:82:in `install'
        from /usr/bin/dh_ruby:94:in `<main>'
dh_auto_install: dh_ruby --install /build/ruby-re2-0.7.0/debian/ruby-re2
returned exit code 1
debian/rules:5: recipe for target 'binary' failed
make: *** [binary] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2
I: copying local configuration
E: Failed autobuilding of package
I: unmounting /home/pravi/forge/debian/pbuilder/ccache filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
 -> Cleaning COW directory
  forking: rm -rf /home/pravi/forge/debian/pbuilder/build/cow.5371

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: ruby-re2
Source-Version: 0.7.0-2

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

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated ruby-re2 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: Sun, 08 May 2016 20:03:48 +0200
Source: ruby-re2
Binary: ruby-re2
Architecture: source
Version: 0.7.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Description:
 ruby-re2   - Ruby bindings to re2
Closes: 820349
Changes:
 ruby-re2 (0.7.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Build with --std=c++11. RE2 now requires this. (Closes: #820349)
   * Bump Standards-Version to 3.9.8, no changes needed.
 .
   [ Cédric Boutillier ]
   * Switch VCS fields to use https.
   * Bump compat level to 9.
Checksums-Sha1:
 584ba55109f87b54cea683f601ce6baa822c6ad6 1676 ruby-re2_0.7.0-2.dsc
 369106a004a9813a236947e91d8d6548adefba5f 3084 ruby-re2_0.7.0-2.debian.tar.xz
Checksums-Sha256:
 4a93bfa9e538082377b72ca6dc186d7ac01ef7f8ad1d9bcb2492993165c19d15 1676 
ruby-re2_0.7.0-2.dsc
 fe46d1bfe976649e6200e926912e9554a8467b37a8ae218d77b2620b6038cade 3084 
ruby-re2_0.7.0-2.debian.tar.xz
Files:
 b835022c249c060f7f579352dcca9ea3 1676 ruby optional ruby-re2_0.7.0-2.dsc
 9ace330da97ec4fbd7258328c4dd5323 3084 ruby optional 
ruby-re2_0.7.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCgAGBQJXL3/ZAAoJEOrxkryqPw9RuSoH/0xQwqUOiYaOoxBzIp8y5o9W
Qm7usNcAJsLN61jLoPIPNrOwPeN7NJA4JR2z7lkctkvxlLsSp2kfja5F5Xj7L73j
e2CINo9qUgQDUkjORM6eduGCwbHwTelz9MqhEs6Yflm1hFgFNHRXctDLZ3XauSPQ
hXjkTy6zXVz2JI2Bt9otdu/rLRlNiGzukTz25fYYYLOTdtBDAl+pimK/tHOKIbTo
eP3G7nWhO/xhffxRo35uAd53iwek8G6BMyZKgPU9fbeVmtKTzbqrw4+KzxVLN91i
PZK1NmG9nOl4OwHozOCQOfWr+UoxsWEYNFtLC2mPEBoEnXyFHJS4v6yqsx0uOXM=
=Yroj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to