Hi guys,

In BLFS - Version 2015-02-14, Chapter 9. General Libraries,
GLib-2.42.1 there are several required dependencies: "libffi-3.2.1 and
Python-2.7.9 or Python-3.4.2".

I read it as I could compile either Python-2.7.9 or Python-3.4.2 (in
addition to libffi).

However if I only build Python-3.4.2, I got an error while building glib:

make
...

make[2]: Leaving directory '/sources/glib-2.42.1/gobject'
Making all in gio
make[2]: Entering directory '/sources/glib-2.42.1/gio'
  GEN      gconstructor_as_data.h
  GEN      gdbus-daemon-generated.c
/usr/bin/env: python2.5: No such file or directory
Makefile:4465: recipe for target 'gdbus-daemon-generated.c' failed
make[2]: *** [gdbus-daemon-generated.c] Error 127
make[2]: Leaving directory '/sources/glib-2.42.1/gio'
Makefile:1205: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/sources/glib-2.42.1'
Makefile:846: recipe for target 'all' failed
make: *** [all] Error 2

Do I always need to compile python 2 or some patch for
makefile/configure is needed?

Regards,
Alexey
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to