Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26659 - xosd-config has a wrong datadir component
Summary: xosd-config has a wrong datadir component
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-14 23:40 UTC by Bel Zébute
Modified: 2003-08-15 04:18 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 Bel Zébute 2003-08-14 23:40:44 UTC
In /urs/bin/xosd-config:
af_cflags="-march=i686 -O3 -pipe -fomit-frame-pointer -ffast-math -msse -mmmx
-mfpmath=387,sse  -I/usr/X11R6/include -Wall -DPIXMAPDIR=\"$(datadir)/xosd\""

The $(datadir), datadir is not a command and it yeild an error, and configure
scripts using it end up trying to access xosd components in /xosd.

For a short fix, I have replace that with /usr/share which seem to be the
intended text that was going there.

I'm to overload to look further into this.

Reproducible: Always
Steps to Reproduce:
1.emerge xosd
2.xosd-config
3.Try emerging hotkeys

Actual Results:  
Script try to run the datadir command or function.

Expected Results:  
/usr/share
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-08-15 04:18:37 UTC
fixed in latest version :)