mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Re: URL problems


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Re: URL problems
Date: Sun, 2 May 2010 05:22:57 +1000

On 2 May 2010 04:09, Tony Theodore <address@hidden> wrote:
> On 2 May 2010 02:25, Volker Grabsch <address@hidden> wrote:
>> In fact, this is a good test case for the download system, and
>> in case it fails, that would be bug we'd have to fix. So don't
>> worry on that.
>
> I just tried a "make update" and am getting this error:
>
> NEW      gcc  4.5.0 --> 4.4.4
> NEW      gcc-gmp  4.3.0 --> 5.0.1
> Makefile:205: *** Unable to update version number of package gcc-mpc.  Stop.
>
> There isn't a log or any more details about the error.

It seems to be a problem with wget and https:

$ wget -O- 'https://gforge.inria.fr/scm/viewvc.php/tags/?root=mpc&sortby=date'
--2010-05-02 05:12:17--
https://gforge.inria.fr/scm/viewvc.php/tags/?root=mpc&sortby=date
Resolving gforge.inria.fr (gforge.inria.fr)... 131.254.249.20
Connecting to gforge.inria.fr (gforge.inria.fr)|131.254.249.20|:443...
connected.
ERROR: cannot verify gforge.inria.fr's certificate, issued by
`/C=NL/O=TERENA/CN=TERENA SSL CA':
  Self-signed certificate encountered.
To connect to gforge.inria.fr insecurely, use `--no-check-certificate'.

Using http simply redirects to https, but the suggested
--no-check-certificate option works.

$     wget -q --no-check-certificate -O-
'https://gforge.inria.fr/scm/viewvc.php/tags/?root=mpc&sortby=date' |
\
>     gsed -n 's,.*<a name="\([0-9][^"]*\)".*,\1,p' | \
>     head -1
0.8.1

Tony




reply via email to

[Prev in Thread] Current Thread [Next in Thread]