Gentoo Archives: gentoo-user

From: Teresa and Dale <teendale@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge inforamtion
Date: Thu, 30 Mar 2006 13:42:46
Message-Id: 442BDF30.3090704@vista-express.com
In Reply to: [gentoo-user] emerge inforamtion by contiemilio@virgilio.it
1 contiemilio@××××××××.it wrote:
2
3 >USE flags doubts (again).
4 >
5 >If I run this command:
6 >
7 >emerge -pv hplip
8 >
9 >the output is:
10 >[ebuild R ] net-print/hplip-0.9.7-r3 +X +cups +foomaticdb -ppds +qt
11 >+scanner* -snmp +usb 0 kB
12 >
13 >There are 5 flags prefixed by a plus and red coloured (+X, +cups, +foomaticdb,
14 >+qt and +usb). These flags are already set. Right?
15 >
16 >
17
18 The plus sign means that it will be compiled with support for that
19 flag. It means you can use that basically.
20
21 >There are 2 flags prefixed by a menus and blue coloured (-ppds and -snmp).
22 >These flags are not set. But, should I set them?
23 >
24 >
25
26 It depends on whether you will use them or not. This is what that flag
27 is for: "ppds - Adds support for automatically generated ppd (printing
28 driver) files." If you need it, edit make.conf file and put it in the
29 USE= line. The snmp is this: "snmp - Adds support for the Simple
30 Network Management Protocol if available." You can get the same info
31 from here: /usr/portage/profiles/use.desc
32
33 >Finally there is anoter flag prefixed by a plus and green coloured
34 >(+scanner*). What does the trailing * mean? What does the green colour mean?
35 >
36 >Thank you a lot in advance.
37 >
38 >emilio
39 >
40 >
41 >
42
43 If I recall correctly, that * means it has been changed since the
44 program was instaled. If you changed some flags recently, you may want
45 to do a emerge -Nvp world to see what else has changed. If everything
46 looks OK, take off the p and let it recompile those for you so it will
47 work correctly.
48
49 Hope that helps.
50
51 Dale
52 :-)
53 --
54 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge inforamtion Raphael Melo de Oliveira Bastos Sales <raphael.melo21@×××××.com>