-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
qownnotes: 24.8.5 -> 24.8.6 #336920
qownnotes: 24.8.5 -> 24.8.6 #336920
Conversation
qownnotes build failed on aarch64-linux : https://logs.ofborg.org/?key=nixos/nixpkgs.336920&attempt_id=c693886f-dc78-4abe-9dd6-4578f5a5cdd4
|
In this release? That's strange. Things changed (CMake) in the last release with pbek/QOwnNotes#3076... @NickCao, do you have an idea to get around that? |
Per the error message, one of the variables here is undefined: https://github.com/pbek/QOwnNotes/blob/v24.8.6/src/cmake/FindBotan2.cmake#L43-L45. But there are not cmake related changed between these two releases? And this only manifests on aarch64. |
https://cmake.org/cmake/help/latest/module/FindPkgConfig.html |
Do you care to create a pull request to be tested in the next release? |
So this is the difference between these two platforms. Maybe cmake is interpreting
|
Quoting the variables works. --- a/src/cmake/FindBotan2.cmake
+++ b/src/cmake/FindBotan2.cmake
@@ -40,9 +40,9 @@ if(Botan2_FOUND)
UNKNOWN IMPORTED GLOBAL
)
set_target_properties(Botan2::Botan2 PROPERTIES
- INTERFACE_INCLUDE_DIRECTORIES ${Botan2_INCLUDE_DIRS}
- IMPORTED_LOCATION ${Botan2_FullLibraryPath}
- LINK_FLAGS ${Botan2_LDFLAGS_OTHER}
+ INTERFACE_INCLUDE_DIRECTORIES "${Botan2_INCLUDE_DIRS}"
+ IMPORTED_LOCATION "${Botan2_FullLibraryPath}"
+ LINK_FLAGS "${Botan2_LDFLAGS_OTHER}"
)
endif()
endif() |
A better fix in pbek/QOwnNotes#3090 |
Builds fine for me (on x86_64), thank you very much! |
Should we wait for the aarch64 check and merge this or wait for the next release with pbek/QOwnNotes#3090? |
Since you are releasing very often (unlike some other projects...) I think waiting for the next is easier. |
Fine with me. But I wonder if #334463 actually built on aarch64, I can't see any build results. Should we close this PR? |
Nope, same as this one: https://github.com/NixOS/nixpkgs/runs/28748442889
Also nope, we shall keep it draft otherwise r-ryantm would promptly open a new one. |
Thank you! |
I'm closing this in favor of #338446. |
Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/pbek/QOwnNotes/releases.
meta.description for qownnotes is: Plain-text file notepad and todo-list manager with markdown support and Nextcloud/ownCloud integration
meta.homepage for qownnotes is: https://www.qownnotes.org/
meta.changelog for qownnotes is: https://www.qownnotes.org/changelog.html
Updates performed
To inspect upstream changes
Release on GitHub
Compare changes on GitHub
Impact
Checks done
passthru.tests
, if any, passedRebuild report (if merged into master) (click to expand)
Instructions to test this update (click to expand)
Either download from Cachix:
(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the
trusted-users
list or you can usesudo
since root is effectively trusted.Or, build yourself:
Or:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
Pre-merge build results
We have automatically built all packages that will get rebuilt due to
this change.
This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.
Result of
nixpkgs-review
run on x86_64-linux 11 package built:
Maintainer pings
cc @pbek @totoroot for testing.
Tip
As a maintainer, if your package is located under
pkgs/by-name/*
, you can comment@NixOS/nixpkgs-merge-bot merge
to automatically merge this update using thenixpkgs-merge-bot
.Add a 👍 reaction to pull requests you find important.