asa 1.2 - convert ASA Fortran carriage control characters

2024-11-06 Thread Brian Inglis via Cygwin
have man-pages-posix installed, run: $ man [1p] asa License:GPL-2.0-or-later -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Brian Inglis via Cygwin
are/cygport/lib/pkg_upload.cygpart failing to authenticate a connection, for some reason? [Tried to look on lftp.tech website, but site access tried to force download and install of some huge Windows "Securigard privacy browser" installer to use the site! Killed and exited!] -- Take c

Re: cygport upload seems to ignore SSH_KEY

2024-11-04 Thread Brian Inglis via Cygwin
h-agent` and `ssh-add`, you can use `keychain` in your login profile, which allows cross-session sharing, across X and terminal sessions, and logouts, for example: $ eval `/usr/bin/keychain --noask --eval ~/.ssh/id_rsa` then $ keychain ~/.ssh/id_rsa -- Take care. Thanks, Brian I

Re: Test: gcc-14.2.1+20241102-0.1

2024-11-04 Thread Brian Inglis via Cygwin
s in C++20? I am asking to adopt dependent orphaned packages, just so I *can* rebuild them with the new ABI, so is trying this exercise going to be futile? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achiev

Re: g++ 12 -std=gnu++20

2024-11-03 Thread Brian Inglis via Cygwin
On 2024-11-03 11:07, Csaba Ráduly via Cygwin wrote: On 03/11/2024 15:07, Brian Inglis via Cygwin wrote: One upstream refuses to support distros that do not support C++20 compilers, so curl and wget2 will hopefully continue to build with their current package! Both curl and wget2 are C-only, so

Re: libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-11-03 Thread Brian Inglis via Cygwin
Hi there, Those are DNS lookup, with interfaces defined in , and not part of the resolver library, with interfaces defined in , all packaged in cygwin-devel, as parts of cygwin have to be able to find AD servers and do other lookups, as well as support getent. -- Take care. Thanks, Brian

Re: g++ 12 -std=gnu++20

2024-11-03 Thread Brian Inglis via Cygwin
uild with their current package! -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus

Re: After ca-certificates update /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is empty

2024-11-02 Thread Brian Inglis via Cygwin
c/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt -rw-r--r-- 1 0 Oct 3 01:56 /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu

Re: {External} Re: installation problem

2024-10-31 Thread Brian Inglis via Cygwin
applications-to-hang Sounds like you need to work with your corp IT to deal with this. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when the

Re: installation problem

2024-10-30 Thread Brian Inglis via Cygwin
st try the base system install, let everything run to completion, then start the Cygwin terminal from the dekstop shortcut. Check the contents of /var/log/setup.log.full for any errors and attach as text to a text post here. -- Take care. Thanks, Brian Inglis Calgary, Alberta,

Re: g++ 12 -std=gnu++20

2024-10-30 Thread Brian Inglis via Cygwin
ymbols and their meanings, uses, and settings? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il

g++ 12 -std=gnu++20

2024-10-30 Thread Brian Inglis via Cygwin
/bits/cow_string.h:2208:7: note: ‘const _CharT* std::basic_string<_CharT, _Traits, _Alloc>::c_str() const [with _CharT = char; _Traits = std::char_traits; _Alloc = std::allocator]’ declared here 2208 | c_str() const _GLIBCXX_NOEXCEPT | ^ ```-- Take care

Re: [Ms-nfs41-client-devel] Windows Server NFS, getfact not working on NFS

2024-10-27 Thread Brian Inglis via Cygwin
h -m /cygdrive/n/nfsshare1`" or Windows equivalent. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsq

Re: Is this correct behaviour for 'rev'?

2024-10-24 Thread Brian Inglis via Cygwin
On 2024-10-24 11:22, Thomas Wolff via Cygwin wrote: Am 24.10.2024 um 15:56 schrieb Brian Inglis via Cygwin: On 2024-10-24 02:37, Thomas Wolff via Cygwin wrote: Am 24.10.2024 um 07:01 schrieb Mark Geisert via Cygwin: Replying to myself, I continue... On 10/22/2024 10:33 PM, Mark Geisert

Re: Is this correct behaviour for 'rev'?

2024-10-24 Thread Brian Inglis via Cygwin
ntains SMP aka non-BMP characters as UTF-16 surrogates. The correct approach should be to match the execution locale to the file locale, for example, `LC_ALL=...UTF-8 rev ...` which should produce the expected results. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada L

Re: Is this correct behaviour for 'rev'?

2024-10-24 Thread Brian Inglis via Cygwin
stcase with "rev" replaced by "LC_ALL=C rev" in both places. Sorry, this is not a good workaround as it corrupts all (proper) non-ASCII characters. You could do e.g. grep . | rev Not quite, as that just matches non-empty lines, you would have to do something more like `grep -

Re: Installer freezes in windows-2022 GitHub Action

2024-10-24 Thread Brian Inglis via Cygwin
On 2024-10-23 07:28, Jon Turney via Cygwin wrote: On 21/10/2024 18:02, Brian Inglis via Cygwin wrote: On 2024-10-21 02:56, Michele Locati via Cygwin wrote: Unfortunately sha512.sum checksum files are no longer reliable, unless they have a later time stamp than the other downloads, as they are

Re: Installer freezes in windows-2022 GitHub Action

2024-10-21 Thread Brian Inglis via Cygwin
On 2024-10-21 11:36, Michele Locati via Cygwin wrote: Il giorno lun 21 ott 2024 alle ore 19:03 Brian Inglis via Cygwin ha scritto: I think it was probably an issue caused by a malformed executable in a mirror/CDN (which would explain why it worked sometimes and sometimes not). That's ki

Re: Does GNUPro 99r1 CD image still exist?

2024-10-21 Thread Brian Inglis via Cygwin
ly to proprietary tools, and those may not work with current Cygwin packages. YMMV -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is

Re: Historical list of installation file hashes

2024-10-21 Thread Brian Inglis via Cygwin
Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but whe

Re: Installer freezes in windows-2022 GitHub Action

2024-10-21 Thread Brian Inglis via Cygwin
ware/cygwin/x86_64/setup.ini.sig to check compressed and decompressed setup data. Unfortunately sha512.sum checksum files are no longer reliable, unless they have a later time stamp than the other downloads, as they are updated asynchronously. -- Take care. Thanks, Brian Inglis Calgary, A

Re: Installer freezes in windows-2022 GitHub Action

2024-10-20 Thread Brian Inglis via Cygwin
t, referenced by a function called SbGetContextDetailsByVersion from: https://stackoverflow.com/questions/68240304/whats-the-supportedos-guid-for-windows-11 -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non

Re: Computer Science and sub-projects

2024-10-18 Thread Brian Inglis via Cygwin
or packages. Now if a university course wanted to use Cygwin as a base for teaching e.g. emulator development or distro engineering, anyone can jump in and get their hands dirty, but that may also be true for smaller Linux distros. -- Take care. Thanks, Brian Inglis

Re: Request: please update to coreutils >=9.1

2024-10-18 Thread Brian Inglis via Cygwin
'chmod -R' and would otherwise fail. Can someone update to a newer coreutils? 9.1 or later. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajoute

Re: Computer Science

2024-10-16 Thread Brian Inglis via Cygwin
else on a computer. It appears that most software package designers, developers, maintainers, distributors, and users manage to sustain positive productive coexistence. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection i

Re: Warning message

2024-10-16 Thread Brian Inglis via Cygwin
anything related in Cygwin directories. Check using `cygcheck /usr/bin/glut32.dll` or `ldd /usr/bin/glut32.dll` to see if there are any Cygwin dependencies. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved

Re: cygwin 3.5.4-1: signal handling destroys 'long double' values

2024-10-13 Thread Brian Inglis via Cygwin
On 2024-10-13 14:06, Takashi Yano via Cygwin wrote: Hi Brian On Sun, 13 Oct 2024 10:41:58 -0600 Brian Inglis wrote: On 2024-10-12 17:14, Takashi Yano via Cygwin wrote: Hi Brian, On Tue, 8 Oct 2024 10:37:14 -0600 Brian Inglis wrote: On 2024-10-08 10:14, Brian Inglis via Cygwin wrote: On

Re: cygwin 3.5.4-1: signal handling destroys 'long double' values

2024-10-13 Thread Brian Inglis via Cygwin
On 2024-10-12 17:14, Takashi Yano via Cygwin wrote: Hi Brian, On Tue, 8 Oct 2024 10:37:14 -0600 Brian Inglis wrote: On 2024-10-08 10:14, Brian Inglis via Cygwin wrote: On 2024-10-08 05:20, Takashi Yano via Cygwin wrote: On Mon, 7 Oct 2024 15:11:52 +0200 Christian Franke wrote: $ gcc -o

Re: Fw: found aclocal

2024-10-11 Thread Brian Inglis via Cygwin
re, make and on Cygwin run from the source directory: $ autoreconf -fiv $ ./configure $ make although often an out of tree build is preferred to separate generated output from source input, but there are quirks that cygport works around or allows you to handle easily. -- Take care. Thank

Re: automake-bin

2024-10-09 Thread Brian Inglis via Cygwin
nd the relevant man pages. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien

Re: automake-bin

2024-10-09 Thread Brian Inglis via Cygwin
normally easier to install cygport and create a cygport script with minimal variable definitions to automagically build and check a package using autotools. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved

Re: cygwin 3.5.4-1: signal handling destroys 'long double' values

2024-10-08 Thread Brian Inglis via Cygwin
On 2024-10-08 10:14, Brian Inglis via Cygwin wrote: On 2024-10-08 05:20, Takashi Yano via Cygwin wrote: On Mon, 7 Oct 2024 15:11:52 +0200 Christian Franke wrote: $ gcc -o sigtest -O2 sigtest.c $ ./sigtest > out.txt (press ^C 42x :-) $ sort out.txt | uniq -c     3 x = 0x1.23456789p+0

Re: cygwin 3.5.4-1: signal handling destroys 'long double' values

2024-10-08 Thread Brian Inglis via Cygwin
on current systems, as current systems do more and use more than the legacy x87 instructions and stack. See https://en.cppreference.com/w/c/numeric/fenv and related docs for more modern approaches. You would have to look into the AMD/Intel/IEEE docs for lower level details. -- Take care. Th

Re: Cygwin 3.6 x86/32bit builds for Windows 10/ARM64 x86 emulation?

2024-10-04 Thread Brian Inglis via Cygwin
On 2024-10-04 09:04, Cedric Blancher via Cygwin wrote: On Tue, 1 Oct 2024 at 19:11, Brian Inglis via Cygwin wrote: On 2024-10-01 05:25, Mark Liam Brown via Cygwin wrote: On Mon, Sep 30, 2024 at 7:20 PM Jeremy Drake wrote: On Sat, 28 Sep 2024, Mark Liam Brown via Cygwin wrote: On Tue

Re: Cygwin 3.6 x86/32bit builds for Windows 10/ARM64 x86 emulation?

2024-10-01 Thread Brian Inglis via Cygwin
Cygwin, and only a tiny percentage, if any, maintainers or developers using systems like that. Too few to support software for, except with an expensive contract to pay for sufficient staff, hardware, and time for the effort! ;^> -- Take care. Thanks, Brian Inglis Calgary,

Re: Cygwin/X taskbar icons changed with latest Windows update (OS build 22635.4225)

2024-10-01 Thread Brian Inglis via Cygwin
MS Windows does not allow unsigned apps to draw taskbar icons? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais

Re: readdir() returns inaccessible name if file was created with invalid UTF-8

2024-09-19 Thread Brian Inglis via Cygwin
On 2024-09-19 11:30, Christian Franke via Cygwin wrote: Brian Inglis via Cygwin wrote: On 2024-09-19 07:27, Christian Franke via Cygwin wrote: Mark Liam Brown via Cygwin wrote: On Mon, Sep 16, 2024 at 11:51 AM Christian Franke via Cygwin wrote: Christian Franke via Cygwin wrote: Thomas

Re: readdir() returns inaccessible name if file was created with invalid UTF-8

2024-09-19 Thread Brian Inglis via Cygwin
e range U+FF80 to U+. This works as expected if the above UTF-8 sequence is truncated: $ touch 'file-'$'\xed\xa0''.ext' # creates L"file-\xF0ED\xF0A0.ext" on NTFS $ ls -F 'file-'$'\355\240''.ext' Surrogates halves are invalid

Re: Structured Exception Handling Overwrite Protection (SEHOP) still "incompatible" with Cygwin?

2024-09-16 Thread Brian Inglis via Cygwin
issue still exists? The links say that has been enabled by default in Windows Server since 2008, and Cygwin has been running in Servers since then, so there should be no issues, unless that information is inaccurate. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfe

Re: cyg-x install error

2024-09-13 Thread Brian Inglis via Cygwin
On 2024-09-13 18:06, S. Cowles via Cygwin wrote: On Fri, 13 Sep 2024, Brian Inglis via Cygwin wrote: On 2024-09-13 14:02, S. Cowles via Cygwin wrote: i have a clean install of cygwin on a win11pro box.  when i install cyg-x (via https://x.cygwin.com/docs/ug/setup.html#setup-cygwin-x

Re: cyg-x install error

2024-09-13 Thread Brian Inglis via Cygwin
this error? the result of the error is no access to any cyg-x apps via start menu, etc. what is the proper way to fix this error? What does it show in /var/log/setup.log.full? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte

Re: Status of Cygwin on Windows/ARM64?

2024-09-08 Thread Brian Inglis via Cygwin
chains and environments under native Arm64 Windows? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il

Updated/New: tzcode, tzdata/-posix/-right 2024b

2024-09-07 Thread Brian Inglis via Cygwin
If you use "right" or "posix" zoneinfo tzdata, read the announcement about packaging changes: *IMPORTANT CYGWIN CHANGE NOTICE* https://cygwin.com/pipermail/cygwin-announce/2024-September/011906.html -- Take care. Thanks, Brian Inglis Calgary,

Re: Receiving "Download Incomplete" for 2 packages for the past month

2024-09-06 Thread Brian Inglis via Cygwin
ou can run `cygcheck -chv binutils info` to get details on what is incomplete from those packages, or look in /var/log/setup.log.full after a setup run has finished to see the error messages. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte

Re: Minor flaws in the Cygwin Perl installation; missing directories (Perl 5.40.0-1)

2024-09-02 Thread Brian Inglis via Cygwin
3be88c72700fb50a54ce12f5d454aaf53b0bc0ffc9183160c38b4ad574f2c8556a2a6f5185b1b419f1410813d48ece depends2: cygwin, libgcc1, libintl8, perl5_036, perl_base *obsoletes: perl-Locale-gettext* build-depends: cygport, libcrypt-devel, libintl-devel ... -- Take care. Thanks, Brian Inglis Calgar

Re: grepping a large file through a pipe takes eons

2024-08-31 Thread Brian Inglis via Cygwin
35481 5652354 /tmp/grep.log -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu

Re: Fwd: odd behavior of length(), match() and field splitting with multi-byte characters

2024-08-20 Thread Brian Inglis via Cygwin
end of the regexp:     $ LC_ALL=en_US.utf8 gawk -vIGNORECASE=1 '{match($0,/^.*_(.*)_<\/h1>.*/,a); print a[1]}' file2     abcdef     $ -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte

Re: ftp.is.co.za mirror

2024-08-14 Thread Brian Inglis via Cygwin
t some of these reports are from years or months ago, it is possible that FTP support may have been dropped, so perhaps those FTP mirrors should just be dropped, with notification to the mirror admins? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfecti

Re: apparent solution to Emacs multi-shell problem

2024-08-11 Thread Brian Inglis via Cygwin
d of the "bash" value that I was hardcoding before. Certainly less code is better than more code, especially if it works, but it would be useful to understand if something changed recently that might have caused that error. I also briefly examined some of these other blocks, and

Re: mbrtoc32 not found following update.

2024-08-04 Thread Brian Inglis via Cygwin
}.new and not-renamed non-permanent postinstall scripts: /etc/postinstall/[!0z][!pqrst][!_]*.*sh and their existence tells me something did not complete successfully. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfe

Re: Updated: mingw64-{i686,x86_64}-gcc-12.4.0-1

2024-08-04 Thread Brian Inglis via Cygwin
-gcc-g++-12.4.0-1 mingw64-x86_64-gcc-objc-12.4.0-1 -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'

Re: no sshd in package for openssh

2024-07-31 Thread Brian Inglis via Cygwin
log_file] [-f config_file] [-g login_grace_time] [-h host_key_file] [-o option] [-p port] [-u len] $ sshd -V OpenSSH_9.8p1, OpenSSL 3.0.14 4 Jun 2024 [I sometimes overwrite Windows security risks with Cygwin equivalents for safety's sake just in case.] -- Take care. Thanks, Brian I

Re: mbrtoc32 not found following update.

2024-07-31 Thread Brian Inglis via Cygwin
1122118.380093-1-corinna-cyg...@cygwin.com/ -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add ma

Re: Package request fmt

2024-07-27 Thread Brian Inglis via Cygwin
rect typo "Exiv" for Exif in exiv2 sdesc, ldesc? ;^> -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mai

Re: Read Windows event log from via Cygwin /proc, /dev, ...?

2024-07-23 Thread Brian Inglis via Cygwin
. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when the

Re: Parse output of "net use", but language varies - force language for "net use"?

2024-07-20 Thread Brian Inglis via Cygwin
ShortTime (REG_SZ) = "HH:mm" sYearMonth (REG_SZ) = ", " iDate (REG_SZ) = "2" iDigits (REG_SZ) = "3" iFirstDayOfWeek (REG_SZ) = "0" iMeasure (REG_SZ) = "0" iNegCurr (REG_SZ) = "1" iTime (REG_SZ) = "1" iTLZero (REG_SZ) = &

Re: ssh vulnerability CVE-2024-6387

2024-07-17 Thread Brian Inglis via Cygwin
L 3.0.2 unless that has been purged from your systems. That NVD report has a bunch of links to RH issues irrelevant to the RCE. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il

Re: Urgent gcc update to GCC 13.3

2024-07-15 Thread Brian Inglis via Cygwin
edora or other Linux distros Cygwin or Windows cross or indeed native compilers. Or maybe consider MSVC or a more up to date commercial offering.] -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved no

Re: /proc/cpuinfo missing blank lines after each processor

2024-07-13 Thread Brian Inglis via Cygwin
what Linux specifies get confused if this line is missing… I can add that with regular changes to /proc/cpuinfo when next Linux release additions are finalized this week or the week after. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection es

Irrelevant Posts on Cygwin-Developers List

2024-07-12 Thread Brian Inglis via Cygwin
please do not send email here. This is a mailing list for doers not musers. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more

Re: How to use '$RECYCLE.BIN' to recover files?

2024-07-12 Thread Brian Inglis via Cygwin
On 2024-07-12 15:12, Mark Liam Brown via Cygwin wrote: On Fri, Jul 12, 2024 at 7:25 PM Brian Inglis via Cygwin wrote: On 2024-07-12 10:33, Tom Legrady via Cygwin wrote: Using cygwin on Windows 11, I ran a command that was over-enthusiastic in deleting files. Now files I would like to have are

Re: How to use '$RECYCLE.BIN' to recover files?

2024-07-12 Thread Brian Inglis via Cygwin
4+ UCS-2) 0020: 5c00760061007200 \.v.a.r. 0028: 5c00630061006300 \.c.a.c. 0030: 680065005c007300 h.e.\.s. 0038: 6500740075007000 e.t.u.p. 0040: 5c00650074006300 \.e.t.c. 0048: 5c0070006b006900 \.p.k.i. 0050: 0000 .. -- Take care. Thanks, Brian Inglis

Re: cygport - get package dependencies

2024-07-11 Thread Brian Inglis via Cygwin
you may be able to simplify with some long command lines or short scripts. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more t

Re: Urgent gcc update to GCC 13.3

2024-07-09 Thread Brian Inglis via Cygwin
available, or even better: volunteer your time and effort to help upgrade the compilers, libraries, or other packages; SWHTDI! -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n&

Re: crontab: no changes made to crontab

2024-07-07 Thread Brian Inglis via Cygwin
ol with my own script that has no such issue? See above to fix the issue, or use: $ $VISUAL $HOME/$USER.crontab $ crontab $HOME/$USER.crontab $ crontab -l -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Per

Re: ssh server vulnerable to regreSSHion?

2024-07-04 Thread Brian Inglis via Cygwin
password timing attack is assigned as: https://www.cve.org/CVERecord?id=CVE-2024-39894 [1] https://www.cve.org/CVERecord?id=CVE-2024-6387 [2] https://blog.qualys.com/vulnerabilities-threat-research/2024/07/01/regresshion-remote-unauthenticated-code-execution-vulnerability-in-openssh-serv

Re: ssh-add -l hangs under cygwin test 3.6.0-0.139.g...

2024-06-29 Thread Brian Inglis via Cygwin
On 2024-06-29 14:20, Norton Allen via Cygwin wrote: On 6/29/2024 1:39 AM, Brian Inglis via Cygwin wrote: Installed cygwin test to try to diagnose another issue - but not involved there. Attempting to cygport upload - just hung without start ftp connection. Reran cygport --debug upload and

ssh-add -l hangs under cygwin test 3.6.0-0.139.g...

2024-06-28 Thread Brian Inglis via Cygwin
variable was the cygwin version installed. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a

Re: unable to remove oddly-named directory

2024-06-13 Thread Brian Inglis via Cygwin
forts bring order to supporting, managing, and using minority, minor historical or ancient, undeciphered, or constructed (e.g. Mormon, Shaw, Tolkien, Le Guin, Star Trek, Star Wars) language scripts or writing systems with glyphs not (yet) officially assigned in Unicode Standard

Re: Cygwin @GoogleSummerOfCode?

2024-06-11 Thread Brian Inglis via Cygwin
break periods, which may overlap! [Olympics, World, regional, and national football cup tournament final rounds, possibly also test and international cricket series and rugby tournaments, and local national sports final rounds, may reduce activity on many projects.] -- Take care. Thanks, Brian

Re: Request for support: some web pages on your site not responding

2024-06-03 Thread Brian Inglis via Cygwin
your system and browser setup, and all issues you encounter on cygwin.com. Someone with relevant experience will respond to your issues, and if necessary, ask the infrastructure team to deal with any problems. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfectio

Re: newer version of mingw64-*-win-iconv ?

2024-05-30 Thread Brian Inglis via Cygwin
On 2024-05-29 02:53, Bruno Haible via Cygwin wrote: Brian Inglis wrote: Ran playground local and CI builds of these packages at v0.0.8 successfully: https://cygwin.com/cgi-bin2/jobs.cgi?srcpkg=mingw64-x86_64-win-iconv and https://cygwin.com/cgi-bin2/jobs.cgi?srcpkg=mingw64-i686

Re: newer version of mingw64-*-win-iconv ?

2024-05-28 Thread Brian Inglis via Cygwin
games PCs ~ 0.25% in 2021, and dropped support in February. Surveys don't even bother to report that share nowadays!] -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-28 Thread Brian Inglis via Cygwin
Memory 10m git config pack.packSizeLimit 20m or huge repos which can be alleviated by a shallow clone --depth=1. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-27 Thread Brian Inglis via Cygwin
(/usr/bin/git) attached cygcheck.out Retry running git prefixed with PATH=/usr/bin:/bin/:/usr/sbin:/sbin ISTR in the past having to lose MS dirs from my Cygwin PATH. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is ach

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-26 Thread Brian Inglis via Cygwin
early EOF fatal: fetch-pack: invalid index-pack output $ git --version git version 2.43.0 Of course, it could also be some issue with my latest curl build! ;^> -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is

Re: Technical reason why 32bit Cygwin cannot be installed on 64bit Windows?

2024-05-19 Thread Brian Inglis via Cygwin
unting of the Snark': 'What I tell you three times is true.'" -- Norbert Weiner, "Cybernetics" -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il

Re: Technical reason why 32bit Cygwin cannot be installed on 64bit Windows?

2024-05-18 Thread Brian Inglis via Cygwin
re. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer bu

Re: Technical reason why 32bit Cygwin cannot be installed on 64bit Windows?

2024-05-17 Thread Brian Inglis via Cygwin
install Practical reason is 32 bit usage < 1% and Cygwin is all volunteer, with professionally and/or personally busy developers lacking time to do more. You are on your own with 32 bit dropped, so ask questions on forums like SO. -- Take care. Thanks, Brian Inglis Calgary, Albe

Re: cygwin application hangs on closing console

2024-05-15 Thread Brian Inglis via Cygwin
e (gdb) p unit $9 = 0 (gdb) p shared_console_info $10 = {0x1a003, 0x0 } (gdb) Sometimes a Cygwin strace can be helpful, for example: $ strace -o drbdadm.strace drbdadm or equivalent however you execute the program. Attach the strace output as text if possible, otherwise

Re: [EXTERNAL] Re: Wrong value for |FileNormalizedNameInfo| (|24| vs. |48|) in Cygwin 3.6 /usr/include ...

2024-05-15 Thread Brian Inglis via Cygwin
to be working well last weekend! -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus ri

Re: Wrong value for |FileNormalizedNameInfo| (|24| vs. |48|) in Cygwin 3.6 /usr/include ...

2024-05-11 Thread Brian Inglis via Cygwin
ATION_CLASS for NtQueryInformationFile: https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-ntqueryinformationfile ditto in ddk/wdm.h! -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsq

Re: |FILE_ID_BOTH_DIR_INFORMATION| fields |ShortName|+|ShortNameLength| mandatory for Cygwin and Window 10 ?

2024-04-27 Thread Brian Inglis via Cygwin
is enabled on d: -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-25 Thread Brian Inglis via Cygwin
On 2024-04-25 19:45, Dan Shelton via Cygwin wrote: On Mon, 22 Apr 2024 at 07:01, Brian Inglis via Cygwin wrote: On 2024-04-21 17:24, Dan Shelton via Cygwin wrote: On Sat, 20 Apr 2024 at 05:37, Brian Inglis via Cygwin wrote: 2. If I have Administrator rights, is there a way in /proc where I

Re: cygrunserv: sc config start=boot supported?

2024-04-25 Thread Brian Inglis via Cygwin
. https://cygwin.com/git/?p=newlib-cygwin.git&a=search&h=HEAD&st=pickaxe&s=cygrunsrv and the underlying files referenced for more information. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is

Re: [Question] When the cygwin support Python version 3.11.5 or newer?

2024-04-23 Thread Brian Inglis via Cygwin
! Please note also that some vulnerabilities are specific to only certain platforms and capabilities e.g. Linux: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42919 https://nvd.nist.gov/vuln/detail/CVE-2022-42919 -- Take care. Thanks, Brian Inglis Calgary

Re: /usr/bin/sg in Cygwin?

2024-04-22 Thread Brian Inglis via Cygwin
On 2024-04-21 23:35, Cedric Blancher via Cygwin wrote: Good morning! On Sat, 20 Apr 2024 at 07:39, Brian Inglis via Cygwin wrote: On 2024-04-19 17:47, Dan Shelton via Cygwin wrote: On Fri, 23 Feb 2024 at 22:25, Dan Shelton wrote: Is there a package which provides /usr/bin/sg (execute shell

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-21 Thread Brian Inglis via Cygwin
On 2024-04-21 17:24, Dan Shelton via Cygwin wrote: On Sat, 20 Apr 2024 at 05:37, Brian Inglis via Cygwin wrote: On 2024-04-19 17:09, Dan Shelton via Cygwin wrote: 1. Windows has DOS namespaces per user, or per Logon. Can anyone explain this from a Win32 API point of view how they are kept

Re: cygrunsrv: trailing command line arguments not allowed

2024-04-20 Thread Brian Inglis via Cygwin
quot;syslog-ng" /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/cron/Parameters: Environment/ () AppPath (REG_SZ) = "/usr/sbin/cron" AppArgs (REG_SZ) = "-n" Preshutdown (REG_DWORD) = 0x0001 (1) /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Servic

Re: /usr/bin/sg in Cygwin?

2024-04-19 Thread Brian Inglis via Cygwin
into a Group 3 MH fax file -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus ri

Re: problem with make 4.4.1-2 or gcc-fortran 11.4.0-1

2024-04-19 Thread Brian Inglis via Cygwin
hange that environment variable. There are several ways try correct that, try: make OS=Linux Better - first try: $ uname -o Cygwin but Linux shows *GNU/Linux*, so then try e.g.: $ uname -s Linux and only then see if $OS is defined and use it. -- Take care. Tha

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-19 Thread Brian Inglis via Cygwin
ws you can use Sysinternals WinObj64 to browse the hierarchy and objects. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no

Re: Howto request an upgrade for keychain package

2024-04-19 Thread Brian Inglis via Cygwin
r, or improved process like using known hosts and authorized keys files to limit access. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when t

Re: tzdata bug?

2024-04-17 Thread Brian Inglis via Cygwin
/usr/share/zoneinfo/Europe/London 0e26: 00 01 01 01 00 00 01 01 00 00 00 00 00 00 01 01 $ xxd -s 0xe36 -l 0x1a -g1 /usr/share/zoneinfo/Europe/London 0e36: 0a 47 4d 54 30 42 53 54 2c 4d 33 2e 35 2e 30 2f .GMT0BST,M3.5.0/ 0e46: 31 2c 4d 31 30 2e 35 2e 30 0a

Re: Change for the initial installation of Cygwin to set the default terminal terminal 256 color

2024-04-12 Thread Brian Inglis via Cygwin
uration files are & then copy them to your cygwin machine. El jue., 11 abr. 2024 14:36, J M escribió: You can change in the initial install setup of Cygwin to set the default terminal to 256 color as Ubuntu does? -- Take care. Thanks, Brian Inglis Calgary, Alber

Re: Use Microsoft YaHei UI as UI font for Chinese language

2024-04-11 Thread Brian Inglis via Cygwin
com/translate/translate [2] (Although there may be some patches needed which have yet to make it upstream, so this might not work for you, yet) -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lors

Re: Win32 FILE_BASIC_INFORMATION.*Time.QuadPart - which value should be used if filesystem does not support it, so Cygwin /usr/bin/stat lists the value as '-'?

2024-04-09 Thread Brian Inglis via Cygwin
wdm-_file_basic_information#remarks But the FS driver can also just fill the CreationTime field with the same value as LastWriteTime or ChangeTime. MSFT NFS does that. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection

Re: Cygwin a bit slow

2024-04-05 Thread Brian Inglis via Cygwin
eatures (by default bypassed by buggy/unsafe MS products, which are the ones that need it)? -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not whe

Re: Cygwin /usr/bin/stat returns "Birth: -", which value in FILE_BASIC_INFORMATION.CreationTime causes that?

2024-04-05 Thread Brian Inglis via Cygwin
On 2024-04-04 19:08, Martin Wege via Cygwin wrote: On Fri, Apr 5, 2024 at 2:55 AM Brian Inglis via Cygwin wrote: On 2024-04-04 18:05, Martin Wege via Cygwin wrote: I have problems with debugging, so a quick help would be appreciated, as I cannot figure this out after several hours of digging

Re: Cygwin /usr/bin/stat returns "Birth: -", which value in FILE_BASIC_INFORMATION.CreationTime causes that?

2024-04-04 Thread Brian Inglis via Cygwin
//cygwin.com/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/times.cc#l283 -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to

  1   2   3   4   5   6   7   8   9   10   >