Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66992 - env-update does not process sub-directories /etc/env.d/<dir>/*
Summary: env-update does not process sub-directories /etc/env.d/<dir>/*
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-10 10:06 UTC by Greg Watson (linuxkrn)
Modified: 2004-10-10 10:12 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 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