Gentoo Archives: gentoo-dev

From: Chris Smith <chris.rs@×××××××.nz>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] New cvs.eclass
Date: Sat, 19 Apr 2003 22:46:14
Message-Id: 200304201042.05354.chris.rs@xtra.co.nz
In Reply to: Re: [gentoo-dev] New cvs.eclass by Dan Armak
1 On Sunday 20 April 2003 02:04, Dan Armak wrote:
2 > On Friday 18 April 2003 14:11, Dan Armak wrote:
3 > > Hello everyone,
4 > >
5 > > I've rewritten cvs.eclass. I'll test all cvs euilds once again now and
6 > > then commit the new eclass and ebuilds if noone objects. Extra testing
7 > > from
8 >
9 > anyone
10 >
11 > > else welcome.
12 >
13 > No objections recieved and everything tests out ok. I'll commit it in a few
14 > minutes, and update the kde-cvs page accordingly.
15
16 Hi Dan,
17
18 When I try and emerge the CVS Kopete (using your latest ebuilds) I get this
19 output here:
20
21 --snip--
22 chris local # PORTDIR_OVERLAY=/usr/local/portage emerge kopete
23 Calculating dependencies ...done!
24 >>> emerge (1 of 1) net-im/kopete-5 to /
25 >>> Unpacking source...
26 * Running cvs -q -f -z4 update -dP with anoncvs.kde.org:/home/kde for
27 kopete/...
28 cvsro server: cannot open directory /home/kde/kopete: No such file or
29 directory
30 cvsro server: skipping directory
31 * Copying kopete/ from /usr/portage/distfiles/cvs-src/kde...
32 /usr/sbin/ebuild.sh: line 126: cd: //usr/portage/distfiles/cvs-src/kde/kopete:
33 No such file or directory
34 * Running cvs -q -f -z4 update -dP with anoncvs.kde.org:/home/kde for
35 kde-common/admin...
36 U ChangeLog
37 U Doxyfile.am
38 U Doxyfile.global
39 U Makefile.common
40 U acinclude.m4.in
41 U am_edit
42 U compile
43 U conf.change.pl
44 U config.guess
45 U config.pl
46 U config.sub
47 U configure.in.bot.end
48 U configure.in.min
49 U cvs-clean.pl
50 U cvs.sh
51 U debianrules
52 U depcomp
53 U detect-autoconf.sh
54 U install-sh
55 U libtool.m4.in
56 U ltmain.sh
57 U missing
58 U mkinstalldirs
59 U nmcheck
60 U ylwrap
61 * Copying kde-common/admin from /usr/portage/distfiles/cvs-src/kde...
62 >>> Source unpacked.
63 grep: Makefile.am: No such file or directory
64 *** Creating aclocal.m4
65 aclocal: `configure.ac' or `configure.in' is required
66 make: *** [cvs] Error 1
67
68 !!! ERROR: net-im/kopete-5 failed.
69 !!! Function kde_src_compile, Line 107, Exitcode 1
70 !!! no configure script found, generation unsuccessful
71 --snip--
72
73 Any Ideas? To state the obvious, it's looking in /home/kde on the CVS server
74 for some reason, which is why it would fail. But why is it doing that?
75
76 --
77 Removing the straw that broke the camel's back does not necessarily
78 allow the camel to walk again.
79
80
81
82 --
83 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] New cvs.eclass Dan Armak <danarmak@g.o>