On 27 Feb 2015, Dave Symes <dave@triffid.co.uk> wrote:
[snip]
> Regardless of which PC I'm running a copy of RPCEmu 0.8.12 and RO 6.20
> on, there are times when after running, it just will not connect to
> the net.
[snip]
> The only fix is to completely closed down RPCEmu, then run it again.
[snip]
> Q1) Anyone have ideas about what's going on?
It happens here when I start RPCEmu too soon after booting Win7, which
seems to be preoccupied with its own housekeeping, for several minutes
after booting.
> Q2) Thoughts on a fix other than a reboot?
After booting Win7, wait at least 20 minutes before starting RPCEmu.
Tony
_______________________________________________
Rpcemu mailing list
Rpcemu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
Sunday, 1 March 2015
Re: [gccsdk] patch needed in gcc4.7.1 build system
In message <54F37278.7070102@macpcrepair.co.uk>
John Ballance <jwb@macpcrepair.co.uk> 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 Tytgat, in his comfy chair at home
John.Tytgat@aaug.net
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
John Ballance <jwb@macpcrepair.co.uk> 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 Tytgat, in his comfy chair at home
John.Tytgat@aaug.net
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
Re: [gccsdk] build for gcc4.1.2 fails too
In message <54F36E5E.5090002@macpcrepair.co.uk>
John Ballance <jwb@macpcrepair.co.uk> 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 patches
> to fix?
Definately patches when possible (like I did with r6784). Only if that's
not possible we go for building the right versions of the required
build tools as part of the GCCSDK build (like done for autotools).
John.
--
John Tytgat, in his comfy chair at home
John.Tytgat@aaug.net
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
John Ballance <jwb@macpcrepair.co.uk> 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 patches
> to fix?
Definately patches when possible (like I did with r6784). Only if that's
not possible we go for building the right versions of the required
build tools as part of the GCCSDK build (like done for autotools).
John.
--
John Tytgat, in his comfy chair at home
John.Tytgat@aaug.net
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
Re: [gccsdk] build for gcc4.1.2 fails too
In message <54F36B0E.5090001@macpcrepair.co.uk>
John Ballance <jwb@macpcrepair.co.uk> 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 there as @colophon and @cygnus, and should be @@colophon
> and @@cygnus (according to various bug reports)
>
> That seems to have got those building
>
> see
> binutils/ld/ld.texinfo
> binutils/bfd/doc/bfd.texinfo
Yes, actually I could reproduce this myself. I've backported several
binutils patches so that so that more recent texinfo versions can be
used to build its documentation.
Cfr. r6782 for the branches/release_4_1_2 svn branch.
Hope this solves your build problem as well,
John.
--
John Tytgat, in his comfy chair at home
John.Tytgat@aaug.net
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
John Ballance <jwb@macpcrepair.co.uk> 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 there as @colophon and @cygnus, and should be @@colophon
> and @@cygnus (according to various bug reports)
>
> That seems to have got those building
>
> see
> binutils/ld/ld.texinfo
> binutils/bfd/doc/bfd.texinfo
Yes, actually I could reproduce this myself. I've backported several
binutils patches so that so that more recent texinfo versions can be
used to build its documentation.
Cfr. r6782 for the branches/release_4_1_2 svn branch.
Hope this solves your build problem as well,
John.
--
John Tytgat, in his comfy chair at home
John.Tytgat@aaug.net
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
Re: [gccsdk] patch needed in gcc4.7.1 build system
On 01/03/2015 19:05, John Tytgat wrote:
In message <54F233A1.8050604@macpcrepair.co.uk> John Ballance <jwb@macpcrepair.co.uk> wrote: <snip>
<snip>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 people will start using gcc4.9 to build GCCSDK so I've applied a copy of that patch as r6782.
Having now discovered the create-patch script, should I just pass these results back to you John?
thanks
JB
--
Stop press! Just announced -
Free Standard Broadband for 6 months, unlimited data, and no minimum contract
Free Standard Broadband for 6 months, unlimited data, and no minimum contract
For full details of see http://www.JustAskJB.co.uk
Intrigued? Call me
John Ballance C.Eng MIET - jwb@macpcrepair.co.uk - 07976 295923
Re: [gccsdk] build for gcc4.1.2 fails too
On 01/03/2015 19:08, John Tytgat wrote:
In message <54F23DDE.5070907@macpcrepair.co.uk> John Ballance <jwb@macpcrepair.co.uk> 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 to confirm. Any chance to mail me the zipped version of the full log file ?
to follow from my last post, there are several more places where .texinfo files fail.
e.g. in gcc4/srcdir/binutils/gas/doc multiple failures, multiple files.
typical is '@itemx must follow @item' .. the source file does not contain an @item line.
I've also got 'command @bullet not accepting argument in brace should not be on @table line' and '@code expected braces'
Attempting to build wget I also got the @itemx error.
googling suggests this started with a later version of texinfo, or equivalent.
What is best? .. build an earlier version of texinfo, or provide patches to fix?
Thanks
John.
--
Stop press! Just announced -
Free Standard Broadband for 6 months, unlimited data, and no minimum contract
Free Standard Broadband for 6 months, unlimited data, and no minimum contract
For full details of see http://www.JustAskJB.co.uk
Intrigued? Call me
John Ballance C.Eng MIET - jwb@macpcrepair.co.uk - 07976 295923
Re: [gccsdk] build for gcc4.1.2 fails too
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 reports)
That seems to have got those building
see
binutils/ld/ld.texinfo
binutils/bfd/doc/bfd.texinfo
Cheers
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 reports)
That seems to have got those building
see
binutils/ld/ld.texinfo
binutils/bfd/doc/bfd.texinfo
Cheers
John
On 01/03/2015 19:08, John Tytgat wrote:
In message <54F23DDE.5070907@macpcrepair.co.uk> John Ballance <jwb@macpcrepair.co.uk> 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 to confirm. Any chance to mail me the zipped version of the full log file ? John.
--
Stop press! Just announced -
Free Standard Broadband for 6 months, unlimited data, and no minimum contract
Free Standard Broadband for 6 months, unlimited data, and no minimum contract
For full details of see http://www.JustAskJB.co.uk
Intrigued? Call me
John Ballance C.Eng MIET - jwb@macpcrepair.co.uk - 07976 295923
Subscribe to:
Posts (Atom)