Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120910 - xview imake file looks for imake bin in /usr/bin/X11 when modular Xorg is installed
Summary: xview imake file looks for imake bin in /usr/bin/X11 when modular Xorg is ins...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Olivier Fisette (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 00:40 UTC by Octavio Ruiz (Ta^3)
Modified: 2006-06-20 22:51 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 Octavio Ruiz (Ta^3) 2006-01-30 00:40:21 UTC
xview imake file looks for imake bin in /usr/bin/X11 when modular Xorg is installed.

Adding this to src_unpack solves the problem

+       sed -i -e 's:\/X11::' imake || die


Maybe an if statement should be used,somethig like 

    [[ $(best_version x11-base/xorg-x11) =~ 7 ]]
.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-01-30 01:02:23 UTC
Not sure why this is assigned to x11. Reassigning to last rev bumper.
Comment 2 Bert Geens (theBlackDragon) 2006-03-15 12:45:18 UTC
Any progress on this one? As of today the ebuild is still broken and the proposed fix doesn't seem to work for me:/
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2006-03-15 22:23:05 UTC
Fixed, also added a gcc 4.1 patch.