it compiles fine, just freecad-thumbnailer seems to be moved from src/Tools/freecad-thumbnailer to freecad-thumbnailer (in freecad-9999_build). /var/tmp/portage/media-gfx/freecad-9999/work # find -name freecad-thumbnailer ./freecad-9999_build/freecad-thumbnailer
I just ran across this issue, copying freecad-thumbnailer to the directory /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999/src/Tools seems to fix the issue, a quick look and I cannot see what would have caused this to become a problem recently
(In reply to Bradley Jarvis from comment #1) > I just ran across this issue, copying freecad-thumbnailer to the directory > > /var/tmp/portage/media-gfx/freecad-9999/work/freecad-9999/src/Tools > > seems to fix the issue, a quick look and I cannot see what would have caused > this to become a problem recently I think I have found the issue https://github.com/FreeCAD/FreeCAD/pull/20305 Appears to now install the script that is manually installed in the ebuild, so the line dobin src/Tools/freecad-thumbnailer in ebuild src_install() looks like it is redundant, just testing now