Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563522 - [kde overlay] kde-apps/kqtquickcharts-9999:5 has unresolvable dependencies
Summary: [kde overlay] kde-apps/kqtquickcharts-9999:5 has unresolvable dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-19 18:07 UTC by Frank
Modified: 2015-10-19 19:52 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank 2015-10-19 18:07:03 UTC
Error:

emerge: there are no ebuilds to satisfy ">=kde-apps/kqtquickcharts-9999:5".
(dependency required by "kde-apps/artikulate-9999::kde" [ebuild])
(dependency required by "@kdeedu-live" [set])
(dependency required by "@kde-applications-live" [set])
(dependency required by "@kde-next-live" [set])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

eix says it has a 5.999 version ebuilt:

kde-apps/kqtquickcharts
     Available versions:  
     (4)    [m]4.14.3(4/4.14) [M](~)15.04.3(4/15.04)[1] [M](~)15.08.2(4/15.08)[1] [m](**)15.08.49.9999(4/15.08)^mt[1] [m](**)9999(4/9999)^mt[1]
     (5)    [m](**)5.9999[1]
       {aqua debug}
     Homepage:            https://www.kde.org/
     Description:         Qt Quick 1 plugin for beautiful and interactive charts

But it has NOT:
drwxr-xr-x 1 portage portage  114 25. Aug 19:25 .
drwxr-xr-x 1 portage portage 4402 17. Sep 23:46 ..
-rw-r--r-- 1 portage portage 3068  4. Jun 20:44 ChangeLog
-rw-r--r-- 1 portage portage 1510 24. Aug 23:01 Manifest
-rw-r--r-- 1 portage portage  359  9. Aug 22:34 kqtquickcharts-4.14.3.ebuild
-rw-r--r-- 1 portage portage  157 24. Aug 23:01 metadata.xml
Comment 1 Frank 2015-10-19 18:14:56 UTC
Now it gets funky:

https://github.com/gentoo/kde/tree/master/kde-apps/kqtquickcharts
has the ebuild.

But layman -S does not pull it despite 
 * Running Git... # ( cd /var/lib/layman/kde  && /usr/bin/git pull )
Already up-to-date.

???????
Comment 2 Frank 2015-10-19 18:22:13 UTC
Ok, I did look wrong, it is in the overlay directory:

ll /var/lib/layman/kde/kde-apps/kqtquickcharts/
insgesamt 28
drwxr-xr-x 1 root root  334 19. Okt 20:17 .
drwxr-xr-x 1 root root 5750 19. Okt 20:17 ..
-rw-r--r-- 1 root root  776 19. Okt 20:17 Manifest
-rw-r--r-- 1 root root  322 19. Okt 20:17 kqtquickcharts-15.04.3.ebuild
-rw-r--r-- 1 root root  322 19. Okt 20:17 kqtquickcharts-15.08.2.ebuild
-rw-r--r-- 1 root root  311 19. Okt 20:17 kqtquickcharts-15.08.49.9999.ebuild
-rw-r--r-- 1 root root  321 19. Okt 20:17 kqtquickcharts-5.9999.ebuild
-rw-r--r-- 1 root root  311 19. Okt 20:17 kqtquickcharts-9999.ebuild
-rw-r--r-- 1 root root  157 19. Okt 20:17 metadata.xml


so the ebuild is there.

But why does it not get found? I did a 

layman -d kde
layman -a kde

and can see that it does process the overlay but again it does not find it. grrr.

/var/lib/layman/kde/profiles/updates/2Q-2015...........................................................................................................................................................................................................................
/var/lib/layman/kde/profiles/updates/3Q-2015....
/var/lib/layman/kde/profiles/updates/4Q-2015.
####


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

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ">=kde-apps/kqtquickcharts-9999:5".
(dependency required by "kde-apps/artikulate-9999::kde" [ebuild])
(dependency required by "@kdeedu-live" [set])
(dependency required by "@kde-applications-live" [set])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Comment 3 Michael Palimaka (kensington) gentoo-dev 2015-10-19 18:24:13 UTC
The problem is the ebuild wants >=kde-apps/kqtquickcharts-9999:5, but the only version in slot 5 is 5.9999.
Comment 4 Michael Palimaka (kensington) gentoo-dev 2015-10-19 18:29:24 UTC
Thanks, fixed in git.

https://gitweb.gentoo.org/proj/kde.git/commit/?id=e659f2fcf6d1fd5032018d8f44b936823cfa769f
Comment 5 Frank 2015-10-19 19:52:21 UTC
(In reply to Michael Palimaka (kensington) from comment #4)
> Thanks, fixed in git.
> 
> https://gitweb.gentoo.org/proj/kde.git/commit/
> ?id=e659f2fcf6d1fd5032018d8f44b936823cfa769f

Thanks. And I totally missed that -5.9999:5 vs -9999:5 version thing...