Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 11:46:45 -0700
From:      "Manfred Antar (KN6KBS)" <manfredantar@gmail.com>
To:        freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Bash Static broken with new ncurses update on current
Message-ID:  <D04D62E2-12F8-4C5C-998A-9B1C10AF1C04@gmail.com>

next in thread | raw e-mail | index | archive | help

--Apple-Mail=_B901983A-E37B-4ABA-9A6A-B58642055B6F
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

After update to current world on 10/5/2021 bash static is broken:

cc -L./builtins -L/usr/local/lib -L/usr/local/lib -L./lib/glob  =
-L./lib/tilde  -L./lib/sh  -L/usr/local/lib -fstack-protector-strong =
-fuse-ld=3Dbfd  -static  -O2 -pipe  -DLIBICONV_PLUG =
-fstack-protector-strong -isystem /usr/local/include =
-fno-strict-aliasing  -static -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 -lncursesw  -ltilde     -L/usr/local/lib
/usr/local/bin/ld.bfd: ./lib/sh/libsh.a(tmpfile.o): in function =
`sh_mktmpname':
tmpfile.c:(.text+0x85): warning: warning: mktemp() possibly used =
unsafely; consider using mkstemp()
/usr/local/bin/ld.bfd: /usr/local/lib/libreadline.a(display.o): in =
function `update_line':
display.c:(.text+0x4654): undefined reference to `tgoto'
/usr/local/bin/ld.bfd: display.c:(.text+0x4664): undefined reference to =
`tputs'
/usr/local/bin/ld.bfd: display.c:(.text+0x48e1): undefined reference to =
`tputs'
/usr/local/bin/ld.bfd: display.c:(.text+0x48ff): undefined reference to =
`tputs'
/usr/local/bin/ld.bfd: display.c:(.text+0x4a62): undefined reference to =
`tgoto'
/usr/local/bin/ld.bfd: display.c:(.text+0x4a74): undefined reference to =
`tputs'
/usr/local/bin/ld.bfd: display.c:(.text+0x4b5d): undefined reference to =
`tputs'
/usr/local/bin/ld.bfd: display.c:(.text+0x4b8f): undefined reference to =
`tputs'
/usr/local/bin/ld.bfd: display.c:(.text+0x4bc7): undefined reference to =
`tputs'
/usr/local/bin/ld.bfd: /usr/local/lib/libreadline.a(display.o): in =
function `_rl_clear_to_eol':
display.c:(.text+0x4c15): undefined reference to `tputs'
/usr/local/bin/ld.bfd: =
/usr/local/lib/libreadline.a(display.o):display.c:(.text+0x4cf3): more =
undefined references to `tputs' follow
/usr/local/bin/ld.bfd: /usr/local/lib/libreadline.a(terminal.o): in =
function `_rl_get_screen_size':
terminal.c:(.text+0xd0): undefined reference to `tgetnum'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x108): undefined reference to =
`tgetnum'
/usr/local/bin/ld.bfd: /usr/local/lib/libreadline.a(terminal.o): in =
function `_rl_init_terminal_io':
terminal.c:(.text+0x36d): undefined reference to `tgetent'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x39b): undefined reference to =
`tgetstr'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x5b9): undefined reference to =
`PC'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x5cc): undefined reference to =
`BC'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x5d7): undefined reference to =
`UP'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x603): undefined reference to =
`PC'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x611): undefined reference to =
`BC'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x61f): undefined reference to =
`UP'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x63e): undefined reference to =
`tgetflag'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x64f): undefined reference to =
`tgetflag'
/usr/local/bin/ld.bfd: terminal.c:(.text+0x6a3): undefined reference to =
`tgetflag'
/usr/local/bin/ld.bfd: /usr/local/lib/libreadline.a(terminal.o): in =
function `_rl_backspace':
terminal.c:(.text+0xa43): undefined reference to `tputs'
/usr/local/bin/ld.bfd: terminal.c:(.text+0xa62): undefined reference to =
`tputs'
/usr/local/bin/ld.bfd: /usr/local/lib/libreadline.a(terminal.o): in =
function `_rl_cr':
terminal.c:(.text+0xb37): undefined reference to `tputs'
/usr/local/bin/ld.bfd: /usr/local/lib/libreadline.a(terminal.o): in =
function `rl_ding':
terminal.c:(.text+0xb78): undefined reference to `tputs'
/usr/local/bin/ld.bfd: /usr/local/lib/libreadline.a(terminal.o): in =
function `_rl_standout_on':
terminal.c:(.text+0xbd6): undefined reference to `tputs'
/usr/local/bin/ld.bfd: =
/usr/local/lib/libreadline.a(terminal.o):terminal.c:(.text+0xc06): more =
undefined references to `tputs' follow
cc: error: linker command failed with exit code 1 (use -v to see =
invocation)
*** [bash] Error code 1

make[2]: stopped in /usr/ports/shells/bash/work/bash-5.1
1 error

make[2]: stopped in /usr/ports/shells/bash/work/bash-5.1
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the =
failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/shells/bash
*** Error code 1

Stop.
make: stopped in /usr/ports/shells/bash



--Apple-Mail=_B901983A-E37B-4ABA-9A6A-B58642055B6F
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEESgOQO7NCM3DcD3gJG4HeVN8Qc7YFAmFcnZUACgkQG4HeVN8Q
c7aV9BAAo9Z3WlM8xsl/iKl27sXp3W62Nbw9Ak3f2QMdABnnHY0QNQNg0nYwTJNN
SYHxuA+XSVA+Y2zCBFNSvczYBsXyHHHy8dJ+UwqXtCEjOGAIA1C9foP+Uj4aHDj7
hwe0jwk6Rl9bY8SzPI7W7F7yF5FhhCynSKySVLFKuZFO+8m8k7itKJSpDAT4EF/n
67dHo7BI8boRgL7fNWeDfxUNssTGo446AhdtxiFU3dJiaeibWgelcquzszkIU0VV
nIbaUd5AC5ttixqP8mceLkLfDPn8LmdOxy1xFy68iKtRUluH5Zr6W8YSFUJNUmtn
p4hv9GY8m5XP4Z4pHVe/2luhTzFA8VbAbg3tUVaym0AyNDjdNE1rBCkp0kKP00E5
vmJEJvkPRG1BP+CCpSQllEh6IIQyrlUVeysskvgcyotKukZ1IyIrWNRfHuE85Yms
zCGm3Ge7GIA0zsBScLJyHYJMq7WgvwVwsWYx0TMpMsLXJk4z+2svBLHgNpZY0VFj
3BxcID5IkNBZr7qQtsFyGBqHYwJH08EY4A6v6fQcQyaSnGZeVqGd9TsvIMfwjlLM
7LyFW0RTKQnU3R/0JfuIOOU3AZM/CMBeyoRZRVvI76+vqb3/nyOuaSLdgn3PpaId
xgfMdOV6Evgc5BaNTo0q7puN6xNHv5J+vZQz6hqJRb17o3tL+pI=
=CfzR
-----END PGP SIGNATURE-----

--Apple-Mail=_B901983A-E37B-4ABA-9A6A-B58642055B6F--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D04D62E2-12F8-4C5C-998A-9B1C10AF1C04>