pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Failure to build finance/gnucash



On Tue, Jul 23, 2019 at 01:49:09PM +0100, Chavdar Ivanov wrote:
> ... and I just built it under yesterday's current, getting
> ....
> Reading symbols from /usr/pkg/bin/gnucash...
> (No debugging symbols found in /usr/pkg/bin/gnucash)
> [New process 1]
> Core was generated by `gnucash'.
> Program terminated with signal SIGABRT, Aborted.
> #0  0x000074a22df99a9a in _lwp_kill () from /usr/lib/libc.so.12
> (gdb) bt
> #0  0x000074a22df99a9a in _lwp_kill () from /usr/lib/libc.so.12
> #1  0x000074a22df99749 in abort () from /usr/lib/libc.so.12
> #2  0x000074a22dab37b7 in __gnu_cxx::__verbose_terminate_handler() ()
>    from /usr/lib/libstdc++.so.9
> #3  0x000074a22dabcef7 in __cxxabiv1::__terminate(void (*)()) ()
>    from /usr/lib/libstdc++.so.9
> #4  0x000074a22dabcf51 in std::terminate() () from /usr/lib/libstdc++.so.9
> #5  0x000074a22dabcea4 in __cxa_throw () from /usr/lib/libstdc++.so.9
> #6  0x000074a22dab21d5 in std::__throw_runtime_error(char const*) ()
>    from /usr/lib/libstdc++.so.9
> #7  0x000074a22dab1da7 in
> std::locale::facet::_S_create_c_locale(int*&, char const*, int*) ()
> from /usr/lib/libstdc++.so.9
> #8  0x000074a22da96785 in std::locale::_Impl::_Impl(char const*, unsigned long)
>     () from /usr/lib/libstdc++.so.9
> #9  0x000074a22da97a61 in std::locale::locale(char const*) ()
>    from /usr/lib/libstdc++.so.9
> #10 0x000074a23061155f in boost::filesystem::path::imbue(std::locale const&) ()
>    from /usr/pkg/lib/libboost_filesystem.so.1.70.0
> #11 0x000074a230e11981 in gnc_filepath_init ()
>    from /usr/pkg/lib/libgnc-core-utils.so
> #12 0x00000000004038b0 in main ()
> .....
> 
> 
> immediately after starting it. Otherwise pkgsrc is current as of about
> a week ago, updated fully with pkg_rolling-replace. There may have
> been some other change there this week, causing this dump, but it
> doesn't seem very likely to me.

That's a problem I've been seeing for some time.
Workaround: Unset your locale variables (LANG, LC_*) and it should work fine.
 Thomas


Home | Main Index | Thread Index | Old Index