Re: [RFC] Un-staticise the toolchain

2012-04-30 Thread Tim Kientzle
On Apr 30, 2012, at 6:41 AM, Erik Cederstrand wrote: > > Can anyone explain to me why the dynamically linked version is significantly > slower? What are the extra steps involved compared to a statically linked > binary? At the risk of dramatically over-simplifying…. When a static binary is st

Sparse option for makefs

2012-04-30 Thread Shesha Sreenivasamurthy
Hi, I have added a sparse option to makefs, where the tool does not fill the file with zeros, before laying out the data on it. This is handy when we are creating a VM image because, 1. It reduces the creation time significantly. 2. Copying around is less time consuming (Tools li

Re: buildworld fails on FreeBSD 7.x for HEAD from 19.04.2012

2012-04-30 Thread David O'Brien
On Tue, Apr 24, 2012 at 09:34:58PM +0300, Vladimir Sharun wrote: > ===> usr.bin/file (all) ... > file.o: In function `main': > /usr/src/usr.bin/file/../../contrib/file/file.c:(.text+0x717): undefined > reference to `magic_getpath' > /usr/src/usr.bin/file/../../contrib/file/file.c:(.text+0x7df): und

Re: [RFC] Un-staticise the toolchain

2012-04-30 Thread David O'Brien
On Sat, Apr 28, 2012 at 11:03:17AM +0100, Bob Bishop wrote: > Yes. You to have a statically linked /rescue/sh on board, so what's the > point of /bin/sh being dynamic? While you and I agree on this, the primary reason we went with a dynamically linked root was for PAM and NSS support -- which are

Re: : jemalloc_arena.c:182: Failed assertion: "p[i] == 0"

2012-04-30 Thread Martin Matuška
Feel free to import this change referencing this explicit gcc-4_1-branch revision as source and mentioning the GPLv2 license. -- Martin Matuška FreeBSD commiter http://blog.vx.sk Pedro Giffuni wrote: On 04/30/12 14:04, Oleksandr Tymoshenko wrote: > On 29/04/2012 12:04 PM, Adrian Chadd wrote: >

Re: : jemalloc_arena.c:182: Failed assertion: "p[i] == 0"

2012-04-30 Thread Oleksandr Tymoshenko
On 30/04/2012 1:52 PM, Pedro Giffuni wrote: On 04/30/12 14:04, Oleksandr Tymoshenko wrote: On 29/04/2012 12:04 PM, Adrian Chadd wrote: .. and the output from the buildworld: .. skipped .. -DSOFTFLOAT_FOR_GCC -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -Wsystem-headers -Werror -Wall -Wn

Re: : jemalloc_arena.c:182: Failed assertion: "p[i] == 0"

2012-04-30 Thread Pedro Giffuni
On 04/30/12 14:04, Oleksandr Tymoshenko wrote: On 29/04/2012 12:04 PM, Adrian Chadd wrote: .. and the output from the buildworld: .. skipped .. -DSOFTFLOAT_FOR_GCC -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-

Re: RFC: jemalloc: qdbus sigsegv in malloc_init

2012-04-30 Thread Jason Evans
On Apr 30, 2012, at 7:13 AM, Gustau Pérez i Querol wrote: > the kde team is seeing some strange problems with the new version (4.8.1) of > devel/dbus-qt4 with current. It does work with stable. I also suspect that > the problem described below is affecting the experimental cinnamon port (an > a

Re: : jemalloc_arena.c:182: Failed assertion: "p[i] == 0"

2012-04-30 Thread Oleksandr Tymoshenko
On 29/04/2012 12:04 PM, Adrian Chadd wrote: .. and the output from the buildworld: .. skipped .. -DSOFTFLOAT_FOR_GCC -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c jemalloc_jemalloc.c -o jemalloc_jemalloc

Re: Upgrade Paths

2012-04-30 Thread Aric Gregson
On Mon, 30 Apr 2012 11:43:16 -0700 Kevin Oberman wrote: [snip] > You can update sources with svn, CVS or csup. The latter is probably > the best choice if you don't update very often. Thank you for your reply. Aric ___ freebsd-current@freebsd.org mai

Re: Upgrade Paths

2012-04-30 Thread Kevin Oberman
On Mon, Apr 30, 2012 at 11:10 AM, Aric Gregson wrote: > Hello, > > Apologies for this question, but I am not clear on how I can upgrade > from 9.0-CURRENT (July 2011) to 9.0-RELEASE? Must I use CVS or can I > use the freebsd-upgrade pathway? freebsd-upgrade is giving me an error, > so I suspect th

Upgrade Paths

2012-04-30 Thread Aric Gregson
Hello, Apologies for this question, but I am not clear on how I can upgrade from 9.0-CURRENT (July 2011) to 9.0-RELEASE? Must I use CVS or can I use the freebsd-upgrade pathway? freebsd-upgrade is giving me an error, so I suspect that either I cannot use it or I must change some setting prior to i

Re: RFC: jemalloc: qdbus sigsegv in malloc_init

2012-04-30 Thread Adrian Chadd
Hi, Please install valgrind and run the program inside valgrind. See what kind of errors it generates. Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "free

RFC: jemalloc: qdbus sigsegv in malloc_init

2012-04-30 Thread Gustau Pérez i Querol
Hi, the kde team is seeing some strange problems with the new version (4.8.1) of devel/dbus-qt4 with current. It does work with stable. I also suspect that the problem described below is affecting the experimental cinnamon port (an alternative to gnome3, possible replacement of gnome2).

Re: [RFC] Un-staticise the toolchain

2012-04-30 Thread Erik Cederstrand
Den 26/04/2012 kl. 22.30 skrev Chris Rees: > On 26 April 2012 20:15, Matthew Seaman > wrote: >> On 26/04/2012 20:01, Chris Rees wrote: >>> hydra# cd /usr/ports && time make MAKE=~crees/bin/make-static index >>> >>> Generating INDEX-9 - please wait.. Done. >>> 729.770u 120.841s 7:45.10 182.8%

Re: updating from r231158 to 234465: mounting from ufs:/dev/ad4s1a failed with error 19

2012-04-30 Thread John Baldwin
On Saturday, April 28, 2012 1:20:22 pm Anton Shterenlikht wrote: > On Fri, Apr 27, 2012 at 07:51:11AM -0400, John Baldwin wrote: > > On Thursday, April 26, 2012 6:42:15 pm Anton Shterenlikht wrote: > > > I was updating from r231158 to 234465 > > > (amd64 laptop Compaq 6715s), > > > and I think I mu

Re: x220 notes

2012-04-30 Thread Ganael LAPLANCHE
On Mon, 19 Mar 2012 12:03:13 -0700, matt wrote Hi Matt, > I'll have to try again without the patch to see if it's > Xorg/KMS or FreeBSD base that has changed. FYI, I've just tried suspend/resume with all.14.5.patch and sources from 2012/04/28, but I still get a black screen on resume :/ Best r

Re: lang/gcc46: error when compiling with CLANG

2012-04-30 Thread Jean-Sébastien Pédron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30.04.2012 08:11, O. Hartmann wrote: > Repeating the build ends up at the same "stage" as it stopped when > building on regular basis - for my understanding. You say you have two boxes running 10-CURRENT: do they run the same SVN revision? A recen

Re: segfault in vfscanf(3): clang and __restrict usage

2012-04-30 Thread Jean-Sébastien Pédron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27.04.2012 00:01, Boris Samorodov wrote: > I've rebuild the world (because I had to use gcc-built world for > obvious reason) and now smartd works (can't test cupsd for now). > BTW, the port devel/ORBit2 which segfaulted both with clang and gcc >