From owner-freebsd-emulation@freebsd.org Sun May 8 15:13:09 2016 Return-Path: Delivered-To: freebsd-emulation@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 8A16FB32A40 for ; Sun, 8 May 2016 15:13:09 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 73D8518DA for ; Sun, 8 May 2016 15:13:09 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: by mailman.ysv.freebsd.org (Postfix) id 73329B32A3F; Sun, 8 May 2016 15:13:09 +0000 (UTC) Delivered-To: emulation@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 72DB1B32A3E for ; Sun, 8 May 2016 15:13:09 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from heemeyer.club (heemeyer.club [108.61.204.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "heemeyer.club", Issuer "heemeyer.club" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EDBD18D9 for ; Sun, 8 May 2016 15:13:08 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from chd.heemeyer.club (dchagin.static.corbina.ru [78.107.232.239]) by heemeyer.club (8.15.2/8.15.1) with ESMTPS id u48F8UnJ006077 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 8 May 2016 15:08:32 GMT (envelope-from dchagin@chd.heemeyer.club) X-Authentication-Warning: heemeyer.club: Host dchagin.static.corbina.ru [78.107.232.239] claimed to be chd.heemeyer.club Received: from chd.heemeyer.club (localhost [127.0.0.1]) by chd.heemeyer.club (8.15.2/8.15.1) with ESMTPS id u48F8UUw008872 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 8 May 2016 18:08:30 +0300 (MSK) (envelope-from dchagin@chd.heemeyer.club) Received: (from dchagin@localhost) by chd.heemeyer.club (8.15.2/8.15.2/Submit) id u48F8TNT008871; Sun, 8 May 2016 18:08:29 +0300 (MSK) (envelope-from dchagin) Date: Sun, 8 May 2016 18:08:29 +0300 From: Chagin Dmitry To: mokhi Cc: emulation Subject: Re: Problem with sublime2 and 3 and linux-compat Message-ID: <20160508150829.GA8849@chd.heemeyer.club> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 15:13:09 -0000 On Sun, May 08, 2016 at 07:01:08PM +0430, mokhi wrote: > Hi. > I encountered problem with sublime port that uses linux emulations. > When i try to run sublime it errors me "compat/linux/bin/sh: error > while loading shared libraries: /usr/local/lib/libtinfo.so.5: ELF file ^^^^^^^^^^^^^^ looks like native (FreeBSD) lib > OS ABI invalid" > > As far as i traced running "compat/linux/bin/sh" and > "compat/linux/bin/bash" has same error too (so IMO it's not bug for > sublime[23] specifically) > > Any idea about reason/solution for this problem ? >