Re: [ITA] iso-codes

2025-04-19 Thread Brian Inglis via Cygwin-apps
On 2025-04-19 14:53, Philippe Baril Lecavalier via Cygwin-apps wrote: build succeeded Log: https://github.com/cygwin/scallywag/actions/runs/14552392909 It remains the same file/patch as I enclosed above. Commit in playground (diff output vs. last in playground, not master): https://cygwin.com/

Re: [ITA] iso-codes

2025-04-19 Thread Philippe Baril Lecavalier via Cygwin-apps
build succeeded Log: https://github.com/cygwin/scallywag/actions/runs/14552392909 It remains the same file/patch as I enclosed above. Commit in playground (diff output vs. last in playground, not master): https://cygwin.com/cgit/cygwin-packages/iso-codes/commit/?h=playground&id=c517150effd33eb69

posix_spawn

2025-04-19 Thread Camm Maguire via Cygwin-apps
Greetings! posix_spawn is returning non-zero without setting errno: massert(!posix_spawnp(&pid, *p1, &file_actions, &attr, (void *)p1, environ)); Is this intended to be supported? Is it known to be working or not working elsewhere? Take care, -- Camm Maguire

Re: Shared libraries with undefined symbols

2025-04-19 Thread Camm Maguire via Cygwin-apps
Greetings! Jon Turney writes: > On 18/04/2025 19:02, Camm Maguire wrote: >> Greetings! >> Is there an equivalent to >> gcc -shared -Wl,-undefined -Wl,dynamic_lookup o/boot.c -o >> unixport/libboot.so >> or >> gcc -shared -Wl,--allow-shlib-undefined o/boot.c -o >> unixport/libboot.so >> > > No.

Re: autoconf2.7 missing on scallywag?

2025-04-19 Thread Jeremy Drake via Cygwin-apps
On Sat, 19 Apr 2025, Brian Inglis via Cygwin-apps wrote: > That kind of thing would have to happen in the local Cygport or Scallywag CI > Windows environment, as the calm infrastructure is Fedora. > > Could we use gendef and nm/objdump to compare Cygwin definitions and uses, or > is there some loa

Re: autoconf2.7 missing on scallywag?

2025-04-19 Thread Brian Inglis via Cygwin-apps
On 2025-04-19 10:10, Glenn Strauss via Cygwin-apps wrote: On Sat, Apr 19, 2025 at 04:33:24PM +0100, Jon Turney via Cygwin-apps wrote: On 15/04/2025 16:41, Andrew Schulman via Cygwin-apps wrote: On Mon, 14 Apr 2025 18:24:15 -0400, in gmane.os.cygwin.applications Ken Brown wrote: I've had two p

Re: autoconf2.7 missing on scallywag?

2025-04-19 Thread Andrew Schulman via Cygwin-apps
On Sat, 19 Apr 2025 16:33:24 +0100, Jon Turney via Cygwin-apps wrote: >On 15/04/2025 16:41, Andrew Schulman via Cygwin-apps wrote: >> On Mon, 14 Apr 2025 18:24:15 -0400, in gmane.os.cygwin.applications >> Ken Brown wrote: >> >>> I've had two packages fail to build on scallywag with the error mes

Re: autoconf2.7 missing on scallywag?

2025-04-19 Thread Glenn Strauss via Cygwin-apps
On Sat, Apr 19, 2025 at 04:33:24PM +0100, Jon Turney via Cygwin-apps wrote: > On 15/04/2025 16:41, Andrew Schulman via Cygwin-apps wrote: > > On Mon, 14 Apr 2025 18:24:15 -0400, in gmane.os.cygwin.applications > > Ken Brown wrote: > > > > > I've had two packages fail to build on scallywag with the

Re: autoconf2.7 missing on scallywag?

2025-04-19 Thread Jon Turney via Cygwin-apps
On 15/04/2025 16:41, Andrew Schulman via Cygwin-apps wrote: On Mon, 14 Apr 2025 18:24:15 -0400, in gmane.os.cygwin.applications Ken Brown wrote: I've had two packages fail to build on scallywag with the error message *** ERROR: autoconf2.7 is required to build this package But cygport requ

Re: [ITA] ocaml-integers

2025-04-19 Thread Marco Atzeri via Cygwin-apps
On 26/03/2025 13:00, William Hu via Cygwin-apps wrote: Hi All, Depended on by a number of other ocaml packages. Before you try to build, note that the raw upstream source depends on ocaml-stdlib-shims which I requested to package in a separate email. Cygport attached. Separately, if I'm think