Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 3685] New: ncurses installation hangs due to old version of tic
@ 2011-05-03  7:16 bugzilla at busybox.net
  2011-05-03  7:17 ` [Buildroot] [Bug 3685] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-05-03  7:16 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3685

           Summary: ncurses installation hangs due to old version of tic
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: patrickdepinguin+buildroot at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 3271
  --> https://bugs.busybox.net/attachment.cgi?id=3271
[PATCH 1 of 2] GENTARGETS: Allow disabling host package installation

During installation of ncurses, the 'tic' program from the host is used. In
some cases, this version of tic is too old for the data to be processed, and
the installation hangs indefinitely (already reported in July 2010 [1] and
later in April 2011 [2]).

Attached to this bug report are two patches that fix the problem (one patch is
just a prerequisite for the other).

[1] http://lists.busybox.net/pipermail/buildroot/2010-July/036100.html
[2] http://lists.busybox.net/pipermail/buildroot/2011-April/042763.html

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-05-03  7:16 [Buildroot] [Bug 3685] New: ncurses installation hangs due to old version of tic bugzilla at busybox.net
@ 2011-05-03  7:17 ` bugzilla at busybox.net
  2011-05-03  7:17 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-05-03  7:17 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3685

--- Comment #1 from Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>  ---
Created attachment 3277
  --> https://bugs.busybox.net/attachment.cgi?id=3277
[PATCH 2 of 2] ncurses: fix hanging installation due to old version of tic

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-05-03  7:16 [Buildroot] [Bug 3685] New: ncurses installation hangs due to old version of tic bugzilla at busybox.net
  2011-05-03  7:17 ` [Buildroot] [Bug 3685] " bugzilla at busybox.net
@ 2011-05-03  7:17 ` bugzilla at busybox.net
  2011-05-03  7:18 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-05-03  7:17 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3685

Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3271|0                           |1
           is patch|                            |
   Attachment #3271|application/octet-stream    |text/plain
          mime type|                            |

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-05-03  7:16 [Buildroot] [Bug 3685] New: ncurses installation hangs due to old version of tic bugzilla at busybox.net
  2011-05-03  7:17 ` [Buildroot] [Bug 3685] " bugzilla at busybox.net
  2011-05-03  7:17 ` bugzilla at busybox.net
@ 2011-05-03  7:18 ` bugzilla at busybox.net
  2011-07-19 12:42 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-05-03  7:18 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3685

Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |Other

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-05-03  7:16 [Buildroot] [Bug 3685] New: ncurses installation hangs due to old version of tic bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2011-05-03  7:18 ` bugzilla at busybox.net
@ 2011-07-19 12:42 ` bugzilla at busybox.net
  2011-07-19 12:45 ` bugzilla at busybox.net
  2011-08-26 13:06 ` bugzilla at busybox.net
  5 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-07-19 12:42 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3685

--- Comment #2 from Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>  ---
Any specific reason why this has not been included in buildroot yet?

Thanks, 
Thomas

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-05-03  7:16 [Buildroot] [Bug 3685] New: ncurses installation hangs due to old version of tic bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2011-07-19 12:42 ` bugzilla at busybox.net
@ 2011-07-19 12:45 ` bugzilla at busybox.net
  2011-07-19 13:23   ` Mike Williams
  2011-08-26 13:06 ` bugzilla at busybox.net
  5 siblings, 1 reply; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-07-19 12:45 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3685

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org>  ---
(In reply to comment #2)
> Any specific reason why this has not been included in buildroot yet?
> 
> Thanks, 
> Thomas

No, I just haven't looked at it / forgotten about it / not been able to
reproduce it locally. Will take a look at it tonight.

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-07-19 12:45 ` bugzilla at busybox.net
@ 2011-07-19 13:23   ` Mike Williams
  2011-07-19 13:59     ` Thomas De Schampheleire
  0 siblings, 1 reply; 12+ messages in thread
From: Mike Williams @ 2011-07-19 13:23 UTC (permalink / raw)
  To: buildroot

All,

> --- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ?---
> (In reply to comment #2)
>> Any specific reason why this has not been included in buildroot yet?
>>
>> Thanks,
>> Thomas
>
> No, I just haven't looked at it / forgotten about it / not been able to
> reproduce it locally. Will take a look at it tonight.

I also had this problem. It appears to be caused by the old version
present on RHEL 5.4, which is what I'm using in our corporate
environment. If I had to guess, it would be because the tic being
called is the one on the host system, not the one built by buildroot.

Mike

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-07-19 13:23   ` Mike Williams
@ 2011-07-19 13:59     ` Thomas De Schampheleire
  2011-07-19 14:16       ` Quotient Remainder
  2011-07-19 14:16       ` Quotient Remainder
  0 siblings, 2 replies; 12+ messages in thread
From: Thomas De Schampheleire @ 2011-07-19 13:59 UTC (permalink / raw)
  To: buildroot

On Tue, Jul 19, 2011 at 3:23 PM, Mike Williams <mike@mikebwilliams.com> wrote:
> All,
>
>> --- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ?---
>> (In reply to comment #2)
>>> Any specific reason why this has not been included in buildroot yet?
>>>
>>> Thanks,
>>> Thomas
>>
>> No, I just haven't looked at it / forgotten about it / not been able to
>> reproduce it locally. Will take a look at it tonight.
>
> I also had this problem. It appears to be caused by the old version
> present on RHEL 5.4, which is what I'm using in our corporate
> environment. If I had to guess, it would be because the tic being
> called is the one on the host system, not the one built by buildroot.

Correct. The patch I proposed avoids that by compiling a host version
of tic in buildroot. This one is later used during the installation of
the target ncurses.

Thomas

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-07-19 13:59     ` Thomas De Schampheleire
@ 2011-07-19 14:16       ` Quotient Remainder
  2011-07-19 14:16       ` Quotient Remainder
  1 sibling, 0 replies; 12+ messages in thread
From: Quotient Remainder @ 2011-07-19 14:16 UTC (permalink / raw)
  To: buildroot

On Tue, 2011-07-19 at 15:59 +0200, Thomas De Schampheleire wrote:

> On Tue, Jul 19, 2011 at 3:23 PM, Mike Williams <mike@mikebwilliams.com> wrote:
> > All,
> >
> >> --- Comment #3 from Peter Korsgaard <jacmet@uclibc.org>  ---
> >> (In reply to comment #2)
> >>> Any specific reason why this has not been included in buildroot yet?
> >>>
> >>> Thanks,
> >>> Thomas
> >>
> >> No, I just haven't looked at it / forgotten about it / not been able to
> >> reproduce it locally. Will take a look at it tonight.
> >
> > I also had this problem. It appears to be caused by the old version
> > present on RHEL 5.4, which is what I'm using in our corporate
> > environment. If I had to guess, it would be because the tic being
> > called is the one on the host system, not the one built by buildroot.
> 
> Correct. The patch I proposed avoids that by compiling a host version
> of tic in buildroot. This one is later used during the installation of
> the target ncurses.
> 

I also came across this problem a year ago: 
http://lists.busybox.net/pipermail/buildroot/2010-July/036100.html
and later proposed a patch:
http://lists.busybox.net/pipermail/buildroot/2010-December/039670.html

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110719/e33d08fe/attachment-0001.html>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-07-19 13:59     ` Thomas De Schampheleire
  2011-07-19 14:16       ` Quotient Remainder
@ 2011-07-19 14:16       ` Quotient Remainder
  2011-07-26  7:42         ` Thomas De Schampheleire
  1 sibling, 1 reply; 12+ messages in thread
From: Quotient Remainder @ 2011-07-19 14:16 UTC (permalink / raw)
  To: buildroot

On Tue, 2011-07-19 at 15:59 +0200, Thomas De Schampheleire wrote:
> On Tue, Jul 19, 2011 at 3:23 PM, Mike Williams <mike@mikebwilliams.com> wrote:
> > All,
> >
> >> --- Comment #3 from Peter Korsgaard <jacmet@uclibc.org>  ---
> >> (In reply to comment #2)
> >>> Any specific reason why this has not been included in buildroot yet?
> >>>
> >>> Thanks,
> >>> Thomas
> >>
> >> No, I just haven't looked at it / forgotten about it / not been able to
> >> reproduce it locally. Will take a look at it tonight.
> >
> > I also had this problem. It appears to be caused by the old version
> > present on RHEL 5.4, which is what I'm using in our corporate
> > environment. If I had to guess, it would be because the tic being
> > called is the one on the host system, not the one built by buildroot.
> 
> Correct. The patch I proposed avoids that by compiling a host version
> of tic in buildroot. This one is later used during the installation of
> the target ncurses.
> 
I also came across this problem a year ago: 
http://lists.busybox.net/pipermail/buildroot/2010-July/036100.html
and later proposed a patch:
http://lists.busybox.net/pipermail/buildroot/2010-December/039670.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-07-19 14:16       ` Quotient Remainder
@ 2011-07-26  7:42         ` Thomas De Schampheleire
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas De Schampheleire @ 2011-07-26  7:42 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On Tue, Jul 19, 2011 at 4:16 PM, Quotient Remainder
<quotientvremainder@gmail.com> wrote:
> On Tue, 2011-07-19 at 15:59 +0200, Thomas De Schampheleire wrote:
>> On Tue, Jul 19, 2011 at 3:23 PM, Mike Williams <mike@mikebwilliams.com> wrote:
>> > All,
>> >
>> >> --- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ?---
>> >> (In reply to comment #2)
>> >>> Any specific reason why this has not been included in buildroot yet?
>> >>>
>> >>> Thanks,
>> >>> Thomas
>> >>
>> >> No, I just haven't looked at it / forgotten about it / not been able to
>> >> reproduce it locally. Will take a look at it tonight.
>> >
>> > I also had this problem. It appears to be caused by the old version
>> > present on RHEL 5.4, which is what I'm using in our corporate
>> > environment. If I had to guess, it would be because the tic being
>> > called is the one on the host system, not the one built by buildroot.
>>
>> Correct. The patch I proposed avoids that by compiling a host version
>> of tic in buildroot. This one is later used during the installation of
>> the target ncurses.
>>
> I also came across this problem a year ago:
> http://lists.busybox.net/pipermail/buildroot/2010-July/036100.html
> and later proposed a patch:
> http://lists.busybox.net/pipermail/buildroot/2010-December/039670.html
>

Were you able to take a look at this? Any chance it could be included
in the upcoming release you're rounding up?

Thanks,
Thomas

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 3685] ncurses installation hangs due to old version of tic
  2011-05-03  7:16 [Buildroot] [Bug 3685] New: ncurses installation hangs due to old version of tic bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2011-07-19 12:45 ` bugzilla at busybox.net
@ 2011-08-26 13:06 ` bugzilla at busybox.net
  5 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-08-26 13:06 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3685

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Peter Korsgaard <jacmet@uclibc.org>  ---
Thanks, committed part 2 with minor changes. I prefer to not do part 1 this
close to the release.

-- 
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] 12+ messages in thread

end of thread, other threads:[~2011-08-26 13:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03  7:16 [Buildroot] [Bug 3685] New: ncurses installation hangs due to old version of tic bugzilla at busybox.net
2011-05-03  7:17 ` [Buildroot] [Bug 3685] " bugzilla at busybox.net
2011-05-03  7:17 ` bugzilla at busybox.net
2011-05-03  7:18 ` bugzilla at busybox.net
2011-07-19 12:42 ` bugzilla at busybox.net
2011-07-19 12:45 ` bugzilla at busybox.net
2011-07-19 13:23   ` Mike Williams
2011-07-19 13:59     ` Thomas De Schampheleire
2011-07-19 14:16       ` Quotient Remainder
2011-07-19 14:16       ` Quotient Remainder
2011-07-26  7:42         ` Thomas De Schampheleire
2011-08-26 13:06 ` 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