-
Notifications
You must be signed in to change notification settings - Fork 67
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
moolticute's build system is trying to install qzxing.h #1230
Comments
fyi @deXol |
@barathrm I'm guessing this is because the submodules are not fetched when building? :) |
hm I dont understand 🤔 the above error means that make (?) installed the files in the staging environment (to In other words I'd expect that if you run And I just double-checked building the OBS project locally; the submodule is correctly cloned. |
Here are the logs from OBS showing the file being installed (but not packaged by me, hence the error)
|
Okay just double-checked the OBS logged and the first build failed when moolticute-testing was bumped from v1.03.15-testing to v1.03.16-testing. So I assume it's somehow related to the submodule transition, but from reading the QZXing-components.pri file, I don't see how... the old one seems to refer to the same header files 🤔
I'll try building the older commit before transitioning to using the submodule when I have the chance to see whether it does not install those headers. |
For Fedora I'm probably going to add qxzing as extra source Edit2: Sorry, I misread things on my phone. |
FWIW I don't see how this would've changed with the submodule change, as it seems that the qzxing .pri file always installed the headers even before... so I dont know why it started failing on OBS now. I'm removing those files manually for now and not packaging them. I don't think it makes sense for the header files to be packaged in the binary package of moolticute. 🤔
Makes sense, though that sounds like a bit of a hassle. I guess atm. the openSUSE moolticute source package will contain it 🤨 |
Me neither, it's a very strange issue. I tested it locally and it seemed to install the files even before the submodule change (but I didn't double check, so...).
I was unaware of how the openSUSE build system worked. In Fedora tarballs are used, never the git repo, hence my confusion about the missing QZXing (as Github doesn't include submodules in tarballs). The fix in Fedora would be to add the submodule as a additional source (tarball) and extract it manually, or package the library (which I did: moolticute.spec, qzxing.spec). But apparently, you don't need to do anything at all! 🙂 |
It seems like the opensuse tumbleweed build has been failing for a little while with
I assume it's related to the recent QZXing library submodule changes.
I'll look into it when I have time, making an issue to track it until then.
I assume that installing the header is unintentional since it was not being installed before?
ref
The text was updated successfully, but these errors were encountered: