From owner-freebsd-arm@freebsd.org Mon Jul 3 01:00:00 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00B839C7479 for ; Mon, 3 Jul 2017 01:00:00 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CE3197C1C0 for ; Mon, 3 Jul 2017 00:59:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v63100sT018329 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 2 Jul 2017 18:00:01 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v63100RQ018328; Sun, 2 Jul 2017 18:00:00 -0700 (PDT) (envelope-from fbsd) Date: Sun, 2 Jul 2017 18:00:00 -0700 From: bob prohaska To: Mark Millard Cc: freebsd-arm Subject: Re: Signal 11 on RPI2 running 12.0-CURRENT #6 r320526 Message-ID: <20170703010000.GC17014@www.zefox.net> References: <20170702015517.GA14839@www.zefox.net> <20170702203651.GA17014@www.zefox.net> <1AAA5539-C81F-407E-8310-8F446665E7FC@dsl-only.net> <38241DC9-8A8D-4B90-A678-5A4F7511029B@dsl-only.net> <20170702234351.GB17014@www.zefox.net> <76AA57AF-8D5E-461E-A756-F71A9F84B1EE@dsl-only.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <76AA57AF-8D5E-461E-A756-F71A9F84B1EE@dsl-only.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 01:00:00 -0000 On Sun, Jul 02, 2017 at 04:57:18PM -0700, Mark Millard wrote: > > man install reports: > > -s install exec's the command strip(1) to strip binaries so that > install can be portable over a large number of systems and binary > types. See below for how install can be instructed to use > another program to strip binaries. > > It also reports in the ENVIRONMENT section: > > If the DONTSTRIP environment variable is present, install will ignore any > specification of the -s option. This is mainly for use in debugging the > FreeBSD Ports Collection. > > === Looks like the jig is up. Setting DONTSTRIP results in /lib/libc.so.7: invalid file format Looks like something got corrupted, the ls command does the same. Thanks again for your help and patience! bob prohaska