Re: Duplicate symbols

2025-06-04 Thread Joel Ebel via Bug reports for the GNU Bourne Again SHell
On Wed, Jun 4, 2025 at 3:27 PM Chet Ramey wrote: > On 6/4/25 3:08 PM, Joel Ebel wrote: > > > > > > On Wed, Jun 4, 2025 at 3:00 PM Chet Ramey > > wrote: > > > > On 6/4/25 2:45 PM, Joel Ebel via Bug reports for the GNU Bourne Again > > SHell > > wrote: > >

Re: Duplicate symbols

2025-06-04 Thread Chet Ramey
On 6/4/25 3:08 PM, Joel Ebel wrote: On Wed, Jun 4, 2025 at 3:00 PM Chet Ramey > wrote: On 6/4/25 2:45 PM, Joel Ebel via Bug reports for the GNU Bourne Again SHell wrote: > Hi, > > I'm able to build bash 5.3-rc2 with dynamic linking, but i

Re: Duplicate symbols

2025-06-04 Thread Joel Ebel via Bug reports for the GNU Bourne Again SHell
On Wed, Jun 4, 2025 at 3:00 PM Chet Ramey wrote: > On 6/4/25 2:45 PM, Joel Ebel via Bug reports for the GNU Bourne Again > SHell > wrote: > > Hi, > > > > I'm able to build bash 5.3-rc2 with dynamic linking, but if I configure > it > > with --enable-static-link, the build is unable to complete. I'

Re: Duplicate symbols

2025-06-04 Thread Chet Ramey
On 6/4/25 2:45 PM, Joel Ebel via Bug reports for the GNU Bourne Again SHell wrote: Hi, I'm able to build bash 5.3-rc2 with dynamic linking, but if I configure it with --enable-static-link, the build is unable to complete. I'm building with clang, and there are three conflicts between terminal.c

Re: Questions on the behavior of CTLR+C and trap when job control is enabled/disabled

2025-06-04 Thread Chet Ramey
On 6/4/25 1:14 PM, Oğuz wrote: On Wed, Jun 4, 2025 at 5:09 PM Chet Ramey wrote: You are running this with job control enabled, the shell doesn't receive the SIGINT, the shell notices that `sleep' exited due to SIGINT and interrupts the `source' (since that is what most people want -- bash behav

Duplicate symbols

2025-06-04 Thread Joel Ebel via Bug reports for the GNU Bourne Again SHell
Hi, I'm able to build bash 5.3-rc2 with dynamic linking, but if I configure it with --enable-static-link, the build is unable to complete. I'm building with clang, and there are three conflicts between terminal.c in libreadline.a. Symbol PC is defined in both terminal.c and lib_tputs.c Symbols U

Re: Questions on the behavior of CTLR+C and trap when job control is enabled/disabled

2025-06-04 Thread Oğuz
On Wed, Jun 4, 2025 at 5:09 PM Chet Ramey wrote: > You are running this with job control enabled, the shell doesn't receive > the SIGINT, the shell notices that `sleep' exited due to SIGINT and > interrupts the `source' (since that is what most people want -- bash > behaves more like a non-interac

Re: '\a' and '\r' escape sequence in internationalized messages

2025-06-04 Thread Chet Ramey
On 6/3/25 2:12 PM, Rafael Fontenelle wrote: Hi all, msgcat from GNU Gettext package complains of the existence of '\a' and '\r' in the message catalogs (a.k.a PO files) as part of the source messages. Thanks for the report. These strings have been in there for decades with no ill effects, so I

Re: Questions on the behavior of CTLR+C and trap when job control is enabled/disabled

2025-06-04 Thread Chet Ramey
On 6/3/25 7:41 AM, Grégory Pakosz wrote: Hello all, I'm using Bash 5.2 on macOS: - bash-5.2$ bash -version GNU bash, version 5.2.37(1)-release (aarch64-apple-darwin23.4.0) Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: `help cut` doesn't document what -a does

2025-06-04 Thread Chet Ramey
On 6/2/25 5:58 AM, Duncan Roe wrote: Hi, `cut -a ARRAY ...` puts its last line of output in ARRAY[0] and discards any other elements ARRAY used to have. I tried 3 alternatives: Thanks for the report. Yes, sometimes marrying the multiple-line-oriented output of a tool like `cut' to one-dimensio