New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-DVAPI=ON fails with No rule to make target when using make %{?_smp_mflags} #40
Comments
|
That's a weird issue, especially since the CI builds with |
|
You can see the full build log when clicking on the red failed at https://build.opensuse.org/package/show/home:Mailaender:branches:X11:Pantheon/AppStream |
=> You need a more recent cmake (on !Tumbleweed)... Apart from that, could you build with a more recent version of AppStream (0.9.5 is current), and check if that issue is still present? The cause is the vapigen step being ordered before the GIR typelib is built, so building without parallel-make will also make this issue disappear (that's only a workaround, of course). |
|
If I build with only one parallel thread in |
|
Can you please check if that issue is really gone in Git master / with that patch? |
|
Fix confirmed. |
The text was updated successfully, but these errors were encountered: