Gentoo Archives: gentoo-alt

From: Konstantin Tokarev <annulen@××××××.ru>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Need help with x11-libs/qt-gui-4.7.0
Date: Sun, 07 Nov 2010 11:41:02
Message-Id: 486641289130045@web49.yandex.ru
In Reply to: [gentoo-alt] Need help with x11-libs/qt-gui-4.7.0 by Konstantin Tokarev
1 06.11.2010, 15:57, "Konstantin Tokarev" <annulen@××××××.ru>:
2 > Hi all,
3 >
4 > I'm trying to merge x11-libs/qt-gui-4.7.0 on ppc-macos with USE="private-headers -glib"
5 > and installation fails on "dodir /usr/include/qt4/QtDesigner/private/ || die" because
6 >
7 > «/Volumes/Development/Gentoo/var/tmp/portage/x11-libs/qt-gui-4.7.0/image/Users/konstantintokarev/Gentoo///usr/include/qt4/QtDesigner»: File exists
8 >
9 > I've tried to comment out this line or remove "|| die", but got installation errors because of
10 > missing QtDesigner/private
11 >
12 > On Linux x86 qt-gui-4.7.0 installs fine
13 >
14 > Additional information which may help: on my system
15 >
16 > /Users/konstantintokarev/Gentoo/var/tmp/portage/x11-libs/qt-gui-4.7.0/image/Users/konstantintokarev/Gentoo/usr/include/qt4
17 >
18 > is a symlink to
19 >
20 > /Users/konstantintokarev/Gentoo/usr/lib/qt4/QtDesigner.framework/Headers
21 >
22 > It is broken because actual installation was not done yet
23 >
24 > Any ideas how to fix it?
25
26
27 I've found a solution - for Mac lines
28
29 dodir /usr/include/qt4/QtDesigner/private/ || die
30 insinto /usr/include/qt4/QtDesigner/private/
31
32 should be replaced with
33
34 dodir /usr/lib/qt4/QtDesigner.framework/Headers/private/ || die
35 insinto /usr/lib/qt4/QtDesigner.framework/Headers/private/
36
37
38 In attachement see modified ebuild
39
40 --
41 Regards,
42 Konstantin

Attachments

File name MIME type
qt-gui-4.7.0.ebuild application/octet-stream

Replies

Subject Author
Re: [gentoo-alt] Need help with x11-libs/qt-gui-4.7.0 Fabian Groffen <grobian@g.o>