In the current gcc-9.1 instructions after 'make install' we have:
mkdir -pv /usr/share/gdb/auto-load/usr/lib &&
mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib &&
chown -v -R root:root \
/usr/lib/gcc/*linux-gnu/9.1.0/include{,-fixed}
In the first segment, my build script stopped becasue there are no
/usr/lib/*gdb.py files. Indeed, I have no /usr/lib/*.py files at all.
I do have /usr/share/gdb/auto-load/usr/lib, but that was installed bu
gcc in LFS.
In the second segment, I ran the chown command by hand and got
"ownership of '<filename>' retained as root:root" in every case.
I recommend removing these statements, but want to ask for other opinions.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page