From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Fri, 24 Jun 2016 09:13:09 +0000 Subject: [Buildroot] Patchwork cleanup week #24 In-Reply-To: <20160624093205.722fc199@free-electrons.com> References: <20160615220634.67eb8fa9@free-electrons.com> <4209f432-0fbd-8d44-7194-c99829f66e2e@smile.fr> <1466574249.3622.15.camel@synopsys.com> <1466753076.30418.15.camel@synopsys.com> <20160624093205.722fc199@free-electrons.com> Message-ID: <1466759530.3244.45.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, On Fri, 2016-06-24 at 09:32 +0200, Thomas Petazzoni wrote: > Hello, > > On Fri, 24 Jun 2016 07:24:37 +0000, Vlad Zakharov wrote: > > > > > Returning to the problem. Real issue is that build fails when "makeinfo" is missing on build host. > > So a nice and much easier idea is to add "makeinfo" package and make > > binutils and gdb dependent on the "host-makeinfo" package. > I indeed start to think that it's the only reasonable solution. The > only thing I would like to see is this dependency being added only for > binutils/gdb version that want to re-generate their documentation. > Normally, binutils/gdb versions from release tarballs are fine and > don't try to regenerate their documentation. Agree. And we have necessary hooks already in place (remember that trick with "missing" script) so that should be easy. Still we'll need first to add makeinfo/texinfo package, right? -Alexey