From owner-freebsd-current@FreeBSD.ORG Fri Jun 13 08:40:57 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 D5D2437B401; Fri, 13 Jun 2003 08:40:57 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F9D43F3F; Fri, 13 Jun 2003 08:40:56 -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 h5DFes5h062402; Fri, 13 Jun 2003 19:40:55 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h5DFes0k062401; Fri, 13 Jun 2003 19:40:54 +0400 (MSD) Date: Fri, 13 Jun 2003 19:40:53 +0400 From: Andrey Chernov To: current@freebsd.org, obrien@freebsd.org Message-ID: <20030613154052.GA62356@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: 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 15:40:58 -0000 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.