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...

Bjoern A. Zeeb bz at FreeBSD.org
Tue Apr 17 09:43:49 UTC 2012


On 17. Apr 2012, at 09:35 , Bjoern A. Zeeb wrote:

> 
> 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
>> 
>> 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'

Actually it seems these failed:

arm.armeb buildworld failed, check _.arm.armeb.buildworld for details
arm.arm buildworld failed, check _.arm.arm.buildworld for details
mips.mips64 buildworld failed, check _.mips.mips64.buildworld for details
mips.mipsel buildworld failed, check _.mips.mipsel.buildworld for details
mips.mips64el buildworld failed, check _.mips.mips64el.buildworld for details
mips.mipsn32 buildworld failed, check _.mips.mipsn32.buildworld for details
mips.mips buildworld failed, check _.mips.mips.buildworld for details
i386.i386 buildworld failed, check _.i386.i386.buildworld for details
pc98.i386 buildworld failed, check _.pc98.i386.buildworld for details
powerpc.powerpc buildworld failed, check _.powerpc.powerpc.buildworld for details
powerpc.powerpc64 buildworld failed, check _.powerpc.powerpc64.buildworld for details


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



More information about the svn-src-head mailing list