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 AAB8E1381F3 for ; Wed, 11 Sep 2013 20:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DBECE0B28; Wed, 11 Sep 2013 20:17:19 +0000 (UTC) Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D823CE0B1B for ; Wed, 11 Sep 2013 20:17:17 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id w61so7470810wes.31 for ; Wed, 11 Sep 2013 13:17:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=KWbKHOGJ+GAsAHj08bxXcjEzCy3Tz4/PyyygcotU3lA=; b=oQ/VaAHk2zvQil7daNtAp+fcI+ag8ta64BPuFyc3cNDrNFbapgxmn2pqGC/UK486qs /SXOFU9b2hfbO3NlJ3kh4YS6pXhq7leXjTWz0KU9i/cN78QlbPw5turbPK9rGj7J32U+ w/CwZ0Iz+kaarTxpZoyjHpi6XORWeLK+lEQzF6gtm1mM8QAF0uUQwSDCKMqmH1x7ni52 jtS9+k0sgvxzlixGO6FhCW495G8PyCE5o2/HFXFqn7U2ZiXAUpvVci4YQtXky7c5JbeM ZZ0zQsdOyPRYmP7/+vfPIQCuvwDWy8dd1Rj56QyIwl/ueKOFbCccACs3DSMGDUBYTzKI zdvw== X-Received: by 10.180.210.243 with SMTP id mx19mr18577539wic.35.1378930636513; Wed, 11 Sep 2013 13:17:16 -0700 (PDT) Received: from [172.20.0.41] (196-210-126-33.dynamic.isadsl.co.za. [196.210.126.33]) by mx.google.com with ESMTPSA id jf2sm13048068wic.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Sep 2013 13:17:16 -0700 (PDT) Message-ID: <5230CEDB.9050908@gmail.com> Date: Wed, 11 Sep 2013 22:13:15 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130809 Thunderbird/17.0.8 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] creating overlay to modify net-fs/samba-3.6.18 References: <522F7CE5.8010801@taydin.org> <522F88BF.7020002@gmail.com> <522F9BAE.1050404@taydin.org> In-Reply-To: <522F9BAE.1050404@taydin.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: d5c16bfa-826b-4efd-ad4b-3987acd006ad X-Archives-Hash: ddc82bf37506e9c3dc329d54fc11bf00 On 11/09/2013 00:22, Timur Aydin wrote: > On 09/11/13 00:01, Alan McKinnon wrote: >> I suspect your make.conf is faulty. >> >> What is the contents of make.conf? >> what is ls -al $PORTDIR/eclass/pam.eclass >> > > Here are the contents of /etc/portage/make.conf: > > ====================================================================== > # These settings were set by the catalyst build script that automatically > # built this stage. > # Please consult /usr/share/portage/config/make.conf.example for a more > # detailed example. > CFLAGS="-O2 -pipe" > CXXFLAGS="${CFLAGS}" > # WARNING: Changing your CHOST is not something that should be done lightly. > # Please consult http://www.gentoo.org/doc/en/change-chost.xml before > changing. > CHOST="x86_64-pc-linux-gnu" > # These are the USE flags that were used in addition to what is provided > by the > # profile used for building. > MAKEOPTS="-j8" > GENTOO_MIRRORS="ftp://ftp.linux.org.tr/pub/gentoo" > USE="nptl nptlonly unicode minizip tk udev python threads xvfb perl dlz > caps sqlite upcall systemd -gtk2 -gtk3 -acl" > ACCEPT_KEYWORDS="~amd64" > ACCEPT_LICENSE="*" > VIDEO_CARDS="intel" > INPUT_DEVICES="evdev keyboard mouse" > FEATURES="-test" > PORTDIR_OVERLAY="/usr/local/portage" > ====================================================================== > > And here is the pam.eclass perms: > > bonsai ~ # ls -al /usr/portage/eclass/pam.eclass > -rw-r--r-- 1 portage portage 6455 Aug 5 2012 > /usr/portage/eclass/pam.eclass I can't reproduce that fault here, and google hits on the matter seem to point towards stale metadata referencing eclasses that no longer exist. I have a hunch you do not have valid metadata for your local overlay, so I suggest: 1. delete the eclass directory from your overlay, run "emerge --metadata" and emerge samba again. See what that does. 2. Set PORTDIR_CACHE_METHOD and/or OVERLAY_CACHE_METHOD explicitly in make.conf, the best reference for these is in the eix man page -- Alan McKinnon alan.mckinnon@gmail.com