Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-11-02 Thread Ken Moffat
On Fri, Oct 27, 2017 at 08:17:10PM +0100, Ken Moffat wrote: > On Fri, Oct 27, 2017 at 01:23:25PM -0500, gunnersky2...@gunnerhooper.tk wrote: > > Hi, > > > > I'm trying compiling Firefox 52.4.1esr on my Linux from Scratch system. The > > computer is a dual-core Pentium III with 1GB of RAM. [...]

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-11-01 Thread Michael Shell
On Tue, 31 Oct 2017 16:18:12 + Ken Moffat wrote: > From: Gunner Hooper > To: Ken Moffat > Subject: Re: [blfs-support] TypeError: %d format: a number is required, not > float when building > Firefox

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-30 Thread Ken Moffat
On Mon, Oct 30, 2017 at 11:33:31AM -0400, Michael Shell wrote: > On Mon, 30 Oct 2017 13:56:25 + > Ken Moffat wrote: > > > Michael, please don't top post. > > Well, I looked carefully at my post again and don't believe I did. However, > I did reply to three different

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-30 Thread Michael Shell
On Mon, 30 Oct 2017 13:56:25 + Ken Moffat wrote: > Michael, please don't top post. Well, I looked carefully at my post again and don't believe I did. However, I did reply to three different posts within that one post, but in each case my reply was after the relevant

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-30 Thread Ken Moffat
On Mon, Oct 30, 2017 at 06:56:58AM -0400, Michael Shell wrote: > On Sat, 28 Oct 2017 17:10:47 -0500 > Gunner Hooper wrote: > > > I tried using the new gen-event-data.py file. This is the output: > >

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-30 Thread Michael Shell
On Sat, 28 Oct 2017 17:10:47 -0500 Gunner Hooper wrote: > I tried using the new gen-event-data.py file. This is the output: > "/root/sources/firefox-52.4.1esr/toolkit/components/telemetry/gen-event-data.py", > > line 9, in >     from shared_telemetry_utils

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-29 Thread Gunner Hooper
I decided to try building Firefox 51.0.1. It's been building for a few hours and it hasn't given me any error yet. I will report back when it finishes. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-28 Thread Ken Moffat
On Sat, Oct 28, 2017 at 05:10:47PM -0500, Gunner Hooper wrote: > Hi, > > I tried using the new gen-event-data.py file. This is the output: > (no comments on the python, unless it produces clear errors about missing packages I regard it as impenetrable) [...] > > Here are the contents of my

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-28 Thread Ken Moffat
On Sat, Oct 28, 2017 at 11:05:34AM -0400, Michael Shell wrote: > > In older machines of limited RAM, it might be helpful to provide > swap via a SSD drive, but I have not tested this so I don't know > what kind of performance increase can be expected from doing so. > Expect a WebkitGTK+

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-28 Thread Gunner Hooper
Hi, I tried using the new gen-event-data.py file. This is the output: Traceback (most recent call last):   File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main     "__main__", fname, loader, pkg_name)   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code     exec code in

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-28 Thread Bruce Dubbs
Michael Shell wrote: On Sat, 28 Oct 2017 10:52:23 -0500 Bruce Dubbs wrote: Michael Shell wrote: Another, in my opinion better, option (given the enormous bloat of QT) is WebkitGTK+ based browsers, ... LOL. You have to be kidding. Bruce, Interesting ... and a

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-28 Thread Michael Shell
On Sat, 28 Oct 2017 10:52:23 -0500 Bruce Dubbs wrote: > Michael Shell wrote: > > > Another, in my opinion better, option (given the enormous bloat of QT) > > is WebkitGTK+ based browsers, ... > > LOL. You have to be kidding. Bruce, Interesting ... and a surprise to

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-28 Thread Bruce Dubbs
Michael Shell wrote: Another, in my opinion better, option (given the enormous bloat of QT) is WebkitGTK+ based browsers, ... LOL. You have to be kidding. WebKitGTK+-2.18.1: Estimated build time: 46 SBU (using parallelism=4, estimated 152 SBUs using one core) Qt-5.9.2: Estimated build

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-28 Thread Michael Shell
On Fri, 27 Oct 2017 13:23:25 -0500 gunnersky2...@gunnerhooper.tk wrote: > File > "/root/sources/firefox-52.4.1esr/toolkit/components/telemetry/gen-event-data.py", > line 82, in write_common_event_table > e.dataset), > TypeError: %d format: a number is required, not float Well, it looks like a

Re: [blfs-support] TypeError: %d format: a number is required, not float when building Firefox 52.4.1esr

2017-10-27 Thread Ken Moffat
On Fri, Oct 27, 2017 at 01:23:25PM -0500, gunnersky2...@gunnerhooper.tk wrote: > Hi, > > I'm trying compiling Firefox 52.4.1esr on my Linux from Scratch system. The > computer is a dual-core Pentium III with 1GB of RAM. If you get past this problem, you will need a *lot* of swap space, perhaps