From owner-freebsd-current@FreeBSD.ORG Fri Jun 13 12:51:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D55E37B401; Fri, 13 Jun 2003 12:51:31 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB7343FAF; Fri, 13 Jun 2003 12:51:30 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h5DJpTvc002957; Fri, 13 Jun 2003 23:51:29 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h5DJpTaF002956; Fri, 13 Jun 2003 23:51:29 +0400 (MSD) Date: Fri, 13 Jun 2003 23:51:28 +0400 From: Andrey Chernov To: "David O'Brien" , current@FreeBSD.org Message-ID: <20030613195128.GA2918@nagual.pp.ru> References: <20030613154052.GA62356@nagual.pp.ru> <20030613194427.GA42459@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030613194427.GA42459@dragon.nuxi.com> User-Agent: Mutt/1.5.4i Subject: Re: Bulding libc.so with gnu99 is dangerous! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 19:51:31 -0000 On Fri, Jun 13, 2003 at 12:44:27 -0700, David O'Brien wrote: > On Fri, Jun 13, 2003 at 07:40:53PM +0400, Andrey Chernov wrote: > > After installing libc.so builded with standard bsd.sys.mk (i.e. with > > gnu99) all shared programs reports missing 'SYS_sigreturn' name and fails > > to start. > > > > When I restore old libc and rebuild libc without gnu99, all works fine > > again. > > Please provide sufficent detail that I can track down your problem. The problem itself is gone with updating to new bsd.sys.mk where now CSTD ?= c99 for i386, but some time ago there was CSTD ?= gnu99 for i386 and I just build/install libc to trigger the bug.