Re: [gccsdk] Building with autobuilder

2015-03-01 Thread Ron
In message <20150302005718.gr32...@chiark.greenend.org.uk> Theo Markettos wrote: > On Mon, Mar 02, 2015 at 12:54:07PM +1300, Ron wrote: > > Does the Autobuilder check for lateness of the config-guess shell script? > > When cross-compiling manually, I have had to replace this with a newe

Re: [gccsdk] Building with autobuilder

2015-03-01 Thread Theo Markettos
On Mon, Mar 02, 2015 at 12:54:07PM +1300, Ron wrote: > Does the Autobuilder check for lateness of the config-guess shell script? > When cross-compiling manually, I have had to replace this with a newer one > so that arm unknown riscos was recognised properly. I don't think it does, perhaps it sho

Re: [gccsdk] Building with autobuilder

2015-03-01 Thread Ron
In message <20150301225954.gq32...@chiark.greenend.org.uk> Theo Markettos wrote: Picking out this subject > Sometimes it can be that autoconf guesses something and guesses it wrong, > which has various knockon effects for the build. See this thread: > http://www.riscos.info/pipermail/

Re: [gccsdk] Building with autobuilder

2015-03-01 Thread Theo Markettos
On Sat, Feb 28, 2015 at 07:52:22PM +, John Ballance wrote: > in build: ../autobuilder/build-libs just reloaded the sources > again and overrode my mods. Put your patches as a something.p file in the autobuilder directory for the package eg autobuilder/libraries/gettext and they will automat

Re: [gccsdk] patch needed in gcc4.7.1 build system

2015-03-01 Thread John Tytgat
In message <54f37278.7070...@macpcrepair.co.uk> John Ballance wrote: > Having now discovered the create-patch script, should I just pass these > results back to you John? Cfr. README's "5. Developing GCCSDK". Send the output of 'svn diff' as attachement to this list. John. -- John

Re: [gccsdk] build for gcc4.1.2 fails too

2015-03-01 Thread John Tytgat
In message <54f36e5e.5090...@macpcrepair.co.uk> John Ballance wrote: > googling suggests this started with a later version of texinfo, or > equivalent. Exactly. They became more strict for malformed input files. > What is best? .. build an earlier version of texinfo, or provide patc

Re: [gccsdk] build for gcc4.1.2 fails too

2015-03-01 Thread John Tytgat
In message <54f36b0e.5090...@macpcrepair.co.uk> John Ballance wrote: > Hi John > > The initial 4.1.2 build error is in various .texinfo files, there 2 > occurrences of @ that should be @@ > > it emerges as unknown command colophon and as unknown command cygnus > > they were in ther

Re: [gccsdk] patch needed in gcc4.7.1 build system

2015-03-01 Thread John Ballance
On 01/03/2015 19:05, John Tytgat wrote: In message <54f233a1.8050...@macpcrepair.co.uk> John Ballance wrote: You can apply such local patches by placing them in the approriate subdirectory under recipe/patches. On the other hand, this fix is generaly useful as more and more peo

Re: [gccsdk] build for gcc4.1.2 fails too

2015-03-01 Thread John Ballance
On 01/03/2015 19:08, John Tytgat wrote: In message <54f23dde.5070...@macpcrepair.co.uk> John Ballance wrote: Failure building gcc4.1.2 details below. I haven't yet found the solution to this.. Any thoughts? I would guess some build requirement has not been met but the quoted l

Re: [gccsdk] build for gcc4.1.2 fails too

2015-03-01 Thread John Ballance
Hi John The initial 4.1.2 build error is in various .texinfo files, there 2 occurrences of @ that should be @@ it emerges as unknown command colophon and as unknown command cygnus they were in there as @colophon and @cygnus, and should be @@colophon and @@cygnus (according to various bug re

Re: [gccsdk] build for gcc4.1.2 fails too

2015-03-01 Thread John Tytgat
In message <54f23dde.5070...@macpcrepair.co.uk> John Ballance wrote: > Failure building gcc4.1.2 > > details below. > > I haven't yet found the solution to this.. Any thoughts? I would guess some build requirement has not been met but the quoted last bit of the log file is too short

Re: [gccsdk] patch needed in gcc4.7.1 build system

2015-03-01 Thread John Tytgat
In message <54f233a1.8050...@macpcrepair.co.uk> John Ballance wrote: > Hi > > Trying to build gcc 4.7.1 build system falls over (see below). There is > a patch that can fix this (see > https://sourceware.org/ml/crossgcc/2014-05/msg00032.html included below). > > Can/should that go b