ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: Aleksei Nikiforov <darktemplar@basealt.ru>,
	Anton Farygin <rider@basealt.ru>
Cc: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: [devel] IA: libreadline7 meltdown
Date: Tue, 22 May 2018 06:29:37 +0300
Message-ID: <20180522032937.GA16237@altlinux.org> (raw)
In-Reply-To: <20180521103008.GA30785@gyle.altlinux.org>

[-- 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 --]

           reply	other threads:[~2018-05-22  3:29 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20180521103008.GA30785@gyle.altlinux.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180522032937.GA16237@altlinux.org \
    --to=ldv@altlinux.org \
    --cc=darktemplar@basealt.ru \
    --cc=devel@lists.altlinux.org \
    --cc=rider@basealt.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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