[haiku-commits] Re: haiku: hrev46150 - src/kits/package/solver build/jam src/tools/create_repository_config src/build/libroot

  • From: Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 1 Oct 2013 13:04:23 +1300

On 1 October 2013 12:34, Rene Gollent <anevilyak@xxxxxxxxx> wrote:

> On 9/30/13, Rene Gollent <anevilyak@xxxxxxxxx> wrote:
> > The actual error being returned is B_NOT_SUPPORTED. For some reason, the
> > solver loading function is never getting called by pthread_once(), so the
> > solver pointer is null.
>
> Found the problem: pthread_once() was returning 78 (Function not
> implemented). This turned out to be because get_package_dependencies
> wasn't being linked to libpthread. Adding that fixed it. Any
> recommendations as to how best to add that to the build?
>

How did you add it? I'd like to see if that fix works for me without
changing the flags to dlopen. Did the fix to dlopen not change anything on
FreeBSD?

Can't tell if there are two separate issues or not yet.

Other related posts: