ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] IA: libreadline7 meltdown
  @ 2018-05-22  3:29 ` Dmitry V. Levin
  0 siblings, 0 replies; only message in thread
From: Dmitry V. Levin @ 2018-05-22  3:29 UTC (permalink / raw)
  To: Aleksei Nikiforov, Anton Farygin; +Cc: ALT Devel discussion list

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

On Mon, May 21, 2018 at 10:30:08AM +0000, ALT beekeeper wrote:
> 	17 NEW error logs
[...]
> R-base-3.4.3-alt1
> 	x86_64-alt-linux-gcc -Wl,--export-dynamic  -L../../lib -L/usr/local/lib64 -o R.bin
> 	Rmain.o  -lR
> 	../../lib/libR.so: undefined reference to `rl_readline_state'
> 
> bash-3.2.57-alt3
> 	bashline.o: In function `edit_and_execute_command':
> 	/usr/src/RPM/BUILD/bash-3.2.57/build-bash/../bashline.c:818: undefined reference to
> 	`rl_readline_state'
> 	/usr/src/RPM/BUILD/bash-3.2.57/build-bash/../bashline.c:856: undefined reference to
> 	`rl_readline_state'
> 	bashline.o: In function `initialize_readline':
> 	/usr/src/RPM/BUILD/bash-3.2.57/build-bash/../bashline.c:393: undefined reference to
> 	`rl_readline_state'
> 
> bash4-4.2.50-alt1.1
> 	sig.o: In function `termsig_sighandler':
> 	/usr/src/RPM/BUILD/bash-4.2.50/build-bash/../sig.c:512: undefined reference to
> 	`rl_readline_state'
> 	bashline.o: In function `edit_and_execute_command':
> 	/usr/src/RPM/BUILD/bash-4.2.50/build-bash/../bashline.c:878: undefined reference to
> 	`rl_readline_state'
> 	/usr/src/RPM/BUILD/bash-4.2.50/build-bash/../bashline.c:927: undefined reference to
> 	`rl_readline_state'
> 	bashline.o: In function `initialize_readline':
> 	/usr/src/RPM/BUILD/bash-4.2.50/build-bash/../bashline.c:441: undefined reference to
> 	`rl_readline_state'
> 	pcomplete.o: In function `pcomp_filename_completion_function':
> 	/usr/src/RPM/BUILD/bash-4.2.50/build-bash/../pcomplete.c:704: undefined reference to
> 	`rl_readline_state'
> 	./builtins/libbuiltins.a(complete.o):/usr/src/RPM/BUILD/bash-4.2.50/build-bash/builtins/../../builtins/../../builtins/complete.def:824:
> 	more undefined references to `rl_readline_state' follow
> 
> bluez-5.49-alt1
> 	client/display.o: In function `rl_printf':
> 	display.c:(.text+0x5c): undefined reference to `rl_readline_state'
> 	src/.libs/libshared-glib.a(shell.o): In function `bt_shell_printf':
> 	shell.c:(.text+0xca6): undefined reference to `rl_readline_state'
> 
> clisp-1:2.48-alt1.qa1
> 	readline.o: In function `module__readline__init_function_2':
> 	/usr/src/RPM/BUILD/clisp-2.48/src/readline/readline.c:154: undefined reference to
> 	`rl_readline_state'
> 
> connman-1.35-alt3.S1
> 	client/input.o: In function `__connmanctl_save_rl':
> 	/usr/src/RPM/BUILD/connman-1.35/client/input.c:59: undefined reference to
> 	`rl_readline_state'
> 
> lnav-0.8.1-alt1
> 	libdiag.a(readline_curses.o): In function `readline_curses::start()':
> 	/usr/src/RPM/BUILD/lnav-0.8.1/src/readline_curses.cc:475: undefined reference to
> 	`rl_readline_state'
> 
> megacmd-0.9.7-alt1
> 	src/megacmdshell/mega_cmd-megacmdshell.o: In function `getNumberOfCols(unsigned int)':
> 	/usr/src/RPM/BUILD/megacmd-0.9.7/src/megacmdshell/megacmdshell.cpp:243: undefined
> 	reference to `rl_readline_state'
> 	src/megacmdshell/mega_cmd-megacmdshell.o: In function `sigint_handler(int)':
> 	/usr/src/RPM/BUILD/megacmd-0.9.7/src/megacmdshell/megacmdshell.cpp:392: undefined
> 	reference to `rl_readline_state'
> 
> ncmpcpp-0.8.1-alt1
> 	curses/window.o: In function `(anonymous namespace)::rl::read_key(_IO_FILE*)':
> 	/usr/src/RPM/BUILD/ncmpcpp-0.8.1/src/curses/window.cpp:60: undefined reference to
> 	`rl_readline_state'
> 
> rlwrap-1:0.43-alt1
> 	readline.o: In function `line_handler':
> 	/usr/src/RPM/BUILD/rlwrap-0.43/src/readline.c:257: undefined reference to
> 	`rl_readline_state'

$ comm -23 <(rpmpeek Sisyphus/files/x86_64/RPMS/libreadline6-6.3.8-alt3.x86_64.rpm nm -D ./lib64/libreadline.so.6 |awk '$2~/^[ABDRTVWiu]$/{print $3}' |sort -u) <(rpmpeek Sisyphus/files/x86_64/RPMS/libreadline7-7.0.3-alt1.x86_64.rpm nm -D ./lib64/libreadline.so.7 |awk '$2~/^[ABDRTVWiu]$/{print $3}' |sort -u)
_rl_audit_tty
rl_readline_state

Очевидно, патч на readline/Makefile.in, создающий файл map,
не был обновлён одновременно с обновлением readline.


-- 
ldv

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-22  3:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22  3:29 ` [devel] IA: libreadline7 meltdown Dmitry V. Levin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git