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 09:30:51
Message-Id: 20070919092234.GA22996@macbook.local
In Reply to: Re: [gentoo-alt] qt-4.3.1 dependencies by Fabian Groffen
1 On Tue, Sep 18, 2007 at 09:48:22PM +0200, Fabian Groffen wrote:
2 > On 18-09-2007 14:54:51 -0500, matt hull wrote:
3 > > i was going to install qt and noticed that it has these dependencies:
4 > >
5 > > >=media-libs/freetype-2
6 > > x11-proto/xextproto
7 > > dev-util/pkgconfig
8 > >
9 > > in the past i have compiled and installed qt to /usr/local. for a native
10 > > osx install i didnt think qt had any dependencies. could anyone explain
11 > > why these are needed ?
12 >
13 > I have /no/ *$!(@>@* clue. Sorry.
14
15 Speaking about qt, there's a problem with fetching it.
16
17 I get this:
18
19 !!! Couldn't download 'qt-mac-opensource-src-4.3.1.tar.gz'. Aborting.
20 * Fetch failed for 'x11-libs/qt-4.3.1'
21
22 as a result of this:
23
24 --11:16:24-- ftp://ftp.trolltech.com/pub/qt/source/qt-mac-opensource-src-4.3.1.tar.gz
25 (try: 5) => `/Users/pipping/Gentoo/usr/portage/distfiles/qt-mac-opensource-src-4.3.1.tar.gz'
26 Connecting to ftp.trolltech.com|62.70.27.67|:21... connected.
27 Logging in as anonymous ...
28 Error in server response, closing control connection.
29 Giving up.
30
31 the problem is wget-related:
32
33 % echo $URL
34 ftp://ftp.trolltech.com/pub/qt/source/qt-mac-opensource-src-4.3.1.tar.gz
35
36 % wget $URL
37 [ does not work ]
38
39 % curl -O $URL
40 [ does work ]
41
42
43 -- Elias

Replies

Subject Author
Re: [gentoo-alt] qt-4.3.1 dependencies Elias Pipping <pipping@××××××××××××.de>