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 B1A261384C3 for ; Mon, 7 Sep 2015 01:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95E4E142BA; Mon, 7 Sep 2015 01:19:23 +0000 (UTC) Received: from BLU004-OMC1S9.hotmail.com (blu004-omc1s9.hotmail.com [65.55.116.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81CD11419B for ; Mon, 7 Sep 2015 01:19:22 +0000 (UTC) Received: from BLU437-SMTP8 ([65.55.116.8]) by BLU004-OMC1S9.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 6 Sep 2015 18:19:21 -0700 X-TMN: [JEdmiIrxv7GNGMWeF0LdYYV/9sMwaZj8] X-Originating-Email: [frodriguez.developer@outlook.com] Message-ID: From: Fernando Rodriguez To: gentoo-user@lists.gentoo.org Subject: Re: [SOLVED] [gentoo-user] poppler-0.32.0 - error Date: Sun, 6 Sep 2015 21:18:28 -0400 User-Agent: KMail/4.14.8 (Linux/3.18.20; KDE/4.14.8; x86_64; ; ) In-Reply-To: <55ECD6FC.80508@sys-concept.com> References: <55EB31C6.4080905@sys-concept.com> <55ECD6FC.80508@sys-concept.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-OriginalArrivalTime: 07 Sep 2015 01:19:21.0159 (UTC) FILETIME=[39747570:01D0E90B] X-Archives-Salt: eca8cdc5-ab61-46ad-9eee-eef6e4bd1c1d X-Archives-Hash: cfbac3e14687b5117f42017e4f7607a7 On Sunday, September 06, 2015 6:14:52 PM thelma@sys-concept.com wrote: > > Thelma > > On 09/06/2015 01:40 PM, Fernando Rodriguez wrote: > [snip] > >> Though, I can not "manifest" the ebuild it can not be found: > > nxclient-3.5.0-7.x86_64.tar.gz > >> ebuild /usr/local/portage/net-misc/nxclient/nxclient-3.5.0.7.ebuild manifest > > > > Change the SRC_URI variable on the ebuild to point to one of those mirrors. If > > you already have it on distfiles it probably doesn't find it because the SRC_URI > > has a different filename. > > > >> Layman -L > >> doesn't list it either > > > > That's normal because it's not a layman managed overlay. Just make sure to > > list it on your repos.conf. When you emerge it with the -v option it should > > show your overlay name instead of gentoo next to the package name. > > > > If it's a binary package you could also just add the dependencies to your > > world file or to a set and just unpack it manually to /opt. > > > > BTW. It is on the attic, and it does requires extra files. Just copy the whole > > directory from the attic, including files/, then update the SRC_URI and the > > jpeg dependency. > > Hmm I don't know which directory you talking about, is it: > https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-misc/nxclient/files/?hideattic=0 That's it, if you don't need them they where likely for old versions so nevermind. > I just downloaded: nxclient-3.5.0.7.ebuild > and have only two files in: > /usr/local/portage/net-misc/nxclient > -rw-r--r-- 1 root root 1162 Sep 6 17:21 Manifest > -rw-r--r-- 1 root root 1991 Sep 6 17:21 nxclient-3.5.0.7.ebuild > > > https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-misc/nxclient/?hideattic=0 > > > >> Various places have it, like: > >> https://baobabmaster.unige.ch/download/linux/ > > I removed: media-libs/jpeg > and emerged libjpeg-turbo > > I think it worked, I changed in: nxclient-3.5.0.7.ebuild > ... > SRC_URI="http://download.vrdc.cornell.edu/extras/other/nxclient-3.5.0-7.x86_64.tar.gz" > > RDEPEND="dev-libs/expat > >=dev-libs/openssl-0.9.8 > media-libs/audiofile > media-libs/libjpeg-turbo > ... > > Generated new manifest and it compiled just fine. Good. You probably want to make that dependency virtual/jpeg and re-emerge so if it changes in the future you don't run into the same problem. And yes, that was the right file in repos.conf, I just have it all in a single repos.conf file which works too. > This solved the problem with audacity-2.0.5 I had a problem previously; now it compiles just fine. > > Thanks, > Thelma > -- Fernando Rodriguez