Reply for SCO

2019-07-23 Thread Prokofy Tuzmukhamedov
Hi, Products Available: JP54, D2 GAS OIL, D6 VIRGIN FUEL OIL LNG/LPG, EN 590, MAZUT M100 GOST–10585, JETFUEL A1 91/91, RUSSIAN PETROLEUM COKE. Delivery: Vessel take over (VTO), Tank Take Over (TTO), Vessel to Vessel (VTV), Vessel to Tank (VTO), FOB/Dip & Pay, CIF Inspection: SGS test report

Re: [ANNOUNCEMENT] curl 7.65.3-1

2019-07-23 Thread Steven Penny
On Mon, 22 Jul 2019 23:20:42, Yaakov Selkowitz wrote: The following packages have been uploaded to the Cygwin distribution: * curl-7.65.3-1 * libcurl4-7.65.3-1 * libcurl-devel-7.65.3-1 * libcurl-doc-7.65.3-1 It seems the previously reported issue remains: $ curl -V curl 7.65.3 (x86_64-p

Re: Can't debug bash with gdb 8.2.1-1

2019-07-23 Thread Jon Turney
On 23/07/2019 16:42, Ken Brown wrote: On 7/23/2019 9:51 AM, Jon Turney wrote: On 22/07/2019 15:59, Ken Brown wrote: With the test version of gdb, attempting to debug bash fails as follows: $ gdb bash GNU gdb (GDB) (Cygwin 8.2.1-1) 8.2.1 [...] Reading symbols from bash...Reading symbols from /u

[ANNOUNCEMENT] meson 0.50.1-1

2019-07-23 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * meson-0.50.1-1 Meson is an open source build system meant to be extremely fast. It generates files for various backends including Ninja, Visual Studio, and Xcode. Meson does not generate Makefiles, relying solely on Nin

Re: Can't debug bash with gdb 8.2.1-1

2019-07-23 Thread Ken Brown
On 7/23/2019 9:51 AM, Jon Turney wrote: > On 22/07/2019 15:59, Ken Brown wrote: >> With the test version of gdb, attempting to debug bash fails as follows: >> >> $ gdb bash >> GNU gdb (GDB) (Cygwin 8.2.1-1) 8.2.1 >> [...] >> Reading symbols from bash...Reading symbols from >> /usr/lib/debug//usr/bi

RE: Join command fails to output fields on input file with DOS line endings.

2019-07-23 Thread Andy Hall
> On 7/22/2019 12:59 PM, Eliot Moss wrote: > On 7/22/2019 12:50 PM, Andy Hall wrote: > > This behavior of join surprised me: > > > > $ join -1 3 <(echo a b col3 c d | unix2dos) <(echo col3 f2 f3 f4 f5) > > f2 f3 f4 f5 > > > > Join parses the input line well enough to execute the join, but the >

Re: Can't debug bash with gdb 8.2.1-1

2019-07-23 Thread Jon Turney
On 22/07/2019 15:59, Ken Brown wrote: With the test version of gdb, attempting to debug bash fails as follows: $ gdb bash GNU gdb (GDB) (Cygwin 8.2.1-1) 8.2.1 [...] Reading symbols from bash...Reading symbols from /usr/lib/debug//usr/bin/bash.exe.dbg...done. done. (gdb) r -c ls Starting program:

RE: Join command fails to output fields on input file with DOS line endings.

2019-07-23 Thread Lemke, Michael ST/HZA-ZIC2
On July 22, 2019 9:51 PM Andy Hall wrote: >This behavior of join surprised me: > >$ join -1 3 <(echo a b col3 c d | unix2dos) <(echo col3 f2 f3 f4 f5) > f2 f3 f4 f5 See if this reduces your surprise somewhat: $ join -1 3 <(echo a b col3 c d | unix2dos) <(echo col3 f2 f3 f4 f5) | cat -A -- Pro