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 incl

2012-04-20 Thread Dimitry Andric
On 2012-04-20 00:23, Jason Evans wrote: ... With /etc/make.conf as: CFLAGS+=-g STRIP= CC=clang CXX=clang++ CPP=clang-cpp I got this buildworld failure: --- clang -O2 -pipe -g -I/usr/src/lib/csu/amd64/../common -I/usr/src/lib/csu/amd64/../../libc/includ

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 incl

2012-04-19 Thread Conrad J. Sabatier
On Thu, 19 Apr 2012 15:23:39 -0700 Jason Evans wrote: > On Apr 19, 2012, at 11:44 AM, Jason Evans wrote: > > On Apr 19, 2012, at 7:15 AM, Conrad J. Sabatier wrote: > >> Actually, I keep getting "undefined reference to _malloc_options" > >> while building libexec/atrun on amd64. Not sure what the

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 incl

2012-04-19 Thread Jason Evans
On Apr 19, 2012, at 11:44 AM, Jason Evans wrote: > On Apr 19, 2012, at 7:15 AM, Conrad J. Sabatier wrote: >> Actually, I keep getting "undefined reference to _malloc_options" while >> building libexec/atrun on amd64. Not sure what the problem may be. >> Could it have something to do with doing a d

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 incl

2012-04-19 Thread Jason Evans
On Apr 19, 2012, at 7:15 AM, Conrad J. Sabatier wrote: > Actually, I keep getting "undefined reference to _malloc_options" while > building libexec/atrun on amd64. Not sure what the problem may be. > Could it have something to do with doing a debug build (with -g)? > > ===> libexec/atrun (all) >

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 incl

2012-04-19 Thread Conrad J. Sabatier
On Thu, 19 Apr 2012 14:18:15 + "Bjoern A. Zeeb" wrote: > On 19. Apr 2012, at 14:15 , Conrad J. Sabatier wrote: > > > Actually, I keep getting "undefined reference to _malloc_options" > > while building libexec/atrun on amd64. Not sure what the problem > > may be. Could it have something to

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 incl

2012-04-19 Thread Bjoern A. Zeeb
On 19. Apr 2012, at 14:15 , Conrad J. Sabatier wrote: > Actually, I keep getting "undefined reference to _malloc_options" while > building libexec/atrun on amd64. Not sure what the problem may be. > Could it have something to do with doing a debug build (with -g)? See UPDATING entry. -- Bjoern

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 incl

2012-04-19 Thread Conrad J. Sabatier
On Tue, 17 Apr 2012 11:05:08 -0700 Adrian Chadd wrote: > On 17 April 2012 02:43, Bjoern A. Zeeb wrote: > > > 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 mi

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 incl

2012-04-17 Thread Doug Barton
On 04/17/2012 00:22, Jason Evans wrote: > Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, > prior to 3.0.0 release) as contrib/jemalloc Isn't stuff in src/contrib supposed to have a vendor/ branch? I think obrien mentioned this to you ... See vendor/bind9/dist/FREEBSD-Upgr

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 incl

2012-04-17 Thread Adrian Chadd
I can ship you some mips hardware if you'd like. :-) Adrian ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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 incl

2012-04-17 Thread Jason Evans
On Apr 17, 2012, at 11:05 AM, Adrian Chadd wrote: > On 17 April 2012 02:43, Bjoern A. Zeeb wrote: > >> 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 b

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 incl

2012-04-17 Thread Adrian Chadd
On 17 April 2012 02:43, Bjoern A. Zeeb wrote: > 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

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 incl

2012-04-17 Thread Bjoern A. Zeeb
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 9ef7f5dc34ff02f50d401e41c8d9a4a9

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 incl

2012-04-17 Thread Bjoern A. Zeeb
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/jema