ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] I: readline could be used without termcap
@ 2006-03-07  1:59 Dmitry V. Levin
  2006-03-07  7:28 ` Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2006-03-07  1:59 UTC (permalink / raw)
  To: ALT Devel discussion list

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

Вот ещё одно заблуждение:

----- Forwarded message from QA Team Robot <qa@altlinux> -----

checking for library containing tgetent... no
configure: error: termcap could not be found which is required for the
--with-readline option (which is enabled by default).  Either disable readline
support with --without-readline or download and install termcap from:
	ftp.gnu.org/gnu/termcap
Note: if you are using precompiled packages you will also need the development
  package as well (which may be called termcap-devel or something similar).
Note: (n)curses also seems to work as a substitute for termcap.  This was
  not found either - but you could try installing that as well.

----- End forwarded message -----

Заблуждение заключается в том, что для линковки с readline требуется
termcap.  У нас libreadline слинкован с libtinfo, поэтому для
использования readline никаких других библиотек не требуется.
Но не всякий configure-скрипт об этом догадывается.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

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

* Re: [devel] I: readline could be used without termcap
  2006-03-07  1:59 [devel] I: readline could be used without termcap Dmitry V. Levin
@ 2006-03-07  7:28 ` Michael Shigorin
  2006-03-07  9:34   ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2006-03-07  7:28 UTC (permalink / raw)
  To: ALT Devel discussion list

On Tue, Mar 07, 2006 at 04:59:37AM +0300, Dmitry V. Levin wrote:
> checking for library containing tgetent... no
> Заблуждение заключается в том, что для линковки с readline
> требуется termcap.  У нас libreadline слинкован с libtinfo,
> поэтому для использования readline никаких других библиотек не
> требуется.  Но не всякий configure-скрипт об этом догадывается.

Фиксить-то как?  И главное -- ты бы, производя такие изменения,
сразу говорил -- разумно ли кидать патчи upstream.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] I: readline could be used without termcap
  2006-03-07  7:28 ` Michael Shigorin
@ 2006-03-07  9:34   ` Dmitry V. Levin
  2006-03-07 11:11     ` Andrey Rahmatullin
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2006-03-07  9:34 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, Mar 07, 2006 at 09:28:04AM +0200, Michael Shigorin wrote:
> On Tue, Mar 07, 2006 at 04:59:37AM +0300, Dmitry V. Levin wrote:
> > checking for library containing tgetent... no
> > Заблуждение заключается в том, что для линковки с readline
> > требуется termcap.  У нас libreadline слинкован с libtinfo,
> > поэтому для использования readline никаких других библиотек не
> > требуется.  Но не всякий configure-скрипт об этом догадывается.
> 
> Фиксить-то как?

Возьмите почти любой мой пакет, слинкованный с -ltinfo, и посмотрите.
Обычно надо добавить tinfo в список библиотек.

> И главное -- ты бы, производя такие изменения,
> сразу говорил -- разумно ли кидать патчи upstream.

Разумно, поскольку tinfo upstream придумал.

P.S. А может проще ссылку libtermcap.so -> libtinfo.so сделать?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

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

* Re: [devel] I: readline could be used without termcap
  2006-03-07  9:34   ` Dmitry V. Levin
@ 2006-03-07 11:11     ` Andrey Rahmatullin
  2006-03-07 13:15       ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Andrey Rahmatullin @ 2006-03-07 11:11 UTC (permalink / raw)
  To: devel

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

On Tue, Mar 07, 2006 at 12:34:47PM +0300, Dmitry V. Levin wrote:
> P.S. А может проще ссылку libtermcap.so -> libtinfo.so сделать?
А так делается? Ужас какой-то.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Кстати,  а вынос  separator (0.2.1-alt1) в группу "Игры/Спорт" ---
трагическая случайность или экзистенциальная концептуальтность? :)
		-- avp in sisyphus@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] I: readline could be used without termcap
  2006-03-07 11:11     ` Andrey Rahmatullin
@ 2006-03-07 13:15       ` Dmitry V. Levin
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2006-03-07 13:15 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, Mar 07, 2006 at 04:11:08PM +0500, Andrey Rahmatullin wrote:
> On Tue, Mar 07, 2006 at 12:34:47PM +0300, Dmitry V. Levin wrote:
> > P.S. А может проще ссылку libtermcap.so -> libtinfo.so сделать?
> А так делается? Ужас какой-то.

Этой ссылки ещё нет, но я склоняюсь к тому, чтобы её сделать, поскольку
libtinfo обратно совместима с libtermcap как минимум по API.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

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

end of thread, other threads:[~2006-03-07 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-07  1:59 [devel] I: readline could be used without termcap Dmitry V. Levin
2006-03-07  7:28 ` Michael Shigorin
2006-03-07  9:34   ` Dmitry V. Levin
2006-03-07 11:11     ` Andrey Rahmatullin
2006-03-07 13:15       ` 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