public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Issues with Dependencies
@ 2006-03-31 23:52 Lord Sauron
  2006-04-01  0:12 ` Manuel McLure
  2006-04-01  0:17 ` Bo Andresen
  0 siblings, 2 replies; 6+ messages in thread
From: Lord Sauron @ 2006-03-31 23:52 UTC (permalink / raw
  To: gentoo-user

Hi, I'm having a bit more trouble.

I'm trying to re-compile KDE so that maybe some functionality which
didn't compile right the first time will work.  However, it says I've
got some broken dependencies.

localhost ~ # emerge --pretend kde

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] =kde-base/kbounce-3.4* (is blocking kde-base/kdegames-3.4.3)
[blocks B     ] =kde-base/libkdegames-3.4* (is blocking kde-base/kdegames-3.4.3)
[blocks B     ] =kde-base/kdemultimedia-kioslaves-3.4* (is blocking
kde-base/kdemultimedia-3.4.3)
[blocks B     ] =kde-base/kdemultimedia-arts-3.4* (is blocking
kde-base/kdemultimedia-3.4.3)
[blocks B     ] =kde-base/libkcddb-3.4* (is blocking
kde-base/kdemultimedia-3.4.3)
[blocks B     ] =kde-base/klaptopdaemon-3.4* (is blocking
kde-base/kdeutils-3.4.3-r1)
[blocks B     ] =kde-base/kommander-3.4* (is blocking
kde-base/kdewebdev-3.4.3-r1)
[blocks B     ] =kde-base/kxsldbg-3.4* (is blocking kde-base/kdewebdev-3.4.3-r1)
[blocks B     ] =kde-base/kfilereplace-3.4* (is blocking
kde-base/kdewebdev-3.4.3-r1)
[blocks B     ] =kde-base/klinkstatus-3.4* (is blocking
kde-base/kdewebdev-3.4.3-r1)
[blocks B     ] =kde-base/kimagemapeditor-3.4* (is blocking
kde-base/kdewebdev-3.4.3-r1)
[blocks B     ] =kde-base/quanta-3.4* (is blocking kde-base/kdewebdev-3.4.3-r1)

[snipped the stuff that wasn't broken]

I don't know what to do.  I don't want to loose Quanta+ or
KLaptopDaemon, and I frankly didn't know Kommander was there...

Please help a old Debian person who isn't used to doing this stuff by
himself...  Oh, I already tried emerge --depclean, but that didn't fix
all the problems apparently.  In the mean time I'll try remerging
KLaptopDaemon, but I would like to resolve these issues to both learn
how and to make life easier in the future.

Thanks for your help!

--
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Issues with Dependencies
  2006-03-31 23:52 [gentoo-user] Issues with Dependencies Lord Sauron
@ 2006-04-01  0:12 ` Manuel McLure
  2006-04-01  0:17 ` Bo Andresen
  1 sibling, 0 replies; 6+ messages in thread
From: Manuel McLure @ 2006-04-01  0:12 UTC (permalink / raw
  To: gentoo-user

Lord Sauron wrote:
> Hi, I'm having a bit more trouble.
> 
> I'm trying to re-compile KDE so that maybe some functionality which
> didn't compile right the first time will work.  However, it says I've
> got some broken dependencies.
> 
> localhost ~ # emerge --pretend kde
> 
> These are the packages that I would merge, in order:
> 
> Calculating dependencies ...done!
> [blocks B     ] =kde-base/kbounce-3.4* (is blocking kde-base/kdegames-3.4.3)
> [blocks B     ] =kde-base/libkdegames-3.4* (is blocking kde-base/kdegames-3.4.3)
> [blocks B     ] =kde-base/kdemultimedia-kioslaves-3.4* (is blocking
> kde-base/kdemultimedia-3.4.3)
> [blocks B     ] =kde-base/kdemultimedia-arts-3.4* (is blocking
> kde-base/kdemultimedia-3.4.3)
> [blocks B     ] =kde-base/libkcddb-3.4* (is blocking
> kde-base/kdemultimedia-3.4.3)
> [blocks B     ] =kde-base/klaptopdaemon-3.4* (is blocking
> kde-base/kdeutils-3.4.3-r1)
> [blocks B     ] =kde-base/kommander-3.4* (is blocking
> kde-base/kdewebdev-3.4.3-r1)
> [blocks B     ] =kde-base/kxsldbg-3.4* (is blocking kde-base/kdewebdev-3.4.3-r1)
> [blocks B     ] =kde-base/kfilereplace-3.4* (is blocking
> kde-base/kdewebdev-3.4.3-r1)
> [blocks B     ] =kde-base/klinkstatus-3.4* (is blocking
> kde-base/kdewebdev-3.4.3-r1)
> [blocks B     ] =kde-base/kimagemapeditor-3.4* (is blocking
> kde-base/kdewebdev-3.4.3-r1)
> [blocks B     ] =kde-base/quanta-3.4* (is blocking kde-base/kdewebdev-3.4.3-r1)

It looks like you installed KDE originally using the split ebuilds - 
i.e. kde-meta instead of kde. Try

emerge --pretend kde-meta

and see if that doesn't give blocking messages. I expect it won't.


-- 
Manuel A. McLure KE6TAW <manuel@mclure.org> <http://www.mclure.org>
...for in Ulthar, according to an ancient and significant law,
no man may kill a cat.                       -- H.P. Lovecraft
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Issues with Dependencies
  2006-03-31 23:52 [gentoo-user] Issues with Dependencies Lord Sauron
  2006-04-01  0:12 ` Manuel McLure
@ 2006-04-01  0:17 ` Bo Andresen
  2006-04-01  0:25   ` Lord Sauron
  1 sibling, 1 reply; 6+ messages in thread
From: Bo Andresen @ 2006-04-01  0:17 UTC (permalink / raw
  To: gentoo-user

On Saturday 01 April 2006 01:52, Lord Sauron wrote:
> Hi, I'm having a bit more trouble.
>
> I'm trying to re-compile KDE so that maybe some functionality which
> didn't compile right the first time will work.  However, it says I've
> got some broken dependencies.
>
> localhost ~ # emerge --pretend kde
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [blocks B     ] =kde-base/kbounce-3.4* (is blocking
> kde-base/kdegames-3.4.3) [blocks B     ] =kde-base/libkdegames-3.4* (is
[SNIP]

> I don't know what to do.  I don't want to loose Quanta+ or
> KLaptopDaemon, and I frankly didn't know Kommander was there...
>
> Please help a old Debian person who isn't used to doing this stuff by
> himself...  Oh, I already tried emerge --depclean, but that didn't fix
> all the problems apparently.  In the mean time I'll try remerging
> KLaptopDaemon, but I would like to resolve these issues to both learn
> how and to make life easier in the future.

http://www.gentoo.org/doc/en/kde-config.xml#doc_chap2

You are trying to install the monolithic packages while what you have 
installed are the split packages. I would recommend that you stick with the 
split packages and emerge kde-meta instead of kde. That way you will have the 
option to uninstall packages that you don't use later on without having to 
remerge anything.

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Issues with Dependencies
  2006-04-01  0:17 ` Bo Andresen
@ 2006-04-01  0:25   ` Lord Sauron
  2006-04-01  0:55     ` Bo Andresen
  0 siblings, 1 reply; 6+ messages in thread
From: Lord Sauron @ 2006-04-01  0:25 UTC (permalink / raw
  To: gentoo-user

localhost ~ # emerge --pretend kde-meta

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdialog-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking
kde-base/kdebase-kioslaves-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
kde-base/kdegraphics-kfile-plugins-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking kde-base/kgamma-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking kde-base/kmrml-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking kde-base/kpdf-3.4.3-r4)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
kde-base/kolourpaint-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
kde-base/kcoloredit-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
kde-base/ksnapshot-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
kde-base/kghostview-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
kde-base/kiconedit-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking kde-base/ksvg-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking kde-base/kfax-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
kde-base/kviewshell-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
kde-base/kuickshow-3.4.1)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking kde-base/kview-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking kde-base/kdvi-3.4.3)
[blocks B     ] =kde-base/kdegraphics-3.4* (is blocking kde-base/kruler-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kate-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kscreensaver-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdebase-data-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdesu-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/khotkeys-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kcminit-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/khelpcenter-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kcontrol-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdm-3.4.3-r1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdebugdialog-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kreadconfig-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/knetattach-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdepasswd-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/libkonq-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kicker-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kappfinder-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kfind-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/ksysguard-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kcheckpass-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/ksplashml-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/klipper-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/ksystraycmd-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kwin-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdesktop-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kstart-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kxkb-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/ksmserver-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/nsplugins-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/ktip-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdeprint-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdcop-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kpager-3.4.2)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kmenuedit-3.4.1)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking
kde-base/kpersonalizer-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking
kde-base/kdebase-startkde-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/drkonqi-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/konqueror-3.4.3)
[blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/konsole-3.4.3)

No.  Still doesn't like me.  I never know about the meta packages, so
I could be on Gnome for a little while until I get this sorted out,
huh?

On 3/31/06, Bo Andresen <bo.andresen@gmail.com> wrote:
> On Saturday 01 April 2006 01:52, Lord Sauron wrote:
> > Hi, I'm having a bit more trouble.
> >
> > I'm trying to re-compile KDE so that maybe some functionality which
> > didn't compile right the first time will work.  However, it says I've
> > got some broken dependencies.
> >
> > localhost ~ # emerge --pretend kde
> >
> > These are the packages that I would merge, in order:
> >
> > Calculating dependencies ...done!
> > [blocks B     ] =kde-base/kbounce-3.4* (is blocking
> > kde-base/kdegames-3.4.3) [blocks B     ] =kde-base/libkdegames-3.4* (is
> [SNIP]
>
> > I don't know what to do.  I don't want to loose Quanta+ or
> > KLaptopDaemon, and I frankly didn't know Kommander was there...
> >
> > Please help a old Debian person who isn't used to doing this stuff by
> > himself...  Oh, I already tried emerge --depclean, but that didn't fix
> > all the problems apparently.  In the mean time I'll try remerging
> > KLaptopDaemon, but I would like to resolve these issues to both learn
> > how and to make life easier in the future.
>
> http://www.gentoo.org/doc/en/kde-config.xml#doc_chap2
>
> You are trying to install the monolithic packages while what you have
> installed are the split packages. I would recommend that you stick with the
> split packages and emerge kde-meta instead of kde. That way you will have the
> option to uninstall packages that you don't use later on without having to
> remerge anything.
>
> --
> Bo Andresen
> --
> gentoo-user@gentoo.org mailing list
>
>


--
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Issues with Dependencies
  2006-04-01  0:25   ` Lord Sauron
@ 2006-04-01  0:55     ` Bo Andresen
  2006-04-01  2:30       ` Lord Sauron
  0 siblings, 1 reply; 6+ messages in thread
From: Bo Andresen @ 2006-04-01  0:55 UTC (permalink / raw
  To: gentoo-user

On Saturday 01 April 2006 02:25, Lord Sauron wrote:
> localhost ~ # emerge --pretend kde-meta
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdialog-3.4.1)
[SNIP]
> [blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
> kde-base/kdegraphics-kfile-plugins-3.4.3)
[SNIP]

> No.  Still doesn't like me.  I never know about the meta packages, so
> I could be on Gnome for a little while until I get this sorted out,
> huh?

Seems you have a mixture of monolithic and split. Like I said before I 
recommend the split packages. To get those you have to unmerge the monolithic 
packages. So:

# emerge --unmerge --ask --verbose kdebase kdegraphics
# emerge --ask --verbose kde-meta

It is all explained at 
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1#doc_chap4

And please learn to cut out anything you don't reply to and reply below that 
which you do reply to.

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Issues with Dependencies
  2006-04-01  0:55     ` Bo Andresen
@ 2006-04-01  2:30       ` Lord Sauron
  0 siblings, 0 replies; 6+ messages in thread
From: Lord Sauron @ 2006-04-01  2:30 UTC (permalink / raw
  To: gentoo-user

On 3/31/06, Bo Andresen <bo.andresen@gmail.com> wrote:
> On Saturday 01 April 2006 02:25, Lord Sauron wrote:
> > localhost ~ # emerge --pretend kde-meta
> >
> > These are the packages that I would merge, in order:
> >
> > Calculating dependencies ...done!
> > [blocks B     ] =kde-base/kdebase-3.4* (is blocking kde-base/kdialog-3.4.1)
> [SNIP]
> > [blocks B     ] =kde-base/kdegraphics-3.4* (is blocking
> > kde-base/kdegraphics-kfile-plugins-3.4.3)
> [SNIP]
>
> > No.  Still doesn't like me.  I never know about the meta packages, so
> > I could be on Gnome for a little while until I get this sorted out,
> > huh?
>
> Seems you have a mixture of monolithic and split. Like I said before I
> recommend the split packages. To get those you have to unmerge the monolithic
> packages. So:

I was a little rash and unmerged everything with the string "kde" in
it.  When in doubt, restart.

> # emerge --unmerge --ask --verbose kdebase kdegraphics
> # emerge --ask --verbose kde-meta
>
> It is all explained at
> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1#doc_chap4
>
> And please learn to cut out anything you don't reply to and reply below that
> which you do reply to.

Srry...  I'm a little bit scatterbrained at times.

--
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-04-01  2:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-31 23:52 [gentoo-user] Issues with Dependencies Lord Sauron
2006-04-01  0:12 ` Manuel McLure
2006-04-01  0:17 ` Bo Andresen
2006-04-01  0:25   ` Lord Sauron
2006-04-01  0:55     ` Bo Andresen
2006-04-01  2:30       ` Lord Sauron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox