From owner-freebsd-questions Fri Jan 12 9: 6:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cosrel1.hp.com (cosrel1.hp.com [156.153.255.170]) by hub.freebsd.org (Postfix) with ESMTP id 6B9BE37B698 for ; Fri, 12 Jan 2001 09:06:25 -0800 (PST) Received: from omgw5.rsvl.itc.hp.com (omgw5.rsvl.itc.hp.com [15.34.240.65]) by cosrel1.hp.com (Postfix) with ESMTP id 267D1580; Fri, 12 Jan 2001 10:06:28 -0700 (MST) Received: from xboibrg1.boi.hp.com (xboibrg1.boi.hp.com [15.56.8.167]) by omgw5.rsvl.itc.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit6.0.6 OpenMail) with ESMTP id KAA04461; Fri, 12 Jan 2001 10:06:13 -0700 (MST) Received: by xboibrg1.boi.hp.com with Internet Mail Service (5.5.2653.19) id ; Fri, 12 Jan 2001 10:06:04 -0700 Message-ID: From: "DINKEY,GENE (HP-Loveland,ex1)" To: "'john d taylor'" , FreeBSD Questions List Subject: RE: Error during make Date: Fri, 12 Jan 2001 10:04:21 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The nice thing about compiling is that it makes a great memory tester. Signal 11 in all the experiences I've had is typically bad RAM. If you can try removing some (or swapping out) memory from the machine. Otherwise it could be a problem with the port or a bug in the install. Usually though you wouldn't see a SIGSEGV until after the program was compiled and then run (like with gets() and unchecked buffers). Good luck Gene Dinkey Hewlett Packard Customer Care TCD - PA-RISC based workstations Phone: 970.278.8732 Fax: 970.613.2257 > -----Original Message----- > From: john d taylor [mailto:jdtaylor@digitalinksystems.com] > Sent: Thursday, January 11, 2001 9:53 PM > To: FreeBSD Questions List > Subject: Error during make > > > BSD newbie question... > > Receiving a persistent error during make operations. Getting Signal 11 > Error and Error Code 1 when running make in a port. What could be > causing this and what's my recourse? I've checked the Handbook and FAQ > but have not seen anything specific to this error type. TIA. > > Example: > > cc: Internal compiler error: program cpp got fatal signal 11 > gmake [2]: *** [auth.o] Error 1 > gmake [2]: Leaving directory > `/usr/ports/databases/postgresql7/work/postgresql-7.0.2/src/ba > ckend/libpq' > gmake [1]: *** [libpq.dir] Error 2 > gmake [1]: Leaving directory > `/usr/ports/databases/postgresql7/work/postgresql-7.0.2/src/backend' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/databases/postgresql7. > *** Error code 1 > ... > > > -- > > John Taylor > Technical Director > Digital Ink Systems, Ltd. > jdtaylor@digitalinksystems.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message