AW: cerbero windows problem
Thornton, Keith
keith.thornton at zeiss.com
Wed Nov 19 23:22:33 PST 2014
Good morning Andoni,
the patch didn’t fix it form me. I added the –no-check-certificate switch to the wget command by hand so I can continue.
regards
Von: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] Im Auftrag von Andoni Morales
Gesendet: Mittwoch, 19. November 2014 20:23
An: Discussion of the development of and with GStreamer
Betreff: Re: cerbero windows problem
2014-11-19 16:11 GMT+01:00 Thornton, Keith <keith.thornton at zeiss.com<mailto:keith.thornton at zeiss.com>>:
Hi,
cerbero bootstrap is now stopping with the following error
Running command 'wget http://www.opengl.org/registry/api/GL/wglext.h -O C:/MinGW/msys/1.0/home/keith/cerbero/mingw/w64/x86_64-w64-mingw32/include/GL/wglext.h '
--2014-11-19 15:58:06-- http://www.opengl.org/registry/api/GL/wglext.h
Resolving www.opengl.org<http://www.opengl.org>... 162.159.244.178, 162.159.245.178
Connecting to www.opengl.org<http://www.opengl.org>|162.159.244.178|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.opengl.org/registry/api/GL/wglext.h [following]
--2014-11-19 15:58:07-- https://www.opengl.org/registry/api/GL/wglext.h
Connecting to www.opengl.org<http://www.opengl.org>|162.159.244.178|:443... connected.
ERROR: cannot verify www.opengl.org<http://www.opengl.org>'s certificate, issued by `/C=BE/O=GlobalSign nv-sa/CN=GlobalSign Organization Validation CA - G2':
Unable to locally verify the issuer's authority.
ERROR: certificate common name `ssl4423.cloudflare.com<http://ssl4423.cloudflare.com>' doesn't match requested host name `www.opengl.org<http://www.opengl.org>'.
To connect to www.opengl.org<http://www.opengl.org> insecurely, use `--no-check-certificate'.
Are changes needed to the bootstrap script or will this problem go away on its own.
Grüße
This should be now fixed in:
commit e23d0c080614490073a1152c1880732443308244
Author: Andoni Morales Alastruey <ylatuya at gmail.com<mailto:ylatuya at gmail.com>>
Date: Wed Nov 19 20:22:04 2014 +0100
windows: don't check certificate in the gl download
diff --git a/cerbero/bootstrap/windows.py b/cerbero/bootstrap/windows.py
index 71010f9..14ceb9c 100644
--- a/cerbero/bootstrap/windows.py
+++ b/cerbero/bootstrap/windows.py
@@ -136,7 +136,7 @@ class WindowsBootstrapper(BootstrapperBase):
else:
inst_path = os.path.join(self.prefix, 'x86_64-w64-mingw32/include/GL/wglext.h')
gl_header = 'http://www.opengl.org/registry/api/GL/wglext.h'
- shell.download(gl_header, inst_path)
+ shell.download(gl_header, inst_path, False)
def install_bin_deps(self):
# FIXME: build intltool as part of the build tools bootstrap
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
--
Andoni Morales Alastruey
LongoMatch:The Digital Coach
http://www.longomatch.ylatuya.es
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20141120/f04785cf/attachment.html>
More information about the gstreamer-devel
mailing list