Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82821 - symlink /usr/X11R6 makes problems
Summary: symlink /usr/X11R6 makes problems
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 07:24 UTC by Roland Leißa
Modified: 2005-06-19 08:31 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 Roland Leißa 2005-02-21 07:24:48 UTC
I am trying an ~amd64-stage-1 installation. The base system is already installed. Now I want a KDE. Here is a problem.

/usr/X11R6 was a symlink on:
/usr/X11R6 -> ../usr

But qt gives configure errors because it cannot find libraries which are in
/usr/lib64
I could compile qt though by doing this:
rm /usr/X11R6
mkdir /usr/X11R6
ln -s /usr/lib64 /usr/X11R6/lib

But now other application (like xfontserver) can't find their libraries.

I assume that another problem has ado with it, too.

gtk+ can't find pango (configure error) although I have installed it.

So what should I do now?

Reproducible: Always
Steps to Reproduce:
emerge qt
or:
emerge gtk+


Actual Results:  
configure errors 

Expected Results:  
compile and work...
Comment 1 Ioannis Aslanidis (RETIRED) gentoo-dev 2005-03-17 06:32:36 UTC
gtk+ problem solved: http://bugs.gentoo.org/show_bug.cgi?id=85614
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2005-06-19 08:31:01 UTC
this should no longer be a problem, thanks for the report though