On Thu, May 18, 2017 at 1:08 AM, Pello Heriz <[email protected]> wrote: > Hi all, > > I'm trying to build a xen-image-minimal using petalinux v2016.4 following > the steps that are given in the ug1144 documentation. Anyway, when it starts > to execute the bitbake, it shows the next errors making the building > impossible: > > generalelectric@mlan11214m117linux:/opt/xen_test$ petalinux-build -c > xen-image-minimal > [INFO] building xen-image-minimal > [INFO] sourcing bitbake > INFO: bitbake xen-image-minimal > Loading cache: 100% |############################################| ETA: > 00:00:00 > Loaded 2940 entries from dependency cache. > Parsing recipes: 100% |##########################################| Time: > 00:00:04 > Parsing of 2327 .bb files complete (2291 cached, 36 parsed). 2942 targets, > 195 skipped, 0 masked, 0 errors. > NOTE: Resolving any missing task queue dependencies > NOTE: Preparing RunQueue > NOTE: Checking sstate mirror object availability (for 320 objects) > NOTE: Executing SetScene Tasks > NOTE: Executing RunQueue Tasks > WARNING: xen-4.7.0+gitAUTOINC+b49f2bffb7-r0 do_fetch: Failed to fetch URL > git://github.com/Xilinx/xen.git;protocol=https, attempting MIRRORS if > available > WARNING: libglu-2_9.0.0-0 do_fetch: Failed to fetch URL > ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.bz2, attempting MIRRORS > if available > ERROR: xen-4.7.0+gitAUTOINC+b49f2bffb7-r0 do_fetch: Fetcher failure: Unable > to find revision b49f2bffb7fb64eb8e9835161afeaca642ad0bac in branch master > even from upstream > ERROR: xen-4.7.0+gitAUTOINC+b49f2bffb7-r0 do_fetch: Function failed: Fetcher > failure for URL: 'git://github.com/Xilinx/xen.git;protocol=https'. Unable to > fetch URL from any source. > ERROR: Logfile of failure stored in: > /opt/xen_test/build/tmp/work/aarch64-xilinx-linux/xen/4.7.0+gitAUTOINC+b49f2bffb7-r0/temp/log.do_fetch.6468 > ERROR: Task 345 > (/opt/petalinux_2016.4/components/yocto/source/aarch64/layers/meta-petalinux/recipes-extended/xen/xen_4.7.0.bb, > do_fetch) failed with exit code '1' > NOTE: Tasks Summary: Attempted 2437 tasks of which 2421 didn't need to be > rerun and 1 failed. > Waiting for 0 running tasks to finish:
This is strange, it looks like the commit doesn't exist, but it does exist. I can see it here: https://github.com/Xilinx/xen/commit/b49f2bffb7fb64eb8e9835161afeaca642ad0bac Do you have branch=none (or something like that) in the recipe? Thanks, Alistair > > Summary: 1 task failed: > > /opt/petalinux_2016.4/components/yocto/source/aarch64/layers/meta-petalinux/recipes-extended/xen/xen_4.7.0.bb, > do_fetch > Summary: There were 2 WARNING messages shown. > Summary: There were 2 ERROR messages shown, returning a non-zero exit code. > ERROR: Failed to build xen-image-minimal > webtalk failed:PetaLinux statistics:extra lines detected:notsent_nofile! > webtalk failed:Failed to get PetaLinux usage statistics! > generalelectric@mlan11214m117linux:/opt/xen_test$ > > Can anybody tell me how can I solve the problem? > > Any answer will be welcome, > Best regards, > Pello > > > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
