From owner-freebsd-stable Mon Oct 11 17:30:36 1999 Delivered-To: freebsd-stable@freebsd.org Received: from samurai.dee.uc.pt (samurai.dee.uc.pt [193.136.205.41]) by hub.freebsd.org (Postfix) with ESMTP id 0A04514C3D for ; Mon, 11 Oct 1999 17:30:28 -0700 (PDT) (envelope-from freebsd@samurai.dee.uc.pt) Received: from localhost (freebsd@localhost) by samurai.dee.uc.pt (8.9.3/8.9.2) with SMTP id BAA65518; Tue, 12 Oct 1999 01:23:31 +0100 (WEST) (envelope-from freebsd@samurai.dee.uc.pt) Date: Tue, 12 Oct 1999 01:23:31 +0100 (WEST) From: FreeBSD To: stable@freebsd.org Cc: paulo@isr.uc.pt Subject: make release fails with signal 12 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, after "building world" from fresh sources, installing new kernel, and so on. I decided to issue a make release that failled width a signal 12 and checking in /usr/include/sys/signal.h what signal was involved I was surprised by #define SIGSYS 12 /* non-existent system call invoked*/. Anyone else seing this? Here go the last output lines --- echo '#include "i386/perform.h"' >> tm.h cc -c -O -pipe -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config -I/usr /src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC -I/usr/o bj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o /usr/src/gnu/lib/libgcc/../.. /../contrib/egcs/gcc/libgcc1.c *** Signal 12 Stop in /usr/src/gnu/lib/libgcc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Regards, PMenezes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message