Gentoo Archives: gentoo-dev

From: 320095285153-0001@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] New to Gentoo
Date: Tue, 20 Feb 2001 07:57:20
Message-Id: 3A927FD4.1E71AD2D@gottinger.de
In Reply to: Re: [gentoo-dev] New to Gentoo by "Bruce A. Locke"
1 "Bruce A. Locke" wrote:
2
3 > From: "Achim Gottinger" <320095285153-0001@××××××××.de>
4 > > Did you upgrade portage or does this errors occure with the version
5 > installed?
6 >
7 > After unmerging the newest version of portage, reinstalling the version that
8 > came on the cd, and then remerging the latest version it appears to be
9 > working again. I had to create my own virtual/glibc entry in the db for
10 > some reason but things seem to work now.
11
12 Yes thats true you might also create virtual/kernel and virtual/alsa
13
14 >
15 >
16 > BTW, is pkgmerge for .tbz2 packages only or can it deal with .ebuild files?
17
18 pkgmerge only handles tbz2 packages.
19
20 If you want to compile and merge a package from sources you must use
21
22 ebuild [package].ebuild merge
23
24 >
25 > If its for .tbz2 messages only perhaps it should generate a proper error
26 > message informing the user instead of spitting out the python error:
27 >
28 > root@gentoo zlib > pkgmerge zlib-1.1.3-r2.ebuild
29 > Traceback (most recent call last):
30 > File "/usr/sbin/pkgmerge", line 68, in ?
31 > mykey=mytbz2.getelements("CATEGORY")[0]+"/"+mypkg[:-5]
32 > IndexError: list index out of range
33 >
34 > If pkgmerge is in fact for .tbz2 files only, is there anyway to get ebuild
35 > to autobuild dependencies yet? Its rather tedious without it due to all the
36 > dependies for things such as gnome...
37 >
38 > > > Third, I don't see any mention of DHCP in networking scripts. Is there
39 > a
40 > > > clean way to quickly implement DHCP client support in the existing
41 > scripts
42 > > > without rm'ing the template eth0 example?
43 > >
44 > > There is no dhcpclient script at the moment. But we will have reqorked
45 > sysv
46 > > scripts in rc4 that support dhcp.
47 >
48 > Actually after reading the dhcpcd manpage it would seem rather simple to do
49 > DHCP on an interface... if I have any luck I'll send the mailing list my
50 > modified .eth0 file for use as an example or whatever :)
51
52 That would be a good thing.
53
54 achim~
55
56 >
57 >
58 > Thanks for your time...
59 >
60 > -- Bruce A. Locke (blocke@××××××.org)
61 >
62 > _______________________________________________
63 > gentoo-dev mailing list
64 > gentoo-dev@g.o
65 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] New to Gentoo "Bruce A. Locke" <blocke-mlist@××××××.org>