From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/4] ncurses: version bump 5.9 -> 6.1
Date: Thu, 22 Feb 2018 11:57:51 +0100 [thread overview]
Message-ID: <20180222105751.fndpgkl7ftl3cqyk@pengutronix.de> (raw)
In-Reply-To: <20180222095335.GA27994@lenoch>
Hi,
On Thu, Feb 22, 2018 at 10:53:35AM +0100, Ladislav Michl wrote:
> thanks for your work, I'm currently locked in kernel space, so I cannot
> test right now...
That's ok.
> On Thu, Feb 22, 2018 at 09:12:20AM +0100, Michael Olbrich wrote:
> > Hi,
> >
> > I took a closer look at this and checked what Debian is doing. I've
> > attached a fixup patch that changes a few things:
> >
> > - use abi version 5. Some packages lock for that version explicitly.
>
> Which are those? As we are certainly carrying fewer packages that Debian
> does, isn't it more reasonable to just fix packages?
alsa-utils fails, but I think, that is because the pkg-config files are
installed to 'platform-XXX/packages/ncurses-6.1yes'. I think you need to
set that path correctly.
Lets try this again without the abi version but correct pc files. So just
include my other changes but leave the abi-version stuff out for v2.
> > - use linker scripts too deal with the tinfo problem
> > - fix some usr-merge fallout.
> >
> > On Fri, Feb 09, 2018 at 03:14:19PM +0100, Ladislav Michl wrote:
> > > Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> > > ---
> > > .../0001-teach-ncurses-config-about-sysroot.patch | 39 +++++-----
> > > patches/{ncurses-5.9 => ncurses-6.1}/series | 0
> > > rules/ncurses.make | 87 +++++++++++-----------
> > > 3 files changed, 61 insertions(+), 65 deletions(-)
> > >
> > [...]
> > > diff --git a/rules/ncurses.make b/rules/ncurses.make
> > > index c2fcde478..40be792fb 100644
> > > --- a/rules/ncurses.make
> > > +++ b/rules/ncurses.make
> > > @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_NCURSES) += ncurses
> > > #
> > > # Paths and names
> > > #
> > > -NCURSES_VERSION := 5.9
> > > +NCURSES_VERSION := 6.1
> > > NCURSES_MAJOR := $(word 1,$(subst ., ,$(NCURSES_VERSION)))
> > > -NCURSES_MD5 := 8cb9c412e5f2d96bc6f459aa8c6282a1
> > > +NCURSES_MD5 := 98c889aaf8d23910d2b92d65be2e737a
> > > NCURSES := ncurses-$(NCURSES_VERSION)
> > > NCURSES_SUFFIX := tar.gz
> > > NCURSES_URL := $(call ptx/mirror, GNU, ncurses/$(NCURSES).$(NCURSES_SUFFIX))
> > > @@ -31,58 +31,57 @@ NCURSES_LICENSE_FILES := \
> > > # Prepare
> > > # ----------------------------------------------------------------------------
> > >
> > > -NCURSES_ENV := \
> > > +NCURSES_CONF_TOOL := autoconf
> > > +NCURSES_CONF_ENV := \
> > > $(CROSS_ENV) \
> > > TIC_PATH="$(PTXCONF_SYSROOT_HOST)/bin/tic"
> > > -
> > > -NCURSES_AUTOCONF_SHARED := \
> >
> > NCURSES_AUTOCONF_SHARED is used by host-ncurses, so this is still needed in
> > some way.
>
> Ah, I overlooked that. Shall I sent v2 patch or you fixed it already?
I haven't fixed this. Please fix this in v2.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2018-02-22 10:57 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
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 [this message]
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=20180222105751.fndpgkl7ftl3cqyk@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--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