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 1P7R3D-00012y-Oy for garchives@archives.gentoo.org; Sun, 17 Oct 2010 11:05:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E066E0762 for ; Sun, 17 Oct 2010 11:05:15 +0000 (UTC) Received: from mxi2.callplus.net.nz (mx194.callplus.net.nz [202.180.66.194]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CFD1E06C8 for ; Sun, 17 Oct 2010 10:28:00 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEACRsukx8xQFN/2dsb2JhbAChKnLBeIVJBIpK Received: from 124-197-1-77.callplus.net.nz (HELO vrooom.localnet) ([124.197.1.77]) by ismtp02.callplus.net.nz with ESMTP; 17 Oct 2010 23:27:58 +1300 From: =?iso-8859-1?q?Fran=E7ois_Bissey?= To: gentoo-science@lists.gentoo.org Subject: [gentoo-science] [sage-on-gentoo]some strange problem with sympy Date: Sun, 17 Oct 2010 23:27:56 +1300 User-Agent: KMail/1.13.5 (Linux/2.6.32-gentoo-r7; KDE/4.4.5; i686; ; ) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201010172327.56199.f.r.bissey@massey.ac.nz> X-Archives-Salt: 909fa1df-487b-4126-99d7-8ffe35f85014 X-Archives-Hash: 4eafcbde351a07570bd426cd27433925 Hi all, I was looking at splitting mpmath from sympy (with the help of the patches from fedora) when I came across this at test time: ebuild sympy-0.6.6.ebuild install >>> Existing ${T}/environment for 'sympy-0.6.6' will be sourced. Run >>> 'clean' to start with a fresh environment. * sympy-0.6.6.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking sympy-0.6.6.tar.gz ;-) ... [ ok ] * Package: dev-python/sympy-0.6.6 * Repository: sage * Maintainer: grozin@gentoo.org sci-mathematics@gentoo.org * USE: elibc_glibc gtk ipython kernel_linux latex mathml opengl pdf png userland_GNU x86 >>> It appears that 'sympy-0.6.6' is already setup; skipping. >>> Remove '/var/tmp/portage/dev-python/sympy-0.6.6/.setuped' to force setup. >>> Checking sympy-0.6.6.tar.gz's mtime... >>> WORKDIR is up-to-date, keeping... >>> It appears that 'sympy-0.6.6' is already prepared; skipping. >>> Remove '/var/tmp/portage/dev-python/sympy-0.6.6/.prepared' to force prepare. >>> Configuring source in /var/tmp/portage/dev- python/sympy-0.6.6/work/sympy-0.6.6 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev- python/sympy-0.6.6/work/sympy-0.6.6 ... python2.6 setup.py build Setting permissions of DOT_SAGE directory so only you can read and write it. Traceback (most recent call last): File "/usr/bin/sage-cleaner", line 25, in DOT_SAGE = os.environ['DOT_SAGE'] File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__ raise KeyError(key) KeyError: 'DOT_SAGE' Traceback (most recent call last): File "/usr/bin/sage-cleaner", line 25, in DOT_SAGE = os.environ['DOT_SAGE'] File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__ raise KeyError(key) KeyError: 'DOT_SAGE' I get the same thing with sympy-0.6.7 from portage. I guess it only happens when sage is already present so it would not be visible from a clean install of sage. That sage being installed seem to have an influence on sympy further merging is worrying. Some more packages could be affected (I tested mpmath and there is no problem there). Anyone else sees this? This is with portage-2.2-rc97 that may have an influence. Any idea for debuging this problem should it be real? ebuild --debug wasn't helpful, I would need to run "python2.6 setup.py build -b build-2.6" with some debug output. Cheers, Francois