Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/84077 _apply issues_ Submitter: Luca Boccassi Date: 2020-11-12 20:15:09 Reply_mail: 20201112201509.1002479-1-luca.boccassi@gmail.com DPDK git baseline: Repo:dpdk, CommitID: 3495a68f2a5491b417ff080d57cbf7e39abc1f44 * Repo: dpdk Once it has been determined that an example cannot be built, there is little point in continuing to process the meson.build file for that example, so we can use subdir_done() to return to the calling file. This can potentially prevent problems where later statement in the file may cause an error on systems where the app cannot be built, e.g. on Windows or FreeBSD. -- Applying: windows: normalize line-endings error: sha1 information is lacking or useless (README). error: could not build fake ancestor Patch failed at 0001 windows: normalize line-endings Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". DPDK STV team