Re: cygpath and star character

2021-07-14 Thread Sam Edge via Cygwin
On 15/07/2021 00:07, Tomas Jura via Cygwin wrote: Hi My use case is building the CLASSPATH environment variable for java. Like: export CLASSPATH="${CLASSPATH}${PATH_SEPARATOR}$(cygpath -w 'my/java/jar/directory/*' )" CLASSPATH can contain the star character at the end on Windows. Example C:\A

Re: Setup shows errors from gnuplot-base.dash and python38-devel.sh

2021-07-14 Thread Doug Henderson via Cygwin
On Wed, 14 Jul 2021 at 16:33, Ken Brown via Cygwin wrote: > > On 7/14/2021 5:08 PM, Doug Henderson via Cygwin wrote: > > On Wed, 14 Jul 2021 at 13:03, Achim Gratz wrote: > >> > >> Doug Henderson via Cygwin writes: > >>> The first error message occurred when I installed all pending packages > >>>

Re: cygpath and star character

2021-07-14 Thread Tomas Jura via Cygwin
Hi My use case is building the CLASSPATH environment variable for java. Like: export CLASSPATH="${CLASSPATH}${PATH_SEPARATOR}$(cygpath -w 'my/java/jar/directory/*' )" CLASSPATH can contain the star character at the end on Windows. Example C:\Apps\java\lib\* , which means something different

Re: Setup shows errors from gnuplot-base.dash and python38-devel.sh

2021-07-14 Thread Ken Brown via Cygwin
On 7/14/2021 5:08 PM, Doug Henderson via Cygwin wrote: On Wed, 14 Jul 2021 at 13:03, Achim Gratz wrote: Doug Henderson via Cygwin writes: The first error message occurred when I installed all pending packages this morning. I hoped to heal the problem by reinstalling the installed gnuplot pack

Re: Setup shows errors from gnuplot-base.dash and python38-devel.sh

2021-07-14 Thread Doug Henderson via Cygwin
On Wed, 14 Jul 2021 at 13:03, Achim Gratz wrote: > > Doug Henderson via Cygwin writes: > > The first error message occurred when I installed all pending packages > > this morning. I hoped to heal the problem by reinstalling the > > installed gnuplot packages. Now I get both the messages. > > If yo

Re: setup-x86_64.exe crashes randomly on user interaction, too often to use

2021-07-14 Thread Philip Goetz via Cygwin
On Wed, Jul 14, 2021 at 2:57 PM Philip Goetz wrote: > > On Wed, Jul 14, 2021 at 9:10 AM Jon Turney wrote: > > > > On 13/07/2021 20:30, Philip Goetz via Cygwin wrote: > ... > > > I change display mode from Pending to Category, and start clicking > > > through the category tree selecting packages. >

Re: Setup shows errors from gnuplot-base.dash and python38-devel.sh

2021-07-14 Thread Marco Atzeri via Cygwin
On 14.07.2021 21:02, Achim Gratz wrote: Doug Henderson via Cygwin writes: The first error message occurred when I installed all pending packages this morning. I hoped to heal the problem by reinstalling the installed gnuplot packages. Now I get both the messages. If you look in /var7Log/set

Re: cygpath and star character

2021-07-14 Thread Ken Brown via Cygwin
On 7/14/2021 4:10 AM, Tomas Jura via Cygwin wrote: Hi I found a strange behaviour of the program cygpath program 0 >cygpath -w "./*/*"   <--- IMHO wrong output  \ 0 >cygpath -w "./*/*"  | od -a   <--- a detailed dump 000   o nul   *   \   o nul   *  nl 010 Wh

Re: Setup shows errors from gnuplot-base.dash and python38-devel.sh

2021-07-14 Thread Achim Gratz
Doug Henderson via Cygwin writes: > The first error message occurred when I installed all pending packages > this morning. I hoped to heal the problem by reinstalling the > installed gnuplot packages. Now I get both the messages. If you look in /var7Log/setup.log.full you should be able to see wha

Re: setup-x86_64.exe crashes randomly on user interaction, too often to use

2021-07-14 Thread Philip Goetz via Cygwin
On Wed, Jul 14, 2021 at 9:10 AM Jon Turney wrote: > > On 13/07/2021 20:30, Philip Goetz via Cygwin wrote: ... > > I change display mode from Pending to Category, and start clicking > > through the category tree selecting packages. > > But every time I click on something in the cygwin setup window,

Re: Building from latest git master no longer builds winsup...

2021-07-14 Thread Brian Inglis
On 2021-07-14 11:48, Ken Brown via Cygwin wrote: On 7/14/2021 1:13 PM, Brian Inglis wrote: Building from latest git master does not build winsup... only newlib. Did you run winsup/autogen.sh?  See   https://cygwin.com/pipermail/cygwin-developers/2021-June/012161.html Thanks Ken, That'll pr

Re: Building from latest git master no longer builds winsup...

2021-07-14 Thread Ken Brown via Cygwin
On 7/14/2021 1:13 PM, Brian Inglis wrote: Building from latest git master does not build winsup... only newlib. Did you run winsup/autogen.sh? See https://cygwin.com/pipermail/cygwin-developers/2021-June/012161.html Ken -- Problem reports: https://cygwin.com/problems.html FAQ:

Building from latest git master no longer builds winsup...

2021-07-14 Thread Brian Inglis
Building from latest git master does not build winsup... only newlib. Last built a few weeks ago for cpuinfo change testing. But now, even after clearing out, and eventually recreating the build directories, trying relative and absolute configure paths, checking back on the build FAQ, under Cy

Setup shows errors from gnuplot-base.dash and python38-devel.sh

2021-07-14 Thread Doug Henderson via Cygwin
When running setup-x86_64.exe version 2.908 (64-bit) I get errors after rebase: Package: _/gnuplot-base gnuplot-base.dash exit code 2 Package: _/Unknown package python38-devel.sh exit code 2 The first error message occurred when I installed all pending packages this morning. I hoped to he

Re: setup-x86_64.exe crashes randomly on user interaction, too often to use

2021-07-14 Thread Jon Turney
On 13/07/2021 20:30, Philip Goetz via Cygwin wrote: I just re-installed Windows 10 Home on my desktop, and am trying to re-install Cygwin. I was able to do the initial default install, but now I'm trying to use setup-x86_64.exe to add all the non-default packages that I want. I can reliably go th

cygpath and star character

2021-07-14 Thread Tomas Jura via Cygwin
Hi I found a strange behaviour of the program cygpath program 0 >cygpath -w "./*/*"   <--- IMHO wrong output  \ 0 >cygpath -w "./*/*"  | od -a   <--- a detailed dump 000   o nul   *   \   o nul   *  nl 010 0 >cygpath -wp "./*/*" <-- but this works as exp