-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
upd(goverlay): 1.0
-> 1.1.1
#5824
Conversation
I have canceled my branch.. it has canceled all my PR ... I don't understand the uninstall error. |
Here the control file generated :
|
This seems to be an issue on the CI end, not yours. It has a flaw of removing pacstall packages in alphabetical order, instead of dependency order, meaning if an alphabetically higher up dependency of a package is removed for a parent package, that package will come down too, with it, and then be unable to be removed later, because it was already removed before. Basically, in this case, The following packages will be REMOVED:
fpc-laz goverlay lazarus-project which then results in: Removing fpc-src (3.2.2) ...
Running pacstall -R for goverlay...
[*] WARNING: Reading input from pipe
[*] WARNING: Prompts are disabled
[!] ERROR: goverlay is not installed not something for you to be concerned about. However, can you please explain why both |
Hi. Thank you for replying. In fact, I have tested on my side. Uninstalling fpc-src uninstall goverlay. But I don't want this comportement... Because it's not an execution dependency, just a build one. If you know the way to avoid this problem... (Not tested to declare empty depends, I don't know if it will do the trick...) For your question, goverlay-bin is the binary provided by upstream. At this moment, it is still in qt5 version 1.0. This one is qt6 and rebuilt from source. The distributions aren't totally compatible with it, making the use of qt6ct for exemple for the theme. Originally, goverlay-bin was named goverlay, but was a bin. So I have updated the name of the package. And goverlay is from source as it must be. I will continue to maintain both, but -bin will be left on 1.0 version for a while. Waiting for Noble to see If I can update without problems. |
1 similar comment
Hi. Thank you for replying. In fact, I have tested on my side. Uninstalling fpc-src uninstall goverlay. But I don't want this comportement... Because it's not an execution dependency, just a build one. If you know the way to avoid this problem... (Not tested to declare empty depends, I don't know if it will do the trick...) For your question, goverlay-bin is the binary provided by upstream. At this moment, it is still in qt5 version 1.0. This one is qt6 and rebuilt from source. The distributions aren't totally compatible with it, making the use of qt6ct for exemple for the theme. Originally, goverlay-bin was named goverlay, but was a bin. So I have updated the name of the package. And goverlay is from source as it must be. I will continue to maintain both, but -bin will be left on 1.0 version for a while. Waiting for Noble to see If I can update without problems. |
@Elsie19 I think it's good now. |
@oklopfer possible to merge ? or miss something ? I have updated qt6pas pacscript so we need to up this one after. |
This needs to be updated to the 5.0.0 spec |
use goverlay-bin until I do the changes here. Have to test with v5. |
There are merge conflicts now. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
No description provided.