From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A951F1397E9 for ; Tue, 18 Aug 2015 22:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE04F1426D; Tue, 18 Aug 2015 22:14:55 +0000 (UTC) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E96DE0833 for ; Tue, 18 Aug 2015 22:14:54 +0000 (UTC) Received: by laba3 with SMTP id a3so4793109lab.1 for ; Tue, 18 Aug 2015 15:14:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:in-reply-to:message-id:references:user-agent :mime-version:content-type; bh=Uuxcqu+J2OPx4lZIRq0dneqA1Y/Ee/KOSG/rcB7urTU=; b=SsEdxQq+/d/E/aCUSsq1rNpzgfcmAp6se8zEspBfnupVjzac/cRXnEpJzjTLnYFOzr yrt2P85ddzegNnRESKWb5n8NG3PkASWWk6JKaC7Wv7T/oCwX4qwctGimq47jV6Q2mPw2 twxl3ATCsqWi2mlneDXt31MaHTe7CliUTGRv2tL5ECGSO2srHNrKCVMkFfFqw4cVvFmg ZmIPWfWOlsi0yAcLL/FaxSjtA29TFFc3A7xfTSQIcL3Y3I40yp/xQFy0NZdwbcsGlsRN xexHXF6gC7dT58vbaVceN5Or9rOE/DUqMWDqr6fWbmQAtTOW6TKrTYNwnCgBa9792f5A 5rOA== X-Received: by 10.152.29.132 with SMTP id k4mr8340290lah.88.1439936093123; Tue, 18 Aug 2015 15:14:53 -0700 (PDT) Received: from gentoo-tp.home (77-253-30-38.adsl.inetia.pl. [77.253.30.38]) by smtp.gmail.com with ESMTPSA id tj8sm5243413lbb.22.2015.08.18.15.14.52 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 18 Aug 2015 15:14:52 -0700 (PDT) Date: Wed, 19 Aug 2015 00:14:46 +0200 (CEST) From: Jeremi Piotrowski X-X-Sender: jeremi@gentoo-tp.localdomain To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: !!!! In-Reply-To: <55D3AA1C.30406@gmail.com> Message-ID: References: <55D38D15.3040800@verizon.net> <55D39830.8060602@gmail.com> <55D3AA1C.30406@gmail.com> User-Agent: Alpine 2.20 (LNX 67 2015-01-07) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Archives-Salt: 228a417c-b839-402a-8d33-21978587f71a X-Archives-Hash: f5f687dad95e8b3b972fe95184399093 On Tue, 18 Aug 2015, Dale wrote: > Grant Edwards wrote: > > On 2015-08-18, Dale wrote: > > I don't have any libtinfo. on any of my systems either. By > > default, I don't think a separate libtinfo is built. One suggestion I > > saw for this problem (on a different distro) is to symlink libtinfo to > > libncurses. Ncurses can be compiled as a single library or as two (ncurses + tinfo), in either case all the symbols are present on the system it's just a question of where they are located. Many packages are not prepared to handle the seperate tinfo library, we have many bugs in the bugzilla that deal with tracking down such build failures and correcting them. But this is the first I hear of anyone having a problem with the reverse. Symlinking libtinfo to libncurses *should* work, or atleast seems like a valid rescue attempt. > Maybe we will get some replies from the OP soon. Would help, I too don't recall any serious updates lately.