Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319139 - sys-power/pm-utils-1.3: /usr/bin/import-fdi-quirkdb looks for pm-functions in wrong location
Summary: sys-power/pm-utils-1.3: /usr/bin/import-fdi-quirkdb looks for pm-functions in...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-10 12:04 UTC by Peter Gantner (a.k.a. nephros)
Modified: 2010-05-14 19:37 UTC (History)
0 users

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 Peter Gantner (a.k.a. nephros) 2010-05-10 12:04:22 UTC
import-fdi-quirkdb does not work because it looks for pm-functions in wrong location

Reproducible: Always

Steps to Reproduce:
1. call /usr/bin/import-fdi-quirkdb
2. see failure messages
3. less +21 /usr/bin/import-fdi-quirkdb
4. observer /usr/local/lib in path instad of /usr/lib
Actual Results:  
/usr/bin/import-fdi-quirkdb: line 21: /usr/local/lib/pm-utils/pm-functions: No such file or directory
mkdir: cannot create directory `': No such file or directory


Expected Results:  
Tell upstream not to hardcode locations.

Handle this meanwhile in ebuild.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-05-14 19:24:07 UTC
indeed.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-05-14 19:37:23 UTC
+*pm-utils-1.3.0-r3 (14 May 2010)
+
+  14 May 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +pm-utils-1.3.0-r3.ebuild:
+  Don't hardcode /usr/local/lib in import-fdi-quirkdb script wrt #319139 by
+  Peter Gantner.