F-Droid build failed for version 0.54.0 #40
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Starfish/TinyWeatherForecastGermany#40
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
According to https://gitlab.com/fdroid/fdroiddata/-/commit/4cae0c1cc72eed28fdc80d2bd2cbfed31d8d7991 F-Droid was not able to build version 0.54.0. The reason is:
I checked https://codeberg.org/Starfish/TinyWeatherForecastGermany/src/branch/master/app/src/main/java/de/kaffeemitkoffein/tinyweatherforecastgermany/ForecastBitmap.java and it uses TEXT_PAINT, but it is not decared anywhere.
In my branch (https://codeberg.org/marc.nause/TinyWeatherForecastGermany/src/branch/fixjerkylist/app/src/main/java/de/kaffeemitkoffein/tinyweatherforecastgermany/ForecastBitmap.java) it is declared in line 39.
It seems like the manual merge in pull request #39 has not worked correctly.
yes, just noticed yesterday night, too.
Strange thing. I had to manually merge your pull request, because I changed the ForecastBitmap.java the same time you did the pull request, which resulted in a conflict.
I used a patch-file, which I worked along step by step to merge both file versions and to join the code changes together.
I have a local copy that is working, but it does not match the one in this repo. I am not sure how this happened, because everything changed should have been pulled, and now I have to try to fix it somehow....
ok, found out I had some (but not all) of the changes stashed, have committed them now, so it should be solved. 👍
I will fix 2 small bugs before a new release, since a next fdroid build try requires a new tag.
Everything is fixed. I will test & release 0.54.1 soon.
New version tagged. Let's hope the best.
I just successfully installed version 0.54.1 from F-Droid. 👍