From owner-freebsd-stable@FreeBSD.ORG Fri Jan 27 21:19:52 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 01C3C16A420 for ; Fri, 27 Jan 2006 21:19:52 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B28443D46 for ; Fri, 27 Jan 2006 21:19:51 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: by uproxy.gmail.com with SMTP id m2so11001uge for ; Fri, 27 Jan 2006 13:19:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dwZWHQHJz/O86FnuIPlcnEHAd8dWrlTWKmJH1DjZFX+weGWKnZ1d0TnO6afKqv6d7PQ7bel3aQUcGrusp+XE5a6lFpRyuHGTx7wFzLzl274GjlNq/j/EuTilSHs/SidWJmGnnp74HU5ewgrTdt8hD5jTVeC/3fckQSvdFkuaiZM= Received: by 10.48.220.3 with SMTP id s3mr192491nfg; Fri, 27 Jan 2006 13:12:59 -0800 (PST) Received: by 10.48.212.18 with HTTP; Fri, 27 Jan 2006 13:12:59 -0800 (PST) Message-ID: Date: Fri, 27 Jan 2006 23:12:59 +0200 From: Kostik Belousov To: freebsd-stable@freebsd.org, trhodes@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: [danger] broken libc.so on stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 21:19:52 -0000 Revision 1.48.8.1 of lib/libc/stdlib/Makefile.inc removed calloc.c from the= list of the source files. As result, freshly built libc does not contain calloc symbol, that completely broke my stable box. The only solution for me was booting from 6.0-RELEASE disc1 and copying libc.so.6 into /lib. After that, manuall= y adding calloc.c to the MISRCS in Makefile.inc and installing libc put the system in order. I suppose that this is simple MFC error. Please, correct it before big havoc hit the stable boxes ! Best regards, Kostik Belousov