From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Nn0l0-00067Q-7K for garchives@archives.gentoo.org; Thu, 04 Mar 2010 02:25:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B959DE09CE; Thu, 4 Mar 2010 02:25:33 +0000 (UTC) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by pigeon.gentoo.org (Postfix) with ESMTP id 6DD20E09CE for ; Thu, 4 Mar 2010 02:25:33 +0000 (UTC) Received: by fxm22 with SMTP id 22so2332474fxm.26 for ; Wed, 03 Mar 2010 18:25:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=b9EFwaQO8JAhB2Ab8FynsnTG3tQN4gqHXQvw7rnsx34=; b=Albbbmitu/z4RZiX8s+X6xd3DBSgVi2DDKLMG7OzVHQeF6OgD5XC8rfB5X4c6D00VY Y3qKEy8VziKuC/VOlCZgvqVtuWtxktUy2lx0qygfluALH9o9ViRLYkb7ga7eQMrcmZbB OyrUzELlDIW82j/f6RDQfSCcYxBxk2+++j960= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=dSdka2enTXuptC1HHn5J1QzxYMGO3BGmn07TLoN/fgOWlHXGkNjrtvdiyT7TkuaqFC YxdbkVbIyOwXzGH1GbpUTfpTZucUfmlzKPjp2RVvawYiGqPNhXk6o7To7muv0BhP5fV6 CCICMl9iJ+rt/ehOJ0rdT9tCKj0rcMclYjpX8= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.239.161.130 with SMTP id h2mr879040hbd.114.1267669532105; Wed, 03 Mar 2010 18:25:32 -0800 (PST) From: =?ISO-8859-1?Q?Juan_Luis_P=E9rez_P=E9rez?= Date: Thu, 4 Mar 2010 03:25:12 +0100 Message-ID: Subject: [gentoo-catalyst] Circular dependencies. To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a829af5f-d88d-42b5-8474-366df7d06dfc X-Archives-Hash: 09bb35a5be9bd7a6e89844fceae3fce2 I'm having circular dependencies issue starting with portage snapshot 20100216. When I use 20100125 snapshot there is no problem. When doing catalyst -f stage3.spec, it throws this error: >>> Regenerating /etc/ld.so.cache... emerge --quiet --usepkg --buildpkg --newuse --oneshot --nodeps virtual/port= age !!! CANNOT IMPORT HTTP.CLIENT: cannot import name HTTPSConnection emerge --quiet --usepkg --buildpkg --newuse -e system !!! CANNOT IMPORT HTTP.CLIENT: cannot import name HTTPSConnection [nomerge ] sys-devel/automake-1.11.1 [ebuild N ] sys-apps/help2man-1.36.4-r1 USE=3D"nls" [ebuild N ] dev-perl/Locale-gettext-1.05-r1 [ebuild R ] dev-lang/perl-5.8.8-r8 USE=3D"berkdb* gdbm* -build*" [ebuild N ] sys-libs/gdbm-1.8.3-r4 USE=3D"berkdb" [ebuild N ] sys-libs/db-4.7.25_p4 USE=3D"-doc -java -nocxx -tcl -= test" [ebuild NS ] sys-devel/automake-1.10.3 [1.11.1] * Error: circular dependencies: ('ebuild', '/', 'dev-lang/perl-5.8.8-r8', 'merge') depends on ('ebuild', '/', 'sys-libs/gdbm-1.8.3-r4', 'merge') (buildtime) ('ebuild', '/', 'sys-libs/db-4.7.25_p4', 'merge') (buildtime) ('ebuild', '/', 'sys-libs/gdbm-1.8.3-r4', 'merge') depends on ('ebuild', '/', 'sys-libs/db-4.7.25_p4', 'merge') (buildtime) ('ebuild', '/', 'dev-perl/Locale-gettext-1.05-r1', 'merge') depends on ('ebuild', '/', 'dev-lang/perl-5.8.8-r8', 'merge') (buildtime) ('ebuild', '/', 'sys-apps/help2man-1.36.4-r1', 'merge') depends on ('ebuild', '/', 'dev-perl/Locale-gettext-1.05-r1', 'merge') (buildtime) ('ebuild', '/', 'dev-lang/perl-5.8.8-r8', 'merge') (buildtime) ('ebuild', '/', 'sys-libs/db-4.7.25_p4', 'merge') depends on ('ebuild', '/', 'sys-devel/automake-1.10.3', 'merge') (buildtime) ('ebuild', '/', 'sys-devel/automake-1.10.3', 'merge') depends on ('ebuild', '/', 'dev-lang/perl-5.8.8-r8', 'merge') (buildtime) ('ebuild', '/', 'sys-apps/help2man-1.36.4-r1', 'merge') (buildtime) * Note that circular dependencies can often be avoided by temporarily * disabling USE flags that trigger optional dependencies. !!! catalyst: run script failed. Traceback (most recent call last): File "modules/generic_stage_target.py", line 1204, in run_local "run script failed.",env=3Dself.env) File "/usr/lib/catalyst/modules/catalyst_support.py", line 542, in cmd raise CatalystError,myexc CatalystError None !!! catalyst: Stage build aborting due to error. Traceback (most recent call last): File "/usr/lib/catalyst/catalyst", line 209, in build_target mytarget.run() File "modules/generic_stage_target.py", line 1260, in run apply(getattr(self,x)) File "modules/generic_stage_target.py", line 1209, in run_local raise CatalystError,"Stage build aborting due to error." CatalystError !!! catalyst: Error encountered during run of target stage3 Catalyst aborting.... lockfile does not exist '/var/tmp/catalyst/tmp/default/stage3-i686-kmdevelop-20100303/.catalyst_loc= k' Here is my spec file: subarch: i686 target: stage3 version_stamp: 20100303 rel_type: default profile: default/linux/x86/10.0/desktop snapshot: 20100303 source_subpath: default/stage2-i686-20100303 I have no idea about how to deal with circular dependencies in catalyst... Is there any change in portage tree provoking this issue? --=20 Juan Luis P=E9rez P=E9rez Website: http://www.juanluperez.com Registered GNU/Linux user #408294 according to counter.li.org -- Por favor, no adjunte documentos en formatos "doc", "ppt", sino en alg=FAn formato est=E1ndar como "html", "pdf", "rtf", "odt" o "txt". Gracias. Cf: http://www.gnu.org/philosophy/no-word-attachments.es.html