-
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
[qgroundcontrol] cp: not replacing 'staging/Qt/libs/libicui18n.so' #261
Comments
About this issues, there is more you could know. This is the entire message of the error and why it's produced.
The first lines are the indication. THe project was built with QT 5.15.2 especifically, so using any other surely going to end in an error. Here the documentation about the issue: QGroundControl: Native Builds |
Still having this issue - any updates? |
Haven't been able to look at this as much as I want. Looks like an upstream issue might be needed. I'd urge you to do so and link that issue back here so that we are in the loop. |
A little digging shows that the actual problem is
Then the second one raises the error. So the patch could be removing the second call or removing the build() {
mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"
cd "$srcdir/${pkgname}-${pkgver}/build"
qmake ..
+ sed 's/cp -f -n/cp -f/g' -i Makefile
make
} |
Thanks for the investigation! I was just doing the digging rn, and can confirm that removing the Removing the extra addition of It seems that removing the |
https://github.com/arch4edu/cactus/actions/runs/7239141363/job/19720684481
The text was updated successfully, but these errors were encountered: