Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39916 - koffice-i18n-1.3_rc2 error in line 16
Summary: koffice-i18n-1.3_rc2 error in line 16
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High critical
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-30 15:52 UTC by Hans-Christian Armingeon
Modified: 2004-02-09 08:28 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 Hans-Christian Armingeon 2004-01-30 15:52:29 UTC
In line 16 in /usr/portage/app-i18n/koffice-i18n/koffice-i18n-1.3_rc2.ebuild is a small typo:
Wrong version:
newdepend "~app-office/koffice-${PV} >=sys-apps/portage-2.0.49-r8"

Correct version:
newdepend ">=app-office/koffice-${PV} >=sys-apps/portage-2.0.49-r8"

Maybe the operator has to be tuned.

Johnny

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-01-31 12:26:18 UTC
why is it wrong ? are you getting an error ?

the ~ means 'match any portage revision'
Comment 2 Hans-Christian Armingeon 2004-02-01 02:57:58 UTC
Yes! Without my modifications:
# emerge -uDp world

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

Calculating world dependencies -
emerge: there are no masked or unmasked ebuilds to satisfy "~app-office/koffice-1.3_rc2".

!!! Problem with ebuild app-i18n/koffice-i18n-1.3_rc2
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

And with my modifications:
#emerge -uDp world

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

Calculating world dependencies ...done!
[ebuild     U ] media-libs/libvorbis-1.0.1-r2 [1.0.1-r1]
[ebuild  N    ] dev-php/mod_php-4.3.4-r3
[ebuild     U ] media-sound/xmms-1.2.9-r1 [1.2.9]
[ebuild     U ] media-libs/faad2-2.0_rc3-r1 [2.0_rc3]


Johnny
Comment 3 SpanKY gentoo-dev 2004-02-01 14:52:41 UTC
well perhaps a package needs to be added/removed from portage
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2004-02-09 08:28:10 UTC
This package isn't in portage anymore, so it's not a problem.