Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285116 - emerge -uDNpv world cannot all update
Summary: emerge -uDNpv world cannot all update
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-15 17:32 UTC by crucify
Modified: 2011-09-20 19:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (a.txt,12.72 KB, text/plain)
2009-09-15 17:44 UTC, crucify
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crucify 2009-09-15 17:32:40 UTC
# emerge -uDNp world

These are the packages that would be merged, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 kB




# qlist -IC | sort | uniq | grep -v virtual/ | grep -v kde | xargs emerge -pv 2>&1 | grep " U "
[ebuild     U ] media-libs/libv4l-0.6.1 [0.6.0] 126 kB [0]
[ebuild     U ] sci-mathematics/gmm-3.1 [3.0] 447 kB [0]
[ebuild     U ] sys-apps/tuxonice-userui-1.0 [0.7.3] USE="-fbsplash" 66 kB [0]
[ebuild     U ] sys-power/hibernate-script-2.0-r1 [1.99-r1] USE="vim-syntax" 84 kB [0]
[ebuild     U ] sci-libs/cln-1.3.0 [1.2.2] USE="-doc -examples" 1,221 kB [0]
[ebuild     U ] virtual/perl-Module-Build-0.35 [0.34] 0 kB [0]
[ebuild     U ] dev-perl/DBD-SQLite-1.25 [1.14] 1,077 kB [0]
[ebuild     U ] dev-lang/nasm-2.07 [2.05.01] USE="-doc" 762 kB [0]
[ebuild     U ] net-misc/dhcp-3.1.2_p1 [3.1.1] USE="-doc -minimal (-selinux) -static" 774 kB [0]
[ebuild     U ] dev-util/gob-2.0.16 [2.0.15] USE="(-debug%)" 206 kB [0]
[ebuild     U ] app-text/xmlto-0.0.22 [0.0.21] USE="-latex%" 102 kB [0]
[ebuild     U ] dev-python/sip-4.8.2 [4.8.1] USE="-debug -doc" 601 kB [0]
[ebuild     U ] sci-visualization/gnuplot-4.2.6 [4.2.5-r1] USE="X gd pdf readline -doc -emacs -ggi -latex -lua -plotutils (-svga) -wxwidgets -xemacs" 2,868 kB [0]
[ebuild     U ] sys-apps/iproute2-2.6.29.1-r1 [2.6.28] USE="-atm -berkdb -minimal" 360 kB [0]
[ebuild     U ] dev-libs/cyrus-sasl-2.1.23-r1 [2.1.22-r2] USE="crypt gdbm pam ssl -authdaemond -berkdb -java -kerberos -ldap -mysql -ntlm_unsupported_patch -postgres -sample -sqlite% -srp -urandom" 1,576 kB [0]
[ebuild     U ] sys-apps/pcsc-lite-1.5.5 [1.5.3] USE="hal usb -static" 456 kB [0]
[ebuild     U ] app-emulation/wine-1.1.29 [1.1.27] USE="X alsa cups esd gecko jpeg ncurses opengl oss png samba ssl win64 xcomposite xinerama xml (-dbus) (-gnutls) (-gsm) (-hal) -jack -lcms (-ldap) (-mp3) (-nas) (-scanner) -test%" 15,288 kB [0]
[ebuild     U ] app-mobilephone/obexftp-0.23-r1 [0.23] USE="bluetooth perl python -debug -ruby -swig -tcl" 394 kB [0]
[ebuild     U ] dev-python/gnome-python-2.26.1 [2.22.3] 0 kB [0]
[ebuild     U ] app-pda/libopensync-0.36-r1 [0.36] USE="python -debug -doc" 860 kB [0]
[ebuild     U ] dev-cpp/eigen-2.0.5 [2.0.1] USE="-debug% -doc% -examples%" 350 kB [0]




We need more deep calculating dependency.
thank you.

Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-09-15 17:38:09 UTC
emerge --info? portage version?
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-15 17:39:22 UTC
Post the output of:
emerge -uDNptv --with-bdeps=y world
emerge --depclean -p
Comment 3 crucify 2009-09-15 17:43:36 UTC
# emerge -uDNpt --with-bdeps=y world

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild     U ] dev-java/sun-jdk-1.5.0.20 [1.5.0.19] USE="X alsa -doc -examples -jce (-nsplugin) -odbc" 43,133 kB
[nomerge      ] perl-core/File-Spec-3.30 
[ebuild     U ]  virtual/perl-Module-Build-0.35 [0.34] 0 kB


I have much more need update ebuild.
Comment 4 crucify 2009-09-15 17:44:53 UTC
Created attachment 204227 [details]
emerge --info

# emerge --version
Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, glibc-2.10.1-r0, 2.6.31-gentoo x86_64)
Comment 5 Zac Medico gentoo-dev 2009-09-16 05:10:40 UTC
(In reply to comment #3)
> I have much more need update ebuild.

Please check `emerge -p --depclean output`. If you want anything that it would remove, you should use `emerge --noreplace <atom>` to have it added to /var/lib/portage/world.
Comment 6 crucify 2009-09-16 07:29:15 UTC
please, do this command.
may be, your system too.

# emerge -uDNpv world

# qlist -IC | sort | uniq | grep -v virtual/ | grep -v kde | xargs emerge -pv 2>&1 | grep " U "
Comment 7 crucify 2009-09-16 07:30:05 UTC
# emerge -epv world 2>&1 | grep " U "
Comment 8 Zac Medico gentoo-dev 2009-09-16 16:01:31 UTC
(In reply to comment #6)
> please, do this command.
> may be, your system too.

I'm pretty sure mine is fine. However, this is a common area of confusion for users. This is the #1 question in the faq:

 http://www.gentoo.org/proj/en/portage/doc/faq.xml

You probably just need to run `emerge -p --depclean` and either remove those packages or add them to you world file.