From owner-freebsd-arm@freebsd.org Sat Jan 16 16:28:45 2016 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 CAC66A836C2 for ; Sat, 16 Jan 2016 16:28:45 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB3D19B5 for ; Sat, 16 Jan 2016 16:28:45 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from [62.109.78.35] (mosquito.schwarzes.net [62.109.78.35]) (authenticated bits=0) by olinguito.schwarzes.net (8.15.2/8.15.2) with ESMTPA id u0GGSe9T037814 for ; Sat, 16 Jan 2016 17:28:41 +0100 (CET) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Sat, 16 Jan 2016 17:28:40 +0100 (CET) Message-ID: <478e3ea07e5.2d0fbb8b@mail.schwarzes.net> In-Reply-To: <569A1ADD.5000301@gmail.com> References: <569A1ADD.5000301@gmail.com> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: Re: Something odd going on with WITHOUT_DEBUG_FILES MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Sat, 16 Jan 2016 17:28:42 +0100 (CET) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 16:28:45 -0000 On 16.01.16, Jukka Ukkonen wrote: Hi Jukka, > install -T debug -o root -g wheel -m 444 libc.so.7.debug > /tank/fish/jau/Xcomp/mnt/usr/lib/debug/lib/ > install: libc.so.7.debug: No such file or directory > > I take this means "make installworld" blindly assumes the .debug file > should be there, though, it has not been built at all. You have called the "make installworld" with the WITHOUT_DEBUG_FILES option too? -asc