From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qIiVLwohGWSN+AAASxT56A (envelope-from ) for ; Tue, 21 Mar 2023 04:14:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id UN6XLwohGWRQKwEA9RJhRA (envelope-from ) for ; Tue, 21 Mar 2023 04:14:18 +0100 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 5D7FC3E939 for ; Tue, 21 Mar 2023 04:14:18 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=kkNkQnzl; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679368458; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=IK+w6/vi2bt11TXz7O1+prB32mHIiSskAmpr4q940bQ=; b=YfNovfNZf2Y6RKKHLFZuWHAHvXVx8ORHTd+EHcYbA9QW2XSQ8ByqAYmgEO/nhIExWndY8z 7rdSWCggcto+gQ0/O2PuwTAoCSHSlIxs2d809iBHD2HWlTOYcefyKjK2vMf+Y9N8KAXoKC gazuc1T7RrD/FFVucd0o+L+uuJYiAFE7zmFLA3Z7S8vWlNKjyZQqiCcICQlSwzB/FVMh00 G3bw56PyzsTTva8/RxE9u3AWEDmz8ImS7w52gpKI/2+aI4yN+5xP85FYWrvGMIwouGbPIv RV8Gdz87RSMjJ3ESebKGG50Pbw3JmGQ5NJ+9BLaimh2115EFr6x3EaD/lef6HQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=kkNkQnzl; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679368458; a=rsa-sha256; cv=none; b=RL8HRT2Mv0ndGNTKE0b0+pISXJwzkgqlYBWKWhPRKu5G5Mugir1SOHzjjG1nelOPEmOW18 1wSioxv2RPycNaZbCDEB+6lbPwugx0RBK5FDEtkCXt1nvaFWAgGaOe+/qZMtWJhiEF0zdi rst9vsYjkIWrW3ViY56JxhKS5x1BnZhh/CWwATEh2ekKL38LitEYdJBM4S1gGGM4l9F3UM mlKfXDDOlT8ArycAfnrAW+FIxdITAneid9hXHdZbfbFMp3OG7wHZwPY6kkdl5Vq9KakU1Z cs3y1AhXP+CWbU25ZnLP4IRDXQt8LCe/BXB8lzdtPcoaUEujIgXhKpgEhPNVFg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peSRy-0007lI-E8; Mon, 20 Mar 2023 23:14:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peSRm-0007eZ-TJ for guix-patches@gnu.org; Mon, 20 Mar 2023 23:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1peSRm-0005FA-Ex for guix-patches@gnu.org; Mon, 20 Mar 2023 23:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peSRm-0000pZ-0o for guix-patches@gnu.org; Mon, 20 Mar 2023 23:14:02 -0400 Subject: bug#61851: [PATCH] gnu: tesseract-ocr-tessdata-fast: Install tesseract config files. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 03:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61851 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jelle Licht Cc: 61851-done@debbugs.gnu.org, Simon South Mail-Followup-To: 61851@debbugs.gnu.org, maxim.cournoyer@gmail.com, jlicht@fsfe.org Received: via spool by 61851-done@debbugs.gnu.org id=D61851.16793684093130 (code D ref 61851); Tue, 21 Mar 2023 03:14:01 +0000 Received: (at 61851-done) by debbugs.gnu.org; 21 Mar 2023 03:13:29 +0000 Received: from localhost ([127.0.0.1]:57270 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peSRF-0000oQ-3u for submit@debbugs.gnu.org; Mon, 20 Mar 2023 23:13:29 -0400 Received: from mail-qv1-f43.google.com ([209.85.219.43]:36495) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peSRC-0000oC-SJ for 61851-done@debbugs.gnu.org; Mon, 20 Mar 2023 23:13:27 -0400 Received: by mail-qv1-f43.google.com with SMTP id cu4so9215345qvb.3 for <61851-done@debbugs.gnu.org>; Mon, 20 Mar 2023 20:13:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679368401; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=IK+w6/vi2bt11TXz7O1+prB32mHIiSskAmpr4q940bQ=; b=kkNkQnzlxiVvxUVmHoIlxSjyq+B55PWRzbzBq5xvUd++yiKKA4kmk/gpVWsmPgFAe3 nGYfbWnq8iDf1OBe/2co3sWRxJz7BY1IJEgoLG81E001yi1afTWXunYSgFsrXzuaiRYm ufD4D0TkT+Muxlp5qCr8zbXNvgG8/vimq1E/TEGOxzKUMUd+ZW9D44KytYuVM1Wkyy7/ N54wX3mOHOvr29Ct0QMiXQDyZj6twAoyc0UuY5hFFa49ZCLm7ep9kZd/Ct/BD5mvL+AL c1iAkDQsoUNq3oHNKmJiTDfVNP4GWTlCIzTzpyNhPXafLqfNcfY4XDzA9vGOn16ww/6I WGIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679368401; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=IK+w6/vi2bt11TXz7O1+prB32mHIiSskAmpr4q940bQ=; b=l54W1WwYSzYwpsxsFEKmY5EkLDQ9L/+SqPjVrLA9RWX/9qi+W5oop5wBl+t7OP93JB dDmYETlX4csBbFwTXBJSrqWTiKLDc2IS1WPGIcYgRmHig3W9GbDBD7VNGnuLDrCcBEKJ zZ7e1NGCW9qOPHkK7N2vKRe44UnwP3EQNMFQGVpEnQFbPUCbbFvdr9y2R8Je8U17WPmu 1Q+iwFZ2aWa6I0KlcCwLTwkxOhE4FLofit8iU+pEGgvflm/iNLPVGvHjfcUfsCl6lFEi 0IkMpe6UEZoUg4V8pGZ0DFVjHNfJlZvU8I2jcKfSEEw54M5rJH0oA6o4IDbKjdrg+IiM bFGg== X-Gm-Message-State: AO0yUKWE1TkNxCI30sgxdnxAL9Vx+GYE8GY+HWXJPn6E7qh0tJxchjcC UuUWq7JBjx7fiDtelF59zNo8fyf1PImC9g== X-Google-Smtp-Source: AK7set8Lc1C6+8v3xqj76xLe298t74BIWqTK5fH9IHWdS5P3gBEONg//dyPHjT5Mm48qJA5/waUytg== X-Received: by 2002:a05:6214:2401:b0:5d0:c26a:12b6 with SMTP id fv1-20020a056214240100b005d0c26a12b6mr2200871qvb.17.1679368401029; Mon, 20 Mar 2023 20:13:21 -0700 (PDT) Received: from hurd (dsl-10-128-46.b2b2c.ca. [72.10.128.46]) by smtp.gmail.com with ESMTPSA id r9-20020a37a809000000b007463509f94asm4743715qke.55.2023.03.20.20.13.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Mar 2023 20:13:20 -0700 (PDT) From: Maxim Cournoyer References: <878rgik9uo.fsf@simonsouth.net> <87bkle4olv.fsf@fsfe.org> <87h6v53kdn.fsf@simonsouth.net> <87mt4xiz0c.fsf@gmail.com> <87o7pdyc9f.fsf@simonsouth.net> <877cw1ii2i.fsf_-_@gmail.com> <87o7osig94.fsf@fsfe.org> Date: Mon, 20 Mar 2023 23:13:19 -0400 In-Reply-To: <87o7osig94.fsf@fsfe.org> (Jelle Licht's message of "Thu, 16 Mar 2023 21:38:15 +0100") Message-ID: <87r0tiu78w.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) 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: X-Migadu-Queue-Id: 5D7FC3E939 X-Spam-Score: -1.95 X-Migadu-Spam-Score: -1.95 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: L1Mw7tzHc6zX Hello, Jelle Licht writes: > Hey folks, > > Maxim Cournoyer writes: > >> Hello, >> >> Simon South writes: >> >>> Maxim Cournoyer writes: >>>> Would you be so kind as to open an issue with upstream about the >>>> misleading doc? >>> >>> I would've submitted a patch already were the project not using GitHub. >>> I don't have a GitHub account and don't intend to get one. >>> >>> Would anyone else be willing to be open an issue on this? >> >> No problem; see: https://github.com/tesseract-ocr/tesseract/issues/4025. > > So it seems the issue was confirmed. In addition there seems to be some > inconsistencies between build system with regards to how the data dir is > interpreted by tesseract: > > https://github.com/tesseract-ocr/tesseract/issues/4026 > > I think it makes sense for us to apply [a version of] Simon's patch. QA > also seems to show green lights, ignoring the unrelated recent > openmpi-related failures. > > WDYT? I've now applied it, after writing a proper change log commit message, and running the xvnc and lightdm system tests to get some confidence (they make use of tesseract-ocr). Thank you for looking into it! -- Thanks, Maxim