Bug 380504 - race when building python bindings
Summary: race when building python bindings
Status: RESOLVED WORKSFORME
Alias: None
Product: frameworks-kconfig
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.34.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Stephen Kelly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-03 15:01 UTC by Antonio Rojas
Modified: 2018-02-07 13:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2017-06-03 15:01:38 UTC
Building kconfig with python bindings fails about 50% of the times due to a race condition

sip: Unable to find file "conversioncheck.sip"
make[2]: *** [src/gui/CMakeFiles/sip_generated_KConfigGui_files.dir/build.make:65: src/gui/pybuild/PyKF5/KConfigGui/unifiedKConfigGui.cpp] Error 1
make[1]: *** [CMakeFiles/Makefile2:4009: src/gui/CMakeFiles/sip_generated_KConfigGui_files.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

Would be nice if there was a way to make sure that the sip file has been generated before trying to use it.
Comment 1 Antonio Rojas 2018-02-07 13:09:16 UTC
Haven't seen it in a while