mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/4] ncurses: version bump 5.9 -> 6.1
Date: Mon, 12 Feb 2018 14:42:48 +0100	[thread overview]
Message-ID: <20180212134247.GA28748@lenoch> (raw)
In-Reply-To: <20180212132201.i2xv7dekdjts7n3u@pengutronix.de>

On Mon, Feb 12, 2018 at 02:22:01PM +0100, Michael Olbrich wrote:
> On Fri, Feb 09, 2018 at 03:14:19PM +0100, Ladislav Michl wrote:
> > Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> 
> The md5 in NCURSES_LICENSE_FILES does not match any more.

Will update in v2.

> And building vim with this fails with:
> [...]
> checking --with-tlib argument... ncurses
> checking for linking with ncurses library... OK
> checking for tgetent()... configure: error: NOT FOUND!
>       You need to install a terminal library; for example ncurses.
>       Or specify the name of the library with --with-tlib.
> [...]

I gave it a quick try with patch bellow and it compiled fine:

diff --git a/rules/vim.make b/rules/vim.make
index 6afcc78e0..7fbc15457 100644
--- a/rules/vim.make
+++ b/rules/vim.make
@@ -81,6 +81,10 @@ VIM_CONF_OPT	:= \
 	--without-x \
 	--with-tlib=ncurses
 
+VIM_MAKE_OPT  := \
+	$(CROSS_ENV) \
+	LDFLAGS="-ltinfo"
+
 VIM_INSTALL_OPT := \
 	installvimbin \
 	installrtbase \

Is it worth trying to fix it systemwide or we just wait until packages get
fixed over time?

	ladis

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-02-12 13:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-09 14:12 [ptxdist] [PATCH 0/4] Bring ncurses to year 2018 Ladislav Michl
2018-02-09 14:14 ` [ptxdist] [PATCH 1/4] ncurses: version bump 5.9 -> 6.1 Ladislav Michl
2018-02-12 13:22   ` Michael Olbrich
2018-02-12 13:42     ` Ladislav Michl [this message]
2018-02-12 14:28       ` Michael Olbrich
2018-02-22  8:12   ` Michael Olbrich
2018-02-22  8:17     ` Michael Olbrich
2018-02-22  9:53     ` Ladislav Michl
2018-02-22 10:57       ` Michael Olbrich
2018-02-27 13:18         ` Ladislav Michl
2018-02-27 15:58           ` Ladislav Michl
2018-02-28  5:58           ` Michael Olbrich
2018-02-09 14:14 ` [ptxdist] [PATCH 2/4] dialog: version bump 1.1 -> 1.3 Ladislav Michl
2018-02-14  7:49   ` Michael Olbrich
2018-02-09 14:15 ` [ptxdist] [PATCH 3/4] atop: version bump 1.24 -> 2.3.0 Ladislav Michl
2018-02-14  7:50   ` Michael Olbrich
2018-02-09 14:15 ` [ptxdist] [PATCH 4/4] less: check for tgoto Ladislav Michl

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=20180212134247.GA28748@lenoch \
    --to=ladis@linux-mips.org \
    --cc=ptxdist@pengutronix.de \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox