Monday, 6 April 2020
Re: Scrolling issues
Bernard Boase <b.boase@bcs.org> wrote:
> - Wikipedia's own vertical scroll bar overrides the functionality
> of the RISC OS window furniture. Is that intentional and/or
> inevitable?
Yes - that has annoyed me for a while now.
--
Chris Johnson
Edinburgh
Re: Scrolling issues
> 3.10 (Dev CI #5055)
> Couple of issues I've noticed recently:
> - Wikipedia's own vertical scroll bar overrides the functionality of the
> RISC OS window furniture. Is that intentional and/or inevitable?
> - F4 / Find text no longer automatically scrolls down to display the next
> occurrence of the search string when it is further down the text than is
> visible in the current window.
> If others concur, I could raise a bug report, at least for the latter.
I concur.
Best wishes,
Peter.
--
Peter Young (zfc Hg) and family
Prestbury, Cheltenham, Glos. GL52, England
http://pnyoung.orpheusweb.co.uk
pnyoung@ormail.co.uk
Scrolling issues
Couple of issues I've noticed recently:
- Wikipedia's own vertical scroll bar overrides the functionality of the
RISC OS window furniture. Is that intentional and/or inevitable?
- F4 / Find text no longer automatically scrolls down to display the next
occurrence of the search string when it is further down the text than is
visible in the current window.
If others concur, I could raise a bug report, at least for the latter.
--
Bernard
Saturday, 4 April 2020
[gccsdk] More GCC8 build
I'm having a bit of a challenge understanding what is going on here.. the build has progressed nicely past its previous fail point, with Lee's amendment to the setvars file, but here it where it now falls over
Thanks
John
ln -s -f libdl.2.0.0.so /home/jb/jenkins_gccsdk/env/lib/libdl.so ln -s -f libdl.2.0.0.so /home/jb/jenkins_gccsdk/env/lib/libdl.so.2 make[4]: Leaving directory '/home/jb/jenkins_gccsdk/build/gcc8/gcc/gcc-8.2.0/cross-build/ld-riscos/d-link/libdl' make[3]: Leaving directory '/home/jb/jenkins_gccsdk/build/gcc8/gcc/gcc-8.2.0/cross-build/ld-riscos/d-link/libdl' make[2]: Leaving directory '/home/jb/jenkins_gccsdk/build/gcc8/gcc/gcc-8.2.0/cross-build/ld-riscos/d-link/libdl' make[1]: Leaving directory '/home/jb/jenkins_gccsdk/build/gcc8/gcc/gcc-8.2.0/cross-build/ld-riscos/d-link' make[1]: Entering directory '/home/jb/jenkins_gccsdk/build/gcc8/gcc/gcc-8.2.0/cross-build/ld-riscos' make[2]: Entering directory '/home/jb/jenkins_gccsdk/build/gcc8/gcc/gcc-8.2.0/cross-build/ld-riscos' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/jb/jenkins_gccsdk/build/gcc8/gcc/gcc-8.2.0/cross-build/ld-riscos' make[1]: Leaving directory '/home/jb/jenkins_gccsdk/build/gcc8/gcc/gcc-8.2.0/cross-build/ld-riscos' Autobuilder: Running make command: /bin/cp: cannot create regular file '/home/jb/jenkins_gccsdk/build/gcc8/gcc/package/SharedLibs-armeabihf/Resources/!SharedLibs/lib/armeabihf/libgcc_s.so.1,E1F': No such file or directory Package gcc: ***Failure*** Build for package "gcc" failed
Jan 2018: Which? rates us No.1 for satisfied energy customers, and No.1 for Home Phone, Broadband, and mobile
For full details of see https://uw.partners/095761https://uw.partners/095761https://uw.partners/095761https://uw.partners/095761
Intrigued? Call me
John Ballance C.Eng MIET - jwb@macpcrepair.co.uk - 07976 295923
Friday, 3 April 2020
Re: [gccsdk] Building GCC 8
so that the correct targets are called. Something like:
AB_DISTCLEAN="$AB_MAKE do-distclean || $AB_MAKE do-clean"
Lee.
Oops.. wrong setvars .. now patching the setvars in the gcc autobuilder directory
THats better
Could you apply the following to the version in the repository?
Thanks
John
--- autobuilder/develop/gcc/setvars.orig 2020-04-03 23:40:45.072349512 +0100
+++ autobuilder/develop/gcc/setvars 2020-04-03 23:39:07.592051831 +0100
@@ -6,6 +6,7 @@
AB_MAKE=
AB_PRECONF=":"
AB_CONFIG=
+AB_DISTCLEAN="$AB_MAKE do-distclean || $AB_MAKE do-clean"
export GCCSDK_RISCOS_ABI_VERSION=armeabihf
Jan 2018: Which? rates us No.1 for satisfied energy customers, and No.1 for Home Phone, Broadband, and mobile
For full details of see https://www.utilitywarehouse.co.uk/reviews?exref=095761
Intrigued? Call me
John Ballance C.Eng MIET - jwb@macpcrepair.co.uk - 07976 295923
Re: [gccsdk] Building GCC 8
AB_DISTCLEAN="$AB_MAKE do-distclean || $AB_MAKE do-clean"
Hi
Have tried that.. and get the following:
build-setvars: line 7: do-distclean: command not found build-setvars: line 7: do-clean: command not found (my build-setvars has AB_DISTCLEAN="$AB_MAKE do-distclean || $AB_MAKE do-clean" appended to it for the gcc8 build) I have yet too find what can work Any further suggestions/help appreciated Thanks John
Jan 2018: Which? rates us No.1 for satisfied energy customers, and No.1 for Home Phone, Broadband, and mobile
For full details of see https://www.utilitywarehouse.co.uk/reviews?exref=095761
Intrigued? Call me
John Ballance C.Eng MIET - jwb@macpcrepair.co.uk - 07976 295923
Re: [gccsdk] Building GCC 8
[snip]
>>> There was a minor matter at the end of the build.
>>>
>>> Autobuilder: Packaging source
>>> /home/djp/gccsdk/autobuilder/build-program: line 384: distclean:
>>> command not
>>> found
>>> /home/djp/gccsdk/autobuilder/build-program: line 384: clean: command not
>>> found
>>> Package gcc: ***Failure***
>>> Build for package "gcc" failed
>
>
> I get the same. Still a bit rusty on exactly what is what, but in the
> gcc Makefile (in build/gcc8/gcc/gcc-8.2.0/cross-build) I cannot see
> targets of distclean and clean .. all I see are do-distclean and do-clean ..
>
> Does this suggest a patch for the makefile to add distclean and clean
> that access these targets?
I think it's probably just a case of defining AB_DISTCLEAN in setvars
so that the correct targets are called. Something like:
AB_DISTCLEAN="$AB_MAKE do-distclean || $AB_MAKE do-clean"
Lee.
_______________________________________________
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