Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78244 - kde-function.eclass broken when parsing depranges
Summary: kde-function.eclass broken when parsing depranges
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-16 10:34 UTC by Joerg Plate
Modified: 2005-01-18 15:45 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 Joerg Plate 2005-01-16 10:34:49 UTC
line 435ff in kde-functions.eclass
    local MINVER=$1; shift
    local MAXVER=$1; shift

I added some debug output, the result is:
$1="3.4.0_beta1 3.4.0_beta1"
MINVER=3.4.0_beta1 3.4.0_beta1
$1="kde-base/kdelibs"
MAXVER=kde-base/kdelibs
$1=""
BASEVER:3.4.0_beta1 3.4;


Reproducible: Always
Steps to Reproduce:
1. emerge -v kde-meta


Actual Results:  
!!! Function deprange-list, Line 441, Exitcode 0
!!! deprange(): unsupported parameters 3.4.0_beta1 3.4.0_beta1 kde-base/kdelibs
- BASEVER must be identical
!!! If you need support, post the topmost build error, NOT this status message.



Portage 2.0.51-r13 (default-linux/amd64/2005.0, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.10-ck4 x86_64)
=================================================================
System uname: 2.6.10-ck4 x86_64 AMD Athlon(tm) 64 Processor 4000+
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4,dev-lang/python-2.4 [2.4 (#1, Dec 21
2004, 21:22:23)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4, 2.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.5, 1.8.5-r2, 1.6.3, 1.4_p6, 1.7.9, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2, 2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon64 -pipe -fPIC"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openjms/config /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -pipe -fPIC"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg candy ccache distlocks moo sandbox"
GENTOO_MIRRORS="ftp://cs.ubishops.ca/pub/gentoo
ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/ ftp://gentoo.risq.qc.ca/
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://mirror.tucdemonic.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X arts"
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2005-01-16 11:12:52 UTC
Does the output that you get also provide the name of the ebuilds that cause this problem? this will be very useful to track down this issue.
Comment 2 Joerg Plate 2005-01-16 11:59:43 UTC
only the kdelibs that was mentioned in the original report
Comment 3 Dan Armak (RETIRED) gentoo-dev 2005-01-17 09:12:14 UTC
kdelibs doesn't use deprange. This is caused by some ebuild that depends
on kdelibs. What ebuild are you trying to emerge when this happens? Does it
happen with every kde ebuild? Is any kde ebuild already emerged?
Comment 4 Joerg Plate 2005-01-18 15:45:18 UTC
I tried it again (after an emerge sync) and now it works (well,
emerge -pv kde-meta works).