#11549: Review dependencies on Python 2
-----------------------------+-----------------------------
 Reporter:  pierre.labastie  |       Owner:  allblfseditors
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  hold
Component:  BOOK             |     Version:  SVN
 Severity:  normal           |  Resolution:
 Keywords:  Python 2         |
-----------------------------+-----------------------------

Comment (by renodr):

 I caught libqmi attempting to use python2 and ignoring python3 when
 present. Note that there is no dependency recorded in the book on it, but
 it is there:


 {{{
 checking for GLIB... yes
 checking for python... no
 checking for python2... /usr/bin/python2
 checking for python version... 2.7
 checking for python platform... linux2
 checking for python script directory... ${prefix}/lib/python2.7/site-
 packages
 checking for python extension module directory...
 ${exec_prefix}/lib/python2.7/site-packages
 }}}

 When specifying PYTHON=python3 at the configure line, things work
 properly. I've added that in at r24333

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/11549#comment:111>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to