Re: bug#71877: Three spaces for error messages instead of one

2024-07-01 Thread Ileana Dumitrescu
Hi Bruno, On 01/07/2024 20:10, Bruno Haible wrote: Hi Ileana, Here is the relevant code in bootstrap: ``` # func_error ARG... # - # Echo program name prefixed message to standard error. func_error () { $debug_cmd $require_term_colors func_echo_infix_1 " $tc

Re: Three spaces for error messages instead of one

2024-07-01 Thread Bruno Haible
Hi Ileana, > Here is the relevant code in bootstrap: > ``` > # func_error ARG... > # - > # Echo program name prefixed message to standard error. > func_error () > { > $debug_cmd > > $require_term_colors > > func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset"

Three spaces for error messages instead of one

2024-07-01 Thread Ileana Dumitrescu
Hi, It was reported [1] that error messages from a libtool invocation have additional spaces after the package name before the error message. After looking into this, it seems that gnulib-modules/bootstrap is the cause. Here is an example: libtool: error: only absolute run-paths are allowed H