Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2012 09:35:08 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Jason Evans <jasone@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r234370 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src inclu...
Message-ID:  <F43DDEEA-375B-4F1C-80A3-AAECFDFF414A@FreeBSD.org>
In-Reply-To: <201204170722.q3H7ME6A070934@svn.freebsd.org>
References:  <201204170722.q3H7ME6A070934@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 17. Apr 2012, at 07:22 , Jason Evans wrote:

> Author: jasone
> Date: Tue Apr 17 07:22:14 2012
> New Revision: 234370
> URL: http://svn.freebsd.org/changeset/base/234370
>=20
> Log:
>  Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,
>  prior to 3.0.0 release) as contrib/jemalloc, and integrate it into =
libc.
>  The code being imported by this commit diverged from
>  lib/libc/stdlib/malloc.c in March 2010, which means that a portion of
>  the jemalloc 1.0.0 ChangeLog entries are relevant, as are the entries
>  for all subsequent releases.

I am seeing a lot of build failures on all archs with:

=
/scratch/tmp/bz/obj//i386.i386/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so=
: undefined reference to `__sync_sub_and_fetch_8'
=
/scratch/tmp/bz/obj//i386.i386/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so=
: undefined reference to `__sync_add_and_fetch_8'

=
/scratch/tmp/bz/obj//arm.armeb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so=
: undefined reference to `__sync_sub_and_fetch_8'
=
/scratch/tmp/bz/obj//arm.armeb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so=
: undefined reference to `__sync_sub_and_fetch_4'
=
/scratch/tmp/bz/obj//arm.armeb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so=
: undefined reference to `__sync_add_and_fetch_4'
=
/scratch/tmp/bz/obj//arm.armeb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so=
: undefined reference to `__sync_add_and_fetch_8'

...

...


--=20
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F43DDEEA-375B-4F1C-80A3-AAECFDFF414A>