#4638: ICA: Several files in the Python dir differ between 1st and 2nd pass
--------------------+----------------------
 Reporter:  bdubbs  |      Owner:  lfs-book
     Type:  task    |     Status:  new
 Priority:  normal  |  Milestone:  9.2
Component:  Book    |    Version:  SVN
 Severity:  normal  |   Keywords:
--------------------+----------------------
 Namely: /usr/lib/python3.8/pyconfig.h has new defines related to UUID and
 /usr/lib/python3.8/_sysconfigdata!__linux_x86_64-linux-gnu.py has two more
 entries related to UUID too. Furthermore there is a new file on 2nd pass:
 /usr/lib/python3.8/lib-dynload/_uuid.cpython-38-x86_64-linux-gnu.so.

 '''Solution (in progress)''' Looks like configure checks for the header
 file (and then setup.py when building the associated module)
 <uuid/uuid.h>. Since I now have util-linux in chapter 5, I'll just try to
 symlink /tools/include/uuid to /usr/include during python build (removing
 at the end). But maybe it also needs libuuid.h in /usr/lib, don't know.

--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/4638>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to