Gentoo Archives: gentoo-dev

From: Luke Graham <luke@×××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] ebuild trouble
Date: Tue, 19 Nov 2002 04:21:52
Message-Id: 200211191418.53856.luke@trolltech.com
1 Im attempting a cvs X11 ebuild, which is attached, but I keep getting the
2 following. Am I doing anything obviously wrong?
3
4 tundra xfree # ebuild xfree-5.ebuild unpack
5 >>> Unpacking source...
6 NEWSERVER = :ext:anoncvs@×××××××××××××××.org:2401:/cvs
7 * Running cvs -q -f -z4 update -dP -rHEAD with anoncvs.xfree86.org:2401:/cvs
8 for xc/...
9 Traceback (most recent call last):
10 File "<stdin>", line 10, in ?
11 File "/usr/lib/python2.2/site-packages/pexpect.py", line 277, in expect
12 return self.expect_list(compiled_pattern_list, timeout)
13 File "/usr/lib/python2.2/site-packages/pexpect.py", line 337, in expect_list
14 c = self.read(1, local_timeout)
15 File "/usr/lib/python2.2/site-packages/pexpect.py", line 420, in read
16 raise EOF('End Of File (EOF) in read(). Exception style platform.')
17 pexpect.EOF: 'End Of File (EOF) in read(). Exception style platform.'
18
19 !!! ERROR: x11-base/xfree-5 failed.
20 !!! Function cvs_src_unpack, Line -8572, Exitcode 1
21 !!! died running cvs_fetch
22
23 --
24 luke

Attachments

File name MIME type
xfree-5.ebuild text/x-ebuild