X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=G2r yNZinkER36dDY38TjJV9NpDCbbeTXQ8E1ZWLhYNaIyUQKXGMmwpOtzuru6MWHvym EeyD7Z3Kn4u7enK9Hx0qEIzEPYHmFZ7L7Or5l4EISMyuGF3w/SoQGv/w2/AiCRek 45mYNkPotFsyquKqa9ZP1brJNNWcjiuGLPawBCtQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=hfPg7Gwwx XJUv0g1JzPWrrrnYEQ=; b=hv/0N3aGYc1sQp6ka+pLvzrBgvXGGpGya9LoZMHr/ 0nu8JUSZAkEC5yOvKoPtbq+nB+6BeLgp0AKaoe76i0jN14XRA9GMKVKTYaS7N0G/ 6fpfRRUx0Xf0GzPYC42nW/Ujb/o9zBk2kFM1Z+mWrI/WEbSrXG0uJW3n57R5PO7I wo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Package, Hx-spam-relays-external:sk:mail.we, H*RU:sk:mail.we, HContent-Transfer-Encoding:8bit X-HELO: v2201612906741603.powersrv.de To: cygwin AT cygwin DOT com From: Stefan Weil Subject: [BUG] Package mingw64-x86_64-icu is broken Message-ID: Date: Wed, 6 Jun 2018 21:13:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Both mingw64-x86_64-icu-57.1-1 and mingw64-x86_64-icu-57.1-2 are broken: This code always fails: icu::Normalizer2::getInstance(nullptr, "nfkc", UNORM2_COMPOSE, error_code); The problem was detected when comparing Tesseract for Windows executables: while the 32 bit version worked fine, the 64 bit version failed. The failure could be localized, and the mingw64-x86_64-icu package was identified to be causing it. https://github.com/tesseract-ocr/tesseract/issues/1625#issuecomment-395161152 contains details and also a short test code which can be used to reproduce the problem. The 32 bit package mingw64-i686-icu-57.1-2 works fine. Kind regards Stefan Weil -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple