From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd34.google.com (mail-io1-xd34.google.com [IPv6:2607:f8b0:4864:20::d34]) by sourceware.org (Postfix) with ESMTPS id 178B3385B834 for ; Tue, 24 Mar 2020 14:12:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 178B3385B834 Received: by mail-io1-xd34.google.com with SMTP id y24so18178459ioa.8 for ; Tue, 24 Mar 2020 07:12:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zwXoX5qY3yXXXr4VQAdZd2C550OMahBYWd+3TSfShsg=; b=mwpZi97Xi0IA0oTRvYe9jjsRDtKho94olHPdbA8MXoqyK8MvNa0ru16xkjW3nnR5RR QVNv9tP2lyPWSDa2utJTv6YGuofWSfOwR1bmX+EWQipotz6c0gXxtMrcr7NCfQKZjc4q jgbWS12VB08GfuwOCTL03by/a2e6BsvyLKELMXQVHjD4AXkOMNr9Yo2P4AAaCRlgQl63 Kgm+taGh31xU7B6gt7RyTCRYEZupXK2tKJCM71ng7VRc+QkXRqDiAmXg0w9pfYn5ouoh C0cB2scD+sC7/C2lr+vSfW5AeoG+fRQCROK/tpKJkq8rVuqdGo70jTHS44pKr1eU0ecY zM5A== X-Gm-Message-State: ANhLgQ0+HcQWSZZ03ZqB48FqyxVGrKyHX1KyaWRvcfVtkxMgwUSwa8xB S7g7bff8cPrK50EhVvXAJ/GTdLfM1uGsc4UdMnBxMkGF X-Google-Smtp-Source: ADFU+vtk9+s/hXAuGCV47o7sFAhU6qJJa1Lpjt6E4k/kll1c2jazXyooqTTYFi5RisR8qHgG2yUoU6dOZUr1K7qe+ak= X-Received: by 2002:a02:9406:: with SMTP id a6mr22807723jai.138.1585059122230; Tue, 24 Mar 2020 07:12:02 -0700 (PDT) MIME-Version: 1.0 References: <70c758ccf420ba3bd38997e1f6860c25a5b03138.camel@cygwin.com> In-Reply-To: <70c758ccf420ba3bd38997e1f6860c25a5b03138.camel@cygwin.com> From: Jan Nijtmans Date: Tue, 24 Mar 2020 15:11:51 +0100 Message-ID: Subject: Re: Putting packages up for adoption To: cygapps Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, 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-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2020 14:12:05 -0000 Op di 24 mrt. 2020 om 14:51 schreef Yaakov Selkowitz: > > However, I created a "fedora" branch in (upstream) Tcl, in which > > I merged the two patches from fedora. Result: > > > > The errors I see there are "Test file error: can't find package > tcltests", which sounds like an issue with the test environment and not > on those changes. The point is, Tcl has a specific order of paths where it searches its environment, like an $auto_path variable. The test-suite tests this algorithm, and - apparently - the outcome of the algorith changed. You can add additional paths, but you cannot change the order of existing paths that are searched. So, sorry, but I respectfully disagree. The test-suite adds a path where it can find the "tcltests" package, the fedora changes result in not finding that package any more. That's a bug in the path search algorithm, which is modified by the fedora patch. Regards, Jan Nijtmans