Date: Thu, 28 Jun 2001 18:06:08 +0200 From: Alson van der Meulen <freebsd@alson.linuxfreak.nl> To: freebsd-questions@freebsd.org Subject: Re: Problem building perl 5.6.1 on fresh 4.3-RELEASE install Message-ID: <20010628180608.E473@md2.mediadesign.nl> In-Reply-To: <86k81wvd3x.fsf@pan.ehsrealtime.com> References: <86k81wvd3x.fsf@pan.ehsrealtime.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 28, 2001 at 04:27:30PM +0100, Wayne Pascoe wrote: > Hi there, > > I am having a problem building perl 5.6.1 on a fresh FreeBSD > 4.3-RELEASE install. I've tried reloading and a couple of other > things, but no joy. > > running the ./configure.gnu script goes ok for a while. > The last good things are as follows: > > <vfork.h> NOT found. > <gdbm.h> NOT found. > Looking for extensions... > What extensions do you wish to load dynamically? > [B ByteLoader DB_File Data/Dumper Devel/DProf Devel/Peek Fcntl File/Glob IO IPC/SysV NDBM_File Opcode POSIX SDBM_File Socket Sys/Hostname Sys/Syslog attrs re] > What extensions do you wish to load statically? [ ] > Stripping down executable paths... > Creating config.sh... > Doing variable substitutions on .SH files... > Extracting Makefile (with variable substitutions) > Extracting Policy.sh (with variable substitutions) > Extracting cflags (with variable substitutions) > Extracting config.h (with variable substitutions) > Extracting makeaperl (with variable substitutions) > Extracting makedepend (with variable substitutions) > Extracting makedir (with variable substitutions) > Extracting myconfig (with variable substitutions) > Extracting pod/Makefile (with variable substitutions) > Extracting writemain (with variable substitutions) > Extracting x2p/Makefile (with variable substitutions) > Extracting x2p/cflags (with variable substitutions) > Run make depend now? [y] > > Then it starts to loop.... > > Extracting makedepend (with variable substitutions) > sh ./makedepend MAKE=make > /bin/sh Makefile.SH > Extracting Makefile (with variable substitutions) > sh ./makedepend.SH > Extracting makedepend (with variable substitutions) > make depend MAKEDEPEND= > sh ./makedepend.SH > Extracting makedepend (with variable substitutions) > sh ./makedepend MAKE=make > /bin/sh Makefile.SH > Extracting Makefile (with variable substitutions) > sh ./makedepend.SH > Extracting makedepend (with variable substitutions) > make depend MAKEDEPEND= > sh ./makedepend.SH > > After doing this for a while, I get a message on the console saying > /kernel: proc: table is full > > This keeps repeating itself... > > Has anyone seen this and does anyone know how to fix it? I've tested > the same tarball on another machine and it seems to work ok... maybe it needs gnu-make (gmake) instead of the BSD make? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010628180608.E473>