I'm getting compile failures like this:
gdbus-codegen
\
--interface-prefix org.freedesktop.UDisks2.
\
--c-namespace UDisks
\
--c-generate-object-manager
\
--generate-c-code udisks-generated
\
--generate-docbook udisks-generated-doc
\
../data/org.freedesktop.UDisks2.xml \
Traceback (most recent call last):
File "/bin/gdbus-codegen", line 41, in <module>
from codegen import codegen_main
ModuleNotFoundError: No module named 'codegen'
make[2]: *** [Makefile:1142: udisks-generated.h] Error 1
Apparently this bug shows up depending on the order of dirs /bin and /usr/bin
in $PATH.
Please see this link for more:
https://bugs.archlinux.org/task/55915
sounds strange to me but the remedy shown in this link, viz:
export PYTHONPATH="/usr/share/glib-2.0"
does fix the problem.
jb.
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page