Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60651 - blackdown-jdk wants to download gcc2.95 version but gcc 3.3.3 is installed
Summary: blackdown-jdk wants to download gcc2.95 version but gcc 3.3.3 is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-17 03:43 UTC by Arndt Wills
Modified: 2004-09-21 01:14 UTC (History)
1 user (show)

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 Arndt Wills 2004-08-17 03:43:18 UTC
When I try to emerge blackdown-jdk, it alwasy wants to download the gcc2.95
version. I have gcc 3.3.3 installed, so I want the gcc3.2 version.
If you touch the ebuild, the correct version is downloaded.
I think the reason is caching ( there is gcc2.95 version listed in
/usr/portage/metadata/cache/dev-java/blackdown-jdk-1.4.1).

Reproducible: Always
Steps to Reproduce:
root # ls -la /usr/portage/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
-rw-r--r--  1 root root 3699 14. Jul 04:09 /usr/portage/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
root # emerge blackdown-jdk
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/blackdown-jdk-1.4.1 to /
>>> Downloading http://192.168.0.2:8002/distfiles/j2sdk-1.4.1-01-linux-i586-gcc2.95.bin
...

root # touch /usr/portage/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
root # ls -la /usr/portage/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
-rw-r--r--  1 root root 3699 17. Aug 11:51 /usr/portage/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
root # emerge blackdown-jdk
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/blackdown-jdk-1.4.1 to /
>>> Downloading http://192.168.0.2:8002/distfiles/j2sdk-1.4.1-01-linux-i586-gcc3.2.bin
...
Comment 1 Heinrich Nirschl 2004-08-21 01:37:02 UTC
Same here. It not only downloaded but also installed the gcc2.95 version.

root # touch /usr/portage/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
root # emerge blackdown-jdk

did solve the problem.
Comment 2 Sascha Silbe 2004-08-30 04:45:26 UTC
Same problem here. After using the mentioned workaround it installs the right version.

Comment 3 Alex Murray 2004-09-13 08:05:52 UTC
Can also confirm this is the case - ie. had same problem, but workaround fixed it without a problem.
Comment 4 Jason Lee 2004-09-15 21:42:46 UTC
Using GCC 3.4, same symptoms.  Reported workaround fixed it.
Comment 5 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-21 01:14:00 UTC
fixed