Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34267 - xpvm 1.2.5-r2 downgrades tcl and tk to 8.3.x
Summary: xpvm 1.2.5-r2 downgrades tcl and tk to 8.3.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 09:02 UTC by Paul Pacheco
Modified: 2010-09-10 18:59 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 Paul Pacheco 2003-11-24 09:02:22 UTC
xpvm insists on downgrading my tck tk to 8.3 and that is a problem because 
other ebuilds require the newer versions (8.4). 
 
I got it to work by removing the 8.3 dependency, and modifying the 
xpvm-1.2.5-gentoo.diff file like this: 
 
-+TCLLIB		=	-ltcl8.3 
-+TKLIB		=	-ltk8.3 
++TCLLIB		=	-ltcl 
++TKLIB		=	-ltk 
 

Reproducible: Always
Steps to Reproduce:
1.emerge -p xpvm 
 
Actual Results:  
[ebuild     UD] dev-lang/tcl-8.3.4 [8.4.4] 
[ebuild     UD] dev-lang/tk-8.3.4-r1 [8.4.4] 
[ebuild   R   ] sys-cluster/xpvm-1.2.5-r2 
 

Expected Results:  
I would expect xpvm to use the current version of tcl and tk.
Comment 1 Michael Imhof (RETIRED) gentoo-dev 2003-12-04 16:45:01 UTC
Checked in your changes.
Please check if everything is as intended.

And report back so i can close this bug.
Comment 2 Paul Pacheco 2003-12-05 06:25:15 UTC
Works great.

Thanks