Path: csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod From: PICCA Frederic-Emmanuel Newsgroups: linux.debian.maint.python Subject: RE:trying to solve the pytango FTBFS with gcc5 Date: Sun, 06 Sep 2015 18:40:01 +0200 Message-ID: References: X-Original-To: Dmitry Shachnev , "debian-python@lists.debian.org" X-Mailbox-Line: From debian-python-request@lists.debian.org Sun Sep 6 16:39:09 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-0.699 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=0.001, THREADTOPIC=2] autolearn=no autolearn_force=no X-Policyd-Weight: using cached result; rate: -6.1 Thread-Topic: trying to solve the pytango FTBFS with gcc5 Thread-Index: AdDofVQ/A0v0lRKxQVKW4aerapVG+QAIZk0AAABnHQAAAdR+AAABP1WAAATPedw= Accept-Language: fr-FR, en-US Content-Language: fr-FR X-Originating-IP: [195.221.0.171] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailing-List: archive/latest/12561 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/A2A20EC3B8560D408356CAC2FC148E53B2F80797@SUN-DAG3.synchrotron-soleil.fr Approved: robomod@news.nic.it Lines: 16 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Sun, 6 Sep 2015 16:23:42 +0000 X-Original-Message-ID: X-Original-References: <1921765.67YpD7VbQY@kitterma-e6430> <55EC4F3C.6000004@debian.org> <144155328471.2505.17612112195669382799@mitya57.me>,<144155542719.3502.532677847039317531@mitya57.me> <144155542719.3502.532677847039317531@mitya57.me> Xref: csiph.com linux.debian.maint.python:7252 > I have created a small test project (attached) that has a library exporti= ng > "std::string Tango::ranges_type2const::str" symbol and a test prog= ram > using it. > Interestingly, GCC uses the symbol _ZN5Tango17ranges_type2constIjE3strE > (*without* the B5cxx11 part) for both library and client. You are right the symbol dos not use the B5cxx11 part even with gcc5 ??? > So now I wonder why does libtango have B5cxx11 in it symbols and what is = it > needed for. Yes why this B5cxx11 in tango and not in pytango ???