[Buildroot] [Bug 12941] Python GObject fails to build when using BR2_PER_PACKAGE_DIRECTORIES

bugzilla at busybox.net bugzilla at busybox.net
Thu May 28 13:15:13 UTC 2020


https://bugs.busybox.net/show_bug.cgi?id=12941

--- Comment #1 from Asaf Kahlon <asafka7 at gmail.com> ---
This failure happens because the evaluation of PKG_PYTHON_SYSCONFIGDATA_NAME at
python-gobject.mk is done on the configure step, but because we haven't rsynced
the dependencies yet there's nothing on the per-package directory.
You can also see that if you do "make python-gobject" twice: on the first time
it will fail, but on the second time everything will be fine because all the
dependencies have been rsynced to the per-package dir.

I'm not sure how to solve this problem, but at least we know why it happens.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list