On 5/8/19 12:12 PM, Pierre Labastie via blfs-dev wrote:
Compiling js-52 on lfs-20190503-systemd (that is, with gcc-9.1), I get the attached log (attached, since if lines are broken, it is a mess. Even without breaking lines, actually, but slightly less). Can somebody confirm this?I wrote this message with the full log attached, and it is to big. So I retry with just the end of the log. Note that it seems to be a false -Werror=format positive, as seen also by xry111 for systemd-242 in lfs ticket #4456. Since -Werror=format is hardcoded in several files (and not configurable), a work around for js52 is: grep -rl -- '-Werror=format' | xargs sed -i 's/-Werror=format/-Wno-error=format/'
I got the same error. The workaround is good for me too. I say go with it. -- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
