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 1O8TUr-0006pN-8Z for garchives@archives.gentoo.org; Sun, 02 May 2010 07:21:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ED90E064C; Sun, 2 May 2010 07:21:38 +0000 (UTC) Received: from mxi2.callplus.net.nz (mx194.callplus.net.nz [202.180.66.194]) by pigeon.gentoo.org (Postfix) with ESMTP id CABC6E064C for ; Sun, 2 May 2010 07:21:37 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAEPE3Et34DCL/2dsb2JhbACdK3K4QYUSBA Received: from 119-224-48-139.callplus.net.nz (HELO vrooom.localnet) ([119.224.48.139]) by ismtp02.callplus.net.nz with ESMTP; 02 May 2010 19:21:35 +1200 From: =?iso-8859-1?q?Fran=E7ois_Bissey?= To: gentoo-science@lists.gentoo.org Subject: Re: [gentoo-science] more trouble with pexpect Date: Sun, 2 May 2010 19:21:34 +1200 User-Agent: KMail/1.13.2 (Linux/2.6.32-gentoo-r1; KDE/4.4.2; i686; ; ) References: <4BDCCA8D.7050900@gmx.de> <201005020910.55047.cschwan@students.uni-mainz.de> In-Reply-To: <201005020910.55047.cschwan@students.uni-mainz.de> 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: <201005021921.34754.f.r.bissey@massey.ac.nz> X-Archives-Salt: 29c985bc-207d-46d0-92e2-a12619cc9d4b X-Archives-Hash: e5c159e7ec194b332400ea28d56a5ce0 > Hi Thomas, > > Problem is fixed! > I was working on that just now and noticed your fix when it conflicted with mine. Your fix "doesn't" here, because it still fails if set the doc useflag because it appears there is no doc folder in version 2.0 (it may be different in 2.4): USE="doc" ebuild pexpect-2.0.ebuild install Appending /home/francois/Work/Overlays/sage-on-gentoo to PORTDIR_OVERLAY... * pexpect-2.0.tgz RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking pexpect-2.0.tgz ;-) ... [ ok ] * CPV: dev-python/pexpect-2.0 * REPO: sage-on-gentoo * USE: doc elibc_glibc kernel_linux userland_GNU x86 >>> Unpacking source... >>> Unpacking pexpect-2.0.tgz to /media/anthill/portage/dev- python/pexpect-2.0/work >>> Source unpacked in /media/anthill/portage/dev-python/pexpect-2.0/work >>> Preparing source in /media/anthill/portage/dev- python/pexpect-2.0/work/pexpect-2.0 ... * Applying pexpect-2.0-fix-misc-bugs.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /media/anthill/portage/dev- python/pexpect-2.0/work/pexpect-2.0 ... >>> Source configured. >>> Compiling source in /media/anthill/portage/dev- python/pexpect-2.0/work/pexpect-2.0 ... python2.6 setup.py build running build running build_py creating build creating build/lib copying pexpect.py -> build/lib warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase [not enabled]: dev-python/pexpect-2.0 >>> Install pexpect-2.0 into /media/anthill/portage/dev- python/pexpect-2.0/image/ category dev-python python2.6 setup.py install --root=/media/anthill/portage/dev- python/pexpect-2.0/image/ --no-compile running install running build running build_py warning: build_py: byte-compiling is disabled, skipping. running install_lib creating /media/anthill/portage/dev-python/pexpect-2.0/image/usr creating /media/anthill/portage/dev-python/pexpect-2.0/image/usr/lib creating /media/anthill/portage/dev-python/pexpect-2.0/image/usr/lib/python2.6 creating /media/anthill/portage/dev- python/pexpect-2.0/image/usr/lib/python2.6/site-packages copying build/lib/pexpect.py -> /media/anthill/portage/dev- python/pexpect-2.0/image/usr/lib/python2.6/site-packages warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info Writing /media/anthill/portage/dev- python/pexpect-2.0/image/usr/lib/python2.6/site-packages/pexpect-2.0- py2.6.egg-info !!! dohtml: doc/* does not exist * ERROR: dev-python/pexpect-2.0 failed: * dohtml failed * * Call stack: * ebuild.sh, line 48: Called src_install * environment, line 4362: Called die * The specific snippet of code: * dohtml -r doc/* || die "dohtml failed"; * * If you need support, post the output of 'emerge --info =dev- python/pexpect-2.0', * the complete build log and the output of 'emerge -pqv =dev- python/pexpect-2.0'. * This ebuild is from an overlay named 'sage-on-gentoo': '/home/francois/Work/Overlays/sage-on-gentoo/' * The complete build log is located at '/var/log/portage/dev- python:pexpect-2.0:20100502-071859.log'. * The ebuild environment file is located at '/media/anthill/portage/dev- python/pexpect-2.0/temp/environment'. * S: '/media/anthill/portage/dev-python/pexpect-2.0/work/pexpect-2.0' * QA Notice: file does not exist: * * dohtml: doc/* does not exist