From owner-freebsd-sparc64@FreeBSD.ORG Tue Feb 24 00:59:38 2015 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C515121 for ; Tue, 24 Feb 2015 00:59:38 +0000 (UTC) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80390C4B for ; Tue, 24 Feb 2015 00:59:37 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id t1O0xOTH091841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Feb 2015 02:59:24 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua t1O0xOTH091841 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id t1O0xNiZ091839; Tue, 24 Feb 2015 02:59:23 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 24 Feb 2015 02:59:23 +0200 From: Konstantin Belousov To: Rob J Subject: Re: upd lite broken on sparc64 with vimage Message-ID: <20150224005923.GS74514@kib.kiev.ua> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tom.home Cc: freebsd-sparc64@freebsd.org, Marius Strobl X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 00:59:38 -0000 On Mon, Feb 23, 2015 at 05:10:34PM -0600, Rob J wrote: > Hello Marius, > When you said userland is broken untill r278870 - is some of the > behaviour like what I am seeing after buildinng world? I am getting a > lot of sendsig errors about all sorts of binaries being too old, and > that I need to rebuild them > > example while installing world: sendsig: bc is too old, rebuild it > example after eventually installing world: sendsig: syslogd is too > old, rebuild it (syslogd doesn't get started) > > Every time I get the sendsig, the related command dies. > > Can you provide some insight to this? Yes, this is the problem manifestation. Minimal rebuild to restore the working system is libc and all static binaries. Rebuilding and reinstalling libc and init would give initial relief. The dynamically linked binaries rebuild would not fix the issue, it is libc which is at fault.