On Wed, Jun 2, 2021 at 9:49 PM Hugo V.C. <skydive...@gmail.com> wrote: > > Hi Kent, > > I get this: > > _site/CAmkESNext.html > _site/PortingSeL4.html > [12/47] Performing update step for 'lighttpd' > HEAD está ahora en b1048b2 [doc] NEWS > [13/47] Performing patch step for 'lighttpd' > FAILED: lighttpd-prefix/src/lighttpd-stamp/lighttpd-patch > cd /home/hugo/seL4/sel4webserver/build/lighttpd-prefix/src/lighttpd && > /usr/bin/git apply > /home/hugo/seL4/sel4webserver/projects/webserver/lighttpd/lighttpd_cmake.patch > /home/hugo/seL4/sel4webserver/projects/webserver/lighttpd/lemon_cmake.patch > && /usr/local/bin/cmake -E touch > /home/hugo/seL4/sel4webserver/build/lighttpd-prefix/src/lighttpd-stamp/lighttpd-patch > error: el parche falló: src/CMakeLists.txt:221 > error: src/CMakeLists.txt: el parche no aplica > ninja: build stopped: subcommand failed.
I saw this happen in my build too. There's a patch step that updates some downloaded sources of lighttpd before building. It seems that this command fails if it has already been run on a previous build. Normally, it wouldn't rerun because the input dependencies shouldn't become stale, once it successfully builds. It might be necessary to update this patch step to revert any existing patches on subsequent runs. _______________________________________________ Devel mailing list -- devel@sel4.systems To unsubscribe send an email to devel-leave@sel4.systems