* [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses
@ 2010-11-17 22:48 bugzilla at busybox.net
2010-11-17 22:58 ` [Buildroot] [Bug 2845] " bugzilla at busybox.net
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-11-17 22:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
Summary: dialog 1.1 needs libtinfo from ncurses
Product: buildroot
Version: 2009.08
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: sergio at sergiomb.no-ip.org
CC: buildroot at uclibc.org
Estimated Hours: 0.0
>>> dialog 1.1-20100428 Building
buildroot-2010.08/output/staging/usr/bin/mipsel-unknown-linux-uclibc-gcc
--sysroot=/buildroot-2010.08/output/staging -o dialog dialog.o -L. -ldialog
-Lbuildroot-2010.08/output/staging/lib
-Lbuildroot-2010.08/output/staging/usr/lib -lncurses -ltinfo -lm
buildroot-2010.08/output/staging/usr/lib/gcc/mipsel-unknown-linux-uclibc/4.3.5
/../../../../mipsel-unknown-linux-uclibc/bin/ld: cannot find -ltinfo
collect2: ld returned 1 exit status
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
@ 2010-11-17 22:58 ` bugzilla at busybox.net
2010-11-24 22:08 ` bugzilla at busybox.net
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-11-17 22:58 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
--- Comment #1 from S?rgio <sergio@sergiomb.no-ip.org> ---
Created attachment 2689
--> https://bugs.busybox.net/attachment.cgi?id=2689
so ncurses should becompile with libtinfo.so
ncurses normally is compiled with libtinfo , Fedora does ... , bash if have it
use it etc..
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
2010-11-17 22:58 ` [Buildroot] [Bug 2845] " bugzilla at busybox.net
@ 2010-11-24 22:08 ` bugzilla at busybox.net
2010-11-25 4:54 ` bugzilla at busybox.net
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-11-24 22:08 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Peter Korsgaard <jacmet@uclibc.org> ---
Hmm, dialog builds just fine here. Could you give latest git a try?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
2010-11-17 22:58 ` [Buildroot] [Bug 2845] " bugzilla at busybox.net
2010-11-24 22:08 ` bugzilla at busybox.net
@ 2010-11-25 4:54 ` bugzilla at busybox.net
2010-11-25 5:08 ` bugzilla at busybox.net
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-11-25 4:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
--- Comment #3 from S?rgio <sergio@sergiomb.no-ip.org> ---
Created attachment 2731
--> https://bugs.busybox.net/attachment.cgi?id=2731
build from git
no , problem still there
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
` (2 preceding siblings ...)
2010-11-25 4:54 ` bugzilla at busybox.net
@ 2010-11-25 5:08 ` bugzilla at busybox.net
2010-11-25 10:26 ` bugzilla at busybox.net
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-11-25 5:08 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
--- Comment #4 from S?rgio <sergio@sergiomb.no-ip.org> ---
in config.log
line 1692:
configure:13305: testing ...checking LIBS -lncurses -ltinfo -lm
configure:13355: testing ...checked LIBS -lncurses -ltinfo -lm ...
seems dialog treats libtinfo as part of ncurses
btw many check have errors by using -ltinfo has part of the system as -lm .
for example:
configure:12421: checking for start_color
configure:12458:
/home/sergio/hardware/moviecube/buildroot/output/staging/usr/bin/mipsel-unknown-linux-uclibc-gcc
--sysroot=/home/sergio/hardware/moviecube/buildroot/output/staging -o conftest
-Os -pipe -Os -mtune=mips32r2 -mabi=32 -msoft-float -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-I/home/sergio/hardware/moviecube/buildroot/output/staging/usr/include
-I/home/sergio/hardware/moviecube/buildroot/output/staging/include
-D_GNU_SOURCE -L/home/sergio/hardware/moviecube/buildroot/output/staging/lib
-L/home/sergio/hardware/moviecube/buildroot/output/staging/usr/lib conftest.c
-lncurses -ltinfo -lm >&5
/home/sergio/hardware/moviecube/buildroot/output/staging/usr/lib/gcc/mipsel-unknown-linux-uclibc/4.3.5/../../../../mipsel-unknown-linux-uclibc/bin/ld:
cannot find -ltinfo
config.log is not attach because :
The file you are trying to attach is 101 kilobytes (KB) in size. Non-patch
attachments cannot be more than 75 KB.
We recommend that you store your attachment elsewhere and then insert the URL
to it in a comment, or in the URL field for this bug.
and I don't have time to do it now .
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
` (3 preceding siblings ...)
2010-11-25 5:08 ` bugzilla at busybox.net
@ 2010-11-25 10:26 ` bugzilla at busybox.net
2010-11-25 18:25 ` bugzilla at busybox.net
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-11-25 10:26 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> ---
Ok, it seems to be because it ends up looking at your host headers. I've tried
to fix that in git, could you give that a try?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
` (4 preceding siblings ...)
2010-11-25 10:26 ` bugzilla at busybox.net
@ 2010-11-25 18:25 ` bugzilla at busybox.net
2010-11-26 8:35 ` bugzilla at busybox.net
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-11-25 18:25 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
--- Comment #6 from S?rgio <sergio@sergiomb.no-ip.org> ---
(In reply to comment #5)
> Ok, it seems to be because it ends up looking at your host headers. I've tried
> to fix that in git, could you give that a try?
It is fixed , but still don't understand why don't we have ncurses with
libtinfo , seems quite important and powerful lib ...
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
` (5 preceding siblings ...)
2010-11-25 18:25 ` bugzilla at busybox.net
@ 2010-11-26 8:35 ` bugzilla at busybox.net
2011-03-01 22:43 ` bugzilla at busybox.net
2011-03-01 22:45 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2010-11-26 8:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #7 from Peter Korsgaard <jacmet@uclibc.org> ---
Ok, resolving - thanks.
I have no problem with adding an option to add tinfo to the ncurses build, but
I don't want to add any new features this close to the 2010.11 release.
Could you send a patch adding optional tinfo build (E.G. with a config option)
to ncurses, then I'll apply post-2010.11 - Thanks
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
` (6 preceding siblings ...)
2010-11-26 8:35 ` bugzilla at busybox.net
@ 2011-03-01 22:43 ` bugzilla at busybox.net
2011-03-01 22:45 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2011-03-01 22:43 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
--- Comment #8 from S?rgio <sergio@sergiomb.no-ip.org> ---
Created attachment 3049
--> https://bugs.busybox.net/attachment.cgi?id=3049
Make optional build nucruses --with-termlib=tinfo
(In reply to comment #7)
> Could you send a patch adding optional tinfo build (E.G. with a config option)
> to ncurses, then I'll apply post-2010.11 - Thanks
This is a draft , I'm newbie , so I don't know, how to call option , etc ... ,
just copy by other example, hope that can help something.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Buildroot] [Bug 2845] dialog 1.1 needs libtinfo from ncurses
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
` (7 preceding siblings ...)
2011-03-01 22:43 ` bugzilla at busybox.net
@ 2011-03-01 22:45 ` bugzilla at busybox.net
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla at busybox.net @ 2011-03-01 22:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2845
S?rgio <sergio@sergiomb.no-ip.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3049|Make optional build |Make optional build ncurses
description|nucruses |--with-termlib=tinfo
|--with-termlib=tinfo |
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-03-01 22:45 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 22:48 [Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses bugzilla at busybox.net
2010-11-17 22:58 ` [Buildroot] [Bug 2845] " bugzilla at busybox.net
2010-11-24 22:08 ` bugzilla at busybox.net
2010-11-25 4:54 ` bugzilla at busybox.net
2010-11-25 5:08 ` bugzilla at busybox.net
2010-11-25 10:26 ` bugzilla at busybox.net
2010-11-25 18:25 ` bugzilla at busybox.net
2010-11-26 8:35 ` bugzilla at busybox.net
2011-03-01 22:43 ` bugzilla at busybox.net
2011-03-01 22:45 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox