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
I am trying to install aravis in petalinux. I have copied aravis recipe directory in path path-to-project/components/yocto/layers/meta-petalinux/recipes-multimedia/.
On running petalinux-build -c aravis command I'm getting below error:
$ petalinux-build -c aravis
[INFO] Sourcing buildtools
[INFO] Building aravis
[INFO] Sourcing build environment
[INFO] Generating workspace directory
INFO: bitbake aravis
NOTE: Started PRServer with DBfile: /path-to-project/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 33703, PID: 9330
Loading cache: 100% |###############################################################################################################################################################################| Time: 0:00:01
Loaded 5099 entries from dependency cache.
Parsing recipes: 100% |#############################################################################################################################################################################| Time: 0:00:01
Parsing of 3472 .bb files complete (3463 cached, 9 parsed). 5107 targets, 274 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |##########################################################################################################################################################################| Time: 0:00:03
Checking sstate mirror object availability: 100% |##################################################################################################################################################| Time: 0:00:32
Sstate summary: Wanted 165 Found 20 Missed 145 Current 1325 (12% match, 90% complete)
NOTE: Executing Tasks
ERROR: aravis-git-r0 do_patch: Command Error: 'quilt --quiltrc /path-to-project/build/tmp/work/cortexa72-cortexa53-xilinx-linux/aravis/git-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output:
stdout: Applying patch aravis-disable-gtkdoc.patch
patching file autogen.sh
Hunk #1 succeeded at 24 (offset -1 lines).
patching file configure.ac
Hunk #2 FAILED at 286.
1 out of 2 hunks FAILED -- rejects in file configure.ac
patching file Makefile.am
Hunk #1 succeeded at 20 with fuzz 1.
Patch aravis-disable-gtkdoc.patch does not apply (enforce with -f)
stderr:
ERROR: Logfile of failure stored in: /path-to-project/build/tmp/work/cortexa72-cortexa53-xilinx-linux/aravis/git-r0/temp/log.do_patch.9789
ERROR: Task (/path-to-project/build/k26_sd2.0_2/xilinx-k26-starterkit-2021.1/components/yocto/layers/meta-petalinux/recipes-multimedia/aravis/aravis_git.bb:do_patch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3897 tasks of which 3893 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/path-to-project/build/k26_sd2.0_2/xilinx-k26-starterkit-2021.1/components/yocto/layers/meta-petalinux/recipes-multimedia/aravis/aravis_git.bb:do_patch
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
ERROR: Failed to build aravis. Check the /path-to-project/build/k26_sd2.0_2/xilinx-k26-starterkit-2021.1/build/build.log file for more details...
Target Board: ZynqMP UltraScale + MPSoC
Thank You!
The text was updated successfully, but these errors were encountered:
I am trying to install aravis in petalinux. I have copied aravis recipe directory in path
path-to-project/components/yocto/layers/meta-petalinux/recipes-multimedia/
.On running
petalinux-build -c aravis
command I'm getting below error:Target Board: ZynqMP UltraScale + MPSoC
Thank You!
The text was updated successfully, but these errors were encountered: