From: "Steven Levine" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 4952574 for gnuports@2rosenthals.com; Fri, 30 Sep 2022 22:44:51 -0400 Received: from [192.168.200.201] (port=43022 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtp (Exim 4.95) (envelope-from ) id 1oeSUa-00079h-2E for gnuports@2rosenthals.com; Fri, 30 Sep 2022 22:44:40 -0400 Received: from mta-202a.earthlink-vadesecure.net ([51.81.232.240]:39735) by mail2.2rosenthals.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oeSUV-00088d-0C for gnuports@2rosenthals.com; Fri, 30 Sep 2022 22:44:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; bh=ScJhjX9FgkLR578nUaaVb4nOGim4hqrKc05qsf OsnZM=; c=relaxed/relaxed; d=earthlink.net; h=from:reply-to:subject: date:to:cc:resent-date:resent-from:resent-to:resent-cc:in-reply-to: references:list-id:list-help:list-unsubscribe:list-subscribe:list-post: list-owner:list-archive; q=dns/txt; s=dk12062016; t=1664592274; x=1665197074; b=b4bUd7QxRf41enyufnOLmqbmfUFj6DZuB7F8G6l1Z/mSfWsAfPTGW5/ 2oUMduIwMN1WVrjD2CbITLEj5OmEt3gOjNRZ2ygj/yRgb3YG9uu3cKLKggGuz+JPeYX6nye iAUKq2HF1Pccg7Lgh3zzlBLRIa/MtzZmGZFLj+SIyQZNcuDtzA/PEbymIiDNiSSE0s5wuOY 5Ld1rxkUvrU3Jh2KNgvzHBihPOfgGkL9RhIV4gxXi2t0Zi+3cdKcsAYuKxuS3u5+Cyu7Juc XTN0VGodgoo1t/iFGG1+f5OgkOf/a6WNc/VYOPuGAh7oTwvzBSQGmlfeteOAGawduPn/PQE mPg== Received: from slamain ([108.193.252.100]) by smtp.earthlink-vadesecure.net ESMTP vsel2nmtao02p with ngmta id be62809f-1719d1da869a1563; Sat, 01 Oct 2022 02:44:33 +0000 Message-ID: <6337a78b.4.mr2ice.fgrirsq@earthlink.net> Date: Fri, 30 Sep 2022 19:35:55 -0700 To: "GNU Ports for eCS Mailing List" In-Reply-To: Subject: Re: [GNU Ports] Assertion error with pip building X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.23/60 In , on 09/30/22 at 10:18 PM, "Lewis G Rosenthal" said: HI Lewis, >I've hackishly worked around the problem by removing line 91 from >python3.9/site-packages/setuptools/command/install_lib.py: >assert preserve_mode and preserve_times and not preserve_symlinks Rather than removing the line, I recommend inserting a few lines to print the values of preserve_mode, preserve_times and preserve_symlinks. This should tell you which variable has the unexpected value. To my eyes, it seems odd that copy_tree is being called with preserve_symlinks=1 given what the assertion says. Steven -- ---------------------------------------------------------------------- "Steven Levine" Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ----------------------------------------------------------------------