* [gentoo-science] more trouble with pexpect
@ 2010-05-02 0:42 Thomas Kahle
2010-05-02 7:10 ` Christopher Schwan
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Kahle @ 2010-05-02 0:42 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 1885 bytes --]
Hi,
I'm still having trouble to install the split sage-on-gentoo.
This time it's installing pexpect:
Cheers,
Thomas
>>> Install pexpect-2.0 into
/var/tmp/portage/dev-python/pexpect-2.0/image/ category dev-python
python2.6 setup.py install
--root=/var/tmp/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 /var/tmp/portage/dev-python/pexpect-2.0/image/usr
creating /var/tmp/portage/dev-python/pexpect-2.0/image/usr/lib
creating /var/tmp/portage/dev-python/pexpect-2.0/image/usr/lib/python2.6
creating
/var/tmp/portage/dev-python/pexpect-2.0/image/usr/lib/python2.6/site-packages
copying build/lib/pexpect.py ->
/var/tmp/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
/var/tmp/portage/dev-python/pexpect-2.0/image/usr/lib/python2.6/site-packages/pexpect-2.0-py2.6.egg-info
* ERROR: dev-python/pexpect-2.0 failed:
* dohtml failed
*
* Call stack:
* ebuild.sh, line 54: Called src_install
* environment, line 4308: Called die
* The specific snippet of code:
* use doc && 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/tom/gentoo/sage-on-gentoo/'
* The complete build log is located at
'/var/tmp/portage/dev-python/pexpect-2.0/temp/build.log'.
* The ebuild environment file is located at
'/var/tmp/portage/dev-python/pexpect-2.0/temp/environment'.
* S: '/var/tmp/portage/dev-python/pexpect-2.0/work/pexpect-2.0'
--
Thomas Kahle
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 380 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-science] more trouble with pexpect
2010-05-02 0:42 [gentoo-science] more trouble with pexpect Thomas Kahle
@ 2010-05-02 7:10 ` Christopher Schwan
2010-05-02 7:21 ` François Bissey
0 siblings, 1 reply; 4+ messages in thread
From: Christopher Schwan @ 2010-05-02 7:10 UTC (permalink / raw
To: gentoo-science
Hi Thomas,
Problem is fixed!
Christopher
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-science] more trouble with pexpect
2010-05-02 7:10 ` Christopher Schwan
@ 2010-05-02 7:21 ` François Bissey
2010-05-02 7:44 ` François Bissey
0 siblings, 1 reply; 4+ messages in thread
From: François Bissey @ 2010-05-02 7:21 UTC (permalink / raw
To: gentoo-science
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-science] more trouble with pexpect
2010-05-02 7:21 ` François Bissey
@ 2010-05-02 7:44 ` François Bissey
0 siblings, 0 replies; 4+ messages in thread
From: François Bissey @ 2010-05-02 7:44 UTC (permalink / raw
To: gentoo-science
> > 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
Pushed my own fix which will work even with the doc useflag.
Francois
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-05-02 7:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-02 0:42 [gentoo-science] more trouble with pexpect Thomas Kahle
2010-05-02 7:10 ` Christopher Schwan
2010-05-02 7:21 ` François Bissey
2010-05-02 7:44 ` François Bissey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox