From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id e1e69de2 for ; Mon, 11 Mar 2019 21:05:48 +0000 (UTC) Received: (qmail 20090 invoked by alias); 11 Mar 2019 21:05:29 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44114 Received: (qmail 29355 invoked by uid 1010); 11 Mar 2019 21:05:29 -0000 X-Qmail-Scanner-Diagnostics: from mx2.math.uh.edu by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25384. spamassassin: 3.4.2. Clear:RC:0(129.7.128.33):SA:0(-4.2/5.0):. Processed in 1.213985 secs); 11 Mar 2019 21:05:29 -0000 X-Envelope-From: tibbs@math.uh.edu X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at math.uh.edu does not designate permitted sender hosts) From: Jason L Tibbitts III To: Bart Schaefer Cc: Zsh hackers list Subject: Re: [PATCH 1/3] Move readhistfile() after flockhistfile(). References: <70520d027e2f5ddc09b2c78d543664b52341f450.camel@fifi.org> <20190309005442.944477-1-phil+github-commits@fifi.org> <82f4a6db638fbfce396e64a45029424185863068.camel@fifi.org> <3228a3e68f2580fc25a9fda9bf7ccf5ce9a73689.camel@fifi.org> Date: Mon, 11 Mar 2019 16:04:48 -0500 In-Reply-To: (Bart Schaefer's message of "Sat, 9 Mar 2019 17:19:35 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain >>>>> "BS" == Bart Schaefer writes: BS> I don't know Fedora very well; feedback from the list would be BS> beneficial. Note that Fedora in general doesn't have this problem. I can certainly build the zsh source RPM without issues on my Fedora systems, and Fedora's buildsystem and package CI system also doesn't have any issues with it. I can't really guess as to what might be wrong with the system where he's trying to build zsh. In Fedora all packages are built in something called mock which sets up a chroot with a limited set of things installed within it. This frees us from worrying too much about what might be installed (or modified) on the host where the packages are being built. I do know (because https://bugzilla.redhat.com/show_bug.cgi?id=1687574 was filed for this) that the build isn't being done that way and so is susceptible to random things being installed on the host system. - J<