On Mon, 15 Oct 2018 21:31:36 -0500 rhubarbpieguy via blfs-support <[email protected]> wrote:
> -I//usr/include Again that is there. Where is this strange path coming from? > find /etc -type f -print|sort|xargs grep /usr/include reports: > /etc/udev/hwdb.d/60-keyboard.hwdb:# ZZZZ is the bus-id (see > /usr/include/linux/input.h BUS_*), YYYY, XXXX and > /etc/udev/hwdb.d/70-pointingstick.hwdb:# ZZZZ is the bus-id (see > /usr/include/linux/input.h BUS_*), YYYY, XXXX and This looks OK to me. All of your files in /etc are free of /usr/include . Here's a working theory - in your BLFS build scripts, could there be a mistake whereby --prefix=/usr is incorrectly set to --prefix=//usr possibly with regard to the GTK3 package. Something like /$PREFIX in a script (where $PREFIX=/usr) could do it. You can scan all your /usr pkgconfig files for any mention of //usr via: find /usr/lib/pkgconfig -type f -name "*.pc" -print|sort|xargs grep //usr Can you see/find anything like that? Mike -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
