Summary: | dev-libs/STLport-5.2.1 does not compile using clang++ due to error in stlport/stl/_locale.h | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dmitry Potapov <potapov.d> |
Component: | [OLD] Development | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | cpp+disabled |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch that fixes the issue by including header with complete std::basic_string definition |
Description
Dmitry Potapov
2012-01-24 05:52:19 UTC
Created attachment 299695 [details, diff]
patch that fixes the issue by including header with complete std::basic_string definition
This issue has been reported in August 2011, but STLport maintainer was in bad mood and rejected bug report without issue investigation: http://sourceforge.net/tracker/?func=detail&aid=3400141&group_id=146814&atid=766244 I do get at a ~amd64: x86_64-pc-linux-gnu-g++ -pthread -fexceptions -fPIC -fvisibility=hidden -O2 -pipe -D_GNU_SOURCE -I../../stlport -c -o obj/gcc/so/time_facets.o ../../src/time_facets.cpp ../../src/time_facets.cpp: In function ‘void stlp_std::priv::__write_formatted_timeT(stlp_std::priv::__basic_iostring<_CharT>&, const stlp_std::ctype<_CharT>&, char, char, const _TimeInfo&, const tm*)’: ../../src/time_facets.cpp:434:19: error: ‘const struct tm’ has no member named ‘__tm_gmtoff’ diff = t->__tm_gmtoff; ^ ../Makefiles/gmake/targets.mak:123: recipe for target 'obj/gcc/so/time_facets.o' failed make[1]: *** [obj/gcc/so/time_facets.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/dev-libs/STLport-5.2.1-r2/work/STLport-5.2.1/build/lib' Makefile:15: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: dev-libs/STLport-5.2.1-r2::gentoo failed (compile phase): * emake failed Masked for removal. commit 101473c8fcfd29edec481993247d3e5dac60d8b0 Author: David Seifert <soap@gentoo.org> Date: Wed Apr 5 19:14:18 2017 +0200 profiles: Mask dev-libs/STLport for removal Bug: https://bugs.gentoo.org/show_bug.cgi?id=359247 Bug: https://bugs.gentoo.org/show_bug.cgi?id=400547 Bug: https://bugs.gentoo.org/show_bug.cgi?id=409119 Bug: https://bugs.gentoo.org/show_bug.cgi?id=594144 commit 967d0ecf3f118dae84b7d100d3464f26cc3d33f7 Author: David Seifert <soap@gentoo.org> Date: Sun May 7 09:47:53 2017 +0200 dev-libs/STLport: Remove from tree |