openscad update fails because some patches seems to be not applied.... compilation error : ``` src/import.cc:53:10: fatal error: boost/detail/endian.hpp: No such file or directory 53 | #include <boost/detail/endian.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:3722: objects/src/import.o] Error 1 make: *** Waiting for unfinished jobs.... ``` asking gogol : https://bugs.gentoo.org/722302 the patch is present in file dir, it is listed in ebuild ``` PATCHES=( "${FILESDIR}/${P}_fix-boost-1.72.0-build.patch" "${FILESDIR}/${P}-0001-Fix-build-with-boost-1.73.patch" ) ``` ====BUT===== in compile log : ``` >>> Preparing source in /var/tmp/portage/media-gfx/openscad-2019.05-r3/work/openscad-2019.05 ... * Applying openscad-2019.05_fix-boost-1.72.0-build.patch ... patching file src/parser.y Hunk #1 succeeded at 46 with fuzz 1. [ ok ] >>> Source prepared. ``` only the first patch is applied...
Please supply the full build.log and emerge —-info.