Gentoo Archives: gentoo-alt

From: Elias Pipping <pipping@××××××××××××.de>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] qt-4.3.1 dependencies
Date: Wed, 19 Sep 2007 10:43:18
Message-Id: 20070919103453.GA14328@macbook.local
In Reply to: Re: [gentoo-alt] qt-4.3.1 dependencies by Elias Pipping
1 On Wed, Sep 19, 2007 at 11:22:36AM +0200, Elias Pipping wrote:
2 > On Tue, Sep 18, 2007 at 09:48:22PM +0200, Fabian Groffen wrote:
3 > > On 18-09-2007 14:54:51 -0500, matt hull wrote:
4 > > > i was going to install qt and noticed that it has these dependencies:
5 > > >
6 > > > >=media-libs/freetype-2
7 > > > x11-proto/xextproto
8 > > > dev-util/pkgconfig
9 > > >
10 > > > in the past i have compiled and installed qt to /usr/local. for a native
11 > > > osx install i didnt think qt had any dependencies. could anyone explain
12 > > > why these are needed ?
13 > >
14 > > I have /no/ *$!(@>@* clue. Sorry.
15 >
16 > Speaking about qt, there's a problem with fetching it.
17 >
18 > I get this:
19 >
20 > !!! Couldn't download 'qt-mac-opensource-src-4.3.1.tar.gz'. Aborting.
21 > * Fetch failed for 'x11-libs/qt-4.3.1'
22 >
23 > as a result of this:
24 >
25 > --11:16:24-- ftp://ftp.trolltech.com/pub/qt/source/qt-mac-opensource-src-4.3.1.tar.gz
26 > (try: 5) => `/Users/pipping/Gentoo/usr/portage/distfiles/qt-mac-opensource-src-4.3.1.tar.gz'
27 > Connecting to ftp.trolltech.com|62.70.27.67|:21... connected.
28 > Logging in as anonymous ...
29 > Error in server response, closing control connection.
30 > Giving up.
31 >
32 > the problem is wget-related:
33 >
34 > % echo $URL
35 > ftp://ftp.trolltech.com/pub/qt/source/qt-mac-opensource-src-4.3.1.tar.gz
36 >
37 > % wget $URL
38 > [ does not work ]
39 >
40 > % curl -O $URL
41 > [ does work ]
42 >
43 >
44 > -- Elias
45
46 Hmpf, issue appears not to persist, I must have gotten lucky. More
47 importantly, qt does not seem to require any of the above dependencies on a
48 mac.(*)
49
50 We might want to consider dropping them... (make platform-specific, that is)
51
52
53 -- Elias
54
55 (*) I didn't try without pkgconfig, but since it's only for managing all the
56 other dependencies, it should be obsolete as well.

Replies

Subject Author
Re: [gentoo-alt] qt-4.3.1 dependencies Fabian Groffen <grobian@g.o>