google-earth

2010-06-19 Thread ajtiM
Hi! Today I instal;led google-earth from port on FreeBSD 8.0, KDE 4.4.4 and when I start an application it crashed: /usr/local/bin/googleearth %f Fatal error in __driConfigOptions line 1, column 0: unknown encoding. Google Earth has caught signal 6. crashlog.txt: Major Version 5

Re: lang/perl5.10 doesn't build with gcc 4.5.1

2010-06-19 Thread Doug Barton
On 06/19/10 08:25, b. f. wrote: lang/perl5.* fails with -fstack-protector in CFLAGS, when built with the base system compiler, on some architectures. I used the attached patch with the base system compiler and lang/perl5.10 on 9-CURRENT i386 to fix the problem. However, I never attempted to use

Now OK (Re: cvs commit: ports/french/med Makefile)

2010-06-19 Thread QAT
french/med, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck

Re: lang/perl5.10 doesn't build with gcc 4.5.1

2010-06-19 Thread b. f.
lang/perl5.* fails with -fstack-protector in CFLAGS, when built with the base system compiler, on some architectures. I used the attached patch with the base system compiler and lang/perl5.10 on 9-CURRENT i386 to fix the problem. However, I never attempted to use it with lang/gcc45, because I did

Re: FreeBSD ports USE_XZ critical issue on low-RAM computers

2010-06-19 Thread Lasse Collin
On 2010-06-19 Matthias Andree wrote: > We have system facilities for limiting resources, including those > that limit virtual memory. Limiting virtual memory with "ulimit -v" is generally not so great. It cripples mmap(), which can use a lot of virtual memory while using little actual RAM. If I

Re: Yet another segf with audio/sound-juicer

2010-06-19 Thread Ion-Mihai Tetcu
On Sat, 19 Jun 2010 13:48:59 +0200 David DEMELIER wrote: > Gtk-Message: Failed to load module "gnomebreakpad": Shared object > "libgnomebreakpad.so" not found, required by "sound-juicer This is probably the problem, not that the app should crash anyway. Try looking for that lib and / or rebuild

Yet another segf with audio/sound-juicer

2010-06-19 Thread David DEMELIER
Hi, I guess I don't have chance with FreeBSD, one of four applications I install segfault. Now it's the time to sound-juicer. Melon ~ $ gdb sound-juicer GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you a

Re: FreeBSD ports USE_XZ critical issue on low-RAM computers

2010-06-19 Thread Matthias Andree
Greetings, first my thanks to Lasse for the prompt reply. Lasse Collin wrote on Jun 19: > On 2010-06-18 Matthias Andree wrote: > >> I've just had xz break my devel/libtool22 FreeBSD port build on a low >> memory computer (128 MB). >> >> Reason is that xz by default caps memory use at ~40% of p