ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [#220832] FAILED del=readline6
  @ 2019-02-06 13:12 ` Michael Shigorin
  2019-02-06 13:44   ` Vitaly Lipatov
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Shigorin @ 2019-02-06 13:12 UTC (permalink / raw)
  To: devel

On Wed, Feb 06, 2019 at 12:55:23PM +0000, Girar Builder awaiter robot wrote:
> http://git.altlinux.org/tasks/220832/logs/events.1.1.log
> 
> 2019-Feb-06 12:53:21 :: task #220832 for sisyphus started by grenka:
> #100 delete readline6
[...]
> lnav	mike @everybody

Никто не хочет глянуть?  Что-то сходу торможу, эт с чем линковать теперь:

make[2]: Entering directory '/usr/src/RPM/BUILD/lnav-0.8.4/src'
x86_64-alt-linux-g++  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre     -pthread -L/usr/local/lib64 -L/usr/local/lib -L/usr/lib64 -L/usr/lib -L//lib64 -L//lib -o lnav-test lnav.o test_override.o dump-pid-sh.o help.o init-sql.o default-log-formats-json.o default-config-json.o dhclient-summary.o keymap-default.o lnav-pop-view.o partition-by-boot.o search-for.o xterm-palette.o libdiag.a -lreadline -lncurses -lsqlite3  -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil 
/usr/bin/ld.default: libdiag.a(view_curses.o): in function `view_curses::mvwattrline(_win_st*, int, int, attr_line_t&, line_range const&, view_colors::role_t)':
/usr/src/RPM/BUILD/lnav-0.8.4/src/view_curses.cc:531: undefined reference to `win_wchnstr'
/usr/bin/ld.default: /usr/src/RPM/BUILD/lnav-0.8.4/src/view_curses.cc:545: undefined reference to `wadd_wchnstr'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:818: lnav-test] Error 1

> vice	mike @qa @everybody

#220834

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info


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

* Re: [devel] [#220832] FAILED del=readline6
  2019-02-06 13:12 ` [devel] [#220832] FAILED del=readline6 Michael Shigorin
@ 2019-02-06 13:44   ` Vitaly Lipatov
  0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Lipatov @ 2019-02-06 13:44 UTC (permalink / raw)
  To: ALT Linux Team development discussions; +Cc: Michael Shigorin

Michael Shigorin писал 6.2.19 16:12:
> On Wed, Feb 06, 2019 at 12:55:23PM +0000, Girar Builder awaiter robot 
> wrote:
>> http://git.altlinux.org/tasks/220832/logs/events.1.1.log
>> 
>> 2019-Feb-06 12:53:21 :: task #220832 for sisyphus started by grenka:
>> #100 delete readline6
> [...]
>> lnav	mike @everybody
> 
> Никто не хочет глянуть?  Что-то сходу торможу, эт с чем линковать 
> теперь:
> 
> make[2]: Entering directory '/usr/src/RPM/BUILD/lnav-0.8.4/src'
> x86_64-alt-linux-g++  -pipe -frecord-gcc-switches -Wall -g -O2
> -I/usr/include/pcre     -pthread -L/usr/local/lib64 -L/usr/local/lib
> -L/usr/lib64 -L/usr/lib -L//lib64 -L//lib -o lnav-test lnav.o
> test_override.o dump-pid-sh.o help.o init-sql.o
> default-log-formats-json.o default-config-json.o dhclient-summary.o
> keymap-default.o lnav-pop-view.o partition-by-boot.o search-for.o
> xterm-palette.o libdiag.a -lreadline -lncurses -lsqlite3  -lpcrecpp
> -lpcre -ltinfo -ldl -lbz2 -lz -lutil
> /usr/bin/ld.default: libdiag.a(view_curses.o): in function
> `view_curses::mvwattrline(_win_st*, int, int, attr_line_t&, line_range
> const&, view_colors::role_t)':

--- a/lnav/configure.ac
+++ b/lnav/configure.ac
@@ -8,23 +8,6 @@ AC_PREFIX_DEFAULT(/usr)

  AC_CANONICAL_HOST

-for defdir in /opt/local /usr/local /usr /; do
-    if test -d "$defdir/include"; then
-        CPPFLAGS="$CPPFLAGS -I$defdir/include"
-    fi
-
-    if test -d "$defdir/lib"; then
-        LDFLAGS="$LDFLAGS -L$defdir/lib"
-    fi
-    if test -d "$defdir/lib64"; then
-        LDFLAGS="$LDFLAGS -L$defdir/lib64"
-    fi
-
-    if test -d "$defdir/lib/x86_64-linux-gnu"; then
-        LDFLAGS="$LDFLAGS -L$defdir/lib/x86_64-linux-gnu"
-    fi
-done
-

Но проблема там другая:
make[2]: Entering directory '/tmp/.private/lav/RPM/BUILD/lnav-0.8.1/src'
   CXXLD    lnav
/usr/bin/ld.default: libdiag.a(extension-functions.o): undefined 
reference to symbol 'acos@@GLIBC_2.2.5'
/usr/bin/ld.default: /lib64/libm.so.6: error adding symbols: DSO missing 
from command line
collect2: error: ld returned 1 exit status




-- 
С уважением,
Виталий Липатов,
Etersoft


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

end of thread, other threads:[~2019-02-06 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 13:12 ` [devel] [#220832] FAILED del=readline6 Michael Shigorin
2019-02-06 13:44   ` Vitaly Lipatov

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