Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371725 - media-gfx/freecad with dev-libs/boost-1.46.1 - runtime error : locale::facet::_S_create_c_locale name not valid
Summary: media-gfx/freecad with dev-libs/boost-1.46.1 - runtime error : locale::facet:...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL: https://svn.boost.org/trac/boost/tick...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 09:53 UTC by lalebarde
Modified: 2011-09-30 08:33 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
boost-1.46.1.ebuild including boost_filesystem.2.patch (boost-1.46.1.ebuild,15.97 KB, text/plain)
2011-06-15 09:56 UTC, lalebarde
Details
boost_filesystem.2.patch (boost_filesystem.2.patch,934 bytes, patch)
2011-06-15 09:57 UTC, lalebarde
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lalebarde 2011-06-15 09:53:09 UTC
When I run media-gfx/freecad-0.11.3729, I get :

$ FreeCAD
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Abandon


Reproducible: Always

Steps to Reproduce:
1. emerge freecad
2. run it : $ FreeCAD
Actual Results:  
as described earlier. The FreeCAD does not start.

Expected Results:  
Just work.

The correcting patch for boost is here : https://svn.boost.org/trac/boost/attachment/ticket/4688/boost_filesystem.2.patch
Comment 1 lalebarde 2011-06-15 09:56:58 UTC
Created attachment 277093 [details]
boost-1.46.1.ebuild including boost_filesystem.2.patch
Comment 2 lalebarde 2011-06-15 09:57:29 UTC
Created attachment 277095 [details, diff]
boost_filesystem.2.patch
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2011-06-17 21:33:50 UTC
Can't do anything on the freecad side, reassigning to boost maintainers.
Comment 4 lalebarde 2011-09-30 08:33:33 UTC
I did not keep track of the version of boost when I opened this bug, but after upgrading, freecad builds and works fine, with the same version.
On my side, the bug is closed, though I cannot tell what have solved it.