From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.web.de (mout.web.de [212.227.17.12]) by sourceware.org (Postfix) with ESMTPS id D4F083858034 for ; Fri, 15 Jan 2021 08:13:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D4F083858034 X-UI-Sender-Class: c548c8c5-30a9-4db5-a2e7-cb6cb037b8f9 Received: from [88.217.224.200] ([88.217.224.200]) by web-mail.web.de (3c-app-webde-bap59.server.lan [172.19.172.146]) (via HTTP); Fri, 15 Jan 2021 09:13:48 +0100 MIME-Version: 1.0 Message-ID: From: wilhelm-eger@web.de To: cygwin@cygwin.com Subject: Aw: Re: Re: Re: Recompilation problems opencv (python3-cv2 --> python3.8) Content-Type: text/plain; charset=UTF-8 Date: Fri, 15 Jan 2021 09:13:48 +0100 Importance: normal Sensitivity: Normal In-Reply-To: References: <1a53ec30-813c-8158-89ab-1381b2608f67@gmail.com> Content-Transfer-Encoding: quoted-printable X-UI-Message-Type: mail X-Priority: 3 X-Provags-ID: V03:K1:67RxcVTy2IV0smtWKprDn7HGYSHZ1Gwi91CYsRgz+qUDO4y9986TW3BpMC971gyoAUQ0P UVfyauWSFRhRGC4/TtpRaPCNBw/qmLFA0WnVlJgmY+bA1hsFYeerp7MsYLC+behRpjPneEirNgL2 T8f7PuSKOTMN9vIOS86rMVnQwO29xDluWHxNIqTQGYS3vO9yjQMyTv4g/wZg1ksMYSmV+jITRZIF 4iViWY0qJAw35a82eO//aEgb0orGoALNpp94TmmgNB3Rvp9hTq91ySfu7BXKorpPnuT2HBty7Gwu wc= X-UI-Out-Filterresults: notjunk:1;V03:K0:Ye79rpzCR40=:V9+HFd187Mp+LeEZiIfHZ2 V1M/+UQnos660/4QDpG7VRnYaxqtR2T7l2my9QbEgbZMVFs64NF4fSpgpdXBnNCB25UBedN0G fmB80ghY83tD65mxhRcrrrzdTLCj2FRScdaiuaaubbPQLMYWJovvd1K1PxFDvlyxFKDinmQIZ zTm4ruZffweiL8152OrhjXhB1NFSP/ibrJ0hR1MQfHa5rBtJI9uO251RYsUVYTMFeoK8T+yzx KNJ+bXVjEKa4ANa/RiHYNhnFdln2UtDGYFgL/Oi39N7pCJ9S81Fw3VZuPpFzhbhaUmA6yyLS9 YxvbtNt5Zm5j8qBelKClMheGaM1jeBlNlc13UjN+iihSuYSGt3//CznGciQ01b6V4Gmvdd4dB MEByXZb2VLypqGMvs9X08znJXnBXuvmzgLoFcsjACfwsYS2OlE2hfxPAhrKrLTleO2fJ1d75a hvpJnsPWZlBSF/jxeBFA3Vu6Zr6pzuiXKuwdP94KCHeU4lUecxIYwd3LCwEnZrxs3qWN1zfUL DEDnNm6Pd3hkijILF/AoIKCwzsqwr/GXt7oLH4ey9COlcDTjxinAWqohJFuRhu2s9G+UefZOh n/ihQZBTi1iJQ= X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2021 08:13:53 -0000 Gesendet:=C2=A0Donnerstag, 14=2E Januar 2021 um 23:52 Uhr > Please try by downloading the complete Cygwin source package, and try a = vanilla > rebuild first with zero changes, then change only the =2Ecygport VERSION= =3D to the > latest, rebuild, and fix any problems with that as you go=2E I have done the following mkdir opencv cd opencv git clone http://cygwin=2Ecom/git/cygwin-packages/opencv=2Egit =2E cygport opencv=2Ecygport fetch cygport opencv=2Ecygport all Same error=2E Is there any other location where I could get the opencv source package fr= om? Btw=2E there is no need to change to another Version, I just want to have = cv2 also in python3=2E8 working=2E From what I have experienced with this p= ackage I assume that this would also not compile with python3=2E6 atm=2E Se= ems to be a cmake or gcc error to me=2E