Re: bash prints errors for every non-existing command

2024-04-24 Thread Baerenblau via macports-users
Indeed, $LANG is the root cause (any of $LC_* is not set). Unset of $LANG or LANG=en_US.UTF-8 helps in my environment, setting it to e.g. "C" does not help. At least a workaround :-) Issue #41248 was created 10 years ago but it didn't happen for me until I upgraded to the current or previous M

Re[2]: Latest Apache Segmentation Fault

2024-04-24 Thread Horst Simon via macports-users
Could be that there was an update in php which is not compatible with horde, this is the only thing I can think of. It was working with the Apache and php before the upgrade. Will do more checking with. Thanks for the reply Horst Simon -- Original Message -- From "Bill Cole" To "Ho

Re: bash prints errors for every non-existing command

2024-04-24 Thread Rainer Müller
On 24.04.24 18:33, Baerenblau via macports-users wrote: I'm on macOS 14.4.1 (23E224) and continue to experience a long standing problem with bash from Macports % which bash /opt/local/bin/bash % bash --version GNU bash, Version 5.2.26(1)-release (x86_64-apple-darwin23.2.0) For every command w

Re: bash prints errors for every non-existing command

2024-04-24 Thread Nils Breunese
Is this problem limited to /opt/local/bin/bash or does it also occur with macOS’ (older) /bin/bash? Or other shells like /bin/zsh for that matter? Nils. > Op 24 apr 2024, om 21:20 heeft Saagar Jha het volgende > geschreven: > > This is coming from the Objective-C runtime, which gets upset whe

Re: bash prints errors for every non-existing command

2024-04-24 Thread Saagar Jha
This is coming from the Objective-C runtime, which gets upset when used after fork. My understanding is that some of the C locale (?) code got replaced by Swift under the hood, which brings in the runtime and it doesn’t like what bash does. > On Apr 24, 2024, at 11:54, Bill Cole > wrote: >

Re: bash prints errors for every non-existing command

2024-04-24 Thread Bill Cole
On 2024-04-24 at 12:33:23 UTC-0400 (Wed, 24 Apr 2024 18:33:23 +0200) Baerenblau via macports-users is rumored to have said: > Hi, > > I'm on macOS 14.4.1 (23E224) and continue to experience a long standing > problem with bash from Macports How long-standing? Just on Sonoma? > % which bash > /o

bash prints errors for every non-existing command

2024-04-24 Thread Baerenblau via macports-users
Hi, I'm on macOS 14.4.1 (23E224) and continue to experience a long standing problem with bash from Macports % which bash /opt/local/bin/bash % bash --version GNU bash, Version 5.2.26(1)-release (x86_64-apple-darwin23.2.0) For every command which is not found a error similar error like this is

Re: Latest Apache Segmentation Fault

2024-04-24 Thread Bill Cole
On 2024-04-24 at 01:34:11 UTC-0400 (Wed, 24 Apr 2024 05:34:11 +) Horst Simon via macports-users is rumored to have said: Hi, I upgraded from MacPorts-2.8.1-13 to MacPorts-2.9.3-10.13 and did port update installed, this updated Apache 2.4.58 to Apache 2.4.59. After the upgrade one URL whic