Re: [PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-29 Thread sylvain . bertrand
Did a little bit of investigation and got in touch with ncurses developer. The pkg-config file in the official ncurses distribution has been broken for years (I'm the second one to report this bug since 2011). acs_map symbol declaration misled me. Then, yes, do disregard my patch. Since the

Re: [PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-29 Thread sylvain . bertrand
Did a little bit of investigation and got in touch with ncurses developer. The pkg-config file in the official ncurses distribution has been broken for years (I'm the second one to report this bug since 2011). acs_map symbol declaration misled me. Then, yes, do disregard my patch. Since the

Re: [PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-28 Thread Paul Bolle
On Mon, 2015-04-27 at 12:00 +, sylvain.bertr...@gmail.com wrote: > The pkg-config file I use is straight from the ncurses distribution with the > lastest "rollup" patch. > > Either it's a fedora specific modification, either a genuine ncurses patch > released after the lastest "rollup" patch.

Re: [PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-28 Thread Paul Bolle
On Mon, 2015-04-27 at 12:00 +, sylvain.bertr...@gmail.com wrote: The pkg-config file I use is straight from the ncurses distribution with the lastest rollup patch. Either it's a fedora specific modification, either a genuine ncurses patch released after the lastest rollup patch. (If I

Re: [PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-27 Thread sylvain . bertrand
On Sun, Apr 26, 2015 at 11:19:08PM +0200, Paul Bolle wrote: > Is that how pkg-config should work? If so, I wonder why it fails for > you. The pkg-config file I use is straight from the ncurses distribution with the lastest "rollup" patch. Either it's a fedora specific modification, either a

Re: [PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-27 Thread sylvain . bertrand
On Sun, Apr 26, 2015 at 11:19:08PM +0200, Paul Bolle wrote: Is that how pkg-config should work? If so, I wonder why it fails for you. The pkg-config file I use is straight from the ncurses distribution with the lastest rollup patch. Either it's a fedora specific modification, either a genuine

Re: [PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-26 Thread Paul Bolle
On Sat, 2015-04-25 at 16:05 +, sylvain.bertr...@gmail.com wrote: > HOSTLD scripts/kconfig/mconf > /bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol > 'acs_map' > > Add tinfo library to lxdiablog linking flags, if it exists. > > Signed-off-by: Sylvain BERTRAND >

Re: [PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-26 Thread Paul Bolle
On Sat, 2015-04-25 at 16:05 +, sylvain.bertr...@gmail.com wrote: HOSTLD scripts/kconfig/mconf /bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'acs_map' Add tinfo library to lxdiablog linking flags, if it exists. Signed-off-by: Sylvain BERTRAND

[PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-25 Thread sylvain . bertrand
HOSTLD scripts/kconfig/mconf /bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'acs_map' Add tinfo library to lxdiablog linking flags, if it exists. Signed-off-by: Sylvain BERTRAND --- --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++

[PATCH] kconfig: add tinfo library if it exists to lxdialog linking flags

2015-04-25 Thread sylvain . bertrand
HOSTLD scripts/kconfig/mconf /bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'acs_map' Add tinfo library to lxdiablog linking flags, if it exists. Signed-off-by: Sylvain BERTRAND sylvain.bertr...@gmail.com --- --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++