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

Bug 66992

Summary: env-update does not process sub-directories /etc/env.d/<dir>/*
Product: Portage Development Reporter: Greg Watson (linuxkrn) <bugs>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED INVALID    
Severity: normal CC: axxo
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Greg Watson (linuxkrn) 2004-10-10 10:06:07 UTC
env-update does not process sub-directories /etc/env.d/<dir>/*

emerge blackdown-jdk-1.4.2 (not _rc*)
run env-update

the new blackdown-jdk uses /etc/env.d/java/20blackdown-jdk and is skipped by portage-2.0.51_rc7 env-update

Temp fix/validate:
cp /etc/env.d/java/20blackdown-jdk to ../
env-update && souce /etc/profile
echo $JAVA_HOME is set

This is also an issue for ./gcc/*
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-10 10:11:07 UTC
This is corerct behaviar, env-update should not do anything there
for java, java-config handles this, but there is a bug in java-config preveting it to set the right 20java when upgrading