You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon trying to install it locally using the makepkg -si command, it asks for the "File to patch" multiple times, but there's only one patch file CMakeLists.patch. The diffs with the patch mention AirSim 1.3.1, but the latest PKGBUILD installs AirSim 1.7.0, leading to following errors.
What I tried
I edited the patch file to have the diffs mention AirSim version 1.7.0, and modified the patch file's sha256sum in the PKGBUILD accordingly, but the build is still failing, as shown below:
Error logs and relevant files
The error says that 1 out of 2 hunks failed, and it saves the rejects into the following file (src/AirSim-1.7.0-linux/cmake/cmake-modules/CommonSetup.cmake.rej):
Thanks for the attempt at trying to resolve the issue, @kanishkanarch!
However, note that the error is already reported in another issue (#174). Please check other issues before posting a new duplicate one. As such I'm closing this issue as duplicate.
Also issue reporting tip: for bug reporting in any forum, whether it be github or discourse, always use text and codeblocks instead of images. People can ctrl-f through text, but not through images.
What's not working
Upon trying to install it locally using the
makepkg -si
command, it asks for the "File to patch" multiple times, but there's only one patch fileCMakeLists.patch
. The diffs with the patch mention AirSim 1.3.1, but the latest PKGBUILD installs AirSim 1.7.0, leading to following errors.What I tried
I edited the patch file to have the diffs mention AirSim version 1.7.0, and modified the patch file's sha256sum in the PKGBUILD accordingly, but the build is still failing, as shown below:
Error logs and relevant files
The error says that 1 out of 2 hunks failed, and it saves the rejects into the following file (
src/AirSim-1.7.0-linux/cmake/cmake-modules/CommonSetup.cmake.rej
):Reject log file
What else can be done to get both the "hunks" successful?
CMakeLists.patch (edited to include AirSim version 1.7.0 instead of 1.3.1)
PKGBUILD (edited with modified sha256sum of edited CMakeLists.patch)
The text was updated successfully, but these errors were encountered: