Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo)
@ 2021-02-26  0:43 admnd
  2021-02-26 17:07 ` FollieHiyuki
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: admnd @ 2021-02-26  0:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 5495 bytes --]

New issue by admnd on void-packages repository

https://github.com/void-linux/void-packages/issues/29068

Description:
 Following the instructions for xbmc-src, an attempts to rebuild the whole _base-system_ package fails on recompiling bash. Tested under a x86/64  environment (glibc).
# Issue
```
(...)
cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde  -L./lib/sh  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -rdynamic -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -march=native -O2 -pipe -fopt-info-vec -ftree-vectorize  -DSYS_BASHRC='"/etc/bash/bashrc"'     -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o  dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o  list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o  -lbuiltins -lglob -lsh -lreadline -lhistory /usr/lib/libncursesw.a -ltilde     -ldl
/usr/bin/ld: ./lib/sh/libsh.a(tmpfile.o): in function `sh_mktmpname':
tmpfile.c:(.text+0x17b): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): warning: relocation against `UP' in read-only section `.text'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `_rl_move_cursor_relative':
display.c:(.text+0xfe3): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `_rl_move_vert':
display.c:(.text+0x17fc): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `rl_clear_visible_line':
display.c:(.text+0x1868): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `update_line':
display.c:(.text+0x3d69): undefined reference to `tgoto'
/usr/bin/ld: display.c:(.text+0x3d7d): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x3eb7): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x42ad): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x4477): undefined reference to `tgoto'
/usr/bin/ld: display.c:(.text+0x4489): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x4886): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x4946): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `_rl_clear_screen':
display.c:(.text+0x6a9c): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `_rl_update_final':
display.c:(.text+0x6c1f): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o):display.c:(.text+0x6c97): more undefined references to `tputs' follow
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_get_screen_size':
terminal.c:(.text+0x1fe): undefined reference to `tgetnum'
/usr/bin/ld: terminal.c:(.text+0x247): undefined reference to `tgetnum'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_init_terminal_io':
terminal.c:(.text+0x6fe): undefined reference to `PC'
/usr/bin/ld: terminal.c:(.text+0x70d): undefined reference to `BC'
/usr/bin/ld: terminal.c:(.text+0x714): undefined reference to `UP'
/usr/bin/ld: terminal.c:(.text+0x7c1): undefined reference to `tgetent'
/usr/bin/ld: terminal.c:(.text+0x86f): undefined reference to `tgetstr'
/usr/bin/ld: terminal.c:(.text+0x898): undefined reference to `PC'
/usr/bin/ld: terminal.c:(.text+0x8ae): undefined reference to `BC'
/usr/bin/ld: terminal.c:(.text+0x8bc): undefined reference to `UP'
/usr/bin/ld: terminal.c:(.text+0x8ce): undefined reference to `tgetflag'
/usr/bin/ld: terminal.c:(.text+0x923): undefined reference to `tgetflag'
/usr/bin/ld: terminal.c:(.text+0xa39): undefined reference to `tgetflag'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_backspace':
terminal.c:(.text+0xc6b): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `rl_ding':
terminal.c:(.text+0xd31): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_enable_meta_key':
terminal.c:(.text+0xe27): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_disable_meta_key':
terminal.c:(.text+0xe89): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_cr':
terminal.c:(.text+0xce4): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o):terminal.c:(.text+0xda3): more undefined references to `tputs' follow
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make: *** [Makefile:583: bash] Error 1
=> ERROR: bash-5.1.004_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-configure.sh:15
```

# Reproducer
(On a brand new  Void Linux with required dependencies present and as a regular user)  

1. git clone https://github.com/void-linux/void-packages.git
2. cd void-packages
3. ./xbs-src binary-bootstrap
4. ./xbs-src pkg bash

I also tried /xbs-src -N pkg bash with the same result.

Might be in relation with the issue #11718 ?


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo)
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
@ 2021-02-26 17:07 ` FollieHiyuki
  2021-02-26 17:09 ` FollieHiyuki
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-26 17:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-786773777

Comment:
I don't think you should overwrite `XBPS_CFLAGS` and `XBPS_CXXFLAGS` like that.
I can build `bash` just fine on x86_64-musl with the default ones.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo)
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
  2021-02-26 17:07 ` FollieHiyuki
@ 2021-02-26 17:09 ` FollieHiyuki
  2021-02-26 18:09 ` admnd
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-26 17:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-786773777

Comment:
I don't think you should overwrite `XBPS_CFLAGS` and `XBPS_CXXFLAGS` like that. You can look into `build-profiles` directory for theirs default values.
I can build `bash` just fine on x86_64-musl with the default ones.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo)
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
  2021-02-26 17:07 ` FollieHiyuki
  2021-02-26 17:09 ` FollieHiyuki
@ 2021-02-26 18:09 ` admnd
  2021-02-27 17:40 ` bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only admnd
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: admnd @ 2021-02-26 18:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

New comment by admnd on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-786808065

Comment:
 I am used with Gentoo but I am a new comer in the Void Linux so there is probably something  I missing in that case or I misunderstand the procedure here => https://github.com/void-linux/void-packages#configuration

Will dive in that direction, although there is probably an issue with missing pieces in  libncurses (tested only with the glibc profile, not musl .. in your case the library seems fine as ld finds every bit it should), I did not dump what the library contains. I just did "quick and dirty test". 

Thanks for the hint :)



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
                   ` (2 preceding siblings ...)
  2021-02-26 18:09 ` admnd
@ 2021-02-27 17:40 ` admnd
  2021-02-27 18:03 ` FollieHiyuki
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: admnd @ 2021-02-27 17:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

New comment by admnd on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-787108217

Comment:
@FollieHiyuki  I tried to recompile BASH using -a x86_64-musl and everything works like a charm, no error. There is a glitch somewhere with the glibc profile.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
                   ` (3 preceding siblings ...)
  2021-02-27 17:40 ` bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only admnd
@ 2021-02-27 18:03 ` FollieHiyuki
  2021-02-27 18:18 ` admnd
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: FollieHiyuki @ 2021-02-27 18:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-787111756

Comment:
What flavor of `Void` are you running? I don't think you can cross compile for `glibc` on a `musl` system, so you have to make another local `void-packages` repo, and bootstrap a new masterdir with `./xbps-src binary-bootstrap x86_64`

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
                   ` (4 preceding siblings ...)
  2021-02-27 18:03 ` FollieHiyuki
@ 2021-02-27 18:18 ` admnd
  2021-02-27 18:37 ` ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: admnd @ 2021-02-27 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

New comment by admnd on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-787114034

Comment:
My flavor is x86_64/glibc. Under this flavor, **./xbps-src pkg -a x86_64-musl bash** works but the native build with  **./xbps-src pkg bash** fails at the end with some undefined symbols related to terminfo/ncurses.
 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
                   ` (5 preceding siblings ...)
  2021-02-27 18:18 ` admnd
@ 2021-02-27 18:37 ` ericonr
  2021-03-01 15:56 ` Chocimier
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-27 18:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-787116732

Comment:
@FollieHiyuki you can just binary bootstrap for a different arch `./xbps-src -m masterdir-glibc binary-bootstrap x86_64`

That said, cross builds from musl to glibc should be working now.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
                   ` (6 preceding siblings ...)
  2021-02-27 18:37 ` ericonr
@ 2021-03-01 15:56 ` Chocimier
  2021-03-02 22:32 ` admnd
  2021-03-02 22:32 ` [ISSUE] [CLOSED] " admnd
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2021-03-01 15:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-788059742

Comment:
Works for me. @admnd, try to find cause by removing configuration files, making sure if clone is clean and fresh. Possibly running as separate user, as you are using ~/.xbps-src.conf rather than void-packages/etc/conf.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
                   ` (7 preceding siblings ...)
  2021-03-01 15:56 ` Chocimier
@ 2021-03-02 22:32 ` admnd
  2021-03-02 22:32 ` [ISSUE] [CLOSED] " admnd
  9 siblings, 0 replies; 11+ messages in thread
From: admnd @ 2021-03-02 22:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

New comment by admnd on void-packages repository

https://github.com/void-linux/void-packages/issues/29068#issuecomment-789268044

Comment:
With a brand new environment with a fresh git clone of void-packages: issue is gone. Nothing more to fix or say here. I close this issue. Thanks for your help :)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ISSUE] [CLOSED] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only
  2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
                   ` (8 preceding siblings ...)
  2021-03-02 22:32 ` admnd
@ 2021-03-02 22:32 ` admnd
  9 siblings, 0 replies; 11+ messages in thread
From: admnd @ 2021-03-02 22:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 5733 bytes --]

Closed issue by admnd on void-packages repository

https://github.com/void-linux/void-packages/issues/29068

Description:
 Following the instructions for xbmc-src, an attempts to rebuild the whole _base-system_ package fails on recompiling bash. Tested under a x86/64  environment (glibc).
# Issue
```
(...)
cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde  -L./lib/sh  -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -rdynamic -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -march=native -O2 -pipe -fopt-info-vec -ftree-vectorize  -DSYS_BASHRC='"/etc/bash/bashrc"'     -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o  dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o  list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o  -lbuiltins -lglob -lsh -lreadline -lhistory /usr/lib/libncursesw.a -ltilde     -ldl
/usr/bin/ld: ./lib/sh/libsh.a(tmpfile.o): in function `sh_mktmpname':
tmpfile.c:(.text+0x17b): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): warning: relocation against `UP' in read-only section `.text'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `_rl_move_cursor_relative':
display.c:(.text+0xfe3): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `_rl_move_vert':
display.c:(.text+0x17fc): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `rl_clear_visible_line':
display.c:(.text+0x1868): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `update_line':
display.c:(.text+0x3d69): undefined reference to `tgoto'
/usr/bin/ld: display.c:(.text+0x3d7d): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x3eb7): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x42ad): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x4477): undefined reference to `tgoto'
/usr/bin/ld: display.c:(.text+0x4489): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x4886): undefined reference to `tputs'
/usr/bin/ld: display.c:(.text+0x4946): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `_rl_clear_screen':
display.c:(.text+0x6a9c): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o): in function `_rl_update_final':
display.c:(.text+0x6c1f): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(display.o):display.c:(.text+0x6c97): more undefined references to `tputs' follow
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_get_screen_size':
terminal.c:(.text+0x1fe): undefined reference to `tgetnum'
/usr/bin/ld: terminal.c:(.text+0x247): undefined reference to `tgetnum'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_init_terminal_io':
terminal.c:(.text+0x6fe): undefined reference to `PC'
/usr/bin/ld: terminal.c:(.text+0x70d): undefined reference to `BC'
/usr/bin/ld: terminal.c:(.text+0x714): undefined reference to `UP'
/usr/bin/ld: terminal.c:(.text+0x7c1): undefined reference to `tgetent'
/usr/bin/ld: terminal.c:(.text+0x86f): undefined reference to `tgetstr'
/usr/bin/ld: terminal.c:(.text+0x898): undefined reference to `PC'
/usr/bin/ld: terminal.c:(.text+0x8ae): undefined reference to `BC'
/usr/bin/ld: terminal.c:(.text+0x8bc): undefined reference to `UP'
/usr/bin/ld: terminal.c:(.text+0x8ce): undefined reference to `tgetflag'
/usr/bin/ld: terminal.c:(.text+0x923): undefined reference to `tgetflag'
/usr/bin/ld: terminal.c:(.text+0xa39): undefined reference to `tgetflag'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_backspace':
terminal.c:(.text+0xc6b): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `rl_ding':
terminal.c:(.text+0xd31): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_enable_meta_key':
terminal.c:(.text+0xe27): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_disable_meta_key':
terminal.c:(.text+0xe89): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o): in function `_rl_cr':
terminal.c:(.text+0xce4): undefined reference to `tputs'
/usr/bin/ld: ./lib/readline/libreadline.a(terminal.o):terminal.c:(.text+0xda3): more undefined references to `tputs' follow
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make: *** [Makefile:583: bash] Error 1
=> ERROR: bash-5.1.004_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-configure.sh:15
```

# Reproducer
(On a brand new  Void Linux with required dependencies present and as a regular user)  

1. git clone https://github.com/void-linux/void-packages.git
2. cd void-packages
3. ./xbs-src binary-bootstrap
4. ./xbs-src pkg bash

I also tried /xbs-src -N pkg bash with the same result.

Might be in relation with the issue #11718 ?

My **~/.xbs-src.conf** file contains this:
```
XBPS_CFLAGS="-march=native -O2 -pipe -ftree-vectorize -fopt-info-vec"
XBPS_CXXFLAGS="-march=native -O2 -pipe -ftree-vectorize -fopt-info-vec"
#XBPS_LDFLAGS=""
XBPS_MAKEJOBS=6
```


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-03-02 22:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26  0:43 [ISSUE] bash-5.1.004_1 recompilation fails with undefined references (libterminfo) admnd
2021-02-26 17:07 ` FollieHiyuki
2021-02-26 17:09 ` FollieHiyuki
2021-02-26 18:09 ` admnd
2021-02-27 17:40 ` bash-5.1.004_1 recompilation fails with undefined references (libterminfo) - GLIBC profile only admnd
2021-02-27 18:03 ` FollieHiyuki
2021-02-27 18:18 ` admnd
2021-02-27 18:37 ` ericonr
2021-03-01 15:56 ` Chocimier
2021-03-02 22:32 ` admnd
2021-03-02 22:32 ` [ISSUE] [CLOSED] " admnd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).