From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.atof.net (smtp1.atof.net [52.86.233.228]) by sourceware.org (Postfix) with ESMTPS id A4D623858D20 for ; Thu, 25 Apr 2024 17:46:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A4D623858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gluelogic.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gluelogic.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A4D623858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=52.86.233.228 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067176; cv=none; b=sjmDrMJmcOsHiIO5U1TP+QVYpzBpClapg7SS7JUH/HXy1+S3BlfHobnALsy4so0YGfEtb1OYSsjfF7T5doVCJGG6L6z4L2geV0KAFBkIvpYICemHxs4+A999qaeYj4WQNSJT9KONxDeB68y1wUbAh6ipLVwPxsctVCqfOo5WkZ4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067176; c=relaxed/simple; bh=dA5f/5brIIWZ7MzBn7yN5bM8ez176XQ/Yi18jYv4rm8=; h=Date:From:To:Subject:Message-ID:Mime-Version; b=F1PEoZmhknZR8ShqOgVaYZoQ5C1XeUdNSGmvTLzgRcx7T7MpeRX0Eqj/63h7+2Fbcu+kIV4fJQM71gdIu5/9EJS8OeJo71QjSLPa6hfW5QTVg7Q0sNGVsQ6iuSrAMSrMLcSrqicNmNyxeXP5MsaRz/2+rTljIUTtgpls7CJcc4M= ARC-Authentication-Results: i=1; server2.sourceware.org X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Spam-Language: en X-Spam-Relay-Country: X-Spam-DCC: B=www.nova53.net; R=smtp1.atof.net 1205; Body=1 Fuz1=1 Fuz2=1 X-Spam-RBL: X-Spam-PYZOR: Reported 0 times. Date: Thu, 25 Apr 2024 13:46:09 -0400 From: gs-cygwin.com@gluelogic.com To: Peter Lai Cc: cygwin@cygwin.com Subject: Re: Why python > 36 so many dependencies? Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 List-Id: On Thu, Apr 25, 2024 at 10:19:05AM -0400, Peter Lai via Cygwin wrote: > Why does installing python > py36 result in bringing in so many > dependencies like libXdmcp etc, when the intent is to just run python > interpreter from cli? Is this because of the way it's built for cygwin? I > build python all the time in NetBSD using pkgsrc and in FreeBSD ports, > without needing all of those deps. I don't know much about how cygport > works, is there a repo of cygport files I can look at? The load at https://cygwin.com/git/ is too high at the moment and I get "503 - The load average on the server is too high" Take a look at some mirrors. For cygport code: https://github.com/cygwin/cygport Lots of individual repositories under here with cygport projects https://github.com/cygwinports/ e.g. https://github.com/cygwinports/python36 Cheers, Glenn