Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2536

Summary: dev-lang/tcl/tcl-8.3.3-r1.ebuild wrong
Product: Gentoo Linux Reporter: Bart Lauwers <blauwers>
Component: New packagesAssignee: Bart Lauwers (RETIRED) <blauwers>
Status: RESOLVED FIXED    
Severity: trivial CC: blauwers
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bart Lauwers 2002-05-07 12:50:18 UTC
Hi the ebuild specifies for location of the source:
SRC_URI="ftp://ftp.scriptics.com/pub/tcl/tcl8_4/${PN}${PV}.tar.gz"

Which should be changed ^8_4^8_3, or:
SRC_URI="ftp://ftp.scriptics.com/pub/tcl/tcl8_4/${PN}${PV}.tar.gz"

Thanks!
Comment 1 Chad Huneycutt (RETIRED) gentoo-dev 2002-05-07 23:28:14 UTC
huh?  typo?
Comment 2 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-05-09 04:57:48 UTC
i can't figure out what the problem here is - emerge  
--fetchonly tcl works just fine for me.  
  
perhaps the reporter requests a version bump !? 
thanks guys 
Comment 3 Bart Lauwers (RETIRED) gentoo-dev 2002-05-09 10:46:42 UTC
Ehm no sorry that is because www.ibiblio.org has it cached, and I fat fingered
the initial report. The changed SRC_URI should be:
ftp://ftp.scriptics.com/pub/tcl/tcl8_3/${PN}${PV}.tar.gz

The dir ftp://ftp.scriptics.com/pub/tcl/tcl8_4/ contains rev 8.4 of tcl not 8.3 ...

I'll make the change if I can get some agreement.