Gentoo Archives: gentoo-science

From: "François Bissey" <f.r.bissey@×××××××××.nz>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] more trouble with pexpect
Date: Sun, 02 May 2010 07:21:49
Message-Id: 201005021921.34754.f.r.bissey@massey.ac.nz
In Reply to: Re: [gentoo-science] more trouble with pexpect by Christopher Schwan
1 > Hi Thomas,
2 >
3 > Problem is fixed!
4 >
5 I was working on that just now and noticed your fix when it conflicted
6 with mine. Your fix "doesn't" here, because it still fails if set the doc
7 useflag because it appears there is no doc folder in version 2.0
8 (it may be different in 2.4):
9
10 USE="doc" ebuild pexpect-2.0.ebuild install
11 Appending /home/francois/Work/Overlays/sage-on-gentoo to PORTDIR_OVERLAY...
12 * pexpect-2.0.tgz RMD160 SHA1 SHA256 size ;-) ...
13 [ ok ]
14 * checking ebuild checksums ;-) ...
15 [ ok ]
16 * checking auxfile checksums ;-) ...
17 [ ok ]
18 * checking miscfile checksums ;-) ...
19 [ ok ]
20 * checking pexpect-2.0.tgz ;-) ...
21 [ ok ]
22 * CPV: dev-python/pexpect-2.0
23 * REPO: sage-on-gentoo
24 * USE: doc elibc_glibc kernel_linux userland_GNU x86
25 >>> Unpacking source...
26 >>> Unpacking pexpect-2.0.tgz to /media/anthill/portage/dev-
27 python/pexpect-2.0/work
28 >>> Source unpacked in /media/anthill/portage/dev-python/pexpect-2.0/work
29 >>> Preparing source in /media/anthill/portage/dev-
30 python/pexpect-2.0/work/pexpect-2.0 ...
31 * Applying pexpect-2.0-fix-misc-bugs.patch ...
32 [ ok ]
33 >>> Source prepared.
34 >>> Configuring source in /media/anthill/portage/dev-
35 python/pexpect-2.0/work/pexpect-2.0 ...
36 >>> Source configured.
37 >>> Compiling source in /media/anthill/portage/dev-
38 python/pexpect-2.0/work/pexpect-2.0 ...
39 python2.6 setup.py build
40 running build
41 running build_py
42 creating build
43 creating build/lib
44 copying pexpect.py -> build/lib
45 warning: build_py: byte-compiling is disabled, skipping.
46 >>> Source compiled.
47 >>> Test phase [not enabled]: dev-python/pexpect-2.0
48
49 >>> Install pexpect-2.0 into /media/anthill/portage/dev-
50 python/pexpect-2.0/image/ category dev-python
51 python2.6 setup.py install --root=/media/anthill/portage/dev-
52 python/pexpect-2.0/image/ --no-compile
53 running install
54 running build
55 running build_py
56 warning: build_py: byte-compiling is disabled, skipping.
57 running install_lib
58 creating /media/anthill/portage/dev-python/pexpect-2.0/image/usr
59 creating /media/anthill/portage/dev-python/pexpect-2.0/image/usr/lib
60 creating /media/anthill/portage/dev-python/pexpect-2.0/image/usr/lib/python2.6
61 creating /media/anthill/portage/dev-
62 python/pexpect-2.0/image/usr/lib/python2.6/site-packages
63 copying build/lib/pexpect.py -> /media/anthill/portage/dev-
64 python/pexpect-2.0/image/usr/lib/python2.6/site-packages
65 warning: install_lib: byte-compiling is disabled, skipping.
66 running install_egg_info
67 Writing /media/anthill/portage/dev-
68 python/pexpect-2.0/image/usr/lib/python2.6/site-packages/pexpect-2.0-
69 py2.6.egg-info
70 !!! dohtml: doc/* does not exist
71 * ERROR: dev-python/pexpect-2.0 failed:
72 * dohtml failed
73 *
74 * Call stack:
75 * ebuild.sh, line 48: Called src_install
76 * environment, line 4362: Called die
77 * The specific snippet of code:
78 * dohtml -r doc/* || die "dohtml failed";
79 *
80 * If you need support, post the output of 'emerge --info =dev-
81 python/pexpect-2.0',
82 * the complete build log and the output of 'emerge -pqv =dev-
83 python/pexpect-2.0'.
84 * This ebuild is from an overlay named 'sage-on-gentoo':
85 '/home/francois/Work/Overlays/sage-on-gentoo/'
86 * The complete build log is located at '/var/log/portage/dev-
87 python:pexpect-2.0:20100502-071859.log'.
88 * The ebuild environment file is located at '/media/anthill/portage/dev-
89 python/pexpect-2.0/temp/environment'.
90 * S: '/media/anthill/portage/dev-python/pexpect-2.0/work/pexpect-2.0'
91 * QA Notice: file does not exist:
92 *
93 * dohtml: doc/* does not exist

Replies

Subject Author
Re: [gentoo-science] more trouble with pexpect "François Bissey" <f.r.bissey@×××××××××.nz>