Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67655 - arts can find libqt-mt in the lib64 directory on amd64
Summary: arts can find libqt-mt in the lib64 directory on amd64
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-15 06:12 UTC by E. Papegaaij
Modified: 2004-10-17 06:39 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 E. Papegaaij 2004-10-15 06:12:54 UTC
qt-3.3.3-r1 installs its libs in /usr/qt/3/lib64, however the configure script from arts-1.3.1 can't find them there. Adding a symlink /usr/qt/3/lib -> /usr/qt/3/lib64 made arts compile fine.

Reproducible: Always
Steps to Reproduce:
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-10-15 07:52:32 UTC
From the ebuild:

# needed to fix lib64 issues on amd64, see bug #45669
use amd64 && ln -s ${QTBASE}/lib ${D}/${QTBASE}/lib64

I take it this didn't work for you?
Comment 2 E. Papegaaij 2004-10-15 12:18:20 UTC
This fix is only present in qt-3.3.1-r2 and qt-3.3.2. A similar fix is in qt-3.3.3, but none of this is present in qt-3.3.3-r1. The check is completely removed.
Comment 3 E. Papegaaij 2004-10-16 13:34:59 UTC
I don't know what went wrong, but it seems the problem is no longer present. It was a clean install, but another clean install on another system went fine. The code that replaced the 'use amd64' check is more generic, it checks for a libdir other than 'lib'. And it seems to work now. I think this bug can be closed.

Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2004-10-17 06:39:21 UTC
will do - please reopen if you find out that something is indeed wrong.