Re: graph (plotutils) seg-faulting

2020-07-23 Thread Ken Brown via Cygwin
On 7/23/2020 12:48 AM, Marco Atzeri via Cygwin wrote: On 23.07.2020 00:12, Ken Brown via Cygwin wrote: On 7/22/2020 6:07 PM, Tony Richardson via Cygwin wrote: On Wed, Jul 22, 2020 at 3:48 PM Marco Atzeri via Cygwin wrote: On 22.07.2020 14:06, Ken Brown via Cygwin wrote: On 7/22/2020 1:36

Re: graph (plotutils) seg-faulting

2020-07-22 Thread Ken Brown via Cygwin
On 7/22/2020 6:07 PM, Tony Richardson via Cygwin wrote: On Wed, Jul 22, 2020 at 3:48 PM Marco Atzeri via Cygwin wrote: On 22.07.2020 14:06, Ken Brown via Cygwin wrote: On 7/22/2020 1:36 AM, Marco Atzeri via Cygwin wrote: On 22.07.2020 02:10, Tony Richardson via Cygwin wrote: I have

freetype2 2.10.2-2

2020-07-22 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * freetype2-demos-2.10.2-2 * libfreetype6-2.10.2-2 * libfreetype-devel-2.10.2-2 * libfreetype-doc-2.10.2-2 FreeType 2 is a software font engine that is designed to be small, efficient, and highly customizable while capable of

[ANNOUNCEMENT] freetype2 2.10.2-2

2020-07-22 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * freetype2-demos-2.10.2-2 * libfreetype6-2.10.2-2 * libfreetype-devel-2.10.2-2 * libfreetype-doc-2.10.2-2 FreeType 2 is a software font engine that is designed to be small, efficient, and highly customizable while capable of

Re: graph (plotutils) seg-faulting

2020-07-22 Thread Ken Brown via Cygwin
On 7/22/2020 1:36 AM, Marco Atzeri via Cygwin wrote: On 22.07.2020 02:10, Tony Richardson via Cygwin wrote: I have attached both the cygcheck and strace output. Tony Richardson something is clearly interfering with your Cygwin installation --- Process 11136 loaded

Fix for php

2020-07-21 Thread Ken Brown via Cygwin-apps
This is a follow-up to https://sourceware.org/pipermail/cygwin/2020-July/245623.html As I explained there, a patch applied to the Cygwin build causes php to often call mmap with MAP_FIXED, and some of these calls fail. Removing the relevant hunk of the patch fixes the reported problem, and

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-21 Thread Ken Brown via Cygwin
On 7/18/2020 10:11 PM, Ken Brown via Cygwin wrote: On 7/17/2020 5:39 PM, km2z7kca0oge--- via Cygwin wrote: Hi there, Recently I've noticed that PHP seems have to hard 4MB memory limit, [...] Example script: ``` file_get_contents('http://mirror.cwcs.co.uk/centos/8.2.2004/isos/x86_64/CentOS

[ANNOUNCEMENT] icu 67.1-2

2020-07-21 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libicu67-67.1-2 * libicu-devel-67.1-2 * icu-doc-67.1-2 ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives

icu 67.1-2

2020-07-21 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libicu67-67.1-2 * libicu-devel-67.1-2 * icu-doc-67.1-2 ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives

Re: [PATCH] Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaround

2020-07-20 Thread Ken Brown via Cygwin-patches
Hi Corinna, On 7/20/2020 2:55 PM, Corinna Vinschen wrote: From: Corinna Vinschen It's working on 32 bit OSes only anyway. It even fails on WOW64. Signed-off-by: Corinna Vinschen --- Notes: Hi Ken, can you please review this patch and check if it doesn't break your

Re: [PATCH] Cygwin: mmap: fix mapping beyond EOF on 64 bit

2020-07-20 Thread Ken Brown via Cygwin-patches
On 7/20/2020 4:29 PM, Brian Inglis wrote: On 2020-07-20 09:41, Corinna Vinschen wrote: Ultimately, I wonder if we really should keep all the 32 bit OS stuff in. The number of real 32 bit systems (not WOW64) is dwindling fast. Keeping all the AT_ROUND_TO_PAGE stuff in just for what? 2%? of the

Re: [PATCH] Cygwin: mmap: fix mapping beyond EOF on 64 bit

2020-07-20 Thread Ken Brown via Cygwin-patches
On 7/20/2020 11:41 AM, Corinna Vinschen wrote: On Jul 20 10:58, Ken Brown via Cygwin-patches wrote: On 7/20/2020 10:49 AM, Ken Brown via Cygwin-patches wrote: On 7/20/2020 10:43 AM, Ken Brown via Cygwin-patches wrote: On 7/20/2020 10:23 AM, Corinna Vinschen wrote: On Jul 20 09:34, Ken Brown

Re: [PATCH] Cygwin: mmap: fix mapping beyond EOF on 64 bit

2020-07-20 Thread Ken Brown via Cygwin-patches
On 7/20/2020 10:49 AM, Ken Brown via Cygwin-patches wrote: On 7/20/2020 10:43 AM, Ken Brown via Cygwin-patches wrote: On 7/20/2020 10:23 AM, Corinna Vinschen wrote: On Jul 20 09:34, Ken Brown via Cygwin-patches wrote: Commit 605bdcd410384dda6db66b9b8cd19e863702e1bb enabled mapping beyond EOF

Re: [PATCH] Cygwin: mmap: fix mapping beyond EOF on 64 bit

2020-07-20 Thread Ken Brown via Cygwin-patches
On 7/20/2020 10:43 AM, Ken Brown via Cygwin-patches wrote: On 7/20/2020 10:23 AM, Corinna Vinschen wrote: On Jul 20 09:34, Ken Brown via Cygwin-patches wrote: Commit 605bdcd410384dda6db66b9b8cd19e863702e1bb enabled mapping beyond EOF in 64 bit environments.  But the variable 'orig_len' did

Re: [PATCH] Cygwin: mmap: fix mapping beyond EOF on 64 bit

2020-07-20 Thread Ken Brown via Cygwin-patches
On 7/20/2020 10:23 AM, Corinna Vinschen wrote: On Jul 20 09:34, Ken Brown via Cygwin-patches wrote: Commit 605bdcd410384dda6db66b9b8cd19e863702e1bb enabled mapping beyond EOF in 64 bit environments. But the variable 'orig_len' did not get rounded up to a multiple of 64K. This rounding

[PATCH] Cygwin: mmap: fix mapping beyond EOF on 64 bit

2020-07-20 Thread Ken Brown via Cygwin-patches
Commit 605bdcd410384dda6db66b9b8cd19e863702e1bb enabled mapping beyond EOF in 64 bit environments. But the variable 'orig_len' did not get rounded up to a multiple of 64K. This rounding was done on 32 bit only. Fix this by rounding up orig_len on 64 bit, in the same place where 'len' is rounded

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-18 Thread Ken Brown via Cygwin
On 7/17/2020 5:39 PM, km2z7kca0oge--- via Cygwin wrote: Hi there, Recently I've noticed that PHP seems have to hard 4MB memory limit, [...] Example script: ``` http://mirror.cwcs.co.uk/centos/8.2.2004/isos/x86_64/CentOS-8.2.2004-x86_64-dvd1.iso'); // A large file such as an ISO. ```

Re: name pipe problem: 1 writer, multiple concurrent readers

2020-07-16 Thread Ken Brown via Cygwin
On 7/3/2020 7:09 AM, Ken Brown via Cygwin wrote: On 7/2/2020 1:50 PM, Morten Kjærulff via Cygwin wrote: I think we got a new release around the beginning of June, right? You said that there were still issues (I can confirm). If it can help, here is the output I see today of above scripts

[PATCH 09/12] Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarily

2020-07-16 Thread Ken Brown via Cygwin-patches
Don't set update_needed_evt if there's currently no owner. This will cause unnecessary churn once I'm the owner and am listening for connections. --- winsup/cygwin/fhandler_fifo.cc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/fhandler_fifo.cc

[PATCH 01/12] Cygwin: FIFO: fix problems finding new owner

2020-07-16 Thread Ken Brown via Cygwin-patches
When the owning reader closes and there are still readers open, the owner needs to wait for a new owner to be found before closing its fifo_client handlers. This involves a loop in which dec_nreaders is called at the beginning and inc_nreaders is called at the end. Any other reader that tries to

[PATCH 02/12] Cygwin: FIFO: keep a writer count in shared memory

2020-07-16 Thread Ken Brown via Cygwin-patches
When a reader opens, it needs to block if there are no writers open (unless is is opened with O_NONBLOCK). This is easy for the first reader to test, since it can just wait for a writer to signal that it is open (via the write_ready event). But when a second reader wants to open, all writers

[PATCH 04/12] Cygwin: FIFO: reduce I/O interleaving

2020-07-16 Thread Ken Brown via Cygwin-patches
Add a bool member 'last_read' to the fifo_client_handler structure, which is set to true on a successful read. This is used by raw_read as follows. When raw_read is called, it first locates the writer (if any) for which last_read is true. raw_read tries to read from that writer and returns if

[PATCH 07/12] Cygwin: FIFO: make certain errors non-fatal

2020-07-16 Thread Ken Brown via Cygwin-patches
If update_my_handlers fails to duplicate one or more handles, just mark the corresponding handlers as being in an error state. But if update_my_handlers is unable to open the process of the previous owner, it's likely that something serious has gone wrong, so we continue to make that a fatal

[PATCH 12/12] Cygwin: FIFO: update commentary

2020-07-16 Thread Ken Brown via Cygwin-patches
--- winsup/cygwin/fhandler_fifo.cc | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/winsup/cygwin/fhandler_fifo.cc b/winsup/cygwin/fhandler_fifo.cc index 30486304f..e9d0187d4 100644 --- a/winsup/cygwin/fhandler_fifo.cc +++ b/winsup/cygwin/fhandler_fifo.cc

[PATCH 05/12] Cygwin: FIFO: improve taking ownership in fifo_reader_thread

2020-07-16 Thread Ken Brown via Cygwin-patches
When a reader takes ownership in fifo_reader_thread, it now goes directly to the part of the main loop that listens for a connection. Previously it went back to the beginning of the loop. Also, if the reader has to delay taking ownership because the previous owner has not finished updating the

[PATCH 11/12] Cygwin: FIFO: clean up

2020-07-16 Thread Ken Brown via Cygwin-patches
Remove the fhandler_fifo::get_me method, which is no longer used. Make the methods get_owner, set_owner, owner_lock, and owner_unlock private. --- winsup/cygwin/fhandler.h | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/winsup/cygwin/fhandler.h

[PATCH 00/12] FIFO: fix multiple reader support

2020-07-16 Thread Ken Brown via Cygwin-patches
There were several flaws in my previous attempt to add support for explicitly opening a FIFO multiple times for reading. (By "explicitly" I mean by calling open rather than by calling fork/exec/dup.) See https://sourceware.org/pipermail/cygwin/2020-July/245456.html for one indication of

[PATCH 08/12] Cygwin: FIFO: add missing lock

2020-07-16 Thread Ken Brown via Cygwin-patches
--- winsup/cygwin/fhandler_fifo.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/cygwin/fhandler_fifo.cc b/winsup/cygwin/fhandler_fifo.cc index 91a276ee9..b6e172ddc 100644 --- a/winsup/cygwin/fhandler_fifo.cc +++ b/winsup/cygwin/fhandler_fifo.cc @@ -422,7 +422,9 @@

[PATCH 03/12] Cygwin: fhandler_fifo::hit_eof: improve reliability

2020-07-16 Thread Ken Brown via Cygwin-patches
Use the writer count introduced in the previous commit to help detect EOF. Drop the maybe_eof method, which is no longer needed. --- winsup/cygwin/fhandler.h | 7 +++ winsup/cygwin/fhandler_fifo.cc | 26 ++ winsup/cygwin/select.cc| 3 +-- 3 files

[PATCH 06/12] Cygwin: FIFO: fix indentation

2020-07-16 Thread Ken Brown via Cygwin-patches
--- winsup/cygwin/fhandler_fifo.cc | 168 - 1 file changed, 84 insertions(+), 84 deletions(-) diff --git a/winsup/cygwin/fhandler_fifo.cc b/winsup/cygwin/fhandler_fifo.cc index 1fb319fcf..69dda0811 100644 --- a/winsup/cygwin/fhandler_fifo.cc +++

[PATCH 10/12] Cygwin: FIFO: allow take_ownership to be interrupted

2020-07-16 Thread Ken Brown via Cygwin-patches
Use cygwait in take_ownership to allow interruption while waiting to become owner. Return the cygwait return value or a suitable value to indicate an error. raw_read now checks the return value and acts accordingly. --- winsup/cygwin/fhandler.h | 2 +- winsup/cygwin/fhandler_fifo.cc | 54

texlive-collection-binextra 20200406-2

2020-07-09 Thread Ken Brown via Cygwin-announce
The following package has been uploaded to the Cygwin distribution: * texlive-collection-binextra-20200406-2 TeX Live is an easy way to get up and running with the TeX document production system. It includes all the major TeX-related programs, macro packages, and fonts that are free software,

[ANNOUNCEMENT] texlive-collection-binextra 20200406-2

2020-07-09 Thread Ken Brown via Cygwin-announce
The following package has been uploaded to the Cygwin distribution: * texlive-collection-binextra-20200406-2 TeX Live is an easy way to get up and running with the TeX document production system. It includes all the major TeX-related programs, macro packages, and fonts that are free software,

Re: Cygwin 3.1.6

2020-07-06 Thread Ken Brown via Cygwin-patches
On 7/6/2020 3:50 PM, Corinna Vinschen wrote: Hi guys, Do you have anything in the loop which should go into 3.1.6? Given https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=bb96bd0, I'd like to release 3.1.6 this week. I'm working on some FIFO fixes, but it could be another week

Re: pdfjam in texlive-collection-binextra-20200406-1 doesn't work

2020-07-03 Thread Ken Brown via Cygwin
On 7/3/2020 7:22 AM, Lemures Lemniscati via Cygwin wrote: Date: Fri, 03 Jul 2020 19:23:58 +0900 From: Lemures Lemniscati Date: Wed, 27 May 2020 09:46:46 -0400 From: Ken Brown via Cygwin On 5/27/2020 9:35 AM, Lemures Lemniscati via Cygwin wrote: Hi ! pdfjam in texlive-collection-binextra

Re: name pipe problem: 1 writer, multiple concurrent readers

2020-07-03 Thread Ken Brown via Cygwin
On 7/2/2020 1:50 PM, Morten Kjærulff via Cygwin wrote: I think we got a new release around the beginning of June, right? You said that there were still issues (I can confirm). If it can help, here is the output I see today of above scripts: $ ./tp.sh [...] 0 [fifo_reader] diff 1806

Re: date command hangs sometimes (coreutils 8.26-2) on cygwin 3.1.4 x86-64

2020-06-29 Thread Ken Brown via Cygwin
On 6/29/2020 3:41 PM, Gruff Hacker wrote: On Thu Jun 25 11:50:15 GMT 2020, Ken Brown wrote: Can you show us a gdb backtrace of all threads when this happens?  You'll need to install gdb and coreutils-debuginfo.  When date hangs, attach gdb by giving the command    gdb -p where is the pid

Re: Where can I download the cygport source packages for a cygwin package

2020-06-29 Thread Ken Brown via Cygwin
On 6/29/2020 1:43 PM, Cary Lewis wrote: I appreciate the reply, I found those links but they only list the files in the src ports - where can I download them from? Most of the pages have links to the maintainer's source repository. For example, if you to to

Re: gdb and core files

2020-06-29 Thread Ken Brown via Cygwin
On 6/28/2020 9:31 AM, Jon Turney wrote: On 28/06/2020 01:50, Ken Brown via Cygwin wrote: Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file that I could examine with gdb, but I apparently ran into a gdb bug. I tried both gdb 9.2

Re: Where can I download the cygport source packages for a cygwin package

2020-06-29 Thread Ken Brown via Cygwin
On 6/29/2020 9:17 AM, Cary Lewis via Cygwin wrote: I would like to build php locally. I know I can use the setup.exe installer and select the src, but there must be a repo somewhere with the cygport files? https://cygwin.com/packages/src_package_list.html -- Problem reports:

gdb and core files

2020-06-27 Thread Ken Brown via Cygwin
Following the instructions at https://cygwin.com/cygwin-ug-net/using-cygwinenv.html, I tried to create a core file that I could examine with gdb, but I apparently ran into a gdb bug. I tried both gdb 9.2-1 and 8.3.1-1. Here are the results with 9.2-1. $ cat crash.c #include int main () {

Re: date command hangs sometimes (coreutils 8.26-2) on cygwin 3.1.4 x86-64

2020-06-25 Thread Ken Brown via Cygwin
On 6/24/2020 8:57 PM, Gruff Hacker via Cygwin wrote: This happens more frequently for me now. Another example of thread stacks below: Can you show us a gdb backtrace of all threads when this happens? You'll need to install gdb and coreutils-debuginfo. When date hangs, attach gdb by giving

Re: ImageMagick maybe broken by libgs9 upgrade

2020-06-24 Thread Ken Brown via Cygwin
On 6/24/2020 2:46 PM, Emily via Cygwin wrote: Hi Marco, I don't see that one, do I need to add a special download site?  Thanks! You might not have waited long enough for it to propagate to the mirrors. But I just checked mirrors.kernel.org, and it's there. Since it's a test package,

Re: ImageMagick maybe broken by libgs9 upgrade

2020-06-24 Thread Ken Brown via Cygwin
On 6/24/2020 1:30 AM, Marco Atzeri via Cygwin wrote: On 23.06.2020 23:02, Marco Atzeri wrote: On 23.06.2020 22:56, Ken Brown via Cygwin wrote: I think I've found the problem, although it will take patching and rebuilding ImageMagick (which I haven't done) to confirm that I'm right

Re: ImageMagick maybe broken by libgs9 upgrade

2020-06-23 Thread Ken Brown via Cygwin
On 6/23/2020 2:18 PM, Ken Brown via Cygwin wrote: On 6/23/2020 12:56 PM, Marco Atzeri via Cygwin wrote: On 23.06.2020 15:03, Markus Hoenicka wrote: On 2020-06-23 14:15, Ken Brown via Cygwin was heard to say: On 6/23/2020 7:27 AM, Ken Brown via Cygwin wrote: On 6/22/2020 9:37 PM, Emily via

Re: ImageMagick maybe broken by libgs9 upgrade

2020-06-23 Thread Ken Brown via Cygwin
Hi Emily, On 6/23/2020 3:32 PM, Emily wrote: Any actual label.pdf would contain the Ebay buyer's name and address, and my return address.  Is there a tool I can use to redact sensitive information in a PDF? There's no need. I've found the bug, as I will explain in a separate message. Ken

Re: ImageMagick maybe broken by libgs9 upgrade

2020-06-23 Thread Ken Brown via Cygwin
On 6/23/2020 12:56 PM, Marco Atzeri via Cygwin wrote: On 23.06.2020 15:03, Markus Hoenicka wrote: On 2020-06-23 14:15, Ken Brown via Cygwin was heard to say: On 6/23/2020 7:27 AM, Ken Brown via Cygwin wrote: On 6/22/2020 9:37 PM, Emily via Cygwin wrote: But in case other ImageMagick

Re: ImageMagick maybe broken by libgs9 upgrade

2020-06-23 Thread Ken Brown via Cygwin
On 6/23/2020 7:27 AM, Ken Brown via Cygwin wrote: On 6/22/2020 9:37 PM, Emily via Cygwin wrote: I use ImageMagick to convert and crop shipping labels from PDFs generated by Ebay.  On 6/8, this command worked: $ convert -density 300 -crop 1500x1200 label.pdf label.png Aborted (core dumped

Re: ImageMagick maybe broken by libgs9 upgrade

2020-06-23 Thread Ken Brown via Cygwin
On 6/22/2020 9:37 PM, Emily via Cygwin wrote: I use ImageMagick to convert and crop shipping labels from PDFs generated by Ebay.  On 6/8, this command worked: $ convert -density 300 -crop 1500x1200 label.pdf label.png Aborted (core dumped) The command still runs on PDFs that were not

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-06-22 Thread Ken Brown via Cygwin
On 6/15/2020 12:21 PM, Josh Thompson wrote: We recently noticed a change in double quote (") handling that is causing a command we issue to fail. The command is: [...] 3.1.4: $ cmd.exe /c "echo \"" " 3.1.5: $ cmd.exe /c "echo \"" \" I can confirm this change in behavior, and I thought it

[ANNOUNCEMENT] lcms2 2.11-1

2020-06-18 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * lcms2-2.11-1 * liblcms2_2-2.11-1 * liblcms2-devel-2.11-1 Little CMS intends to be an Open Source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color

lcms2 2.11-1

2020-06-18 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * lcms2-2.11-1 * liblcms2_2-2.11-1 * liblcms2-devel-2.11-1 Little CMS intends to be an Open Source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color

Re: Is this a valid synopsis of Cygwin Permission Handling?

2020-06-18 Thread Ken Brown via Cygwin
On 6/18/2020 12:15 PM, KARL BOTTS via Cygwin wrote: I wrote the following to a colleague in a private chat channel. Colleague is pure Windows: knows little of cygwin or Linux. He helps me with hardware and Windows. We had gotten the WinExplorer dialog saying: "The permissions on volume I: are

Re: RCS?

2020-06-14 Thread Ken Brown via Cygwin
On 6/14/2020 8:05 PM, Bill Coffin wrote: I've been using RCS for many years in an older cygwin running, most recently, on Windows 10.  For some reason, my cygwin installation went nuts so I downloaded and installed cygwin64.  cygwin64 works great but doesn't have RCS. RCS is available for

Re: Help needed with gobject-introspection

2020-06-11 Thread Ken Brown via Cygwin-apps
On 6/11/2020 5:39 PM, Jon Turney wrote: On 06/06/2020 15:15, Ken Brown via Cygwin-apps wrote: I think I might have bumped into another meson/introspection/pickling bug, this time in connection with harfbuzz.  The supported build system for harfbuzz is still autotools.  But they're planning

Re: [PATCH v3] Cygwin: pty: Fix screen distortion after less for native apps again.

2020-06-09 Thread Ken Brown via Cygwin-patches
On 6/3/2020 9:43 PM, Takashi Yano via Cygwin-patches wrote: - Commit c4b060e3fe3bed05b3a69ccbcc20993ad85e163d seems to be not enough. Moreover, it does not work as expected at all in Win10 1809. This patch essentially reverts that commit and add another fix. After all, the cause of the

Re: TCP_KEEPINVTL and TCP_KEEPIDLE - Socket Keep Alives not working

2020-06-07 Thread Ken Brown via Cygwin
On 6/7/2020 9:20 AM, Cary Lewis via Cygwin wrote: These constants are usually defined in netinet/tcp.h but are not defined anywhere in cygwin. > As a result there does not seem to be a way to enable the socket level keep alives in cygwin. One result of this is curl's --keepalive-time option

Re: Help needed with gobject-introspection

2020-06-06 Thread Ken Brown via Cygwin-apps
On 6/3/2020 2:30 PM, Ken Brown via Cygwin-apps wrote: On 6/3/2020 12:51 PM, Jon Turney wrote: On 02/06/2020 22:28, Jon Turney wrote: On 02/06/2020 15:31, Ken Brown via Cygwin-apps wrote: On 6/2/2020 10:26 AM, Jon Turney wrote: On 01/06/2020 12:30, Jon Turney wrote: On 01/06/2020 00:58, Ken

Re: git repositories for cygwin packaging - please test

2020-06-04 Thread Ken Brown via Cygwin-apps
On 5/27/2020 6:27 PM, Jon Turney wrote: On 04/08/2019 21:08, Jon Turney wrote: To remedy this lack, using the same ssh key you use for sftp package upload, package maintainers can now also push to git repositories, like so: Package maintainers may have noticed that the output from pushing to

[ANNOUNCEMENT] lcms2 2.10-1

2020-06-04 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * lcms2-2.10-1 * liblcms2_2-2.10-1 * liblcms2-devel-2.10-1 Little CMS intends to be an Open Source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color

lcms2 2.10-1

2020-06-04 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * lcms2-2.10-1 * liblcms2_2-2.10-1 * liblcms2-devel-2.10-1 Little CMS intends to be an Open Source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color

Re: Issue with lyx and recent dll

2020-06-03 Thread Ken Brown via Cygwin
On 6/3/2020 4:34 PM, Enrico Forestieri wrote: On Mon, Jun 01, 2020 at 10:26:05PM +0200, Marco Atzeri wrote: On 29.05.2020 17:29, Enrico Forestieri wrote: On Thu, May 28, 2020 at 10:01:15PM +0200, Marco Atzeri via Cygwin wrote: On 28.05.2020 20:25, Enrico Forestieri wrote: On Thu, May 28,

Re: Help needed with gobject-introspection

2020-06-03 Thread Ken Brown via Cygwin-apps
On 6/3/2020 12:51 PM, Jon Turney wrote: On 02/06/2020 22:28, Jon Turney wrote: On 02/06/2020 15:31, Ken Brown via Cygwin-apps wrote: On 6/2/2020 10:26 AM, Jon Turney wrote: On 01/06/2020 12:30, Jon Turney wrote: On 01/06/2020 00:58, Ken Brown via Cygwin-apps wrote: I'll see what I can

[ANNOUNCEMENT] texlive 20200406-2

2020-06-03 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * texlive-20200406-2 * libkpathsea6-20200406-2 * libkpathsea-devel-20200406-2 * libptexenc1-20200406-2 * libptexenc-devel-20200406-2 * libsynctex2-20200406-2 * libsynctex-devel-20200406-2 * libtexlua53_5-20200406-2 *

texlive 20200406-2

2020-06-03 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * texlive-20200406-2 * libkpathsea6-20200406-2 * libkpathsea-devel-20200406-2 * libptexenc1-20200406-2 * libptexenc-devel-20200406-2 * libsynctex2-20200406-2 * libsynctex-devel-20200406-2 * libtexlua53_5-20200406-2 *

poppler 0.88.0-2

2020-06-03 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * poppler-0.88.0-2 * libpoppler99-0.88.0-2 * libpoppler-devel-0.88.0-2 * libpoppler-cpp0-0.88.0-2 * libpoppler-cpp-devel-0.88.0-2 * libpoppler-glib8-0.88.0-2 * libpoppler-glib-devel-0.88.0-2 * libpoppler-glib-doc-0.88.0-2 *

[ANNOUNCEMENT] poppler 0.88.0-2

2020-06-03 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * poppler-0.88.0-2 * libpoppler99-0.88.0-2 * libpoppler-devel-0.88.0-2 * libpoppler-cpp0-0.88.0-2 * libpoppler-cpp-devel-0.88.0-2 * libpoppler-glib8-0.88.0-2 * libpoppler-glib-devel-0.88.0-2 * libpoppler-glib-doc-0.88.0-2 *

[ANNOUNCEMENT] ghostscript 9.52-2

2020-06-03 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * ghostscript-9.52-2 * libgs9-9.52-2 * libgs-devel-9.52-2 GNU Ghostscript is a PostScript interpreter capable of converting PS files into a number of printer output formats. Ghostscript can also render PS files into a number

ghostscript 9.52-2

2020-06-03 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * ghostscript-9.52-2 * libgs9-9.52-2 * libgs-devel-9.52-2 GNU Ghostscript is a PostScript interpreter capable of converting PS files into a number of printer output formats. Ghostscript can also render PS files into a number

Re: ghostscript issues

2020-06-03 Thread Ken Brown via Cygwin
On 6/2/2020 2:14 PM, Ken Brown via Cygwin wrote: On 6/2/2020 8:12 AM, Ken Brown via Cygwin wrote: On 6/2/2020 7:58 AM, Lemures Lemniscati via Cygwin wrote: Date: Mon, 1 Jun 2020 12:43:44 -0400 From: Ken Brown via Cygwin On 6/1/2020 11:26 AM, Thomas Bodine via Cygwin wrote: My favorite use

Re: ghostscript issues

2020-06-02 Thread Ken Brown via Cygwin
On 6/2/2020 8:12 AM, Ken Brown via Cygwin wrote: On 6/2/2020 7:58 AM, Lemures Lemniscati via Cygwin wrote: Date: Mon, 1 Jun 2020 12:43:44 -0400 From: Ken Brown via Cygwin On 6/1/2020 11:26 AM, Thomas Bodine via Cygwin wrote: My favorite use of ghost script is to combine PDF's. I upgraded

Re: Help needed with gobject-introspection

2020-06-02 Thread Ken Brown via Cygwin-apps
On 6/2/2020 10:26 AM, Jon Turney wrote: On 01/06/2020 12:30, Jon Turney wrote: On 01/06/2020 00:58, Ken Brown via Cygwin-apps wrote: Thanks!  That gets me much further in the glib build.  I still have a problem with the docs, but I have no reason to think it's a meson bug. When running

Re: ghostscript issues

2020-06-02 Thread Ken Brown via Cygwin
On 6/2/2020 7:58 AM, Lemures Lemniscati via Cygwin wrote: Date: Mon, 1 Jun 2020 12:43:44 -0400 From: Ken Brown via Cygwin On 6/1/2020 11:26 AM, Thomas Bodine via Cygwin wrote: My favorite use of ghost script is to combine PDF's. I upgraded Cygwin this weekend, and ghost script fails

Re: ghostscript issues

2020-06-01 Thread Ken Brown via Cygwin
On 6/1/2020 11:26 AM, Thomas Bodine via Cygwin wrote: My favorite use of ghost script is to combine PDF's. I upgraded Cygwin this weekend, and ghost script fails to perform this task I am running this: Cygwin Setup version 2.904 (64 bit) base-cygwin 3.8-1 ghostscript 9.52-1

Re: Help needed with gobject-introspection

2020-05-31 Thread Ken Brown via Cygwin-apps
On 5/31/2020 4:52 PM, Jon Turney wrote: On 29/05/2020 16:54, Jon Turney wrote: On 27/05/2020 21:32, Ken Brown via Cygwin-apps wrote: It looks like I've bumped into a variation of this bug.  While attempting to build the documentation for the latest glib2.0 release, I got the following

Re: Updating glib2.0

2020-05-28 Thread Ken Brown via Cygwin-apps
On 5/28/2020 7:20 AM, Achim Gratz wrote: 1. It's probably unrealistic to expect someone to adopt all the GNOME components.  If such a person existed, I think we would have heard from him/her by now. Ideally that person would have some ties into the upstream development community as well.  It

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Ken Brown via Cygwin
On 5/28/2020 1:31 PM, yoshi kakbudto wrote: you say 'ls' is a problem source. Then i have to be more specific with the problem to not miss any other possible problems around it. My use case is this: I have an ssh rsa keys dynamically loaded in environment variables. Those variables then

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Ken Brown via Cygwin
On 5/28/2020 11:28 AM, Ken Brown via Cygwin wrote: On 5/28/2020 10:52 AM, Corinna Vinschen wrote: On May 28 09:16, Ken Brown via Cygwin wrote: On 5/28/2020 4:12 AM, Дмитрий Есарев via Cygwin wrote: Hi, all When i ran cygwin 2.x, i used mkfifo -m 0600 file to create a named pipe with no user

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Ken Brown via Cygwin
On 5/28/2020 10:52 AM, Corinna Vinschen wrote: On May 28 09:16, Ken Brown via Cygwin wrote: On 5/28/2020 4:12 AM, Дмитрий Есарев via Cygwin wrote: Hi, all When i ran cygwin 2.x, i used mkfifo -m 0600 file to create a named pipe with no user and group permissions. in the latest cygwin

Re: Seems like a bug with mkfifo -m

2020-05-28 Thread Ken Brown via Cygwin
On 5/28/2020 4:12 AM, Дмитрий Есарев via Cygwin wrote: Hi, all When i ran cygwin 2.x, i used mkfifo -m 0600 file to create a named pipe with no user and group permissions. in the latest cygwin the above command creates device with 0644 permissions. And i cant drop it to 0600: cygcheck.exe

Re: Help needed with gobject-introspection

2020-05-27 Thread Ken Brown via Cygwin-apps
On 5/24/2020 11:56 AM, Jon Turney wrote: So, yeah, this is a meson bug, which I will work on (if this command ends up in the build.ninja, it's executed by ninja with 'sh -c', but if it ends up in a pickle, it's executed by meson with execve()) It looks like I've bumped into a variation of

Re: Which rsync version is current?

2020-05-27 Thread Ken Brown via Cygwin
[Adding the rsync maintainer to the Cc in case he wants to add something.] On 5/27/2020 3:34 PM, Bill Stewart wrote: On Wed, May 27, 2020 at 1:20 PM Andrey Repin wrote: When I run rsync --version, I see this: rsync version 3.2.0dev protocol version 31 However the Cygwin Setup program says

Re: Updating glib2.0

2020-05-27 Thread Ken Brown via Cygwin-apps
On 5/23/2020 2:08 PM, Ken Brown via Cygwin-apps wrote: On 5/22/2020 7:18 PM, Ken Brown via Cygwin-apps wrote: I've been planning to adopt gimp and some related build dependencies.  My reason is that I use gimp and would like to see it kept up to date. I thought I had all the prerequisites I

Re: pdfjam in texlive-collection-binextra-20200406-1 doesn't work

2020-05-27 Thread Ken Brown via Cygwin
On 5/27/2020 9:35 AM, Lemures Lemniscati via Cygwin wrote: Hi ! pdfjam in texlive-collection-binextra-20200406-1 doesn't work. Even a simple invocation such as pdfjam a.pdf hangs while waiting for input from stdin. pdfjam 3.03 in TeX Live 2020 have got a major update since TeX Live

[ANNOUNCEMENT] libmypaint 1.6.1-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libmypaint0-1.6.1-1 * libmypaint-common-1.6.1-1 * libmypaint-devel-1.6.1-1 * girepository-MyPaint1.6-1.6.1-1 This is the brush library used by MyPaint. A number of other painting programs use it too. This is an update to

libmypaint 1.6.1-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libmypaint0-1.6.1-1 * libmypaint-common-1.6.1-1 * libmypaint-devel-1.6.1-1 * girepository-MyPaint1.6-1.6.1-1 This is the brush library used by MyPaint. A number of other painting programs use it too. This is an update to

gegl0.4 0.4.22-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * gegl0.4-0.4.22-1 * libgegl0.4_0-0.4.22-1 * libgegl0.4-devel-0.4.22-1 * girepository-Gegl0.4-0.4.22-1 * vala-gegl0.4-0.4.22-1 * libgegl0.4-doc-0.4.22-1 GEGL (Generic Graphics Library) is a graph based image processing

[ANNOUNCEMENT] gegl0.4 0.4.22-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * gegl0.4-0.4.22-1 * libgegl0.4_0-0.4.22-1 * libgegl0.4-devel-0.4.22-1 * girepository-Gegl0.4-0.4.22-1 * vala-gegl0.4-0.4.22-1 * libgegl0.4-doc-0.4.22-1 GEGL (Generic Graphics Library) is a graph based image processing

[ANNOUNCEMENT] babl 0.1.74-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libbabl0.1_0-0.1.74-1 * libbabl-devel-0.1.74-1 * libbabl-doc-0.1.74-1 Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl

babl 0.1.74-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libbabl0.1_0-0.1.74-1 * libbabl-devel-0.1.74-1 * libbabl-doc-0.1.74-1 Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl

[ANNOUNCEMENT] libspiro 20200505-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libspiro1-20200505-1 * libspiro-devel-20200505-1 Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves. Using bezier splines an artist can easily draw curves with the same slope on either side

libspiro 20200505-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libspiro1-20200505-1 * libspiro-devel-20200505-1 Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves. Using bezier splines an artist can easily draw curves with the same slope on either side

doxygen 1.8.18-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * doxygen-1.8.18-1 * doxygen-doxywizard-1.8.18-1 Doxygen is a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavours) and to some extent PHP, C#, and D. This is an update to the latest upstream

[ANNOUNCEMENT] doxygen 1.8.18-1

2020-05-26 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * doxygen-1.8.18-1 * doxygen-doxywizard-1.8.18-1 Doxygen is a documentation system for C++, C, Java, Objective-C, IDL (Corba and Microsoft flavours) and to some extent PHP, C#, and D. This is an update to the latest upstream

Re: [ITP] cairomm, as replacement for cairomm1.0

2020-05-26 Thread Ken Brown via Cygwin-apps
On 5/25/2020 11:31 PM, Yaakov Selkowitz wrote: On Fri, 2020-05-15 at 11:30 -0400, Ken Brown via Cygwin-apps wrote: cygport file attached. I've bumped the version to 1.12.2, which is the latest stable upstream release. Upstream has actually released 1.15.5, but the News file says it's unstable

[ITA] libmypaint

2020-05-25 Thread Ken Brown via Cygwin-apps
cygport file attached. The only notable change from Yaakov's cygport file is that upstream has changed their library versioning scheme. Previously the DLL was cygmypaint-1-3-0.dll and the library package was called libmypaint1.3_0. Now the DLL is cygmypaint-0.dll, so I've called the library

[ITA] mypaint-brushes

2020-05-25 Thread Ken Brown via Cygwin-apps
cygport file attached. It differs only trivially from Yaakov's. Ken NAME="mypaint-brushes" VERSION=1.3.1 RELEASE=1 CATEGORY="Libs" SUMMARY="MyPaint brushes" DESCRIPTION="Brushes used by MyPaint and other software using libmypaint." HOMEPAGE="https://github.com/mypaint/mypaint-brushes;

[ITA] gegl0.4

2020-05-25 Thread Ken Brown via Cygwin-apps
cygport file and patch attached. As with babl, the build system has changed from autotools to meson. And, as with babl, I've added a libgegl0.4-doc package, corresponding to Fedora's gegl04-devel-docs package. I'm not sure why this wasn't packaged before. Yaakov, is there some reason not to

[ITA] babl

2020-05-25 Thread Ken Brown via Cygwin-apps
cygport file and patches attached. The build system has changed from autotools to meson. The former is no longer supported. I have disabled gobject introspection for reasons explained here: https://sourceware.org/pipermail/cygwin-apps/2020-May/040093.html This represents no change,

[ITA] libspiro

2020-05-25 Thread Ken Brown via Cygwin-apps
This is the first of several ITAs leading up to gimp. cygport file attached. It's a routine update of Yaakov's. Ken NAME="libspiro" VERSION=20200505 RELEASE=1 CATEGORY="Libs" SUMMARY="Library for converting clothoid splines to bezier curves" DESCRIPTION="Spiro is the creation of Raph Levien.

<    4   5   6   7   8   9   10   11   >