From owner-freebsd-arm@freebsd.org Tue Jan 5 19:33:54 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 F0A1AA632C9 for ; Tue, 5 Jan 2016 19:33:53 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5C611F18 for ; Tue, 5 Jan 2016 19:33:53 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk0-x230.google.com with SMTP id q19so89241493qke.3 for ; Tue, 05 Jan 2016 11:33:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=L5U9BFWJ9/h/KqzpFA6PD43zCOHCXvMGo/Lu0jh1/+c=; b=qiLWfnTIRNoqZQzlSpfLuwm+pT4yRRUXCtq6byXUR5o2ANlnm/mz7dyDoL9jHpEqyo I1oM/So3li+og3YTaSh1du5FwXBXtCFaYiZ8ckJ+KqxivPCSa/RGPlN2EUtn4XFixOqN pYg7QBjUyZ5sAO/i51jqfegcaIA2V0BAek8x1CB15H6px0iAtiL0BcGPnkiI0UEBYvvB F8iU1HxuCbWZYaolt5RtKKDn8vKlRRX6cbleDb7rHTw5pONaLxTMq3ExHIiscbGmO3Up m8QfGAuDUjBJgw9bYLWzZ1n0JLSiEbDqzIcE/WmitxQE9fwNVEmKtf63Pi5ZkZhSXZdv D8IA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=L5U9BFWJ9/h/KqzpFA6PD43zCOHCXvMGo/Lu0jh1/+c=; b=BET6QVLf90Q1ym1NdWasYhTdeCNUl9oZznJ+ybIdBQIAVi4c6701gZR51TIPD1aLlP c+CxkLyQQkiyWyu9ftIWKDV+/LqkCGvKKvgYoYLp2pZbi203+iFOjbVqrrumCv42hARu xrWs/sCQ7RgPaR3pDNp9Rnx7yydmjnIhPCOhtZwGOBFr7HDjBFm7dYWBSZAdlgccxHFy /xQuaLahkSqOgFIoo0h4glavtoiwCDFVOkcOjKbkwnaCxQbjbKWyi0XRnKK6Zjq0Tcba DNlwZa0DjC37mPhxTL6cY6RpgmeODvP08VFS4FpZRl8xtOvfBGRFMLjoOjmIjLk94+lK d9tA== X-Gm-Message-State: ALoCoQmokskllkNdEzomod0i3TMbVgZNV/i+yWg+rTB4bio2wmRHsw207vK9g74CcPLx767oyvch7gXD6eIXp9DnLsElFJVzCw== MIME-Version: 1.0 X-Received: by 10.55.40.153 with SMTP id o25mr124130619qko.93.1452022432599; Tue, 05 Jan 2016 11:33:52 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.27.181 with HTTP; Tue, 5 Jan 2016 11:33:52 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: <568C1919.2090407@denninger.net> References: <568C1919.2090407@denninger.net> Date: Tue, 5 Jan 2016 12:33:52 -0700 X-Google-Sender-Auth: AJ_TtECdhReRUvc0j7O2xgKR1O8 Message-ID: Subject: Re: How did I manage to break this?! From: Warner Losh To: Karl Denninger Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Tue, 05 Jan 2016 19:33:54 -0000 what revision are you at? Could these be left-over hard-float libraries? Warner On Tue, Jan 5, 2016 at 12:27 PM, Karl Denninger wrote: > Went back from arm6hf to arm6 on a Pi2 (cross-built the world and > kernel, then rsync'd it), and now I'm getting this with two packages > that I loaded from the "pkg add" command (which, incidentally, was the > reason to do it in the first place, since arm6hf has no package repository) > > The system itself is running fine. > > $ git > Shared object "libintl.so.8" not found, required by "git" > > Bee-ess > > $ ldconfig -r|grep intl > 134:-lintl.8 => /usr/local/lib/libintl.so.8 > 135:-lintl.9 => /usr/local/lib/libintl.so.9 > > $ ls -al /usr/local/lib/*intl* > -rw-r--r-- 1 root wheel 74122 Dec 7 12:58 /usr/local/lib/libintl.a > lrwxr-xr-x 1 root wheel 16 Dec 7 12:58 /usr/local/lib/libintl.so > -> libintl.so.8.1.4 > lrwxr-xr-x 1 root wheel 16 Dec 7 12:58 > /usr/local/lib/libintl.so.8 -> libintl.so.8.1.4 > -rw-r--r-- 1 root wheel 51832 Dec 7 12:58 > /usr/local/lib/libintl.so.8.1.4 > lrwxr-xr-x 1 root wheel 12 Dec 7 12:58 > /usr/local/lib/libintl.so.9 -> libintl.so.8 > > That all came in from the pkg add, so why is the loader complaining that > libintl.so.8 not there? Incidentally, bash throws up on the same error. > > -- > Karl Denninger > karl@denninger.net > /The Market Ticker/ > /[S/MIME encrypted email preferred]/ >