Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187979 - error running 'dep -w', udept utility gives the error '!!! Unknown USE component: env.d'
Summary: error running 'dep -w', udept utility gives the error '!!! Unknown USE compon...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL: http://www.sabayonlinux.org/forum/vie...
Whiteboard:
Keywords:
: 189963 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-07 05:22 UTC by Justin
Modified: 2008-09-29 14:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the src file (dep.in,107.54 KB, text/plain)
2007-08-07 05:24 UTC, Justin
Details

Note You need to log in before you can comment on or make changes to this bug.
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?