From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2b.google.com (mail-io1-xd2b.google.com [IPv6:2607:f8b0:4864:20::d2b]) by sourceware.org (Postfix) with ESMTPS id AEDD8385BF92 for ; Wed, 1 Apr 2020 09:10:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AEDD8385BF92 Received: by mail-io1-xd2b.google.com with SMTP id q128so24791600iof.9 for ; Wed, 01 Apr 2020 02:10:22 -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=HFn+Ue/rlctg35I3ilr97x24JksYdTzSzmQ7JIr+UBA=; b=UdhybOzupvnUXX6iHvptsGswmWFCwLNvUWy//1gDPxe+IYk7p/WtB1Skp2v3T2KrKt PqNbcZc5ei22jo8pnc7MAkU+zC2+P8H8aZfAYUh+7masyAmhh+4sVXmsyBO/TFLmQhrs CjCSRot8Znf4A/2wM3XgNKkqJv8g74A3CG5dIBMLX+8ebGY+pxgYuKGBh2gm/xUgWuaQ d8McVDqyeWKflDBXDqyogJqrd+aL7GvNW/ikuZBhjGMWwQ5o51HyDBMX+Eo9ksuNjd5L fS7r25JRw2JALgcbakYkG6qpCWZAILFU0geZSa+fvJI2i+WJufCaVjLvUKrRbi2yl327 /sFA== X-Gm-Message-State: ANhLgQ3bd1J4kiOGbW0LtWHC0pAsj4AD66pWhL9CIgk9p+gERa9bPojZ V3cDpypim34x17xsg6pV9a73k7OOXaEnqz79V27B+gBtzLU= X-Google-Smtp-Source: ADFU+vte47mfDnLo8gw4crKmNeKHYTy7wAc77SCiqyTBmY7RsNkLvkBB3GkORFH1vW8vgtQYWr+Aa8ZwdMovYX/c2W4= X-Received: by 2002:a6b:fa12:: with SMTP id p18mr16501286ioh.46.1585732221738; Wed, 01 Apr 2020 02:10:21 -0700 (PDT) MIME-Version: 1.0 References: <70c758ccf420ba3bd38997e1f6860c25a5b03138.camel@cygwin.com> <1e08383d408b0363595e42f12b630d69cf4228bd.camel@cygwin.com> In-Reply-To: From: Jan Nijtmans Date: Wed, 1 Apr 2020 11:10:10 +0200 Message-ID: Subject: Re: Putting packages up for adoption To: cygapps Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-5.3 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: Wed, 01 Apr 2020 09:10:23 -0000 First, I would like three packages to be added to cygwin-pkg-maint: - mingw64-i686-tcl-thread - mingw64-x86_64-tcl-thread - tcl-thread This is meant for the Tcl-Tk "thread" extension. Second, making my point, this time with proof..... Op di 24 mrt. 2020 om 20:27 schreef Jan Nijtmans: > Op di 24 mrt. 2020 om 15:25 schreef Yaakov Selkowitz: > > Fedora, and possibly other distros as well, set a default search path > > for tcl that conforms with their desired filesystem layout -- having > > all extensions under /usr/{lib,share}/tclX.Y instead of scattered > > throughout /usr/{lib,share}. > > Thank you! It's 100% clear to me now. It's just about customising > to Fedora's directory layout. They have the right to do that, I have > the right to ignore it ;-). In the mingw32-xxx-tcl packages, loading the "registry" and "dde" sub-packages doesn't work. The reason is the wrong setting of the $auto_path variable, which is caused by the fedora patches: tclsh86 % info nameofexecutable C:/builds/cygwin32/usr/i686-w64-mingw32/sys-root/mingw/bin/tclsh86.EXE % package require registry can't find package registry % set auto_path C:/builds/cygwin32/usr/i686-w64-mingw32/sys-root/mingw/lib/tcl8.6 % set auto_path C:/builds/cygwin32/usr/i686-w64-mingw32/sys-root/mingw/lib C:/builds/cygwin32/usr/i686-w64-mingw32/sys-root/mingw/lib % package require registry 1.3.2 % package require dde 1.4.0 % Of course, I will fix this in the next version. Regards, Jan Nijtmans