Re: BASH 4.4 mapfile/readarray/read builtins mis-behaving with pipe [edit] documentation bug

2018-07-21 Thread Brian Inglis
On 2018-07-21 18:37, Steven Penny wrote: > On Sat, 21 Jul 2018 19:36:38, BloomingAzaleas wrote: >> At this time, I do not have a Linux image available to me. > its not that hard to get: > 1. http://virtualbox.org > 2. http://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid Even easier

2018/7/22 星期日代办普通增值税/专用17%,需要联系13686844505张经理/专用17%qq 448485857UB2018/7/22 星期日

2018-07-21 Thread cygwin
OG可开票普通增值税3%/专用抵扣17%联系我13686844505微信同步;张经理,qq448485857lHB 可开范围:全国各个城市,各个行业,承诺:每月正规税务申领,11:07保证所有开出票据全部都是老公司数据cygwin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: BASH 4.4 mapfile/readarray/read builtins mis-behaving with pipe [edit] documentation bug

2018-07-21 Thread Steven Penny
On Sat, 21 Jul 2018 19:36:38, BloomingAzaleas wrote: At this time, I do not have a Linux image available to me. its not that hard to get: 1. http://virtualbox.org 2. http://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid you saw the same behavior on Fedora, then I suggest the

Re: BASH 4.4 mapfile/readarray/read builtins mis-behaving with pipe [edit] documentation bug

2018-07-21 Thread BloomingAzaleas
Reply to Eric Blake, At this time, I do not have a Linux image available to me.   If you saw the same behavior on Fedora, then I suggest the behavior originates upstream at or close the the GNU source-code level. Mr. Penny's response asserted the observed behavior "is intended behavior", in

Re: libsqlite3-devel install uninstalls openssl-devel just to install again??

2018-07-21 Thread Marco Atzeri
Am 21.07.2018 um 21:22 schrieb Takashi Yano: On Sat, 21 Jul 2018 14:44:57 -0400 cyg Simple wrote: Uninstall openssl-devel 1.0.2o-1 (automatically added) Install libsqlite3-devel 3.21.0-1 Install openssl-devel 1.0.2o-1 I can't reproduce this. $ cygcheck -c openssl-devel Cygwin Package

Re: libsqlite3-devel install uninstalls openssl-devel just to install again??

2018-07-21 Thread Takashi Yano
On Sat, 21 Jul 2018 14:44:57 -0400 cyg Simple wrote: > Uninstall openssl-devel 1.0.2o-1 (automatically added) > Install libsqlite3-devel 3.21.0-1 > Install openssl-devel 1.0.2o-1 I can't reproduce this. $ cygcheck -c openssl-devel Cygwin Package Information Package Version

Re: libsqlite3-devel install uninstalls openssl-devel just to install again??

2018-07-21 Thread Ken Brown
On 7/21/2018 2:44 PM, cyg Simple wrote: Maintainer of libsqlite3-devel, I just tried to add libsqlite3-devel and find that openssl-devel is being uninstalled just to be installed again. Surely this is a package bug issue. Uninstall openssl-devel 1.0.2o-1 (automatically added) Install

libsqlite3-devel install uninstalls openssl-devel just to install again??

2018-07-21 Thread cyg Simple
Maintainer of libsqlite3-devel, I just tried to add libsqlite3-devel and find that openssl-devel is being uninstalled just to be installed again. Surely this is a package bug issue. Uninstall openssl-devel 1.0.2o-1 (automatically added) Install libsqlite3-devel 3.21.0-1 Install openssl-devel

Re: Freeze opening /dev/stdout

2018-07-21 Thread João Eiras
Thanks everyone. Turns out it's some problem with my setup that is affecting stdin and stdout. I had no idea that could happen. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-21 Thread Heavenly Avenger
Checksums may change after rebase, but maybe file size and date? File creation time may work. On 7/21/2018 6:24 AM, Andrey Repin wrote: Greetings, Heavenly Avenger! Sorry, problem solved... $ cygcheck -c libgs9 Cygwin Package Information Package  Version    Status libgs9 

Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-21 Thread Andrey Repin
Greetings, Heavenly Avenger! > Sorry, problem solved... > $ cygcheck -c libgs9 > Cygwin Package Information > Package  Version    Status > libgs9   9.23-1 OK > $ cygcheck -l libgs9 > /usr/bin/cyggs-9.dll > $ ls -l /usr/bin/cyggs-9.dll > -rwxr-xr-x 1 avenger

Re: Freeze opening /dev/stdout

2018-07-21 Thread Takashi Yano
On Sat, 21 Jul 2018 10:19:03 +0900 Takashi Yano wrote: > What happens if you execute: > rm /dev/stdin /dev/stdout > ln -s /proc/self/fd/0 /dev/stdin > ln -s /proc/self/fd/1 /dev/output This is typo. s/output/stdout/ -- Takashi Yano -- Problem reports: http://cygwin.com/problems.html

Re: Freeze opening /dev/stdout

2018-07-21 Thread Marco Atzeri
Am 21.07.2018 um 03:19 schrieb Takashi Yano: On Fri, 20 Jul 2018 15:35:21 +0200 João Eiras wrote: #include #include int main () { int fd = open("/dev/stdout", O_WRONLY); printf("Opened stdout: %d\n", fd); return 0; } Unfortunately, this freezes. The problem (I think) is because /dev/stdout