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

Bug 187979

Summary: error running 'dep -w', udept utility gives the error '!!! Unknown USE component: env.d'
Product: Portage Development Reporter: Justin <xxaz0r>
Component: Third-Party ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED FIXED    
Severity: normal CC: chris, hwoarang
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.sabayonlinux.org/forum/viewtopic.php?p=54695
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the src file

Description Justin 2007-08-07 05:22:44 UTC
When running the command 'udept -w' with a version of portage later than 2.1.3.1 (I think this is where the problem starts), the udept utility prints the message '!!! Unknown USE component: env.d' repeatedly. This is definitely a problem with udept and it occurs in the function called "usecomponent()" on line 1142 in the only src file (it's a bash script).

Reproducible: Always

Steps to Reproduce:
1. emerge any version of portage from 2.1.3.1 or later
2. make sure the udept package is merged
3. run 'dep -w'

Actual Results:  
It prints a lot of the error message '!!! Unknown USE component: env.d'

Expected Results:  
everything it does but printing that error
Comment 1 Justin 2007-08-07 05:24:09 UTC
Created attachment 127138 [details]
the src file
Comment 2 Paul Varner (RETIRED) gentoo-dev 2007-08-07 19:39:01 UTC
I updated the default use order patch.  Wait about an hour, then emerge --sync and emerge udept
Comment 3 Paul Varner (RETIRED) gentoo-dev 2007-08-31 06:35:09 UTC
*** Bug 189963 has been marked as a duplicate of this bug. ***
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2008-09-29 14:06:36 UTC
I am having the same problem on amd64 gentoo

portage-2.1.4.4
udept-0.5.99.0.2.95-r1

Actual Results:

dep -w -p
!!! Unknown USE component: env.d
!!! Unknown USE component: env.d
!!! Unknown USE component: env.d
!!! Unknown USE component: env.d
app-admin/gamin
app-admin/logrotate
app-arch/freeze
!!! Unknown USE component: env.d
app-arch/p7zip
app-arch/unrar
app-benchmarks/bootchart
app-cdr/k3b
!!! Unknown USE component: env.d

etc etc etc

Should this bug be re-opened?