From owner-freebsd-stable Wed Nov 6 7:42:41 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5874737B401 for ; Wed, 6 Nov 2002 07:42:40 -0800 (PST) Received: from sanne.nlnetlabs.nl (sanne.nlnetlabs.nl [213.53.69.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B9943E6E for ; Wed, 6 Nov 2002 07:42:39 -0800 (PST) (envelope-from ted@sanne.nlnetlabs.nl) Received: from sanne.nlnetlabs.nl (localhost.nlnetlabs.nl [127.0.0.1]) by sanne.nlnetlabs.nl (8.12.6/8.12.5) with ESMTP id gA6FgcFO030612 for ; Wed, 6 Nov 2002 16:42:38 +0100 (CET) (envelope-from ted@sanne.nlnetlabs.nl) Received: (from ted@localhost) by sanne.nlnetlabs.nl (8.12.6/8.12.6/Submit) id gA6FgbeI030611 for freebsd-stable@freebsd.org; Wed, 6 Nov 2002 16:42:37 +0100 (CET) Date: Wed, 6 Nov 2002 16:42:37 +0100 (CET) From: Ted Lindgreen Message-Id: <200211061542.gA6FgbeI030611@sanne.nlnetlabs.nl> To: freebsd-stable@freebsd.org Subject: C Library problem stable on Alpha Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Having just installed an up-to-date (as of Wed Nov 6 16:28:37 CET 2002) version of stable on alpha, I now have a problem compiling the XFree86-4-libraries. The make bails out shortly after: /usr/lib/libc_r.so: undefined reference to `__sys_sigaltstack' Indeed, there is an unresolved referens to "__sys_sigaltstack": setjmp.o: 0000000000000100 T __longjmp U __sys_sigaltstack U __sys_sigprocmask Looking at /usr/src/lib/libc/alpha/gen/setjmp.S there is: PCALL(sigaltstack) which indeed translates to a call to __sys_sigaltstack. Looking for references in the CVS rlog's I found: RCS file: pthread_private.h,v .... revision 1.75 date: 2002/10/22 17:13:32; author: fjoe; state: Exp; lines: +0 -1 remove unused __sys_sigaltstack() declaration It looks futher that sigaltstack is carefully removed everywhere except from setjmp in the alpha port. -- ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message