Gentoo Archives: gentoo-user

From: Tristan Helmich <tristan@××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Problem emerging realplayer-10.0.6
Date: Tue, 01 Nov 2005 12:08:48
Message-Id: 4367583E.3060208@helmichs.de
In Reply to: [gentoo-user] Re: Problem emerging realplayer-10.0.6 by Tim Kruse
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4
5 >
6 > I had the same problem and my wget is emerged with the ssl USE flag
7 >
8 same here :(
9
10 > So that is not the issue here. The problem is, that wget couldn't
11 > verify the certificate (for which reason ever) and you have to
12 > manually download it (or set the proper option in wget's config):
13
14 I changed my /etc/make.globals to get it working. Just add the
15 "--no-check-certificate" command to FETCHCOMMAND and RESUMECOMMAND
16 like this:
17
18 # Fetching command (5 tries, passive ftp for firewall compatibility)
19 FETCHCOMMAND="/usr/bin/wget --no-check-certificate -t 5 --passive-ftp
20 - -P \${DISTDIR} \${URI}"
21 RESUMECOMMAND="/usr/bin/wget --no-check-certificate -c -t 5
22 - --passive-ftp -P \${DISTDIR} \${URI}"
23
24 Tristan
25
26 -----BEGIN PGP SIGNATURE-----
27 Version: GnuPG v1.4.0 (MingW32)
28 Comment: GnuPT 2.5.8.1 by EQUIPMENTE.DE
29 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
30
31 iD8DBQFDZ1g+bslTjqjtX2cRAmEyAKCNyOJsXpOE0v/A3AvI9XLmoZtlOwCgnJAU
32 CfkwMiI8XkjUW9VWAajkXKY=
33 =x35R
34 -----END PGP SIGNATURE-----
35
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Problem emerging realplayer-10.0.6 Neil Bothwick <neil@××××××××××.uk>