fish shell config issue starting 3.6.4 package

2024-01-11 Thread Xavier Delaruelle via Cygwin
Hello, 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 ^~~~^ from sourcin

Warning message about not found stats package on R-4.2.1-1

2022-07-09 Thread Xavier Delaruelle
Hello All, I am using Cygwin through GitHub actions to test the software I maintain (Environment Modules) on this system. I would like to report that after the update to the new version of the R package (4.2.1-1), a warning message appears about the "stats" package of R which seem missing: Durin

Re: Missing 'sphinx-build' command from python37-sphinx package

2020-08-12 Thread Xavier Delaruelle via Cygwin
Le mer. 12 août 2020 à 09:03, Marco Atzeri a écrit : > On 11.08.2020 13:21, Marco Atzeri wrote: > > On 11.08.2020 10:56, Xavier Delaruelle wrote: > >> Hello, > >> > >> I confirm that my documentation build is ok (log at [1]) with the > >> following e

Re: Missing 'sphinx-build' command from python37-sphinx package

2020-08-11 Thread Xavier Delaruelle via Cygwin
/project/xdelaruelle/modules/builds/34591628/job/6u76k02d4uriq91q Le lun. 10 août 2020 à 10:39, Xavier Delaruelle a écrit : > Can you update the requirements of python*-sphinx packages to make these > new packages automatically installed when python*-sphinx is installed ? (as > they seem re

Re: Missing 'sphinx-build' command from python37-sphinx package

2020-08-10 Thread Xavier Delaruelle via Cygwin
:16, Marco Atzeri wrote: > > On 10.08.2020 06:58, Xavier Delaruelle wrote: > >> Hi Marco, > >> > >> I have been able to test new packages and now I am hitting another > issue: > >> > >> Extension error: > >> Could not impor

Re: Missing 'sphinx-build' command from python37-sphinx package

2020-08-09 Thread Xavier Delaruelle via Cygwin
delaruelle/modules/build/job/pjnscuqaaof9sxmn [2] https://github.com/xdelaruelle/modules/blob/master/doc/source/conf.py [3] https://ci.appveyor.com/project/xdelaruelle/modules/builds/34510331/job/l9dwhpry900bgmwk Le dim. 9 août 2020 à 18:14, Xavier Delaruelle a écrit : > Hi Marco. > > Thanks

Re: Missing 'sphinx-build' command from python37-sphinx package

2020-08-09 Thread Xavier Delaruelle via Cygwin
Hi Marco. Thanks a lot for your work on this issue. Regards, Xavier Le dim. 9 août 2020 à 17:22, Marco Atzeri a écrit : > On 09.08.2020 10:38, Xavier Delaruelle wrote: > > If command names are versioned it is important to get a consistent way > > for users to install THE packag

Re: Missing 'sphinx-build' command from python37-sphinx package

2020-08-09 Thread Xavier Delaruelle via Cygwin
t 20:07, Marco Atzeri via Cygwin <mailto:cygwin@cygwin.com>> wrote: > > On 08.08.2020 09:44, Xavier Delaruelle via Cygwin wrote: > Hello, > > I am using cygwin through the AppVeyor CI environment to check my software > build process and non-regression testsuite : >

Missing 'sphinx-build' command from python37-sphinx package

2020-08-08 Thread Xavier Delaruelle via Cygwin
Hello, I am using cygwin through the AppVeyor CI environment to check my software build process and non-regression testsuite : https://ci.appveyor.com/project/xdelaruelle/modules In this environment I use python37-sphinx package to build the documentation of the software, which requires the 'sph