From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GqRRJLTjJ2B2PgAA0tVLHw (envelope-from ) for ; Sat, 13 Feb 2021 14:35:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id cMd2H7TjJ2BePQAAbx9fmQ (envelope-from ) for ; Sat, 13 Feb 2021 14:35:32 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EF33C297B3 for ; Sat, 13 Feb 2021 15:35:31 +0100 (CET) Received: from localhost ([::1]:36680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAw1D-0008Pt-2F for larch@yhetil.org; Sat, 13 Feb 2021 09:35:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35670) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAw0k-0008OO-Ew for guix-patches@gnu.org; Sat, 13 Feb 2021 09:35:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50585) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lAw0k-0001YB-2G for guix-patches@gnu.org; Sat, 13 Feb 2021 09:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lAw0k-00047P-0T for guix-patches@gnu.org; Sat, 13 Feb 2021 09:35:02 -0500 Subject: bug#46376: [PATCH] gnu: tesseract-ocr: update to 4.1.1) Resent-From: Jelle Licht Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 13 Feb 2021 14:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 46376 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andy Tai Cc: 46376-done@debbugs.gnu.org Mail-Followup-To: 46376@debbugs.gnu.org, jlicht@posteo.net, atai@atai.org Received: via spool by 46376-done@debbugs.gnu.org id=D46376.161322686415773 (code D ref 46376); Sat, 13 Feb 2021 14:35:01 +0000 Received: (at 46376-done) by debbugs.gnu.org; 13 Feb 2021 14:34:24 +0000 Received: from localhost ([127.0.0.1]:33896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAw08-00046L-Ac for submit@debbugs.gnu.org; Sat, 13 Feb 2021 09:34:24 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:40650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lAw06-00046B-EO for 46376-done@debbugs.gnu.org; Sat, 13 Feb 2021 09:34:23 -0500 From: Jelle Licht In-Reply-To: References: <86a6sep7h0.fsf@posteo.net> <867dnhpi85.fsf@posteo.net> <86sg6450cl.fsf@posteo.net> <86o8gq517v.fsf@posteo.net> Date: Sat, 13 Feb 2021 15:34:19 +0100 Message-ID: <86lfbs3ul0.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.26 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (strict), No valid DKIM" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: EF33C297B3 X-Spam-Score: -2.26 X-Migadu-Scanner: scn0.migadu.com X-TUID: Y1UK7CJ+73Ve Hey Andy, Andy Tai writes: > Hi, sure. Since the tests are built, we can just skip running them by > deleting the check phase. That would be minimal change from the > (otherwise working) patch, also with no trouble from the missing > training data. I pushed a slightly modified version of your patch as 822cd628e6 to master; Instead of building the tests for no reason, I reverted the recursive git checkout and I removed dependencies that are not required for building tesseract from a git checkout. Additionally, the manpages are now generated and installed as well. Thanks again, - Jelle