Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] confusing emerge output
Date: Wed, 23 Apr 2008 05:03:55
Message-Id: yu9fxtdi2mk.fsf@nyu.edu
1 # emerge --verbose --ask --deep --update --newuse --tree world
2
3 gives just a few packages with dev-java/rhino the last one (first to
4 be merged).
5
6 But
7
8 # emerge --oneshot --ask rhino
9
10 Gives a bunch of packages with rhino the last one (last to build).
11
12 Could someone explain?
13 thanks,
14 allan
15
16 ================================================================
17
18 Specifically
19
20 ajglap gottlieb # emerge --verbose --ask --deep --update --newuse --tree world
21
22 These are the packages that would be merged, in reverse order:
23
24 Calculating world dependencies... done!
25 [ebuild U ] app-office/openoffice-2.4.0 [2.3.1-r1] USE="cups dbus firefox gnome gtk java pam -binfilter -branding% -debug -eds -gstreamer -kde -ldap -mono -odk -seamonkey -webdav -xulrunner (-cairo%) (-sound%*)" LINGUAS="-af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en -en_GB -en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh% -sk -sl -sr% -ss -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu (-sh_YU%) (-sr_CS%)" 161,198 kB
26 [ebuild U ] x11-libs/qt-4.3.3 [4.3.2-r1] USE="accessibility cups dbus doc gif jpeg png qt3support* ssl tiff zlib -debug -examples -firebird -glib -mng -mysql -nas -nis -odbc -opengl -pch -postgres -sqlite -sqlite3 -xinerama" INPUT_DEVICES="-wacom" 41,350 kB
27 [ebuild U ] app-office/gnumeric-1.8.2 [1.8.1] USE="gnome perl python -debug" 13,747 kB
28 [nomerge ] app-office/openoffice-2.4.0 [2.3.1-r1] USE="cups dbus firefox gnome gtk java pam -binfilter -branding% -debug -eds -gstreamer -kde -ldap -mono -odk -seamonkey -webdav -xulrunner (-cairo%) (-sound%*)" LINGUAS="-af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en -en_GB -en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh% -sk -sl -sr% -ss -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu (-sh_YU%) (-sr_CS%)"
29 [ebuild N ] dev-db/hsqldb-1.8.0.9 USE="doc -source" 3,412 kB
30 [ebuild NS ] dev-java/servletapi-2.3-r3 USE="doc -source" 125 kB
31 [ebuild N ] dev-java/rhino-1.5.5-r4 USE="doc -source" 1,506 kB
32
33 Total: 6 packages (3 upgrades, 2 new, 1 in new slot), Size of downloads: 221,336 kB
34
35 Would you like to merge these packages? [Yes/No] no
36
37 Quitting.
38
39 ajglap gottlieb # emerge --oneshot --ask rhino
40
41 These are the packages that would be merged, in order:
42
43 Calculating dependencies... done!
44 [ebuild N ] dev-java/junit-3.8.1-r3 USE="doc -source"
45 [ebuild N ] dev-java/relaxng-datatype-1.0-r1 USE="doc -source"
46 [ebuild N ] dev-java/icu4j-3.0-r1 USE="doc -source"
47 [ebuild N ] dev-java/iso-relax-20050331-r1 USE="-source"
48 [ebuild N ] dev-java/xpp2-2.1.10-r1 USE="doc -source"
49 [ebuild N ] dev-java/xpp3-1.1.4c USE="doc -source -test"
50 [ebuild N ] dev-java/gnu-crypto-2.0.1-r2 USE="doc -source"
51 [ebuild N ] dev-java/log4j-1.2.15 USE="doc -javamail -jms -jmx -source"
52 [ebuild N ] dev-java/xsdlib-20050627-r1 USE="doc -source"
53 [ebuild N ] dev-java/ant-junit-1.7.0
54 [ebuild N ] dev-java/xom-1.0-r6 USE="doc -examples -source"
55 [ebuild N ] dev-java/xmldb-20011111-r1 USE="doc -source"
56 [ebuild N ] dev-java/jaxme-0.3.1-r4 USE="doc -source"
57 [ebuild N ] dev-java/ant-trax-1.7.0
58 [ebuild N ] dev-java/msv-20050627-r1 USE="doc -source"
59 [ebuild N ] dev-java/saxpath-1.0-r2 USE="doc -source -test"
60 [ebuild N ] dev-java/jsr173-1.0-r1 USE="doc -source"
61 [ebuild N ] dev-java/dom4j-1.6.1-r2 USE="doc -source"
62 [ebuild N ] dev-java/jdom-1.0-r4 USE="doc -examples -source"
63 [ebuild N ] dev-java/jaxen-1.1.1 USE="doc -examples -source -test"
64 [ebuild N ] dev-java/jdom-jaxen-1.0-r1
65 [ebuild N ] dev-java/xml-xmlbeans-1.0.4_pre20041217 USE="doc -source"
66 [ebuild N ] dev-java/rhino-1.6.5 USE="doc -examples -source"
67
68 Would you like to merge these packages? [Yes/No] no
69
70 Quitting.
71
72 ajglap gottlieb #
73 --
74 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] confusing emerge output Alan McKinnon <alan.mckinnon@×××××.com>