Your message dated Thu, 26 Jan 2017 13:00:46 +0000
with message-id <e1cwjfs-000idz...@fasolo.debian.org>
and subject line Bug#840245: Removed package(s) from unstable
has caused the Debian Bug report #811852,
regarding libboost-regex1.58.0: Boost somehow mixes up c_regex_traits and 
cpp_regex_traits
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.)


-- 
811852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811852
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libboost-regex1.58.0
Version: 1.58.0+dfsg-5+b1
Severity: important

Dear maintainer,

when compiling src:mrs with g++-6 I get unresolved symbols

/usr/bin/c++ -o mrs -I. obj/M6Server.o [...] -lboost_regex [...]

obj/M6Server.o: In function
`boost::cpp_regex_traits<char>::transform_primary[abi:cxx11](char const*, char
const*) const':
/usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to
`boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char
const*, char const*) const'
obj/M6Server.o: In function
`boost::cpp_regex_traits<char>::transform[abi:cxx11](char const*, char const*)
const':
/usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to
`boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char
const*, char const*) const'
...

now in the symbol table I get
objdump --dynamic-syms libboost_regex.so.1.58.0 \
 | c++filt \
 | sed -e "s/^[0-9a-f]* *\([A-Za-z]\) *D[A-Z] \.[a-z]*/\1/" \
 | sed -e "s/[0-9a-f]*  Base *//" | grep "transform_primary"

g boost::c_regex_traits<wchar_t>::transform_primary[abi:cxx11](wchar_t const*,
wchar_t const*)
w
boost::re_detail::cpp_regex_traits_implementation<wchar_t>::transform_primary(wchar_t
const*, wchar_t const*) const
w
boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary(char
const*, char const*) const
g boost::c_regex_traits<char>::transform_primary[abi:cxx11](char const*, char
const*)

i.e. the symbols are not available.

Given
http://www.boost.org/doc/libs/1_58_0/libs/regex/doc/html/boost_regex/ref/regex_traits.html

I thought compiling with -DBOOST_REGEX_USE_C_LOCALE would get me somewhere, but
then I get a lot more missing symbols, and they are all without the [abi:cxx11]
tag.


src:mrs requires -std=c++11, but I assume for the boost package the g++ default
was used, and with g++-5 this is -std=c++03, therefore, final guess is that
there is a problem with compiling boost with -std=c++11 and then linking
against a boost library that was compiled with -std=c++03.


Best,
Gert



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

Kernel: Linux 4.5.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libboost-regex1.58.0 depends on:
ii  libc6       2.22-7
ii  libgcc1     1:6-20160117-1
ii  libicu55    55.1-7
ii  libstdc++6  6-20160117-1

libboost-regex1.58.0 recommends no packages.

libboost-regex1.58.0 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.58.0+dfsg-5.1+rm

Dear submitter,

as the package boost1.58 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/840245

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to