From owner-freebsd-current@FreeBSD.ORG Fri Jun 13 14:54:45 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 5DE8C37B411 for ; Fri, 13 Jun 2003 14:54:45 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A29243FDF for ; Fri, 13 Jun 2003 14:53:24 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h5DLrCOc043501; Fri, 13 Jun 2003 14:53:16 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h5DLr8IP043498; Fri, 13 Jun 2003 14:53:08 -0700 (PDT) Date: Fri, 13 Jun 2003 14:53:07 -0700 From: "David O'Brien" To: Andrey Chernov Message-ID: <20030613215307.GA43462@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Andrey Chernov , current@FreeBSD.org References: <20030613154052.GA62356@nagual.pp.ru> <20030613194427.GA42459@dragon.nuxi.com> <20030613195128.GA2918@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030613195128.GA2918@nagual.pp.ru> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@FreeBSD.org Subject: Re: Bulding libc.so with gnu99 is dangerous! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org 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 21:54:45 -0000 On Fri, Jun 13, 2003 at 11:51:28PM +0400, Andrey Chernov wrote: > 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. This isn't a bug report. The mail server I am writing this from, and the laptop I am using to log into it from; are running with a stock world and I can't repeat your problem.