From owner-freebsd-stable Thu Nov 7 9:13:11 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 98AB937B401 for ; Thu, 7 Nov 2002 09:13:10 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B89843E6E for ; Thu, 7 Nov 2002 09:13:06 -0800 (PST) (envelope-from fjoe@iclub.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 189qCz-00078s-00; Thu, 07 Nov 2002 23:12:45 +0600 Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 189qCs-000727-00; Thu, 07 Nov 2002 23:12:38 +0600 Received: from iclub.nsu.ru (fjoe@localhost [127.0.0.1]) by iclub.nsu.ru (8.12.6/8.12.6) with ESMTP id gA7HCSFG044177; Thu, 7 Nov 2002 23:12:28 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Received: (from fjoe@localhost) by iclub.nsu.ru (8.12.6/8.12.6/Submit) id gA7HCRFe044175; Thu, 7 Nov 2002 23:12:27 +0600 (NS) Date: Thu, 7 Nov 2002 23:12:27 +0600 From: Max Khon To: ted@sanne.nlnetlabs.nl Cc: freebsd-stable@freebsd.org Subject: C Library problem stable on Alpha Message-ID: <20021107231227.A43848@iclub.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Envelope-To: ted@sanne.nlnetlabs.nl, freebsd-stable@freebsd.org 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, there! Sorry, I have lost an original message. Can you try the following patch in src/lib/libc_r? --- Makefile.orig Thu Nov 7 23:02:47 2002 +++ Makefile Thu Nov 7 23:03:07 2002 @@ -33,7 +33,7 @@ kevent.o listen.o \ msync.o nanosleep.o open.o poll.o read.o readv.o recvfrom.o \ recvmsg.o sched_yield.o select.o sendfile.o sendmsg.o sendto.o \ - setsockopt.o shutdown.o sigaction.o \ + setsockopt.o shutdown.o sigaction.o sigaltstack.o \ sigpending.o sigprocmask.o \ sigsuspend.o socket.o \ socketpair.o wait4.o write.o writev.o /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message