First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 84218
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Joël <world.root@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 84218 depends on: Show dependency tree
Bug 84218 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-05 12:26 0000
When emerging kde-misc/krusader-1.60.0_beta1, I need
kde-base/kjsembed-3.4.0_rc1.

Now, trouble is, that version of kjsembed depends on kde-base/kwin-3.4.0_rc1.
This is part of the kde split ebuilds, which I don't have. But I have
kdebase-3.4.0_rc1, which should be enough (it contains kwin)

Expected result: kde-base/kjsembed-3.4.0_rc1 is happy when split ebuilds aren't
used (ie: kde-base/kdebase-3.4.0_rc1 is installed).

------- Comment #1 From Simone Gotti (RETIRED) 2005-03-05 17:26:15 0000 -------
This should already be handled by our eclasses. What's the exact error that you
are getting from emerge?

------- Comment #2 From Joël 2005-03-06 02:22:04 0000 -------
After adding kde-base/kjsembed to /etc/portage/package.unmask I have:

-----------------------------------------------------------
joel~ $ ACCEPT_KEYWORDS="~x86" emerge -pv kjsembed

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

Calculating dependencies -
!!! All ebuilds that could satisfy "~kde-base/kwin-3.4.0_rc1" have been masked.
!!! One of the following masked packages is required to complete your request:
- kde-base/kwin-3.4.0_rc1 (masked by: package.mask)
# <danarmak@gentoo.org> (14 Jan 2005)
# Beta release of KDE 3.4 - split ebuilds


For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
!!!    (dependency required by "kde-base/kjsembed-3.4.0_rc1" [ebuild])

-----------------------------------------------------------

joel~ $ equery list kde-base/kdebase
[ Searching for package 'kdebase' in 'kde-base' among: ]
 * installed packages
[I--] [  ] kde-base/kdebase-3.4.0_rc1 (3.4)
[I--] [  ] kde-base/kdebase-pam-4 (0)

-----------------------------------------------------------

As you see, I have kdebase installed already.

------- Comment #3 From Simone Gotti (RETIRED) 2005-03-06 03:09:01 0000 -------
There was a wrong "deprange" instead of "deprange-dual" for kwin. 

-DEPEND="$(deprange $PV $MAXKDEVER kde-base/kwin)"
+DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/kwin)"


Now it should be fixed. Let us know if it works. Thanks.

------- Comment #4 From Joël 2005-03-06 04:16:39 0000 -------
It works :-)

Thanks !

First Last Prev Next    No search results available      Search page      Enter new bug