View previous topic :: View next topic |
Author |
Message |
katfish Tux's lil' helper
Joined: 14 Nov 2011 Posts: 147
|
Posted: Sun Nov 20, 2011 12:20 am Post subject: 4.7.49.9999 & .... (solved) |
|
|
Code: | seven catfish # emerge --update --newuse --deep --with-bdeps=y world -av
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
[ebuild UD~] kde-base/kdelibs-4.7.3 [4.7.49.9999] USE="3dnow acl alsa bzip2 fam handbook lzma mmx nls opengl (policykit) semantic-desktop spell sse sse2 ssl udev udisks upower (-altivec) (-aqua) -bindist -debug -doc -jpeg2k (-kdeenablefinal) -kerberos -openexr -test -upnp -zeroconf" 11,789 kB [1=>0]
Total: 1 package (1 downgrade), Size of downloads: 11,789 kB
Portage tree and overlays:
[0] /portage/overlay
[1] /portage/layman/kde
Would you like to merge these packages? [Yes/No]
|
Hi Mates,
that's more a common question, however...
How can I figure what's causing that downgrade in my world?
thx
Last edited by katfish on Mon Dec 05, 2011 2:45 pm; edited 1 time in total |
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Sun Nov 20, 2011 12:53 am Post subject: |
|
|
The ebuild hasn't been deleted, so possibly a package.mask/package.keywords change in the repo is blocking it. If you use Paludis (run `cave report`) it'll tell you exactly why something is happening. |
|
Back to top |
|
|
houtworm Guru
Joined: 08 Mar 2003 Posts: 391 Location: Den Haag, Netherlands
|
Posted: Sun Nov 20, 2011 1:15 pm Post subject: |
|
|
I have a similar problem.
I changed the package.keywords file in a package.keywords directory and also the package.mask and package.unmask files into directories, because I didn't want to edit the files every time. Now I can copy the package.mask etc. from /var/lib/layman/kde/Documentation/..
But.. suddenly after
Code: | #emerge -upD world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] dev-db/virtuoso-odbc-6.1.4 [6.1.3]
[ebuild U ] dev-db/virtuoso-server-6.1.4 [6.1.3-r1]
[ebuild UD ] kde-base/kdelibs-4.7.3 [4.7.49.9999]
[ebuild UD ] kde-base/marble-4.7.3 [4.7.49.9999] |
That is weird, because kdelibs end marble are in the keywords and in the package.mask just like all other files from kde
So i put Code: | =kde-base/kdelibs-4.7.49.9999
=kde-base/marble-4.7.49.9999 |
in package.unmask and now the problem is solved
(for me).
--Kees _________________ niemand is onbekwamer, dan een timmerman zonder hamer
Kees |
|
Back to top |
|
|
katfish Tux's lil' helper
Joined: 14 Nov 2011 Posts: 147
|
Posted: Mon Dec 05, 2011 2:44 pm Post subject: |
|
|
Thanks for your replies guys. I missed to answer to this thread.
It's was indeed a wrong masked ebuild which has been fixed already. |
|
Back to top |
|
|
|