Re: libgit2

2025-06-01 Thread Jon Turney via Cygwin-apps
On 01/06/2025 06:17, Jeremy Drake via Cygwin-apps wrote: On Sat, 31 May 2025, Brian Inglis via Cygwin-apps wrote: Note that the previous releases are 0.23.4-2 libgit2_23, 0.24.6-1 libgit2_24, 0.25.1-1 libgit2_25, unfortunately, so 1.9.0-1 would have to be libgit2_109 for rpmvercmp to sort it h

Re: libgit2

2025-06-01 Thread Jon Turney via Cygwin-apps
On 01/06/2025 02:40, Jeremy Drake via Cygwin-apps wrote: On Sat, 31 May 2025, Jon Turney wrote: On 26/05/2025 19:41, Jeremy Drake via Cygwin-apps wrote: On Sun, 25 May 2025, Jon Turney wrote: [...] Should I add a big comment documenting the test failures, or a separate file? No wrong answ

Re: libgit2

2025-05-31 Thread Jon Turney via Cygwin-apps
On 26/05/2025 19:41, Jeremy Drake via Cygwin-apps wrote: On Sun, 25 May 2025, Jon Turney wrote: [...] Should I add a big comment documenting the test failures, or a separate file? No wrong answers. I guess I'd go for a separate file, but I don't mind. PKG_NAMES="git2 libgit2_1_9 libgit2-d

Re: Inactive maintainer package orphaning (part 2)

2025-05-26 Thread Jon Turney via Cygwin-apps
On 25/03/2025 05:51, Mark Geisert via Cygwin-apps wrote: Hi Jon, On 3/23/2025 9:14 AM, Jon Turney via Cygwin-apps wrote: I've orphaned the following packages: chicken  Christian Kellermann iperf    Battu Ka

Re: Inactive maintainer package orphaning (part 3)

2025-05-26 Thread Jon Turney via Cygwin-apps
I've orphaned the following packages: cygcheck-dep Mikhail Usenko cygextregJoni Eskelinen engauge-digitizerMark Mitchell polipo Alexander Georgievskiy The maint

Re: [ITA] libsigc2.0

2025-05-25 Thread Jon Turney via Cygwin-apps
On 25/05/2025 19:52, Philippe Baril Lecavalier via Cygwin-apps wrote: On 2025-05-18 2:52 p.m., Jon Turney via Cygwin-apps wrote: Yeah, this shows up when building the libxcb documentation with doxygen as well. When I investigated, it seems like the dot processes have all finished, but

Re: autoconf2.7 missing on scallywag?

2025-05-25 Thread Jon Turney via Cygwin-apps
On 18/05/2025 14:47, Jon Turney wrote: Idk how this problem can be solved without writing our own loader (or a pre-loader, run before CreateProcess() which just checks if everything good (which would probably make fork() performance even more terrible)) Actually, we could have a post-loade

Re: libgit2

2025-05-25 Thread Jon Turney via Cygwin-apps
On 24/05/2025 19:27, Jeremy Drake via Cygwin-apps wrote: On Sat, 24 May 2025, ASSI via Cygwin-apps wrote: Jeremy Drake via Cygwin-apps writes: I made a little attempt to update libgit2 based on what MSYS2 did, since Thanks for looking into this. I'm afraid our process for dealing with drive

Re: [ITA] glib2.0

2025-05-20 Thread Jon Turney via Cygwin-apps
On 09/05/2025 13:49, Takashi Yano via Cygwin-apps wrote: On Sun, 4 May 2025 21:44:34 +0100 Jon Turney wrote: On 23/02/2025 12:33, Takashi Yano via Cygwin-apps wrote: Hi, I would like to adopt glib2.0 package, because latest pango 1.56.1 requires newer glib2.0. Thanks very much for adopting th

Re: [ITA] libsigc2.0

2025-05-18 Thread Jon Turney via Cygwin-apps
On 01/05/2025 13:43, Brian Inglis via Cygwin-apps wrote: On 2025-04-30 15:39, Philippe Baril Lecavalier via Cygwin-apps wrote: 2.10.3 (2020) -> 2.12.1 (2023) Encountered two issues, documentation related. 1. Anything where doxygen calls dot (graphviz), it just hangs, forever, no message. Loo

Re: CYGPORT: add configurable compressor for GIT class.

2025-05-18 Thread Jon Turney via Cygwin-apps
On 29/04/2025 16:42, Carlo B. via Cygwin-apps wrote: [...] I can see these possible improvements into the code: 1) The __tar() function inside lib/pkg_pkg.cygpart could be simplified by writing just this: TAR_COMPRESSION_OPT=$(__tar_compress_opt ${TAR_COMPRESSION_EXT}) and removing duplicated

Re: [ITA] mm-common

2025-05-18 Thread Jon Turney via Cygwin-apps
On 27/04/2025 17:09, Philippe Baril Lecavalier via Cygwin-apps wrote: Updating from 1.0.0 to 1.0.6. No test, not really testable unless we start hacking the scripts (defeats the purpose of knowing if it works as is). I did find a bug if built with autotools where `mm-common-get` is broken, whi

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-05-18 Thread Jon Turney via Cygwin-apps
On 24/04/2025 21:31, Mark Geisert via Cygwin-apps wrote: Hi Jeremy, On 4/24/2025 11:57 AM, Jeremy Drake via Cygwin-apps wrote: On Wed, 23 Apr 2025, Mark Geisert via Cygwin wrote: A new version 1.4.17-4 of the cygutils packages with a corrected 'cygstart' is now making its way to the mirrors.

Re: autoconf2.7 missing on scallywag?

2025-05-18 Thread Jon Turney via Cygwin-apps
On 19/04/2025 18:09, Brian Inglis via Cygwin-apps wrote: Could we use gendef and nm/objdump to compare Cygwin definitions and uses Yeah, my vague idea here was to have some tool which could be run by cygport, which grovels over the imports from cygwin DLL, compares it with some dataset whic

Re: autoconf2.7 missing on scallywag?

2025-05-18 Thread Jon Turney via Cygwin-apps
On 19/04/2025 17:10, Glenn Strauss via Cygwin-apps wrote: [...] I wish there was a way to surface these kind of loader errors to the console, so these failures weren't so inscrutable, but last time I looked at it, that appeared to be impossible. It would also be nice if we recorded a package's

Re: autoconf2.7 missing on scallywag?

2025-05-18 Thread Jon Turney via Cygwin-apps
On 19/04/2025 19:41, Jeremy Drake via Cygwin-apps wrote: 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 compar

Re: GCL and dependencies on cygwin

2025-05-18 Thread Jon Turney via Cygwin-apps
On 04/04/2025 19:32, Camm Maguire via Cygwin-apps wrote: [...] I also have a few comments on your cygport file, so maybe you could post it here for review. Yes it is quite preliminary. One question -- how do you declare binary package dependencies that are not determined automatically -- i.e

Re: GCL and dependencies on cygwin

2025-05-18 Thread Jon Turney via Cygwin-apps
On 12/04/2025 14:47, Camm Maguire via Cygwin-apps wrote: 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. Sorry for the delay in responding. I've been reall

Re: [ITA] glib2.0

2025-05-04 Thread Jon Turney via Cygwin-apps
On 23/02/2025 12:33, Takashi Yano via Cygwin-apps wrote: Hi, I would like to adopt glib2.0 package, because latest pango 1.56.1 requires newer glib2.0. Thanks very much for adopting this package (since it has over 900 rdepends, it's kind of important!) Since glib has an extensive test suite,

Re: Putting some packages up for adoption

2025-04-29 Thread Jon Turney via Cygwin-apps
On 16/04/2025 20:59, Ken Brown via Cygwin-apps wrote: I am not able to spend as much time as I would like working on Cygwin, and I therefore expect to be putting some of my packages up for adoption over the next year or so.  I'll hang on to Emacs and TeX Live and related packages for as long as

[PATCH setup 3/3] Putative changes for arm64 packages support

2025-04-27 Thread Jon Turney via Cygwin-apps
Modernise '--arch' option handling to use StringChoiceOption, and add arm64 to the choices. Globally replace 'is_64bit' with 'installArch' indicating the architecture we will be doing an install of. 'Start Menu' suffix logic is generalized: If we're installing for a non-native arch, the arch name

[PATCH setup 1/3] Move is_64bit to state

2025-04-27 Thread Jon Turney via Cygwin-apps
This controls stuff all over the place! --- ini.h| 1 - main.cc | 34 ++ state.cc | 6 ++ state.h | 2 ++ 4 files changed, 22 insertions(+), 21 deletions(-) diff --git a/ini.h b/ini.h index ecc4b78..68072b0 100644 --- a/ini.h +++ b/ini.h @@ -23,7 +23,6

[PATCH setup 0/3] Generalize install arch selection

2025-04-27 Thread Jon Turney via Cygwin-apps
Before anyone gets all excited, we're a long way from anyone building any packages which might need this, and this is just the first step on supporting that in our package repostory, not the last. But since I was working in this area, and had these files open in my editor, I wrote these changes.

[PATCH setup 2/3] Move constructing setup.ini pathame components into ini.cc

2025-04-27 Thread Jon Turney via Cygwin-apps
Move SetupBaseNameOption to ini.cc Eliminate SetupIniDir, it's just SetupArch + "/" Change SetupArch() and SetupBaseName() into functions --- fromcwd.cc | 8 ini.cc | 22 +- ini.h | 5 ++--- main.cc| 8 4 files changed, 23 insertions(+), 20 del

Re: [ITP] udis86

2025-04-27 Thread Jon Turney via Cygwin-apps
On 25/04/2025 17:44, Philippe Baril Lecavalier via Cygwin-apps wrote: [...] Question (for those who know way more than I do about this science): If you have an application that ships with some dll, are you required to split it as a lib* package (here libudis), or can that be part of the main pac

Re: [ITP] udis86

2025-04-27 Thread Jon Turney via Cygwin-apps
On 25/04/2025 01:55, Jeremy Drake via Cygwin-apps wrote: I figured I'd try my hand at a dead-simple package. Let me know if I screwed anything up, or when I should send my SSH key (which I think is the next step). 3 of the patches (not the cygwin-msys one) are from Gentoo. I think the shared

Re: SSH key for Jeremy Drake

2025-04-27 Thread Jon Turney via Cygwin-apps
On 25/04/2025 22:57, Jeremy Drake via Cygwin-apps wrote: Name: Jeremy Drake BEGIN SSH2 PUBLIC KEY Comment: "Jeremy Drake" B3NzaC1yc2EDAQABAAABAQDSw43bWANkUZLgTU1e9yedgMWHUBncobL2kY3bVe ftXZTsx0aDy+fxvuFg1CwAREiSi/MYqHe4wagQfXVMOV+yHtP8PaWteGVOQ5NaLq2XPbQl qGJ5a4wagu9ORE8Kf4krcfD

bad packages produced by package build service (was Re: autoconf2.7 missing on scallywag?)

2025-04-23 Thread Jon Turney via Cygwin-apps
On 19/04/2025 16:33, Jon Turney via Cygwin-apps wrote: [...] I've removed the cygwin=3.5.7-1 pin in scallywag, since the issue I was worried about there seems to have been imaginary. [...] So, there was actually an issue there, which I'd forgotten about, where the package b

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: Shared libraries with undefined symbols

2025-04-18 Thread Jon Turney via Cygwin-apps
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. PE/COFF executables work very differently to ELF, and

Re: override.hint replace-versions or OBSOLOTES or?

2025-04-14 Thread Jon Turney via Cygwin-apps
On 14/04/2025 22:39, Brian Inglis via Cygwin-apps wrote: On 2025-04-14 11:06, Jon Turney wrote: On 13/04/2025 18:13, Brian Inglis via Cygwin-apps wrote: Hi folks, Just got an update to libvpx 1.15.1 which bumps ABI from 9 to 11, because previous release 1.15.0 should have bumped ABI from 9 to

Re: diffutils update: GH Actions Scallywag CI diff --version rc 127

2025-04-14 Thread Jon Turney via Cygwin-apps
On 13/04/2025 22:14, Brian Inglis via Cygwin-apps wrote: Hi folks, I just updated diffutils from 3.11 to 3.12 after it passed all its checks. It is used in another package build libvpx to validate data, but the existence check in GH Actions Scallywag CI, using diff --version returns 127, which

Re: override.hint replace-versions or OBSOLOTES or?

2025-04-14 Thread Jon Turney via Cygwin-apps
On 13/04/2025 18:13, Brian Inglis via Cygwin-apps wrote: Hi folks, Just got an update to libvpx 1.15.1 which bumps ABI from 9 to 11, because previous release 1.15.0 should have bumped ABI from 9 to 10, but was marked as ABI compatible to prior release 1.14.1, incompatibility found upstream in Ja

Re: Scallywag GH Actions CI Cygwin release installed 3.5.7 not 3.6.1

2025-04-13 Thread Jon Turney via Cygwin-apps
On 13/04/2025 16:04, Brian Inglis via Cygwin-apps wrote: Hi folks, Should we not be running with Cygwin release 3.6.1 now? Ideally, yes. But this seems contraindicated if that's going to generate packages with incorrect permissions, which seems to be the case. (See https://cygwin.com/pipe

Re: [ITP] stress-ng 0.18.04

2025-04-11 Thread Jon Turney via Cygwin-apps
On 07/04/2025 16:34, Christian Franke via Cygwin-apps wrote: Jon Turney via Cygwin-apps wrote: On 15/09/2024 16:11, Jon Turney via Cygwin-apps wrote: On 13/09/2024 18:33, Christian Franke via Cygwin-apps wrote: I would like to contribute stress-ng. Also present in Debian, Fedora, FreeBSD

Re: [ITA] nano

2025-04-10 Thread Jon Turney via Cygwin-apps
On 10/04/2025 11:29, Philippe Baril Lecavalier via Cygwin-apps wrote: On Tue, Apr 8, 2025 at 3:48 PM Jon Turney wrote: In future, if you could please attach patches to emails, that makes them easier to use. Of course. When in doubt, I follow LKML's long established practice. Good to know mi

Re: [PATCH] Cygport: generate object files into {B} instead of ${S}/*_w64-mingw32

2025-04-08 Thread Jon Turney via Cygwin-apps
On 03/04/2025 12:18, Carlo B. wrote: Hello, I read some information into this page: https://cygwin.com/packaging-contributors-guide.html but I admit that I have not understood very well what I have to do, starting from "Uploading a package" chapter. From that point, I'm a bit lost. Yes, I'm afr

Re: [ITA] nano

2025-04-08 Thread Jon Turney via Cygwin-apps
On 07/04/2025 12:37, Philippe Baril Lecavalier via Cygwin-apps wrote: First time contribution, hold my hand please! For a first attempt, I selected `nano` as my victim (the lack of reverse deps means I won't do too much damage today). Last version: 4.9 (2020.03.24) This: 8.0 (2024.05.01) The l

Re: SSH Key: New

2025-04-08 Thread Jon Turney via Cygwin-apps
On 07/04/2025 12:42, Philippe Baril Lecavalier via Cygwin-apps wrote: Name: Philippe Baril Lecavalier BEGIN SSH2 PUBLIC KEY Comment: "256-bit ED25519" C3NzaC1lZDI1NTE5IGlVK+B99XqDPYPBeNF/GDriTp0epVCOlS71xgsnfOzj END SSH2 PUBLIC KEY Done. Thanks. Name: Philippe Baril

Re: [ITP] stress-ng 0.18.04

2025-04-03 Thread Jon Turney via Cygwin-apps
On 15/09/2024 16:11, Jon Turney via Cygwin-apps wrote: On 13/09/2024 18:33, Christian Franke via Cygwin-apps wrote: I would like to contribute stress-ng. Also present in Debian, Fedora, FreeBSD, Ubuntu, ... I was thinking about adding a step to our CI to run stress-ng, as it seems quite good

Re: [PATCH] Cygport: generate object files into {B} instead of ${S}/*_w64-mingw32

2025-03-31 Thread Jon Turney via Cygwin-apps
On 21/02/2025 10:40, Carlo B. via Cygwin-apps wrote: Hello, I'm doing packages for CYGWIN, with updated or missing libraries that you can find here: https://github.com/carlo-bramini/packages-cygwin Hi, I'd like to try to persuade you to help update/add these packages in the Cygwin package re

Re: GCL and dependencies on cygwin

2025-03-31 Thread Jon Turney via Cygwin-apps
On 26/03/2025 18:10, Camm Maguire via Cygwin-apps wrote: Greetings, and thanks so much for the feedback! I watched the build, and it hung on a single step early on for 6h. There is an instability forking children reliably. I've seen this come and go on my machine. Here is the relevant code, ba

Re: GCL and dependencies on cygwin

2025-03-31 Thread Jon Turney via Cygwin-apps
On 26/03/2025 11:25, Camm Maguire via Cygwin-apps wrote: Greetings, and thanks again so much! Alas the autobuild failed. I tested with a virtualbox running Windows 10 and what I believe is up to date stable cygwin and it succeeded. Two questions: 1) How can I ensure my test environment is as

Re: cygport 0.37.0 needs a new calm release

2025-03-29 Thread Jon Turney via Cygwin-apps
On 29/03/2025 19:08, ASSI via Cygwin-apps wrote: Our package distribution pipeline should already be prepared to ingest filenames of this form, but if you are doing some custom handling of your packages, some adjustments might be needed. That might be the case on Sourceware, but the currently

Re: GCL and dependencies on cygwin

2025-03-25 Thread Jon Turney via Cygwin-apps
On 25/03/2025 20:20, Camm Maguire via Cygwin-apps wrote: Name: Camm Maguire BEGIN SSH2 PUBLIC KEY ssh-rsa B3NzaC1yc2EDAQABAAACAQDw9MilBnCUJcNfyJws0KlK8T3T8CSW/tPGk2T5ACxNAZpiplbuiU2y7qnrjjU33oaf9FJfYTSXt8SLKcqVxu7XlXaR727UVujoX3WngInpVkog5K9VO9SdfWIG4qcne6TlSiivvBTAuB6iaNNSqgFY

Re: GCL and dependencies on cygwin

2025-03-25 Thread Jon Turney via Cygwin-apps
On 25/03/2025 18:47, Camm Maguire via Cygwin-apps wrote: Brian Inglis writes: Then create a local git repo gcl containing the cygport (and any patches or other included sources); checkout your sources on a playground branch; and force push that branch to Cygwin's package playground repo:

Re: Inactive maintainer package orphaning (part 2)

2025-03-23 Thread Jon Turney via Cygwin-apps
I've orphaned the following packages: chicken Christian Kellermann iperfBattu Kaushik libfakesuDaniel Boland libnfc Marcos Vives Del Sol procmai

Re: Fwd: [PATCH] Cygport: generate object files into {B} instead of ${S}/*_w64-mingw32

2025-03-20 Thread Jon Turney via Cygwin-apps
On 20/03/2025 09:41, Carlo B. via Cygwin-apps wrote: Hello, This is due to this line in the cygport: CXXFLAGS=-D_GNU_SOURCE Argh, you are right, me stupid, that's why it was not making debuginfo stuff ^^; I tested again with the new patch and now it is working fine. (BTW: It would al

Re: Fwd: [PATCH] Cygport: generate object files into {B} instead of ${S}/*_w64-mingw32

2025-03-19 Thread Jon Turney via Cygwin-apps
On 19/03/2025 14:44, Brian Inglis via Cygwin-apps wrote: On 2025-03-19 03:33, Carlo B. via Cygwin-apps wrote: ...> BTW, I take the chance to report something missing into this page: https://cygwin.github.io/cygport/cygport_in.html If you look into: Chapter 3 => Format => Globals near the var

Re: Fwd: [PATCH] Cygport: generate object files into {B} instead of ${S}/*_w64-mingw32

2025-03-19 Thread Jon Turney via Cygwin-apps
On 19/03/2025 09:33, Carlo B. via Cygwin-apps wrote: Hello, Thank you very much, I applied your patch and I tried to build one of tha packages that I made. Thanks for testing! Now the libraries are correctly detected when it does the configuration. Unfortunately, it seems that it has the same

Re: Fwd: [PATCH] Cygport: generate object files into {B} instead of ${S}/*_w64-mingw32

2025-03-18 Thread Jon Turney via Cygwin-apps
On 17/03/2025 22:26, Jon Turney via Cygwin-apps wrote: On 17/03/2025 09:02, Carlo B. via Cygwin-apps wrote: [...] Thanks very much for the simple test case! This is pretty weird. The meson-log.txt file says that running '/usr/ bin/x86_64-w64-mingw32-pkg-config --modversion glib-2.

Re: Fwd: [PATCH] Cygport: generate object files into {B} instead of ${S}/*_w64-mingw32

2025-03-17 Thread Jon Turney via Cygwin-apps
On 17/03/2025 09:02, Carlo B. via Cygwin-apps wrote: Hello, sorry for the delay to your message. Unfortunately, you are right, the debuginfo package is not created correctly after my patch. So, the correction that I had sent was not good. I have some hope that this might work with gcc 13 and '

New trusted maintainers

2025-03-16 Thread Jon Turney via Cygwin-apps
Mr. Brian, Takashi-san, Congratulations! I've added you to the list of "trusted maintainers", so you can now do all the things listed in [1]. Remember, only use your powers for good! Just for your reference, I believe that our policy on making changes to the maintainer database is somethi

Re: [ITP] mpv

2025-03-16 Thread Jon Turney via Cygwin-apps
On 15/03/2025 08:34, Takashi Yano via Cygwin-apps wrote: SUMMARY="Command line media player" I took a brief look at this set of ITPs, and they all look fine to me. You can now add these to the "package maintainer database" [1] yourself. (actually, I think you've always been able to do that, bu

Re: Trusted maintainers

2025-03-16 Thread Jon Turney via Cygwin-apps
On 09/05/2023 21:16, Jon Turney via Cygwin-apps wrote: [...] I've cleaned-up a lot of the inconsistencies around the abilities of "trusted" maintainers. They can already modify the package maintainer database to handle ITPs, package orphaning, adoption and removal. One o

Re: [cygport] REQUIRES_EXCLUDE_FROM

2025-03-16 Thread Jon Turney via Cygwin-apps
On 23/02/2025 07:05, Marco Atzeri via Cygwin-apps wrote: Hi Jon, I just found on one of the python cygport's I took from Yaakov the usage of REQUIRES_EXCLUDE_FROM, but the documentation has nothing about it. I think will be useful to add some info on documentation before we waste time reinventin

Re: [PATCH] Cygport: support CMAKE_SYSTEM_PROCESSOR when cross compiling with aarch64-w64-mingw32

2025-02-28 Thread Jon Turney via Cygwin-apps
On 21/02/2025 10:49, Carlo B. via Cygwin-apps wrote: Hello, with reference to this thread: https://cygwin.com/pipermail/cygwin/2024-July/256237.html > > I added support for setting CMAKE_SYSTEM_PROCESSOR when cross compiling packages with Cygport. Until now, this fix allowed me to build all pa

Re: [PATCH] Cygport: generate object files into {B} instead of ${S}/*_w64-mingw32

2025-02-28 Thread Jon Turney via Cygwin-apps
On 21/02/2025 10:40, Carlo B. via Cygwin-apps wrote: Hello, I'm doing packages for CYGWIN, with updated or missing libraries that you can find here: https://github.com/carlo-bramini/packages-cygwin While doing this task, I got troubles when using Cygport with Meson. If I create packages for CYG

Re: New SSH key for Hamish McIntyre-Bhatty

2025-02-28 Thread Jon Turney via Cygwin-apps
On 28/02/2025 11:44, Hamish McIntyre-Bhatty via Cygwin-apps wrote: Name: Hamish McIntyre-Bhatty BEGIN SSH2 PUBLIC KEY Done. Thanks! Name: Hamish McIntyre-Bhatty Email: Hamish McIntyre-Bhatty Updating ssh key for Hamish McIntyre-Bhatty Fingerprint: 3072 SHA256:d+ptBaFFV+Ai39Q5EnlKD+

Re: Inactive maintainer package orphaning

2025-02-16 Thread Jon Turney via Cygwin-apps
On 16/02/2025 06:44, Mark Geisert via Cygwin-apps wrote: On 2/15/2025 6:42 AM, Jon Turney via Cygwin-apps wrote: I've orphaned the following packages: chere    Dave Kilroy ELFIO    Serge Lamikhov-Center

Re: [ITP] zlib-ng 2.2.3

2025-02-15 Thread Jon Turney via Cygwin-apps
On 25/01/2025 05:42, Brian Inglis via Cygwin-apps wrote: On 2025-01-24 20:31, Daisuke Fujimura via Cygwin-apps wrote: I have decided that it is the mainstream practice in cygwin packages to include information such as licenses in the runtime package, and I have followed this practice. However,

Re: [ITP] zlib-ng 2.2.3

2025-02-15 Thread Jon Turney via Cygwin-apps
On 25/01/2025 03:31, Daisuke Fujimura via Cygwin-apps wrote: I have decided that it is the mainstream practice in cygwin packages to include information such as licenses in the runtime package, and I have followed this practice. However, I also believe that there is a possibility that these file

Inactive maintainer package orphaning

2025-02-15 Thread Jon Turney via Cygwin-apps
I've orphaned the following packages: chereDave Kilroy ELFIOSerge Lamikhov-Center task Federico Hernandez tftp Gernot Hillier The main

Re: SCALLYWAG untest not triggering the update of Summary page

2025-02-04 Thread Jon Turney via Cygwin-apps
On 01/02/2025 16:22, Jon Turney via Cygwin-apps wrote: On 31/01/2025 07:54, Marco Atzeri via Cygwin-apps wrote: Hi Jon, it seems that the untest command    ssh cygwin-rDBXBDvO6BXQT0dZR+AlfA- xmd5yjdbdmrexy1tmh2...@public.gmane.org untest gpgme-1.24.1-1 updates the package and setup.ini is

Re: [ITA] astyle

2025-02-02 Thread Jon Turney via Cygwin-apps
On 02/02/2025 17:29, Michael Cook via Cygwin-apps wrote: Let's see if I understand correctly... In cygwin-packages I have this: $ git remote -v origin https://cygwin.com/git/cygwin-packages/astyle/ (fetch) origin https://cygwin.com/git/cygwin-packages/astyle/ (push) $ git status On branch maste

Re: git pull rejected for cygwin-htdocs

2025-02-02 Thread Jon Turney via Cygwin-apps
On 02/02/2025 17:03, Andrew Schulman via Cygwin-apps wrote: When I try to pull the cygwin-htdocs repo from sourceware.org, the operation is denied: $ git remote -v origin ssh://sourceware.org/git/cygwin-htdocs.git (fetch) origin ssh://sourceware.org/git/cygwin-htdocs.git (push) $ git pull fat

Re: SCALLYWAG untest not triggering the update of Summary page

2025-02-01 Thread Jon Turney via Cygwin-apps
On 31/01/2025 07:54, Marco Atzeri via Cygwin-apps wrote: Hi Jon, it seems that the untest command   ssh cygwin-rdbxbdvo6bxqt0dzr+a...@public.gmane.org untest gpgme-1.24.1-1 updates the package and setup.ini is updated, but the Summary page is not https://cygwin.com/packages/summary/gpgme-src.

Re: ssh key for Michael Cook

2025-01-31 Thread Jon Turney via Cygwin-apps
On 31/01/2025 16:21, Michael Cook via Cygwin-apps wrote: Oops, I see I didn't do that right. Here it is again in the "-e" format. Name: Michael Cook BEGIN SSH2 PUBLIC KEY Comment: "256-bit ED25519, converted by michael@swan from OpenSSH" C3NzaC1lZDI1NTE5IKRNCVqxvDC46C/cMGTPPPYr

Re: scallywag: how to run cygserver

2025-01-08 Thread Jon Turney via Cygwin-apps
On 08/01/2025 16:09, Jon Turney via Cygwin-apps wrote: On 07/01/2025 10:46, Marco Atzeri via Cygwin-apps wrote: Hi Jon, how is possible to require a running cygserver ? Hmmm... bit of an oversight. I guess we should just unconditionally configure and start cygserver while preparing the VM

Re: calm WARNING: package 'byobu' doesn't have any non-test versions (i.e. no curr: version)

2025-01-08 Thread Jon Turney via Cygwin-apps
On 08/12/2024 22:57, Brian Inglis via Cygwin-apps wrote: On 2024-12-08 13:13, cygwin-no-reply- rdbxbdvo6bxqt0dzr+a...@public.gmane.org wrote: WARNING: package 'byobu' doesn't have any non-test versions (i.e. no curr: version) WARNING: package 'byobu-src' doesn't have any non-test versions (i.e.

Re: scallywag: how to run cygserver

2025-01-08 Thread Jon Turney via Cygwin-apps
On 07/01/2025 10:46, Marco Atzeri via Cygwin-apps wrote: Hi Jon, how is possible to require a running cygserver ? Hmmm... bit of an oversight. I guess we should just unconditionally configure and start cygserver while preparing the VM for the build. I'll take a look at doing that. Withou

Re: scallywag: stripping time issue ?

2025-01-05 Thread Jon Turney via Cygwin-apps
On 05/01/2025 06:27, Marco Atzeri via Cygwin-apps wrote: Hi Jon, Some of my recent builds that have hit the 6 hours timeout  during the stripping phase https://github.com/cygwin/scallywag/actions/runs/12574221585/ job/35048074260 https://github.com/cygwin/scallywag/actions/runs/12608637008/

Re: calm dead, stuck, or really busy?

2024-12-18 Thread Jon Turney via Cygwin-apps
On 14/12/2024 18:18, Brian Inglis via Cygwin-apps wrote: A sentence of context here would have been nice: "I tried to upload my curl packages at around 16:40, but nothing happened." It seems like they got processed later during a periodic scan at 20:10. Anyhow, thanks for pointing this

Re: [ITP] byobu

2024-12-08 Thread Jon Turney via Cygwin-apps
On 07/12/2024 16:26, Libor Ukropec via Cygwin-apps wrote: Hello, I'd like to maintain the package "byobu", which is available also on several Linux distributions, e.g. on Ubuntu. Thanks. I added this to your packages. [...] Please review: BUILD_REQUIRES="gcc-g++" During a brief look, I

Re: Scallywag cygwin-install-action failing in some steps Unable to connect to the remote server

2024-12-02 Thread Jon Turney via Cygwin-apps
On 01/12/2024 17:05, Brian Inglis via Cygwin-apps wrote: Hi folks, Some Scallywag job steps are failing in cygwin-install-action with message "Unable to connect to the remote server". So far only arch and noarch - both package arch and null noarch - build steps have been affected - not sourc

cygport file license (Re: Package Sources License)

2024-11-30 Thread Jon Turney via Cygwin-apps
On 20/11/2024 20:04, Brian Inglis via Cygwin-apps wrote: On 2024-11-20 12:43, Glenn Strauss via Cygwin-apps wrote: On Wed, Nov 20, 2024 at 12:27:19PM -0700, Brian Inglis via Cygwin-apps wrote: Hi folks, Arch is clarifying packages PKGBUILD sources licences. https://archlinux.org/news/providin

Re: Japanese translation res.rc patch

2024-11-28 Thread Jon Turney via Cygwin-apps
On 20/11/2024 08:34, 武田洋幸(leiqunni) via Cygwin-apps wrote: hi! Thanks for trying it out! I'll update the README to include those instructions for future reference. I generated po file! I installed translate-toolkit to Cygwin like this. $ cd setup/ $ ll res/ja/res.rc -rw-r--r-- 1 leiqunni le

Re: Japanese translation res.rc patch

2024-11-16 Thread Jon Turney via Cygwin-apps
On 27/10/2024 10:49, Brian Inglis via Cygwin-apps wrote: Ya Takeda-san, You may wish to consider installing Cygwin package po4a https:// po4a.org/ which does the same job under Cygwin. No, this is bad advice. On 2024-10-26 22:33, 武田洋幸 via Cygwin-apps wrote: Sorry for the late submission. Th

cygwin-pkg-maint has moved

2024-11-08 Thread Jon Turney via Cygwin-apps
If you have access to update cygwin-pkg-maint, please be aware that it has been moved out of cygwin-htdocs, into a separate repository at: https://cygwin.com/cgit/cygwin-infra/pkg-maint/ Thanks!

Re: [PATCH] cygport cygclass/python.org.cygclass pythonhosted archives may require underscores not dashes

2024-11-05 Thread Jon Turney via Cygwin-apps
On 14/08/2024 08:17, Brian Inglis via Cygwin-apps wrote: new source packages on pythonhosted appear to change dashes in package names to underscores in archive names and directories, for example: python-license-expression -> license-expression -> https://files.pythonhosted.org/packages/source/l/

Re: [ITP] python-license-expression 30.4 - Python license expression utility library

2024-11-05 Thread Jon Turney via Cygwin-apps
On 28/10/2024 22:08, Brian Inglis via Cygwin-apps wrote: Python comprehensive utility library to parse, compare, simplify and normalize license expressions (such as SPDX license expressions) using boolean logic. For more information see the project home pages: https://github.com/nexB/licen

Re: [ITA] aria2 1.37 - HTTP/S, FTP, BitTorrent, Metalink downloader

2024-11-05 Thread Jon Turney via Cygwin-apps
On 28/10/2024 21:38, Brian Inglis via Cygwin-apps wrote: Lightweight, cross platform, multi-protocol, multi-source download utility supports HTTP/S, FTP, BitTorrent, Metalink, and an XML-RPC control interface. For more information see the project home page: https://aria2.github.io/ Licens

Re: [ITA] c-ares 1.16.1 - Curl Asynchronous RESolver library

2024-11-05 Thread Jon Turney via Cygwin-apps
On 28/10/2024 21:36, Brian Inglis via Cygwin-apps wrote: Curl Asynchronous RESolver library for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. Primary applications are servers with multiple clients and GUI programs. For more

Re: Japanese translation res.rc patch

2024-10-20 Thread Jon Turney via Cygwin-apps
On 16/10/2024 20:59, 武田洋幸 via Cygwin-apps wrote: Hi, I created a Japanese translation of Cygwin Setup using res/ja/res.rc without using Weblate. Thanks. I applied this. I was assuming you'd made a translation of the pot template in a local po file, and then generated the resource file, but i

Re: [ITP] cflow 1.7 - analyzes C files charting control flow within the program

2024-09-29 Thread Jon Turney via Cygwin-apps
On 17/09/2024 21:14, Brian Inglis via Cygwin-apps wrote: GNU cflow analyzes a collection of C source files and prints a graph, charting control flow within the program. It is able to produce both direct and inverted flowgraphs for C sources. Optionally a cross-reference listing can be generated.

Re: scallywag jobs stuck in "fetching metadata"

2024-09-19 Thread Jon Turney via Cygwin-apps
On 19/09/2024 18:43, Andrew Schulman via Cygwin-apps wrote: There are 3 scallywag jobs right now that are stuck in the state "fetching metadata". For example, #8921. The build of 8921 succeeded. I tried to prompt scallywag to deploy or cancel it, but it gave me errors about that. So I asked to re

Re: new ssh key

2024-09-18 Thread Jon Turney via Cygwin-apps
On 18/09/2024 15:22, Andrew Schulman via Cygwin-apps wrote: Name: Andrew Schulman BEGIN SSH2 PUBLIC KEY Comment: "256-bit ECDSA, converted by andrex.e.schulman from OpenSSH" E2VjZHNhLXNoYTItbmlzdHAyNTYIbmlzdHAyNTYAAABBBC7Sbjc6zgOC3GsBNV 4/f6QVA5p1bPjsUJL/G2ZywQ927LHYcw5Hl0fXacPm

Re: [ITA] desktop-file-utils 0.27 - utilities for manipulating desktop files

2024-09-15 Thread Jon Turney via Cygwin-apps
On 14/09/2024 01:30, Brian Inglis via Cygwin-apps wrote: I would like to adopt and update desktop-file-utils as it validates former mime-types now media-types, and does not even support fonts, issuing errors during setup: Thanks! I added this to your packages. [...] Build has been changed f

Re: [ITP] stress-ng 0.18.04

2024-09-15 Thread Jon Turney via Cygwin-apps
On 13/09/2024 18:33, Christian Franke via Cygwin-apps wrote: I would like to contribute stress-ng. Also present in Debian, Fedora, FreeBSD, Ubuntu, ... Thanks! I added this to your packages.

Re: Scallywag builds no longer showing build status - stuck showing 'fetching metadata'

2024-09-01 Thread Jon Turney via Cygwin-apps
On 01/09/2024 19:36, Brian Inglis via Cygwin-apps wrote: Hi folks, Scallywag builds are no longer showing the build or deploy status on the jobs web page since the access issue yesterday, but all seem to be stuck showing "fetching metadata" although each process has succeeded, as confirmed in

Re: [ITA] zint 2.13.0 - multi-format barcode encoder

2024-08-31 Thread Jon Turney via Cygwin-apps
On 27/08/2024 20:54, Brian Inglis via Cygwin-apps wrote: Zint does easy barcode data encoding in a wide range of standard formats and supports integration into programs. License:GPL-3.0-or-later AND BSD-3-Clause For more information see the project home page: http://zint.org.uk

Re: [ITA] zbar 0.23.93 - barcode image decoder

2024-08-31 Thread Jon Turney via Cygwin-apps
On 30/08/2024 17:14, Brian Inglis via Cygwin-apps wrote: On 2024-08-29 15:09, Jon Turney via Cygwin-apps wrote: On 26/08/2024 23:36, Brian Inglis via Cygwin-apps wrote: ZBar reads bar codes from sources such as video streams, image files, and raw intensity sensors. It supports many popular

Re: [ITA] zbar 0.23.93 - barcode image decoder

2024-08-29 Thread Jon Turney via Cygwin-apps
On 26/08/2024 23:36, Brian Inglis via Cygwin-apps wrote: ZBar reads bar codes from sources such as video streams, image files, and raw intensity sensors. It supports many popular types of bar code symbologies including EAN-8, EAN-13, UPC-A, UPC-E, Code 39, Code 93, Code 128, Interleaved 2 of 5, G

Re: [Attn. MAINTAINERS] Heads up: Perl 5.40.0 is imminent

2024-08-25 Thread Jon Turney via Cygwin-apps
On 18/08/2024 18:56, ASSI via Cygwin-apps wrote: I'm going to release Perl 5.40.0 to Cygwin in a few days. I've skipped 5.38 in order to update only every second year (which I've done since the 5.22 release). I haven't seen any trouble in my own Perl distribution packages from the update even

Re: Scallywag stuck

2024-08-20 Thread Jon Turney via Cygwin-apps
On 20/08/2024 14:04, Ken Brown via Cygwin-apps wrote: Jon, Could you check on job 8820?  It looks like the build completed, but then scallywag got stuck at "fetching metadata".  Job 8819 appears to be in a similar state. Thanks for pointing this out. This was just due to the metadata fetche

Re: calm not updating master x86_64/sha512.sum after setup updates

2024-07-28 Thread Jon Turney via Cygwin-apps
On 28/07/2024 00:06, Brian Inglis via Cygwin-apps wrote: Hi folks, After uploading packages, calm does not appear to be updating sha512.sum after updating setup.ini: $ date -ud@`stat -c%Y ~/mirror/x86_64/sha512.sum` 2024 Jul 24 Wed 15:14:03 This is showing up in a script I run a minute or fe

Re: setup: parameter stickiness

2024-07-21 Thread Jon Turney via Cygwin-apps
On 21/07/2024 16:21, Thomas Wolff via Cygwin-apps wrote: Hi, if I have two cygwin installations, e.g. C:\cygwin64 and C:\cygwin64test, the setup program is sticky about its root directory, local package directory, and download sites presettings. They tend to stay at the second installation even a

Re: [cygport] Avoid the package's provides appearing in requires

2024-07-20 Thread Jon Turney via Cygwin-apps
On 30/06/2024 13:02, ASSI via Cygwin-apps wrote: This commit introduces a bug. It will not work for packages that have multiple provides or extra whitespace around the provides name as that will produce a bogus regex for grep. Oh, yeah, that's pretty dumb of me. You can just add any such pa

Re: [ITP] cmocka required for fortune-mod package update

2024-07-14 Thread Jon Turney via Cygwin-apps
On 13/07/2024 21:10, Brian Inglis via Cygwin-apps wrote: On 2024-07-13 13:28, cygwin-no-reply-rdbxbdvo6bxqt0dzr+a...@public.gmane.org wrote: ERROR: package 'fortune-mod-src' version '3.22.0-1' build-depends: 'cmocka', but nothing satisfies that ERROR: error while validating merged x86_64 packag

Re: [ITP] cmocka 1.1.7 - C unit testing framework

2024-07-14 Thread Jon Turney via Cygwin-apps
On 12/07/2024 03:31, Brian Inglis via Cygwin-apps wrote: On 2024-07-10 15:05, Jon Turney wrote: On 10/07/2024 00:35, Brian Inglis via Cygwin-apps wrote: Description: Elegant unit testing framework for C with support for mock objects, derived from Google Cmockery. License:    Apache-2.0 I woul

  1   2   3   4   5   >