Cedric Blancher via Cygwin writes:
> Couple of cafetière cycles later we realised that /usr/bin/g++ is no
> longer gcc 15.
>
> Why did that happen?
Because the released gcc for Cygwin is version 12.4.0 and you explicitly
need to select the test version if you want gcc-15?
Regards,
Achim.
--
+<[
Thomas Wolff via Cygwin writes:
> gcc 14 and gcc 15 exhibit a mysterious compilation failure for mintty:
> In file included from /usr/include/w32api/windows.h:70,
> from /usr/include/w32api/wtypesbase.h:12,
> from /usr/include/w32api/shlobj.h:9,
>
Roland Mainz via Cygwin writes:
> But: The SIDs are apparently not stable between Windows versions.
All local SID are (necessarily) different for each installation.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for KORG EX-800 and Poly-8
Federico Kircheis via Cygwin writes:
> I also did a chmod/chwon on the file to ensure that the permission
> where correct.
> The file with the permission unchanged worked without issues when
> moved in ~/.ssh.
Whatever directory that file resides in must be readable only by the
owner or SSH will n
Backwoods BC via Cygwin writes:
> cat fileOfFullPathNames | rev | sed -r -e "s/\./$mySep/" | rev | sort
> -t "$mySep" --key=2.1 | tr "$mySep" '.'
$ +
Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra
--
Problem reports: https://cygwin.com/problem
Andrey Repin via Cygwin writes:
> That was the first thing I tried. Then reinstalling.
Well, reinstalling should have helped:
--8<---cut here---start->8---
# cygcheck -p ca-bundle.trust.crt
Found 3 matches for ca-bundle.trust.crt
ca-certificates-2023.2.62_v7.0.
Dimitry Andric via Cygwin writes:
> I think most Linux distributions have switched fully to the new ABI by
> now, and dropped support for the old ABI, so they configure their
> gcc's with _GLIBCXX_USE_CXX11_ABI=1 by default.
They also have the luxury of full distro rebuilds every once in a while.
Andrey Repin via Cygwin writes:
> I've experieenced an issue with my setup, that showed that
> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty after
> installing ca-certificates 2024.2.69-v8.0.401.
> Rolling back to v8.0.302 restores the file.
Just run update-ca-trust (or the post
Jason Pyeron via Cygwin writes:
> I have been wondering if an A/B directory approach may help.
> Run from Cygwin.A, update Cygwin.B, stop processes and switch A and B.
>
> Thoughts?
You can have as many Cygwin installations on a single machine as you can
tell apart and they are all independent… so
Soren via Cygwin writes:
> The Perl interpreter uses directories contained in the internal array @INC to
> find libraries. Cygwin's Perl 5.40.0-1 installation leaves several
> directories uncreated but listed in @INC.
[…]
> Let's look at the error messages we get.
That's a bug in _your_ script. T
Lee via Cygwin writes:
> OK.. I didn't read the release notes. If I knew the upgrade was going
> to break ssh I wouldn't have upgraded, but hopefully there's a
> work-around besides downgrading.
As noted in the announcement, you can build your own openssh that still
has the code active, but it wi
Ken Brown via Cygwin writes:
>>> perl-JSON-PP
>> This requires perl5_032 and is required by perl_base-5.40.0,
>> preventing
>
> I meant perl5_036.
It's fixed by now.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Wa
Andrey Repin via Cygwin writes:
> \\DAEMON1.DARKDRAGON.LAN\arc\cygwin\install>setup-x86_64.exe --site
> http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2024/01/30/231215
> --only-site --no-verify --no-warn-deprecated-windows
> Starting cygwin install, version 2.932
> mbox : Cyg
Takashi Yano via Cygwin writes:
> This release does not seem to be applied '-mno-align-vector-insn'
> patch. Is this intentional?
Yes.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downlo
Eric J Korpela via Cygwin writes:
> Following an update of the packages I have installed, multiple programs are
> failing silently when executed from the shell, especially "man" and "wget".
>
> If I run them under strace, I get a pop-up window stating "The procedure
> entry mbrtoc32 could not be lo
Danny Rice via Cygwin writes:
>> it's more likely that the DB itself is the culprit
>
> In what way do you mean? As mentioned, it reads all the option data from
> the config file (except host) and connects without issue as long as you
> supply host in the dsn.
Again, the client library (not DBI) p
ASSI via Cygwin writes:
> This sounds like it might be a bug in newlib, so you should either
> report it there or else it would be the newlib integration for gcc. In
> any case this needs to be fixed upstream.
The latter turns out to be the case, this is actually the same bug (and
will
Hans-Bernhard Bröker writes:
> I've taken the liberty of filing this upstream as a GCC/libstdc++ issue.
Which has sat there for over two years without anybody looking at it
(please, if you file bugs at least let me know the bug number). Great.
> The extremely condensed version of the issue is th
miloskomarcevic--- via Cygwin writes:
> Please package https://github.com/fmtlib/fmt
> See https://repology.org/project/fmt/versions
The library (11.0.2) compiles ootb with a minimal cygport file.
> Thanks, and best regards,Milos & the Exiv2 team
What do you need this for?
Regards,
Achim.
--
Kristian Spangsege via Cygwin writes:
> In C++, a space character is reported as non-printable by
> `std::ctype` in the "C" locale (the only locale supported by
> `std::ctype`). In other words, the following expression evaluates to
> `false`:
>
> ctype.is(std::ctype_base::print, ctype.widen(' '
Danny Rice via Cygwin writes:
> With a dsn like
>
> $dsn =
> "dbi:mysql:mysql_ssl=1;mysql_read_default_file=test.cnf;mysql_read_default_group=test_group";
> $dbh = DBI->connect($dsn);
>
> seemingly fails to read the host from [test_group] in test.cnf. Adding a
> valid host=host_name to the $dsn suc
Richard via Cygwin writes:
> As anticipated, after further investigation, it is NOT a
> Cygwin-related issue, hence I withdraw my request with apologies for
> noise.
You didn't say what you are trying to achieve, but since the exercise
seems to be to learn something about Linux kernel (module) pro
Trying to display virtual files under /proc leads to empty output:
less /proc/meminfo
while invocation through a pipe or redirection works as expected:
less < /proc/meminfo
cat /proc/meminfo | less
All these variants work as expected on Linux.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305
There should be a blank line ("\n") after each processsor entry, which
is missing on Cygwin. This actually includses the last processor, so
the output should always end with a blank line as well.
Some programs that parse the data based on what Linux specifies get
confused if this line is missing
Federico Kircheis via Cygwin writes:
> I could move the REQUIRES from the cygport file to somewhere else and
> use it only myself, but at that point, why not use the REQUIRES?
What you want might actually be BUILD_REQUIRES?
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromed
christianon39--- via Cygwin writes:
> /usr/include/sys/signalfd.h:17:17: error: 'O_CLOEXEC' undeclared here (not in
> a function); did you mean 'FD_CLOEXEC'?
>17 | SFD_CLOEXEC = O_CLOEXEC,
> | ^
> | FD_CLOEXEC
> --
David McFarland via Cygwin writes:
> If I do a base install to a new root:
>
> setup-x86_64.exe --root "$(cygpath -wa .cygtest)" --no-admin \
> --no-shortcuts --no-replaceonreboot --no-version-check \
> --prune-install --verbose
>
> And then run the same install again, I get:
Y
Adam Dinwoodie via Cygwin writes:
> Thanks for the report. This is working fine for me locally. Can you
> please upgrade, check the problem is still recurring, and provide the
> output from `cygcheck -srv >cygcheck.out`?
This issue is most likely an upstream regression that was either
introduced a
FOPPE, JEFFERY B CIV USAF AFMC AFLCMC/WFRQ via Cygwin writes:
> Is the OpenSSL 3.0.14 package going to be released soon?
You should ask that question upstream first.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
DIY Stuff:
http://Synth.Stromeko.net/DIY
J M via Cygwin writes:
> $ curl - -O https://cygwin.com/setup-x86_64.exe
> % Total% Received % Xferd Average Speed TimeTime Time
> Current
> Dload Upload Total SpentLeft
> Speed
> 0 00 00 0 0 0 --:--:--
Kyle Shores via Cygwin writes:
> Any chance you could use cmake for the next installation? That way more
> packages would be able to include HDF5 with cmake and pkg-config.
That's an upstream issue: the HDF Group still recommends to build with
autotools on UNIX platforms (which Cygwin is most clos
Christian Franke via Cygwin writes:
> It is fixed in current gcc test release:
>
> $ cygcheck -f /bin/gcc
> gcc-core-13.2.1+20240203-0.1
>
> $ gcc -dumpspecs | fgrep -A1 '*asm_debug:'
> *asm_debug:
> %{g*:%{%:debug-level-gt(0):}} %{ffile-prefix-map=*:--debug-prefix-map
> %*} %{fdebug-prefix-map=*:
cygwin--- via Cygwin writes:
> Running stunnel under gdb, shows that when 'ssh' exits, the thread
> initiated by the 'ssh' login ends with a 'Segmentation Fault' due to a
> SIGSEGV - so it appears that there is an attempt to read/write from an
> invalid memory area
Based on the location of the cra
Jim Reisert AD1C via Cygwin writes:
> I had a test version of gcc/g++ installed (13.something). Once I
> reverted to the release version (11.4.0), the problem went away.
> Simply reverting libgccjit0 was not enough.
The gc-13 test release doesn't include libgccjit since it can't be
linked (this w
Christian Franke via Cygwin writes:
> This requires that always the same build directory is used.
Would that be solvable by using -ffile-prefix-map or is there more to
it?
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for Waldorf Q V3.00
Frank-Ulrich Sommer via Cygwin writes:
> I'm trying to run cygsshd on my PC with Windows 11 and connect from a
> linux machine. I have added the public key to
> /cygdrive/c/Users/xxx/.ssh/authorized_keys and created a symbolic link
> from /cygdrive/c/Users/xxx/.ssh to /home/xxx/.ssh. As usual I ch
Takashi Yano via Cygwin writes:
> Thank you for releasing this test version!
Thank you for providing the locale patch.
> Does not this include AVX2 misalignd patch for
> https://cygwin.com/pipermail/cygwin/2023-December/255073.html
> introduced by lazka on IRC and GTHREAD mutex_init patch
> http
Jon Turney via Cygwin writes:
> If upstream really is making multiple releases called '6.4', which
> we're supposed to distinguish by some other means, then there aren't
> really any good answers...
There's only one official 6.4 release, but just about everyone packages
one of the roughly weekly s
Heiko Oberdiek via Cygwin writes:
> I assume, luatex from texlive-collection-luatex
> needs to be recompiled with the updated zlib
> sources.
Yes, and that version check needs to actually look at the ABI and not
some random string; or at least not complain when only the minor version
changes. OTO
Mark Geisert via Cygwin writes:
> A new build of the util-linux package, 2.33.1-3, now includes
> fallocate and its man page. The updated package is now making its way
> to the Cygwin mirrors. fallocate requires Cygwin version >= 3.5.0.
It also doesn't work at all on Cygwin 3.4.x and 3.5 isn't y
Corinna Vinschen via Cygwin writes:
> However, I don't find this in the standards. pthread_once is neither
> one of the required cancellation points, nor one of the optional
> cancellation points.
The initializer can be cancellable per POSIX, though:
"The pthread_once() function is not a cancell
Brian Inglis via Cygwin writes:
> Previous maintainer added some artificial single digit release
> prefixes (in a few packages), but we decided to drop those and use the
> release date directly as used in the package.
That is the upstream versioning scheme for patch releases or beta
versions, whic
Takashi Yano via Cygwin writes:
> I found the cause. In pthread.h of cygwin, PTHREAD_ONCE_INIT is defined as:
> #define PTHREAD_ONCE_INIT { PTHREAD_MUTEX_INITIALIZER, 0 }
> however, libstdc++ initializes non-static pthread_once_t using this macro.
https://www.ibm.com/docs/en/aix/7.3?topic=p-pthrea
Takashi Yano via Cygwin writes:
>> So what happens if you undefine __GTHREAD_MUTEX_INIT?
>
> I have tried. The test case:
…and then rebuild libstdc++ of course.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf Blofeld V1.15B11:
h
Takashi Yano via Cygwin writes:
> I might find the culprit in gcc's libstdc++ code such as:
> libstdc++-v3/include/ext/concurrentce.h:
> class __mutex
> {
> private:
> #if __GTHREADS && defined __GTHREAD_MUTEX_INIT
> __gthread_mutex_t _M_mutex = __GTHREAD_MUTEX_INIT;
> #else
> __gthre
Michael Soegtrop via Cygwin writes:
[…]
Looks like this problem converges on the libgpg-error update, gpg2 also
segfaults with this library installed.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
DIY Stuff:
http://Synth.Stromeko.net/DIY.html
--
Prob
Karl Crary via Cygwin writes:
> I am encountering a bug wherein Cygwin is not passing arguments to
> most Windows programs (although Cygwin programs are doing fine).
What you are encountering is unlikely a bug in Cygwin.
> For example, the following command ought to be dumping a lot of usage
> in
Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin writes:
> Just updated my version to the latest and tried it on my drive C:, and
> specifically this is what bugs me:
>
> $ /usr/lib/csih/getVolInfo.exe .
> ...
> SectorInfoFlags: 0x03
> SSINFO_FLAGS_NO_SEEK_PENALTY : FALSE
> SSINFO_FLAG
Chris Wagner via Cygwin writes:
> If you just want to duplicate the package selection this trick is all
> you need.
>
> 1. Get the current list: cygcheck -cd |perl -ane '$\=","; print $F[0]'
> 2. Ignore the "Cygwin,Package" at the front.
> 3. Copy all that and put it as the command line argument to
Matthias--- via Cygwin writes:
> Yes - That's the reason in my VM too:
>strace ssh-keygen -A
>:
>--- Process 8280 loaded C:\Windows\System32\ntmarta.dll at 7ffcbc79
>--- Process 8280 thread 12528 created
>--- Process 8280 thread 15124 created
>--- Process 8280 thread
Jose Isaias Cabrera via Cygwin writes:
> I have a new Win11 PC, and I wanted to capture the same Cygwin setup
> that I have in another Win10 PC. I copied the C:\cygwin64 folder from
> the Win10 pc to the Win11 pc,
This doesn't really work unless both machines are domain joined and all
SID for the
ASSI via Cygwin writes:
> I could reproduce that issue, no time yet to dig deeper. It looks like
> the decompressor loses track of where it is, then uses whatever data
> comes after that to try and extract the next file (which obviously
> doesn't look like it's expected
texrayk-frm--- via Cygwin writes:
>> Please attach /var/log/setup.log.full from this run as a text attachment to
>> a
>> post to this list for more help.
> Attached.
--8<---cut here---start->8---
Installing file cygfile:///usr/lib/debug/usr/bin/cygQt5WebKit-5.
Takashi Yano via Cygwin writes:
> I wonder why the following code throws std::runtime_error
> even though the LC_ALL is set to valid locale other than "C".
> This does not occur only when LC_ALL is set to "C".
This functionality is currently only supported for Glibc targets in
libstdc++. I seem t
The following Perl distributions have been updated to their latest
release version available on CPAN:
x86_64
--
perl-DBD-SQLite-1.74-1
perl-Mail-Box-Parser-C-3.011-1
noarch
--
perl-Term-Table-0.017-1
perl-Test2-Suite-0.000156-1
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INF
Gnuplot version 5.4.9, expected to be the last 5.x version, is available
on Cygwin. The upstream release notes for this bugfix / minor feature
enhancement release are available at:
http://www.gnuplot.info/ReleaseNotes_5_4_9.html
Cygwin Notes
The tutorial has been removed from th
The following Perl distributions have been updated to their latest
release version available on CPAN:
x86_64
--
perl-Net-DNS-SEC-1.22-1
noarch
--
perl-Business-ISBN-Data-20230907.001-1
perl-Mojolicious-9.34-1
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want
The following packages have been uploaded to the Cygwin distribution:
libpkgconf-devel-2.0.3-1
libpkgconf4-2.0.3-1
pkg-config-2.0.3-1
pkgconf-2.0.3-1
pkgconf is a program which helps to configure compiler and linker flags
for development frameworks. It is an alternative to pkg-config.
Th
The following packages have been uploaded to the Cygwin distribution.
This release updates to the latest upstream security patch release and
continues to use the Fedora patches from an earlier release (Fedora has
already switched to openssl 3.x).
* openssl-1.1.1w-1
* openssl-perl-1.1.1w-1
* libs
Libarchive has been updated to version 3.7.2-1, the following
(sub-)packages:
libarchive (source)
libarchive-devel
libarchive13
bsdcat
bsdcpio
bsdtar
bsdunzip
are available in the Cygwin distribution. The MinGW64 packages for
the cross-compilation toolchains have be
Harry Rockefeller via Cygwin writes:
> It says "installed package gcc-core obsoletes gcc-ada (of same version
> number) do not ask to install"
That was a bug in the hint file, should be fixed.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and U
The native Gcc compilers have been updated to the latest upstream
snapshot version of the gcc-12 branch:
gcc-12.3.0+20230901
and the gcc-13 branch:
gcc-13.2.0+20230902
Cygwin does not allow multiple versions of the compilers to be installed
concurrently.
For this build, the D compiler has
jeff via Cygwin writes:
> According to the task manager, it says 'Sockets: 1'.
That number doesn't matter at all. When you have more than 64 logical
processors, you will have processor groups regardless of topology.
Below that threshold processor group configuration can be influenced
both by BIOS
The package procps-ng has been updated to its latest upstream version.
This package provides command line and full screen utilities for
browsing procfs, a pseudo file system dynamically generated by the
kernel to provide information about the status of entries in its process
table (such as wheth
The following Perl distributions have been updated to their latest
release version available on CPAN:
x86_64
--
perl-Glib-1.3294-1
perl-Glib-Object-Introspection-0.051-1
noarch
--
perl-Business-ISBN-Data-20230830.001-1
perl-Net-DNS-1.40-1
--
*** CYGWIN-ANNOUNCE UNSUB
The following Perl distributions have been updated to their latest
release version available on CPAN:
noarch
--
perl-Business-ISBN-Data-20230822.001-1
perl-Mozilla-CA-20230821-1
perl-URI-5.21-1
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from th
This is an update to the latest upstream release of xfig (including
fig2dev/transfig).
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send emai
The following packages have been updated to the latest upstream release
(a patch rollup release):
mpfr-4.2.1-1
mingw64-i686-mpfr-4.2.1-1
mingw64-x86_64-mpfr-4.2.1-1
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list,
Ken Brown via Cygwin writes:
> On 8/21/2023 11:02 AM, ASSI via Cygwin wrote:
>> (although in this case maybe i got spooked by the change
>> from 1.2.x to 1.3)
>
> It looks like that's exactly what happened. The version check
> compares the first 4 characters of the ve
Ken Brown via Cygwin writes:
> Thanks for the report. I think I can fix this by rebuilding the TeX
> Live binaries with the new zlib. I'll do that ASAP.
The ABI hasn't changed, so it would be good if you relaxed or removed
this check. I've done that in a few other packages over the years. For
The following packages have been uploaded to the Cygwin distribution:
libpkgconf-devel-2.0.2-1
libpkgconf4-2.0.2-1
pkg-config-2.0.2-1
pkgconf-2.0.2-1
pkgconf is a program which helps to configure compiler and linker flags
for development frameworks. It is an alternative to pkg-config.
Th
The following packages have been uploaded to the Cygwin distribution:
* zlib0-1.3-1
* zlib-devel-1.3-1
* mingw64-i686-zlib-1.3-1
* mingw64-x86_64-zlib-1.3-1
zlib is designed to be a free, general-purpose, lossless
data-compression library for use on virtually any computer hardware and
operating
Martin Wege via Cygwin writes:
> How can I find out whether the current Cygwin terminal has
> Administrator rights? I want to safeguard our admin scripts with a
> simple test and bail out with an error if someone wants to do admin
> stuff (say: regtool) without admin privileges.
Windows really doe
Cedric Blancher via Cygwin writes:
> Does Cygwin has an openldap server package? So far I could only find
> the client libraries and tool, but not the slapd server.
As noted in the package announcements for openldap for quite some time,
upstream has removed the only database backend that was (semi
The following Perl distributions have been updated to their latest
release version available on CPAN:
noarch
--
perl-Business-ISBN-Data-20230811.001-1
perl-Text-CSV-2.03-1
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce maili
The following packages have been uploaded to the Cygwin distribution:
libpkgconf-devel-2.0.1-1
libpkgconf4-2.0.1-1
pkg-config-2.0.1-1
pkgconf-2.0.1-1
pkgconf is a program which helps to configure compiler and linker flags
for development frameworks. It is an alternative to pkg-config.
Th
UPX has been updated to version 4.1.0, see the release news for changes:
https://upx.github.io/upx-news.txt
UPX is a free, portable, extendable, high-performance executable packer
for several executable formats.
UPX upstream bundles all dependencies as source and links them in
directly during
The following Perl distributions have been updated to their latest
release version available on CPAN:
x86_64
--
perl-Text-CSV_XS-1.51-1
perl-XS-Parse-Keyword-0.38-1
noarch
--
perl-Authen-SASL-2.1700-1
perl-Mixin-Linewise-0.111-1
perl-Module-ScanDeps-1.33-1
perl-Mozilla-CA-20230807
The binutils packages for Cygwin and MingW64 cross-compilation
toolchains are re-released to fix a performance regression affecting
linking of files with a large number of objects. This re-release uses
the official upstream patch for this issue. The performance of objdump
has also degraded in s
The following packages have been uploaded to the Cygwin distribution:
ca-certificates-2023.2.60_v7.0.306-1
ca-certificates-letsencrypt-2023.2.60_v7.0.306-1
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the
The binutils packages for Cygwin and MingW64 cross-compilation
toolchains are re-released to fix a performance regression affecting
linking of files with a large number of objects. THis re-release uses
the official upstream patch for this issue. The performance of objdump
has also degraded in s
Thomas Wolff via Cygwin writes:
> Am 07.08.2023 um 06:02 schrieb Roland Mainz via Cygwin:
>> On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz
>> wrote:
>>> Is there an official way to enter the Cygwin command line (e.g. bash
>>> login) from Windows cmd.exe, e.g. if someone ssh's into a Windows
>>> ma
The binutils packages for Cygwin and MingW64 cross-compilation
toolchains are re-released to fix a performance regression affecting
linking of files with a large number of objects. The performance of
objdump has also degraded in some cases, the root cause for this is
still under investigation.
This is an update to the latest upstream bugfix release of protobuf
21.x.
Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
platform-neutral, extensible mechanism for serializing structured data.
Note
Upstream changed their version numbering scheme to omit the leading
"3
The following packages have been uploaded to the Cygwin distribution:
libpkgconf-devel-2.0.0-1
libpkgconf4-2.0.0-1
pkg-config-2.0.0-1
pkgconf-2.0.0-1
pkgconf is a program which helps to configure compiler and linker flags
for development frameworks. It is an alternative to pkg-config.
Th
[…]
Please disregard, this was sent before I finished editing it.
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address speci
The following packages have been uploaded to the Cygwin distribution.
This release updates to the latest upstream security patch release and
continues to use the Fedora patches from an earlier release (Fedora has
already switched to openssl 3.x).
* openssl-1.1.1v-1
* openssl-perl-1.1.1v-1
* libs
The following packages have been uploaded to the Cygwin distribution:
xz-5.4.4-1
liblzma5-5.4.4-1
liblzma-devel-5.4.4-1
mingw64-i686-xz-5.4.4-1
mingw64-x86_64-xz-5.4.4-1
XZ Utils is free general-purpose data compression software with high
compression ratio. XZ Utils are the successor to
This is an update to the latest upstream version.
Libcerf is a self-contained numeric library that provides an
efficient and accurate implementation of complex error functions,
along with Dawson, Faddeeva, and Voigt functions.
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you w
The following packages have been uploaded to the Cygwin distribution.
This release updates to the latest upstream security patch release and
continues to use the Fedora patches from an earlier release (Fedora has
already switched to openssl 3.x).
* openssl-1.1.1u-1
* openssl-perl-1.1.1u-1
* libs
The openldap package in Cygwin has been updated to the latest upstream
version 2.6.6.
https://www.openldap.org/software/release/changes.html
Notes
=
Upstream has removed the two database backends that worked at least
partially on Cygwin. Since they don't support Cygwin (and indeed ponder
The following packages have been uploaded to the Cygwin distribution for
testing, please report any issues to the main Cygwin mailing list.
OpenSSL 1.1 will go EOL in September 2023. Cygwin will most likely
switch to OpenSSL 3 LTS soon (3.0.x, which has a planned EOL of
September 2026).
This re
The cross-compilation library packages for gmp are now also available in
the latest version.
GNU Multiple Precision Arithmetic Library
=
GMP is a free library for arbitrary precision arithmetic, operating on
signed integers, rational numbers, and floatin
This is an update to the latest upstream version.
cfitsio-4.3.0-1
mingw64-i686-cfitsio-4.3.0-1
mingw64-x86_64-cfitsio-4.3.0-1
Notes
-
The build enables BZip2, cURL and multithreading support.
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the
The following Perl distributions have been updated to their latest
release version available on CPAN:
x86_64
--
perl-Alien-CFITSIO-4.3.0.0-1
perl-Astro-FITS-CFITSIO-1.18-1
noarch
--
perl-Business-ISBN-Data-20230729.001-1
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If
The binutils packages for Cygwin and MingW64 cross-compilation
toolchains have been updated to the upstream feature release 2.41, with
additional patches applied for Cygwin.
binutils-2.41-1
mingw64-i686-binutils-2.41-1
mingw64-x86_64-binutils-2.41-1
The GNU Binutils are a collection of binar
Libarchive has been updated to version 3.7.1-1, the following
(sub-)packages:
libarchive (source)
libarchive-devel
libarchive13
bsdcat
bsdcpio
bsdtar
bsdunzip
are available in the Cygwin distribution. The MinGW64 packages for
the cross-compilation toolchains have be
GNU Multiple Precision Arithmetic Library
=
GMP is a free library for arbitrary precision arithmetic, operating on
signed integers, rational numbers, and floating point numbers. There is
no practical limit to the precision except the ones implied by the
av
Christian Franke via Cygwin writes:
- Man pages could no longer be formatted with a specific font. Only
header and footer lines use the selected font then, the rest stays
at the default font 'T':
> Fixed upstream in:
> http://git.savannah.gnu.org/cgit/groff.git/commit/tmac/an.t
Christian Franke via Cygwin writes:
> groff-perl is installed, otherwise groff would complain about a
> missing DESC file. Installing urw-base35-fonts-legacy fixes this,
> thanks.
>
> It is IMO not obvious for the occasional groff user that this package
> is needed.
I've added a manual dependency
1 - 100 of 122 matches
Mail list logo