X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 66B77385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1705069890; bh=3Wezk10C0ZTDa7f5Ct6dHVKwAegdMIdFCsxRxo/kAUM=; h=To:Subject:Date:References:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=f9+53BUIGOcI5nx2f65VaDapmM5cJNHXxMNJRrl91+Y1iY3e6fOdpRet+5abBINZU 3/Od33/ToZLlyxxxB9nJtNZQxg6d6rbwWPnqRnj9JLZPhhl6ri6/EiiyleBOkMEIgJ nWBHEbRVVipz+F1HA4XUdljjVTajVTpixC/KQcts= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B753E3858D20 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B753E3858D20 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705069832; cv=none; b=Nc5ktVzhv3gTvIbQg0KqZRLiZep5g5bV8IB3dFj9gLvbpPwZGsVIkJxVA7peGmwoh9qVpA2PjUXDhqyRpcBcv2v7Ds4DFJtM8zrFDmebboVK1dULZnmnRasGAJXygoypbwcSkIDfTqiCM3tRDz3xjxZDDBmKPkONRsA0ZY8vRRw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705069832; c=relaxed/simple; bh=ZyvcLM0kn4ewkLx57Ke7fUu8TFbsRyg+QQCcXPYtZ/0=; h=To:From:Subject:Date:Message-ID:Mime-Version; b=nauknFCCOJrOb2+TlkehNTNmvXSVLowXrKmr3N1aKTHqpwE3qhZidpg/t2Adktpj5lJmLZQhfeK/EoYCFKlCGz5z1wzVvp2o2XkDz5Usz2Rt0/l3Wrc2TTIJgNhvieZoM01urDve5bYiGOtBDcSz+x5Xyla3KWYu7gr7BD3VPi8= ARC-Authentication-Results: i=1; server2.sourceware.org X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com Subject: Re: fish shell config issue starting 3.6.4 package Date: Fri, 12 Jan 2024 09:30:22 -0500 Message-ID: References: <5a76f203-6d75-46b2-b0de-fcd5f507d083 AT dronecode DOT org DOT uk> Mime-Version: 1.0 X-Newsreader: Forte Agent 4.2/32.1118 X-Archive: encrypt X-Spam-Status: No, score=-3030.6 required=5.0 tests=BAYES_00, BODY_8BITS, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrew Schulman via Cygwin Reply-To: Andrew Schulman Content-Type: text/plain; charset="iso-8859-1" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 40CEVVP2007239 > >> Since fish shell has been updated to 3.6.4 at the beginning of the > >> year, I > >> obtain a configuration error: > >> > >>      fish: Unknown command: pgrep > >>      /etc/fish/conf.d/01_fish_variables.fish (line 13): > >>              pgrep fish | grep -v \^$fish_pid\$ | xargs -r kill > >>              ^~~~^ > [...] > > Hi Xavier, > > it seems a missing dependency > > > > pgrep is part of procps-ng package > > Andrew, > > I have adjusted the dependencies for fish 3.6.4 and 3.7.0 in the package > repository on sourceware to add procps-ng. > > If this is correct, please remember to make this adjustment in future > packages. Ouch! Sorry everybody! And thank you Xavier, for reporting that. Yes, I'll add a dependency on procps-ng to future releases. cygport finds so many dependencies automatically, I guess I thought it would find that one too. Andrew -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple