Re: HEADS UP: macppc gcc8 fallout in -current
[email protected] (Christos Zoulas)
| Newsgroups | gmane.os.netbsd.ports.macppc |
|---|---|
| Organization | Astron Software |
| Message-ID | <[email protected]> |
On Jan 2, 4:09pm, [email protected] (Valery Ushakov) wrote: -- Subject: Re: HEADS UP: macppc gcc8 fallout in -current | On Thu, Jan 02, 2020 at 10:37:43 +0100, Martin Husemann wrote: | | > Program terminated with signal SIGABRT, Aborted. | > #0 0xfdba20c4 in std::thread::_M_start_thread(std::shared_ptr<std::thread::_Impl_base>) () from /usr/lib/libstdc++.so.9 | | Thanks! | | So it's probably this _M_start_thread: | | external/gpl3/gcc/dist/libstdc++-v3/src/c++11/thread.cc:145 | | probably in __gthread_active_p: | | external/gpl3/gcc/dist/libgcc/gthr-posix.h:183 | | cc1 is not linked against -lpthread so something goes bad with libc | stubs? Looks like it. I can take a look but it will be a while since I need to build locally and bring up my macppc up-to-date. christos