Re: [ITP] stress-ng 0.18.04

2025-04-12 Thread Christian Franke via Cygwin-apps
Jeremy Drake via Cygwin-apps wrote: On Fri, 11 Apr 2025, Jon Turney via Cygwin-apps wrote: Many thanks. I posted the patches to incorporate this in our CI here: https://cygwin.com/pipermail/cygwin-patches/2025q2/013646.html I'm not crazy about using pskill, not least because because it's a bi

Re: GCL and dependencies on cygwin

2025-04-12 Thread Camm Maguire via Cygwin-apps
Greetings! I'm wondering if you had any thoughts on the best way to proceed outlined in my previous email. I am having trouble reproducing the build failure on my virtualbox Windows 10. The recently released gcl 2.7.1, inspired by this cygport effort, now supports out-of-source builds, so once t

Re: llvm/clang packages

2025-04-12 Thread Takashi Yano via Cygwin-apps
On Fri, 11 Apr 2025 10:16:22 -0700 (PDT) Jeremy Drake wrote: > On Fri, 11 Apr 2025, Takashi Yano via Cygwin-apps wrote: > > > On Thu, 10 Apr 2025 12:45:06 -0700 (PDT) > > Jeremy Drake wrote: > > > We (@mati865 and I) just managed to get llvm/clang 20.1.2 building and > > > targeting Cygwin over

Re: llvm/clang packages

2025-04-12 Thread Jeremy Drake via Cygwin-apps
On Sat, 12 Apr 2025, Takashi Yano via Cygwin-apps wrote: > Thanks for the advice. I was trying to build DLL with gcc. > Now I can successfully build llvm without DLL using gcc. > > Next step I am trying is building clang using gcc. It seems > that clang is the same, I mean, DLL should be disabled

Re: llvm/clang packages

2025-04-12 Thread Jeremy Drake via Cygwin-apps
On Sun, 13 Apr 2025, Takashi Yano via Cygwin-apps wrote: > > Yes. However, see my previous mail for the strange issue I ran into > > trying to do this (strange because it works fine on MSYS2 but fails on > > Cygwin) > > The same happens for me as well... Maybe you'll have some luck debugging it.

Re: llvm/clang packages

2025-04-12 Thread Jeremy Drake via Cygwin-apps
On Sat, 12 Apr 2025, Jeremy Drake via Cygwin-apps wrote: > On Sun, 13 Apr 2025, Takashi Yano via Cygwin-apps wrote: > > > > Yes. However, see my previous mail for the strange issue I ran into > > > trying to do this (strange because it works fine on MSYS2 but fails on > > > Cygwin) > > > > The sa

Re: Test: libcares-devel/2 1.34.5 (TEST) - Curl Asynchronous RESolver library

2025-04-12 Thread Cygwin cares Maintainer via Cygwin-apps
Hi folks, This package underlies most of the Cygwin downloaders I am aware of and maintain, and also a lot of other async or parallel network packages, including cygport, git, TeXlive, and other doc packages. This large version jump with no .so version/ABI/DLL change and *without Google gmoc

Re: llvm/clang packages

2025-04-12 Thread ASSI via Cygwin-apps
Takashi Yano via Cygwin-apps writes: > Now I am trying to build llvm for cygwin. For now, it fails with > ld: error: export ordinal too large: x > in dll linkage. > > If you could give me a suggestion, I would greatly appreciate it. That usually happens if the linker tries to export all symbo

Re: llvm/clang packages

2025-04-12 Thread Takashi Yano via Cygwin-apps
On Sat, 12 Apr 2025 08:30:52 -0700 (PDT) Jeremy Drake wrote: > On Sat, 12 Apr 2025, Takashi Yano via Cygwin-apps wrote: > > > Thanks for the advice. I was trying to build DLL with gcc. > > Now I can successfully build llvm without DLL using gcc. > > > > Next step I am trying is building clang us

Re: llvm/clang packages

2025-04-12 Thread Jeremy Drake via Cygwin-apps
On Sat, 12 Apr 2025, Jeremy Drake via Cygwin-apps wrote: > On Sat, 12 Apr 2025, Jeremy Drake via Cygwin-apps wrote: > > > On Sun, 13 Apr 2025, Takashi Yano via Cygwin-apps wrote: > > > > > > Yes. However, see my previous mail for the strange issue I ran into > > > > trying to do this (strange bec