* nano RRECOMMENDS ncurses-terminfo
@ 2010-09-24 20:22 Michael Smith
2010-09-24 22:02 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Michael Smith @ 2010-09-24 20:22 UTC (permalink / raw)
To: openembedded-devel
Hi,
Since 37df6011, nano recommends ncurses-terminfo.
+# actually RDEPENDS, but ncurses-terminfo is only in ncurses-5.7, so
RRECOMMENDS for now
+RRECOMMENDS_${PN} = "ncurses-terminfo"
ncurses-terminfo exists in 5.4: it contains 2.4 MB of terminfo data
files that is just bloat for most people. (Then again, you could say
nano is also just bloat. :) The base ncurses-5.4 package includes some
common terminfo files in /etc/terminfo.
So for me, with ncurses 5.4, nano shouldn't depend on or recommend
ncurses-terminfo - it just bloats up the image.
Is there something special in ncurses-terminfo 5.7 that nano needs?
Thanks,
Mike
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: nano RRECOMMENDS ncurses-terminfo
2010-09-24 20:22 nano RRECOMMENDS ncurses-terminfo Michael Smith
@ 2010-09-24 22:02 ` Martin Jansa
2010-09-25 13:56 ` Enrico Scholz
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2010-09-24 22:02 UTC (permalink / raw)
To: Michael Smith; +Cc: openembedded-devel
On Fri, Sep 24, 2010 at 04:22:10PM -0400, Michael Smith wrote:
> Hi,
>
> Since 37df6011, nano recommends ncurses-terminfo.
>
> +# actually RDEPENDS, but ncurses-terminfo is only in ncurses-5.7, so
> RRECOMMENDS for now
> +RRECOMMENDS_${PN} = "ncurses-terminfo"
>
> ncurses-terminfo exists in 5.4: it contains 2.4 MB of terminfo data
> files that is just bloat for most people. (Then again, you could say
> nano is also just bloat. :) The base ncurses-5.4 package includes some
> common terminfo files in /etc/terminfo.
>
> So for me, with ncurses 5.4, nano shouldn't depend on or recommend
> ncurses-terminfo - it just bloats up the image.
>
> Is there something special in ncurses-terminfo 5.7 that nano needs?
There wasn't any common /etc/terminfo in base ncurses-5.7 package and I
guess it's still isn't. So nano refused to start at all (like other apps
where I added this RRECOMMENDS after we switched to 5.7 and apps started
to fail.
If it's so big problem then please improve ncurses-5.7 recipe to include
most common terminfos and then feel free to drop those RRECOMMENDS I've
added. Or just move to newer ncurses (ie because of problems with newer
distributions on buildhost, also discussed here).
Regards,
> Thanks,
> Mike
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: nano RRECOMMENDS ncurses-terminfo
2010-09-24 22:02 ` Martin Jansa
@ 2010-09-25 13:56 ` Enrico Scholz
0 siblings, 0 replies; 3+ messages in thread
From: Enrico Scholz @ 2010-09-25 13:56 UTC (permalink / raw)
To: openembedded-devel
Martin Jansa <martin.jansa@gmail.com> writes:
>> +# actually RDEPENDS, but ncurses-terminfo is only in ncurses-5.7, so
>> RRECOMMENDS for now
>> +RRECOMMENDS_${PN} = "ncurses-terminfo"
>> ...
>> Is there something special in ncurses-terminfo 5.7 that nano needs?
>
> There wasn't any common /etc/terminfo in base ncurses-5.7 package and I
> guess it's still isn't.
There was added a
+RSUGGESTS_${PN}-libtinfo = "${PN}-terminfo"
+RRECOMMENDS_${PN}-libtinfo = "${PN}-terminfo-base"
a month ago which should install these dependencies.
Enrico
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-25 13:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 20:22 nano RRECOMMENDS ncurses-terminfo Michael Smith
2010-09-24 22:02 ` Martin Jansa
2010-09-25 13:56 ` Enrico Scholz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.