Subject: Re: gnu-cash build errors
To: guy santiglia <fredfl2@soback.kornet.net>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 06/23/1999 02:59:33
On Wed, 23 Jun 1999, guy santiglia wrote:
> perl -p -e "s|\@GNC_RUNTIME_SHAREDIR\@|/usr/pkg/share/gnucash|o;" -e
> "s|\@GNC_RUNTIME_CONFIGDIR\@|/usr/pkg/share/gnucash|o" <
> src/scm/startup/init.scm.in > src/scm/startup/init.scm
> Bus error - core dumped
> *** Error code 138
>
> Stop.
Perl is freaking out. It means perl is writing to memory that it thought
it allocated, but which in fact doesn't even exist. Is this a perl that
you compiled yourself? The current package compiles perl not to use it's
own malloc. If "perl -V | grep malloc -" doesn't show "usemymalloc=n",
recompiling perl from the current pkgsrc might help.