-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
qt 5.10.1 configuration error #430
Comments
I found that the error is pretty same as in #260 (comment). |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
The Qt compilation is mostly broken. We should remove it and use a pre-compiled version (system packages). |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
@ynikitenko Do you still experience this problem with latest vetsions of kiwix-desktop? |
I don't know. I'm using kiwix-desktop from the "community" Arch Linux repository, so it should be rather up-to-date. |
@ynikitenko Glad to hear the result of your last attempt... otherwise I will close at some point in the future. |
Fine, I'm trying to install it. I have several notes. $ kiwix-build kiwix-desktop
|
So the error reported first has vanished? |
I didn't know at that time, because it was downloading qt, and then it was building it. Oh, yes, here is the error: `build qt (native_dyn):
Stopping build due to errors So now it is a different error. Maybe one can say that the old error has disappeared, but I'm not sure. |
I didn't use virtualenv (hope it doesn't influence the results), but otherwise I ran commands from https://github.com/kiwix/kiwix-build. |
@mgautierfr Honestly I'm a bit puzzled how to deal with this issue. Do you? |
I run
kiwix-build --target-platform native_static kiwix-desktop
.During
qt
build there appears an error:(... some environment, I can show it if needed ...)
It seems that qt functions
statx
andrenameat2
conflict with system functions. Probably this is not so much an issue ofkiwix-build
, but what should be done about that? A better version of the qt package? Some manual fixes? (I'm using Fedora Core 29).The text was updated successfully, but these errors were encountered: