On Sat, Feb 02, 2019 at 08:58:00PM +0000, Ken Moffat via blfs-dev wrote: > On Fri, Feb 01, 2019 at 11:17:12PM -0600, Brendan L via blfs-dev wrote: > > One other thing I should add. This line from the mozconfig: > > > > |# Optimization for size is broken with gcc7 and later | > > > > |ac_add_options --enable-optimize="-O2"| > > > > || > > > > |It should probably be change to just --enable-optimize since we're using > > clang now. | > > > > Yeah. But for that I'll need to do a real install to be sure.
Seems to work ok, and was significantly faster (I guess that with clang -Os is a lot quicker than -O2). Rebuilding manually to see if the space changed ... > Unfortunately, at the moment I cannot persuade the python configure > code to acceptmy mozconfig - it seems to have found a 0xc5 byte > somewhere, > > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 4: > ordinal not in range(128) > > Got a python backtrace showing the call-chain, but no indication of > where in the mozconfig it was. Will take another a look after I've > upgraded qt/webengine on more systems. > Never did find out what was causing that, presumably something in my edited mozconfig was borken, but after pasting from the book and adding that line for system webp it sailed through. Have I mentioned that I hate python build systems ? This needs libwebp >= 1.0.1 (the svn book is ok, my system was still on 1.0.0 and it barfed at that when I retried a manually build before just reinstalling. And so much for me getting to look at ff-66 this weekend. ĸen -- thread 'main' panicked at 'giraffe', /tmp/rustc-1.32.0-src/src/test/run-fail/while-panic.rs:17:13 -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
