Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Need help with x11-libs/qt-gui-4.7.0
Date: Sun, 06 Feb 2011 12:10:30
Message-Id: 20110206121008.GD17190@gentoo.org
In Reply to: Re: [gentoo-alt] Need help with x11-libs/qt-gui-4.7.0 by Konstantin Tokarev
1 On 07-11-2010 14:40:45 +0300, Konstantin Tokarev wrote:
2 > > is a symlink to
3 > >
4 > > /Users/konstantintokarev/Gentoo/usr/lib/qt4/QtDesigner.framework/Headers
5 > >
6 > > It is broken because actual installation was not done yet
7 > >
8 > > Any ideas how to fix it?
9 >
10 >
11 > I've found a solution - for Mac lines
12 >
13 > dodir /usr/include/qt4/QtDesigner/private/ || die
14 > insinto /usr/include/qt4/QtDesigner/private/
15 >
16 > should be replaced with
17 >
18 > dodir /usr/lib/qt4/QtDesigner.framework/Headers/private/ || die
19 > insinto /usr/lib/qt4/QtDesigner.framework/Headers/private/
20 >
21 >
22 > In attachement see modified ebuild
23
24 Thanks, it looks like this was fixed in 4.7.1, can you confirm it indeed
25 is?
26
27
28 --
29 Fabian Groffen
30 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] Need help with x11-libs/qt-gui-4.7.0 Konstantin Tokarev <annulen@××××××.ru>