On Thu, Aug 24, 2017 at 5:38 AM, Roger Koehler <[email protected]> wrote: > My apologies if this has already been addressed. I was unable to > search the mailing list archives using chromium and gmane is down. > > Using jhalfs, trying to build gvfs, gcr is required but fails to build > with this message: > > configure: error: Package requirements (gtk+-3.0 >= 3.12 gtk+-x11-3.0 >>= 3.12) were not met: > > No package 'gtk+-3.0' found > No package 'gtk+-x11-3.0' found > > Even though jhalfs reports no errors after building GTK+3, I found > this in the log: > > (several .png files are installed previous to this) > /usr/bin/install -c -m 644 ./html/zoom_in_cursor.png > /usr/bin/install -c -m 644 ./html/zoom_out_cursor.png > Traceback (most recent call last): > File "/usr/bin/gtkdoc-rebase", line 28, in <module> > from gtkdoc import common, config, rebase > File "/usr/share/gtk-doc/python/gtkdoc/rebase.py", line 28, in <module> > from six import iteritems, iterkeys > ImportError: No module named six > make[5]: *** [Makefile:1033: install-data-local] Error 1 > make[5]: Leaving directory '/sources/gtk3/gtk+-3.22.18/docs/reference/gdk' > make[4]: *** [Makefile:780: install-am] Error 2 > make[4]: Leaving directory '/sources/gtk3/gtk+-3.22.18/docs/reference/gdk' > make[3]: *** [Makefile:547: install-recursive] Error 1 > make[3]: Leaving directory '/sources/gtk3/gtk+-3.22.18/docs/reference' > make[2]: *** [Makefile:549: install-recursive] Error 1 > make[2]: Leaving directory '/sources/gtk3/gtk+-3.22.18/docs' > make[1]: *** [Makefile:722: install-recursive] Error 1 > make[1]: Leaving directory '/sources/gtk3/gtk+-3.22.18' > > Any ideas what "No module named six" might mean?
Looking through the BLFS Index, it appears that there is a Python module named six. Should this be added to the required dependencies? -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
