Created attachment 3271 [details] [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
Created attachment 3277 [details] [PATCH 2 of 2] ncurses: fix hanging installation due to old version of tic
Any specific reason why this has not been included in buildroot yet? Thanks, Thomas
(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.
Thanks, committed part 2 with minor changes. I prefer to not do part 1 this close to the release.